/*  
URL: http://www.forio.com/
Author: Rodrigo Thauby
*/

@import "master.css";
@import "layout.css";
@import "admin.css";

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background: #5c78a0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
}
a {
	color: #465d86;
}
#branding {
	background: #b0cdff url(../images/branding.jpg) top center no-repeat;
	border-bottom: 1px solid #93b7f5;
}

.regular_page h1 {
	font-size: 15px;
	font-weight: bold;
}
.regular_page h2 {
	font-size: 15px;
	font-weight: normal;
}
.regular_page h3 {
	font-size: 13;
	font-weight: bold;
}
#nav_swatches {
	border: 2px solid #fff;
}
#nav_swatches li {
	background: #fff;
	padding-left: 1px;
	text-indent: -9999px;
}
#nav_swatches li.first_swatch {
	padding-left: 0 !important;
}

#nav_swatches li#swatch_0 {
	background: #fff url(../images/swatch_weddings-hover.jpg) top right no-repeat;
}
#nav_swatches li#swatch_1 {
	background: #fff url(../images/swatch_portraits-hover.jpg) top right no-repeat;
}
#nav_swatches li#swatch_2 {
	background: #fff url(../images/swatch_kids-hover.jpg) top right no-repeat;
}
#nav_swatches li#swatch_3 {
	background: #fff url(../images/swatch_travel-hover.jpg) top right no-repeat;
}

#nav_swatches li#swatch_0 a {
	background: #b0cdff url(../images/swatch_weddings.jpg) top left no-repeat;
}
#nav_swatches li#swatch_1 a {
	background: #b0cdff url(../images/swatch_portraits.jpg) top left no-repeat;
}
#nav_swatches li#swatch_2 a {
	background: #b0cdff url(../images/swatch_kids.jpg) top left no-repeat;
}
#nav_swatches li#swatch_3 a {
	background: #b0cdff url(../images/swatch_travel.jpg) top left no-repeat;
}

#navigation {
	border-top: 1px solid #fff;
	background: #d9e7ff;
}
#navigation li a {
	font-size: 14px;
	font-weight: bold;
	color: #465d86;
	padding: 5px 10px 3px 10px;
}
#navigation li a.hover {
	background:#666666 none repeat scroll 0 0;
	color:#E6E6E6;
}
#copyright {
	background: #f2f2f2;
	border-top: 1px solid #d9d9d9;
	font-size: 10px;
	color: #848484;
}
#copyright h6 {
	text-align: center;
}
#copyright h6, #copyright h6 a {
	font-size: 10px;
	color: #848484;
}
#copyright h6 a {
	text-decoration: underline;
}
#copyright h6 a:hover {
	color: #333;
}
body#home .middle_block {
	width: 907px;
	height: 377px;
	margin: 0 auto;
}
body#content #branding {
	height: 108px;
}
body.contact {
	background: #5c78a0 url(../images/contact.jpg) top center no-repeat;
}
body.contact .middle_block {
	width: 970px;
	margin: 0 auto;
	position: relative;
	top: 40px;
}
body.contact .middle_block .regular_page {
	margin-left: 15px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	width: 350px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow:0 1px 2px #000000;
}
body.contact .middle_block .regular_page h1 {
	text-shadow:0 1px 1px #5c7392;
	color: #10243c;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.25px;
}
body.confront_the_camera {
	background: #5c78a0 url(../images/confront_the_camera.jpg) top center no-repeat;
}
body.confront_the_camera .middle_block {
	width: 970px;
	margin: 0 auto;
	position: relative;
	top: 40px;
}
body.confront_the_camera .middle_block .regular_page {
	margin-left: 15px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	width: 350px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow:0 1px 2px #000000;
}
body.confront_the_camera .middle_block .regular_page h1 {
	text-shadow:0 1px 1px #000;
	color: #b2d6a4;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.25px;
}
body.about {
	background: #5c78a0 url(../images/about.jpg) top center no-repeat;
}
body.about .middle_block {
	width: 970px;
	margin: 0 auto;
	position: relative;
	top: 25px;
}
body.about .middle_block .regular_page {
	margin-left: 15px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	width: 350px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow:0 1px 2px #000000;
}
body.contact .middle_block .regular_page a, body.contact .middle_block .regular_page a:hover {
	text-shadow:0 1px 2px #000000;
	color: #cccbe3;
}
body.about .middle_block .regular_page h1 {
	text-shadow:0 1px 1px #aaa;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.25px;
}