@import url('admin.css');
@import url('blog.css');

/**** GENERAL STYLES ****/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
}

h1{
	font-size: 22pt;
}

h2{
	font-size: 18pt;
}

h3{
	font-size: 16pt;
}

h4{
	font-size: 12pt;
}

h5{
	font-size: 10pt;
}

h6{
	font-size: 8pt;
}

p{
	padding: 6px 6px 0 6px;
}

p, li{
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6{
	padding: 6px 6px 0 6px;
	color: #b40404;
	font-weight: normal;
}

a{
	color: #ff0000;
	text-decoration: none;
}

div#welcome{
margin-left:30px;
}

.box{
	border: 1px solid #ddd;
	margin-top: 5px;
	padding-bottom: 5px;
}

/**** HEADER STYLES ****/
h1.logo{
	width: 529px;
	height: 90px;
	padding: 0;
}

.box.top_menu{
	padding-bottom: 0;
}

.main_nav a{
	color: #666;
	text-decoration: none;
}
.main_nav li{
	position: relative;
	float: left;
	padding: 10px 15px;
	border-right: 1px solid #ddd;
	z-index: 3000;
	font-size: 12pt;
}
.top_menu li:hover{ background: #ccc; }
ul.subnav{
	position: absolute;
	display: none;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-left: -15px;
	padding: 5px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .88);
	border: 1px solid #ddd;
	white-space: nowrap;
	z-index: 1000;
	-moz-box-shadow: 2px 2px 3px #444;
}
.subnav li{
	display: block;
	float: none;
	margin: 0px;
	border-right: 0px solid #ddd;
	border-left: 3px solid #ff0000;
}
.subnav li a{
	margin: 0;
	padding: 10px;
}
.subnav li:hover{ background: #333; }
.subnav li:hover a{ color: #fff; }
.top_menu .nav_last{
	border-right: 0px;
	padding-right: 20px;
}

/**** FOOTER STYLES ****/
.footer_wrap{
	font-size: .85em;
	font-weight: bold;
	padding: 10px;
	color: #fff;
	background: #222;
	border-top: 4px solid #B40404;
	margin-top: 5px;
}
.footer_wrap p{
	font-size: 1em;
}

/**** HOME PAGE STYLES ****/
.home_fader{
	margin-top: 5px;
	position: relative;
}

#home_sublimation h2{
	position: absolute;
	top: 20px;
	left: 150px;
	width: 400px;
	text-align: center;
	color: #eee;
	font-size: 24pt;
}

.findyourphotos{
	padding-bottom: 10px;
}

hr.sidebar_sep{
	width: 90%;
	color: #ccc;
}

.sidebar_list{
	margin-left: 20px;
}

.sidebar_list li{
	list-style: inside disc;
}

/**** LAB SERVICES STYLES ****/
.lab_services{
	margin-top: -10px;
}

.lab_services h4{
	margin-top: 20px;
}

.lab_img{
	float: right;
	margin: 10px;
}

/**** DOWNLOADS STYLES ****/
.dl_head{
	margin: 10px 20px;
}
.dl_head h3{
	margin: 20px 0px;
}
.dl_box li{
	float: left;
	width: 270px;
	padding: 10px 20px;
	border-right: 1px dashed #bbb;
}
li.dl_last{
	border-right: 0;
}
.dl_box p{
	margin: 20px 0px;
}
.pro_click{
	margin: 30px 0;
	color: #000;
}
strong.pbook{
	color: #222;
}

/**** ABOUT STYLES ****/
.current_nav{
	padding: 10px;
	background: #898989;
	margin: 5px 0;
}

.current_nav li{
	float: left;
	margin-left: 30px;
}

.current_nav a{
	font-weight: bold;
	color: #444;
	font-size: 12pt;
}

.current_nav a:hover{
	color: #222;
}

.imagefade{
	margin: 0 70px;
}

/**** CONTACT STYLES ****/
.co_show ul{
	margin: 20px 0;
}
.contact_box{
	margin: 10px;
}
.contact_box ul{
	float: left;
	margin: 20px;
}
.contact_box li{
	border-bottom:1px dashed #CCCCCC;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:5px;
	width:300px;
}
.car_box p{
	margin: 10px;
}

/**** PRO PHOTOGRAPHER STYLES ****/
.pro_img{
	margin-left: 60px;
}

.pro_box{
	height: 125px;
}
