/*   
Theme Name: R&S
*/

/*------------------------------------------------------------------
[ STYLE.CSS ] Main Stylesheet
--------------------------------------------------------------------

[Table of contents]

1.	RESET

2.	MAIN STYLES
2.a  Tags defaults
2.b  Base layout
2.c  Navigations
2.d  Elements, ID's & Classes

3.	FORMS
3.a  Form styles
3.b  Individual forms

4.	PLUGINS

5.	PRINT


/*------------------------------------------------------------------

1.	RESET
	Global reset for all HTML elements

------------------------------------------------------------------*/

@media handheld, projection, screen, print {

* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
html { height: 100% }
body { background: #fff; color: #000; font-size: 100.01%; min-height: 101%; text-align: left; position: relative; }
img, fieldset, abbr, acronym { border: 0 }
ul, ol { list-style: none }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
caption, th { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; }
input, select { vertical-align: middle }
textarea { height: auto; overflow: auto; }
option { padding-left: 0.6em }
button { background: none; border: 0; cursor: pointer; text-align: center; }


} @media handheld, projection, screen {


/*------------------------------------------------------------------

2.	MAIN STYLES
	General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
	
body {
	background: #eee;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin-top: 25px;
}

p, ul, ol, table { margin: 0 0 14px }

strong { font-weight: bold }
em { font-style: italic }


/* Headlines */
h1, h2, h3, h4, h5 {
	font-weight: normal;
	line-height: normal;
}
h2 {
	color: #1e3252;
	font-size: 40px;
	margin: 0 0 22px;
}
h3 {
	color: #1e3252;
	font-size: 32px;
	margin: 37px 0 22px;
}
h4 {
	color: #ba1f00;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 16px
}
h5 {
	color: #8c9cb5;
	font-size: 18px;
	margin-bottom: 8px;
}


/* Anchors */
a, a:link, a:visited {
	color: #ba1f00;
	text-decoration: underline;
}
a:hover, a:active, a.active {
	text-decoration: none;
}


/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/

#wrap {
	background: url(img/bg-content.gif) repeat-y; overflow: hidden;
	margin: auto;
	width: 960px;
	padding: 0 9px;
	position: relative;
}

	#header, #content, #footer {
		float: left; display: inline;
		clear: both;
		position: relative;
	}

	#header {
		background: url(img/bg-header-inner.jpg) no-repeat;
		height: 139px;
		width: 978px;
		margin: 0 -9px;
	}
	#home #header {
		background-image: url(img/bg-header.jpg);
		height: 299px;
	}
		#logo { margin: 0 }

			#logo a {
				background: url(img/logo.jpg) no-repeat;
				height: 59px; width: 178px;
				position: absolute;
				top: 23px; left: 29px;
			}

	#content {
		
		padding: 0 0 4em 0;
		width: 100%;
	}
		#colL {
			float: left;
			background: url(img/bg-left.gif) repeat-x;
			padding: 54px 40px 0;
			width: 630px;
		}
		#colR {
			float: right;
			background: #f4f4f4 url(img/bg-right.gif) repeat-x;
			padding: 0 15px;
			width: 219px;
		}
	
	#footer {
		background: #1e3252 url(img/bg-footer.gif) repeat-x;
		min-height: 203px;
		height: auto !important;
		height: 203px;
		width: 100%;
		color: #8c9cb5;
		font-size: 12px;
	}
		#footerWrap {
			width: 910px;
			margin: 0 auto;
			position: relative;
		}
			#footer a {
				color: #8c9cb5;
				text-decoration: none;
			}
			#footer a:hover {
				text-decoration: underline;
			}


/*-------------------------------
2.c Navigations
-------------------------------*/

ul.nav { margin: 0 }

/* Main navigation */
#nav {
	background: url(img/bg-nav.gif) repeat-x;
	height: 45px;
	width: 960px;
	position: absolute;
	bottom: 0; left: 9px;
}
	#nav li {
		float: left;
		background: url(img/bg-nav-li.gif) no-repeat right;
		padding-right: 2px;
	}
		#nav li a {
			float: left;
			color: #bec5d1;
			font-size: 16px;
			font-weight: bold;
			line-height: 45px;
			text-transform: uppercase;
			display: block;
			text-decoration: none;
			padding: 0 20px;
		}
		#nav li a:hover, #nav li a.active, #nav li.current_page_item a {
			background: url(img/bg-nav-li-hover.gif) repeat-x;
			color: #fff;
		}


/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/

h2 a, h2 a:link, h2 a:visited {
	color: #1e3252;
	text-decoration: underline;
}
h2 a:hover, h2 a:active, h2 a.active {
	text-decoration: none;
}

ul#footerList {
	float: left; display: inline;
	margin: 40px 0 0 18px;
}
	ul#footerList li.footer-links {
		float: left; display: inline;
		margin-right: 18px;
		width: 200px;
	}
		ul#footerList li.footer-links ul li {
			border-bottom: 1px solid #43536b;
			line-height: 15px;
			padding: 8px 0;
			margin: 0;
		}
	
div#footerInfo {
	position: absolute;
	top: 45px; left: 710px;
}
	div#footerInfo p {
		font-size: 11px;
		line-height: 14px;
		margin: 0;
	}
		div#footerInfo p#footerLogo a {
			background: url(img/logo-footer.jpg) no-repeat;
			height: 38px; width: 119px;
			margin: 0 0 19px;
		}

p#phone {
	background: url(img/bg-phone.jpg) no-repeat;
	height: 23px; width: 382px;
	position: absolute;
	top: 41px; left: 568px;
}

h2#hdHeader {
	background: url(img/bg-hd-header.png) no-repeat;
	height: 117px; width: 309px;
	position: absolute;
	top: 120px; left: 385px;
}

h2#hdContent {
	font-size: 40px;
	line-height: 44px;
	width: 450px;
}

p#btGetintouch { margin: 34px 0 47px }

	p#btGetintouch a {
		background: url(img/bt-getintouch.gif) no-repeat;
		height: 41px; width: 556px;
		margin: 0 0 0 auto;
	}

div.block {
	background: url(img/bg-line.gif) repeat-x bottom;
	padding: 35px 0;
}
div.block:last-child { background: none }
	
	div.block ul { margin: 0 }
	
		div.block ul#testimonials p.quote {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
			margin-bottom: 10px;
		}
		div.block ul#testimonials p.name {
			font-size: 12px;
			font-weight: bold;
			margin-bottom: 10px;
		}
		
	div.block ul#posts { margin: 0 }
	
		div.block ul#posts li p.date {
			font-size: 12px;
			line-height: 14px;
			margin: 0 0 10px
		}
		
		#colR div.block ul li, div.block ul.list0 li {
			background: url(img/bg-star.gif) no-repeat 0 5px;
			padding-left: 20px;
		}
		#colR div.block ul#testimonials li {
			background:none;
			padding-left: 0;
		}
		
	div.block p { margin: 0 }
	
	div.block.last { background: none }
	
	div.block p.link {
		font-size: 12px;
		text-align: right;
	}
	
p.post-foot {
	background: #f4f4f4;
	border: 1px solid #bbb;
	margin: 0 0 50px;
	padding: 8px 15px;
}

#postHr {
	margin-top: 44px;
}



/*------------------------------------------------------------------

3.	FORMS
	Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a Form styles
-------------------------------*/

input.text, select.select, textarea.textarea
{
	background: #fff url(img/bg-input.gif) repeat-x;
	border: 1px solid #ccc;
	color: #333;
	padding: 5px;
	font-size: 14px;
}
input.text { width: 207px }
select.select { width: 200px }
textarea.textarea { width: 250px }

input.btinput {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: #021d49 url(img/bt-input.gif) repeat-x;
	border: 1px solid #0d2751;
	height: 30px;
	margin-top: 5px;
	cursor: pointer;
	padding: 0 12px;
}
	
/* General forms */
form.form { /* nothing here */ }

	form.form ol.fieldset {	list-style: none }
	
		form.form ol.fieldset li.field { margin: 1em 0 }
		
			form.form ol.fieldset li.field label { display: block }
			
/* Search Form */
form.form-short { text-align: right }

		
/*-------------------------------
3.b Individual forms
-------------------------------*/

form#commentform textarea.textarea {
	height: 200px; width: 618px;
}

li.comment-blog {
	width: 630px;
	margin: 0 0 22px;
	position: relative;
}
	li.comment-blog div.user-info {
		float: left;
		width: 129px;
	}
		li.comment-blog p { margin: 0 }
			
			li.comment-blog div.user-info p.user { font-weight: bold }
			
			li.comment-blog div.user-info p.meta {
				font-size: 11px;
				line-height: 14px;
				margin: 0 0 7px;
			}
			li.comment-blog div.user-info p.edit { font-size: 12px }
		
	li.comment-blog div.user-comment {
		float: right;
		background: #f4f4f4;
		border: 1px solid #d5d5d5;
		width: 459px;
		line-height: 20px;
		padding: 20px;
	}
		li.comment-blog div.user-comment span.tip {
			background: url(img/comm-tip.gif) no-repeat;
			height: 29px; width: 30px;
			position: absolute;
			top: 20px; left: 100px;
		}

ul.search-results li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 22px;
	padding-bottom: 22px;
}
	ul.search-results li p {
		margin: 0;
	}

		

/*------------------------------------------------------------------

4.	PLUGINS
	Predefined utilities

--------------------------------------------------------------------

/*-------------------------------
Utility classes
-------------------------------*/

.l { text-align: left }
.c { text-align: center }
.r { text-align: right }

.wrap, .col { float: left;	display: inline; position: relative; }
.wrap { clear: both }

.clear { clear: both }
.fl { float: left }
.fr { float: right }
.hide, .hidden, .anchor, .skip { display: none }
.nomargin { margin-bottom: 0 !important }
.noborder { border: 0 !important }
.top { margin-top: 0 !important }

.replace, .br { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px; }

/* .opacity { -moz-opacity: 0.95; opacity: 0.95; filter: alpha(opacity = 95); } */

.hr { background: #ccc; height: 1px; margin: 1.5em 0; }
.hr hr { display: none }


/*-------------------------------
"Bars" navigation
---------------------------------
[?] EXAMPLE

Home | Services | About | Contact	*/

ul.bars li {display: inline; margin-left: -4px;}
ul.bars li.first {border: 0 !important;}
ul.bars li:before {content: "|"; padding: 0 4px;}
ul.bars li:first-child:before {content: ""; padding: 0 4px 0 0;}


/*-------------------------------
Clearfix
-------------------------------*/

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearfix { display: block }


/*-------------------------------
Images alignment classes
---------------------------------
[?] e  = east, n  = north, ne = north-east, sw = south-west ...etc.
*/

img.e, img.w, img.ne, img.nw, img.se, img.sw {display: block;}
img.e  { float: right;	margin: 1.5em 0 1.5em 1.5em;	}
img.w  { float: left;	margin: 1.5em 1.5em 1.5em 0;	}
img.ne { float: right;	margin: 0 0 1.5em 1.5em;	}
img.nw { float: left;   margin: 0 1.5em 1.5em 0;	}
img.se { float: right;	margin: 1.5em 0 0 1.5em;	}
img.sw { float: left;	margin: 1.5em 1.5em 0 0;	}



} @media print {

/*------------------------------------------------------------------

5.	PRINT
	Styles for print

------------------------------------------------------------------*/

body { background: none; color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10pt }
code, pre { font-family: "Courier New", Courier, mono }
img { float: left; clear: left; page-break-inside: avoid; page-break-after: avoid }

a, a:link, a:visited { color: blue; text-decoration: underline }

blockquote, table, pre { page-break-inside: avoid }
ul, ol, dl  { page-break-before: avoid }
h1, h2, h3, h4, h5, h6 { display: block; font-weight: bold; page-break-after: avoid }

#footer, .ad, #nav, .nav, form, .skip { display: none }

h1 { font-size: 3em; margin: .67em 0; }
h2 { font-size: 2em; margin: .83em 0; }
h3 { font-size: 1.5em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.92em; margin: 1.67em 0; }
h6 { font-size: 0.83em; margin: 2.33em 0; }


/*------------------------------------------------------------------
	END CSS
------------------------------------------------------------------*/

}/* end @media */