/*
Theme Name: Xray Sierra
Theme URI: http://www.xraysierra.com
Description: 3rd version for Xray Sierra
Version: 3.0
Author: Chris Blackwell
Author URI: http://chrisblackwell.me
Tags: xraysierra jquery blue black
*/

/* Global Reset */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #777;
	background: #000 url('images/bg.jpg') repeat-x;
}

body.home {
	background: #000 url('images/home_bg.jpg') repeat-x;
}

a { color: #00b0e2; text-decoration: none; }
a:hover { border-bottom: 1px solid #00b0e2; }
a:active {  }
img { border: 0; outline: none; }
a img { border: 0;  outline: none;  }
a.no_underline:hover { border: none;  outline: none;  }

.clear { clear: both; }
.aligncenter { text-align: center; }
.alignleft { float: left; }
.alignright { float: right; }

#wrapper {
	width: 950px;
}

/* Header Styles */

#header {
	height: 170px;
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#header .sitename {
	text-indent: -9999px;
	margin: 10px 0 0 0;
	background: url('images/logo.jpg') no-repeat;
	width: 387px;
	height: 85px;
}

#header #menu-header {
	display: block;
	width: 950px;
	position: absolute;
	top: 100px;
}

#header #menu-header li {
	float: left;
	text-align: center;
}

#header #menu-header li a {
	height: 20px;
	padding: 20px 0;
	width: 112px;
	display: block;
}

#header #menu-header li a:hover, #header #menu-header li.current_page_item, #header #menu-header li.current_page_parent {
	background: url('images/menu_over.jpg') no-repeat;
}

#header #menu-header li a.current {
	height: 20px;
	padding: 20px 0;
	width: 112px;
	display: block;
	background: url('images/menu_over.jpg') no-repeat;
}

#header #menu-header li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#header #search {
	position: absolute;
	top: 30px;
	right: 0;
}

#header #search .search_txt {
	height: 15px;
	width: 220px;
	padding: 5px;
	font-size: 14px;
	color: #555;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* Sidebar Styles */

#sidebar {
	background: #f8f8f8 url('images/operator.jpg') no-repeat;
	width: 315px;
	float: right;
	border: 1px solid #fff;
	padding: 390px 15px 10px 15px;
	margin: 10px 0 20px 0;
}

#sidebar h4 {
	border-bottom: 1px dashed #000;
	padding: 0 0 5px 0;
}

#sidebar ul ul {
	list-style: url('images/sq_bullet.jpg');
	margin: 10px 0 0 20px;
}

#sidebar ul ul li {
	padding: 10px 10px;
	color: #333;
	line-height: 1.4em;
}

#sidebar p {
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

#sidebar p.phone {
	font-size: 1.8em;
	color: #00b0e2;
	text-align: center;
	margin: 10px 0 12px 0;
}

#sidebar p.quote {
	text-align: center;
	margin: 25px 0;
}

/* Blog Sidebar Styles */

#sidebar_blog {
	background: #f8f8f8 url('images/operator.jpg') no-repeat;
	width: 315px;
	float: right;
	border: 1px solid #fff;
	padding: 390px 15px 10px 15px;
	margin: 10px 0 20px 0;
}

#sidebar_blog h4 {
	border-bottom: 1px dashed #000;
	padding: 0 0 5px 0;
}

#sidebar_blog ul ul {
	list-style: url('images/sq_bullet.jpg');
	margin: 10px 0 0 20px;
}

#sidebar_blog ul ul li {
	padding: 10px 10px;
	color: #333;
	line-height: 1.4em;
}

#sidebar_blog p {
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

#sidebar_blog p.quote {
	text-align: center;
	margin: 25px 0;
}


/* Content Styles */

#content_wrapper {
	background: #eee;
	width: 100%;
}

#content {
	width: 950px;
	margin: 10px auto 0 auto;
}

#content h1, #content h2, #content h3, #content h4, #content h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	margin: 15px 0;
	line-height: 1.2em;
}

#content h1 {
	font-size: 2.9em;
	margin: 15px 0 0 0;
}

#content h2 {
	font-size: 2.2em;
}

#content h3 {
	font-size: 1.8em;
}

#content h4 {
	font-size: 1.4em;
}

#content h5 {
	font-size: 1.1em;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.2em;
	color: #000;
	margin: 15px 0;
	line-height: 1.2em;
}

#content .post {
	width: 520px;
	background: #fff;
	padding: 25px 30px;
	margin: 10px 0 20px 0;
	border: 1px solid #ccc;
	float: left;
}

#content .post.no-sidebar {
	width: 900px;
}

#content .post p {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 1.6em;
}

blockquote {
	background: transparent url('images/blockquote.png') left top no-repeat;
	color: #a0a0a0;
 	line-height: 24px;
	padding: 10px 0 10px 75px;
	margin: 10px 0 0 5px;
	font-style: italic;
	font-family: "Georgia","Times New Roman", sans-serif;
	font-size: 15px;
}

#content ol, #content ul {
	margin: 0 0 15px 35px;
	font-size: 14px;
	line-height: 1.6em;
}

#content ol {
	list-style: decimal;
}

#content ol li {
	margin: 8px 0;
}

/* Home Page Styles */

#content #latest_work_slider {
	width: 613px;
	height: 398px;
	background: url('images/slider.jpg') no-repeat;
	float: right;
	position: relative;
}

#content #latest_work {
	float: left;
	width: 300px;
}

#content #latest_work h2 {
	margin: 20px 0;
	text-indent: -9999px;
	background: url('images/our_latest_work.jpg') no-repeat;
	width: 254px;
	height: 38px;
}

#content #latest_work p {
	font-size: 14px;
	line-height: 1.5em;
}

#content #latest_work ul {
	list-style: url('images/arrow1.jpg');
	font-size: 14px;
	margin: 15px 0 0 40px;
}

#content #latest_work ul li {
	margin: 5px 0;
}

#content #latest_work p.read_more_latest {
	margin: 25px 0 0 0;
	float: right;
}

#content #latest_work p span {
	width: 111px;
	height: 19px;
	text-indent: -9999px;
	display: block;
	background: url('images/read_more.jpg') no-repeat;
}


#services {
	width: 100%;
	background: #fff;
	background: url('images/welcome.jpg') no-repeat top center;
}

#services #boxes {
	clear: both;
	width: 960px;
	margin: 0 auto;
	
}

#services #boxes p span {
	margin: 15px 0 0 0;
	width: 91px;
	height: 27px;
	text-indent: -9999px;
	display: block;
	float: right;
	background: url('images/read_more_btn.jpg') no-repeat;
}

#services #boxes #box1 {
	width: 275px;
	height: 150px;
	border-left: 1px dotted #ccc;
	float: left;
	padding: 0 20px;
	margin: 120px 0 30px 10px;
	line-height: 1.5em;
}


#services #boxes #box2 {
	width: 275px;
	height: 150px;
	border-left: 1px dotted #ccc;
	float: left;
	padding: 0 20px;
	margin: 120px 0 30px 0;
	line-height: 1.5em;
}

#services #boxes #box3 {
	width: 275px;
	height: 150px;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	float: left;
	padding: 0 20px;
	margin: 120px 0 30px 0;
	line-height: 1.5em;
}


/* Bottom Styles */

#bottom { 
	background: #1e1e1e;
	width: 100%;
	padding: 20px 0;
	color: #999;
}

#bottom #bottom_boxes a {
	color: #ccc;
}

#bottom #bottom_boxes a:hover {
	border-bottom: 1px solid #ccc;
}

#bottom #bottom_boxes {
	width: 950px;
	margin: 0 auto;
}

#bottom #bottom_boxes #service_list {
	width: 275px;
	float: left;
	margin: 0 20px 0 25px;
}

#bottom #bottom_boxes #service_list h4 {
	width: 275px;
	background: url('images/services_icon.jpg') no-repeat;
	color: #fff;
	text-transform: uppercase;
	display: block;
	height: 22px;
	padding: 7px 0 0 40px;
	font-size: 1.2em;
}

#bottom #bottom_boxes #service_list ul {
	list-style: none;
	margin: 12px 0 5px 40px;
	font-size: 0.8em;
	text-transform: uppercase;
}

#bottom #bottom_boxes #service_list ul li {
	margin: 15px 0;
	line-height: 1.5em;
}

#bottom #bottom_boxes #contact_data {
	width: 275px;
	float: left;
	margin: 0 20px 0 25px;
}

#bottom #bottom_boxes #contact_data p {
	margin: 8px 0;
	line-height: 1.6em;
}

#bottom #bottom_boxes #contact_data h4 {
	width: 275px;
	background: url('images/contact_icon.jpg') no-repeat;
	color: #fff;
	text-transform: uppercase;
	display: block;
	height: 22px;
	padding: 7px 0 0 40px;
	font-size: 1.2em;
}

#bottom #bottom_boxes #news_list {
	width: 275px;
	float: left;
	margin: 0 0 0 25px;
}

#bottom #bottom_boxes #news_list h4 {
	width: 275px;
	background: url('images/news_icon.jpg') no-repeat;
	color: #fff;
	text-transform: uppercase;
	display: block;
	height: 22px;
	padding: 7px 0 0 40px;
	font-size: 1.2em;
}

#bottom #bottom_boxes #news_list h5 {
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 5px 0;
	font-weight: bold;
	color: #a5a5a5;
}

#bottom #bottom_boxes #news_list p.meta_data {
	font-size: 0.9em;
	margin: 5px 0;
}

#bottom #bottom_boxes #news_list p {
	font-size: 1.0em;
	margin: 5px 0;
	line-height: 1.4em;
}

/* Footer Styles */

#footer {
	margin: 25px auto;
	font-size: 12px;
	width: 950px;
	color: #666;
	text-align: center;
}

#footer a { color: #999; }
#footer a:hover { border-bottom: 1px solid #999; }


/* Blog Styles */

#content .post .meta_footer {
	font-size: 11px;
}

#content .post .post_meta_top {
	font-size: 12px;
	margin: -10px 0 15px 0;
}

/* Contacct Styles */

#content #mailing {
	width: 200px;
	height: 125px;
	float: left;
	font-size: 1.1em;
}

#content #departments {
	width: 200px;
	height: 125px;
	float: left;
	margin: 0 0 0 80px;
	font-size: 1.1em;
}

#content #post-26 h3 {
	font-size: 1.2em;
	border-bottom: 1px dashed #000;
	padding: 0 0 5px 0;
}

#content .post h4.contact_form {
	padding: 0 0 5px 0;
	clear: both;
	border-bottom: 1px dashed #000;
}

#content .post form {
	font-size: 1.1em;
	line-height: 1.8em;
	clear: both;
}

#content .post input[type=text] {
	height: 18px;
	padding: 3px 5px;
	font-size: 1.1em;
	color: #555;
}

#content .post input[type=file] {
	height: 26px;
	padding: 3px 5px;
	font-size: 1.1em;
	color: #555;
}

#content .post select {
	height: 28px;
	padding: 3px 5px;
	font-size: 1.1em;
	color: #555;
}

#content .post input[type=text]:hover, #content .post input[type=text]:focus {
	background: #f4f4f4;
}

#content .post textarea:hover, #content .post textarea:focus {
	background: #f4f4f4;
}

#content .post textarea {
	padding: 3px 5px;
	font-size: 1.2em;
	color: #555;
}

#content .post input[type=submit] {
	padding: 3px 8px;
	font-size: 1.0em;
	background: #f2f2f2;
	border: 1px solid #b2b0a4;
	box-shadow: 0 0 5px #666; 
	-moz-box-shadow: 0 0 5px #666; 
	-webkit-box-shadow: 0 0 5px #666;
}

/* Portfolio Styles */

#content #post-21.post {
	width: 950px;
	background: none;
	border: none;
	padding: 0;
}

#content #post-21 .client {
	width: 240px;
	background: #fff;
	padding: 25px 30px;
	margin: 5px 10px 5px 0;
	border: 1px solid #ccc;
	line-height: 1.5em;
	float: left;
	height: 380px;
}

#content #post-21 .client h3 {
	font-size: 1.3em;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #ccc;
}
