/*
Theme Name: ShredConfidential
Theme URI: http://www.enhancedsolutions.com
Author: Enhanced Solutions
Version: 1.0
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	text-align:left;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }


/*---------- ShredConfidential Theme ----------*/

body { 
	background:url(assets/images/global/page-bg.jpg) repeat-x;
	font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
}
	
#container {
	width:1000px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}


/*----- Header -----*/

#header {
	overflow:hidden;
	margin:20px 0 10px 0;
}

#logo {
	float:left;
}

#contact {
	float:right;
	margin-top:20px;
}


/*----- menu-top-nav -----*/

#menu-top-nav {
	clear:both;
	list-style-type:none;
	overflow:hidden;
	width:1000px;
	height:52px;
}

#menu-top-nav li {
	float:left;
	display:inline;
}

#menu-top-nav li a:hover, .current-menu-item {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}	

/*---Home---*/
	#menu-top-nav li#menu-item-28 { width:100px; }
/*---Process---*/
	#menu-top-nav li#menu-item-27 { width:200px; }
/*---Company---*/
	#menu-top-nav li#menu-item-75 { width:170px; }
/*---HIPAA---*/
	#menu-top-nav li#menu-item-25 { width:180px; }
/*---Comparons---*/
	#menu-top-nav li#menu-item-24 { width:170px; }
/*---Recorded---*/
	#menu-top-nav li#menu-item-23 { width:200px; }
/*---Contact---*/
	#menu-top-nav li#menu-item-20 { width:160px; }
	#menu-top-nav li#menu-item-20 a {background:url(assets/images/nav/red-nav-bg.jpg) repeat-x;color:#FFFFFF;}


#menu-top-nav li a {
	background:url(assets/images/nav/nav-bg.jpg) repeat-x;
	height:50px;
	line-height:50px;
	display:block;
	border:1px solid #FFFFFF;
	color:#4F5457;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.3px;
}

#splash {
	clear:both;
	background:url(assets/images/homepage-splash.jpg) no-repeat;
	height:371px;
	width:1000px;
	position:relative;
}

#splash p {
	font-size:26px;
	color:#FFFFFF;
	font-family: Arial, sans-serif;
	width:410px;
	padding:20px;
	line-height:1.5;
	background:url(assets/images/splash-text-bg.png);
	position:absolute;
	top:48px;
	right:20px;
}

#splash p span {
	color:#000000;
}

/*----- Content -----*/

#quote {
	margin-top:20px;
	background:url(assets/images/request-a-quote.jpg) no-repeat;
	width:242px;
	float:left;
}	

#quote h1 {
	padding-top:94px;
	color:#FFFFFF;
	font-size:18px;
	margin-bottom:10px;
}

.box {
	background:#FFFFFF url(assets/images/box-bg.jpg) repeat-x;
	width:225px;
	border:1px solid #FFFFFF;
	float:left;
	margin:20px 0 0 15px;
	padding:15px 5px;
}

.box div {
	height:200px;
	line-height:1.5;
}

.box div img {
	margin:0 auto;
}

.box h1 {
	color:#9b3030;
	font-size:18px;
	text-align:center;
	margin:5px 0 20px 0;
}

.box p {
	font-size:11px;
	margin:10px 0;
	text-align:center;
}

.more {
	background:#518fbe;
	color:#FFFFFF;
	text-transform:uppercase;
	margin:auto;
	padding:5px;
	display:block;
	width:75px;
	text-align:center;
	font-size:10px;
	text-decoration:none;
}

.left {
	float:left;
	margin-right:5px;
}

.right {
	float:right;
	margin-left:5px;
}

.mtop {
	margin-top:15px;
}

.mbottom {
	margin-bottom:15px;
}

/*----- Columns-----*/

.two-col .col1 {
	float:left;
	width:45%;
	text-align:center;
	font-size:11px;
	font-style:italic;
}

.two-col .col2 {
	float:right;
	width:45%;
	text-align:center;
	font-size:11px;
	font-style:italic;
}

.four-col .col1, .four-col .col2, .four-col .col3, .four-col .col4 {
	float:left;
	width:22%;
	margin-right:3%;
	font-size:11px;
}

.four-col p {
	text-align:justify;
}

.news {
	text-align:center;
}

.news img {
	width:145px;
}

.news h2 {
	font-size:14px;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}

.news h3 {
	font-size:12px;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}

.news h4 {
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
}

.news h5 {
	font-size:11px;
	margin-bottom:10px;
	text-align:center;
	font-style:italic;
}

.float-container {
	overflow:hidden;
	margin:15px 0;
}

.three-col .col1, .three-col .col2, .three-col .col3 {
	float:left;
	width:28%;
	margin-right:5%;
	font-size:11px;
}

.three-col p {
	text-align:justify;
}

.subpage {
	border:8px solid #07334c;
	padding:20px;
	background:#FFFFFF;
	line-height:1.5;
	overflow:hidden;
}

.subpage-content {
	float:left;
	width:675px;
}

#breadcrumb, #breadcrumb a {
	display:inline;
	font-size:12px;
	color:#999999;
	margin:0;
}

.subpage h1, .subpage h1 a {
	font-size:18px;
	margin:15px 0 10px 0;
	color:#07334c;
}

.subpage p {
	margin-bottom:15px;
}

/*----- Sidebar-----*/

#sidebar {
	float:right;
	width:265px;
	background:url(assets/images/content-divider.gif) left center no-repeat;
}

#sidebar-content {
	padding-left:40px;
}

#sidebar-content ul {
	list-style-type:none;
}

#sidebar-content .name input {
	width:210px;
	padding:7px;
	margin:0;
}

#sidebar-content .email input {
	width:210px;
	padding:7px;
	margin:0;
}

#sidebar-content .phone input {
	width:210px;
	padding:7px;
	margin:0;
}


#sidebar-content .message textarea {	width:210px;	padding:7px;	height:250px;
	margin:5px 0 0 0;
}

.submit input {
	background: url(assets/images/submit.jpg) no-repeat;
	width:90px;
	height:27px;
	border: 0 none;
	cursor: pointer;
}


/*----- Form -----*/

.wpcf7-form * {
	font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;	
}

.wpcf7-form input:focus, .wpcf7-form textarea:focus {
	background:#F5F9FC;
}

.name input {
	width:226px;
	padding:7px;
	border:1px solid #B3B3B5;
}

.email input {
	width:226px;
	margin:10px 0;
	padding:7px;
	border:1px solid #B3B3B5;
}

.phone input {
	width:226px;
	margin:0px 0;
	padding:7px;
	border:1px solid #B3B3B5;
}

.message textarea {
	width:226px;
	padding:7px;
	margin:10px 0;
	height:155px;
	border:1px solid #B3B3B5;
}

.submit input {
	background: url(assets/images/submit.jpg) no-repeat;
	width:90px;
	height:27px;
	border: 0 none;
	cursor: pointer;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked {
	background:#3393C2;
	border:2px solid #D1FFFF !important;
	color:#FFFFFF;
}


/*----- Footer -----*/

#footer {
	margin-top:25px;
	padding:25px 0;
	clear:both;
	background:url(assets/images/global/footer-bg.jpg) repeat-x;
	overflow:hidden;
}

#footer-container {
	width:1000px;
	margin:0 auto;
	line-height:1.3;
}

.divider {
	float:left;
	width:225px;
	margin-right:20px;
	background:url(assets/images/divider.png) right center no-repeat;
	overflow:hidden;
}

.divider-last {
	float:left;
	width:245px;
	overflow:hidden;
	color:#bdbdbd;
	font-size:11px;
}

#footer h1 {
	color:#42759c;
	text-transform:uppercase;
	margin:5px 0 10px 0;
	font-size:12px;
	font-weight:bold;
}

#footer li {
	margin:5px 0;
}

#footer li a {
	color:#bdbdbd;
	text-decoration:none;
	font-size:11px;
}

.divider p {
	color:#bdbdbd;
	font-size:11px;
	width:190px
}

.divider span a {
	color:#42759c;
	clear:both;
	padding:5px 0;
	margin-bottom:5px;
	border-bottom:1px solid #424243;
	display:block;
	text-transform:uppercase;
	font-size:10px;
	width:190px
}

.divider p span.last {
	border-bottom:0;
}

#copyright {
	clear:both;
	padding-top:35px;
	color:#bdbdbd;
	font-size:11px;
}

#copyright a {
	color:#42759c;
	margin-left:10px;
	padding-right:10px;
	border-right:1px solid #616161;
}

#copyright a.last {
	border:none;
}#contact_page_form {float:left;margin-left:30px;margin-top:-30px;width:630px;}#contact_page_form .name input {width:626px;}

#contact_page_form .email input {width:626px;}
#contact_page_form .phone input {width:626px;}


#contact_page_form .message textarea {width:626px;}#contact_page_form label {display:block;clear:both;}#header_phone {float:right;height:47px;margin-top:25px;width:630px;}#header_phone img {float:left;}#phone {color:#FFFFFF;float:left;font-size:25px;margin-top:7px;width:220px;}
