/*
Theme Name:		Royal Sign Systems
Theme URI: 		http://www.yastech.ca
Author: 		YasTech Developments
Author URI:		http://www.yastech.ca

*/

body {
	background-image: url(images/layout/background.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#doc2 {
	min-height: 600px;
}

a {
	color: #72103d;
	text-decoration: underline;
	padding: 2px;
	margin: -2px;
}

a:hover {
	color: #FFFFFF;
	background-color: #72103d;
	text-decoration: none;
}

#hd {
	position: relative;
	height: 240px;
}

#hd #tagline {
	color: #b9889e;
	position: absolute;
	top: 10px;
	left: 20px;
}

#hd #contact {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 250px;
	text-align: right;
}

#hd #contact a {
	color: #FFFFFF;
	text-decoration: none;
}

#hd #contact a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#hd #examples {
	position: absolute;
	top: 40px;
	right: 0;
}

#hd #logo {
	position: absolute;
	top: 75px;
	left: 30px;
}

#hd #logo a {
	margin: 0;
	padding: 0;
}

#hd #nav {
	position: absolute;
	top: 198px;
	left: 20px;
}

#hd #nav ul {
	height: 40px;
	margin: 0;
}

#hd #nav ul li {
	list-style: none;
	display: inline;
	float: left;
	padding: 0 0 0 10px;
	height: 42px;
	font-size: 14px;
	font-weight: bold;
}

#hd #nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 12px 22px 12px 12px;
	display: block;
	height: 18px;
}

.ie6 #hd #nav ul li a {
	display: inline;
	padding-top: 10px;
}

#hd #nav ul li a:hover {
	color: #b9889e;
	text-decoration: underline;
	background: none;
}
#hd #nav ul li.current_page_item {
	background-image: url(images/layout/nav-current-left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#hd #nav ul li.current_page_item a {
	background-image: url(images/layout/nav-current-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 15px 22px 9px 12px;
	color: #72103D;
}

.ie6 #hd #nav ul li.current_page_item {
	background-image: none;
}

.ie6 #hd #nav ul li.current_page_item a {
	background-image: none;
	color: #FFFFFF;
}

#bd {
	background-image: url(images/layout/body-background.png);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 250px;
	padding: 20px;
}

#ft {
	text-align: center;
	position: relative;
	height: 90px;
	color: #6d6e71;
}

#ft .address {
	background-color: #e2e2e3;
	padding: 10px 35px;
	width: 850px;
	margin: 0 auto;
	color: #6d6e71;
}

#ft #copyright,
#ft #yastech,
#ft #login {
	position: absolute;
	top: 50px;	
}

#ft #copyright {
	left: 30px;
}

#ft #yastech {
	right: 30px;
	text-align: right;
	width: 400px;
}

#ft #login {
	right: 400px;
	text-align: right;
}


h1 {
	margin: 0 0 0.5em 0;
	font-size: 197%;
	padding: 0.5em 0 0 0;
}

/*
	Content Styles
*/

.yui-b h2 {
	font-size: 110%;
}

.gallery {
    margin: auto;
    /* gallery clearing*/
    overflow: hidden;
    width: 100%;
}

.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
}

.gallery a:hover {
	background-color: #fff;
	text-decoration: none;
}

.gallery img {
	border: 1px solid #67203E;
	padding: 5px; /*Inner border size*/
	background: #E2E2E3; /*Inner border color*/
}

.gallery a:hover img {
	border: #E2E2E3;
	background: #67203E;
}

.gallery .gallery-caption {
    margin-left: 0;
}

.gallery br { clear: both }
 
/* available Columns */
.col-2 { width: 50% }
.col-3 { width: 33.333% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.666% }
.col-7 { width: 14.285% }
.col-8 { width: 12.5% }
.col-9 { width: 11.111% }

#bd ul.side_nav {
	height: 40px;
	margin: 0;
}

#bd ul.side_nav li {
	list-style: none;
	display: inline;
	float: left;
	padding: 0 0 0 10px;
	height: 42px;
	font-size: 14px;
	font-weight: bold;
	width: 100%;

}

#bd ul.side_nav li a {
	color: #67203E;
	text-decoration: none;
	margin: 0;
	padding: 12px 35px 12px 12px;
	display: block;
	height: 18px;
}

#bd ul.side_nav li a:hover {
	color: #ffffff;
}

.aligncenter { 
	display:block; 
	margin:0 auto;
}

.alignleft { 
	float:left;
	display: inline;
}

.alignright { 
	float:right;
	display: inline;
}

.wp-caption { 
	border:1px solid #666; 
	text-align:center; 
	background:#ccc; 
	padding:10px; 
	margin:10px;
}


#bd img {
	border: 1px solid #67203E;
	margin: 0 5px 0 5px;
	max-width: 100%;
}


