/*
Theme Name: RMS BUILDING SERVICES
Theme URI: http://wordpress.org/
Description: RMS WordPress Theme
Version: 1.0
Author: Brett Nyquist
Author URI: http://brettnyquist.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/

body {
	background: #2d2d2d url(images/background.jpg) top center no-repeat;
	color: #fff;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	padding-bottom: 100px;
	}

#global-container {
	margin: 0px auto;
	min-height: 900px;
	padding: 0;
	width: 900px;
	text-align: left;
	}
	
#shell {
	float: left;
	width: 391px;
	height: 350px;
	padding: 5px 20px 50px 0px;
	}

#inside-shell {
	float: right;
	width: 300px;
	padding: 5px 10px 50px 23px;
	}
	
.red {
	color: #b11514; }
	
/* ---------------------------------------
   GLOBALS
   --------------------------------------- */
	
h1, h2, h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	color: #b11514;
	font-size: 18px;
	}

	h1.inside-header {
		border-bottom: 1px solid #ccc;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.7em;
		padding-bottom: 7px;
		margin-bottom: 10px;
		margin-right: 10px;
		}

h2 {
	color: #b11514;
	font-size: 18px;
	}
	
h3 {
	color: #b11514;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -0.025em;
	margin-bottom: -2px;
	}
		
small {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.clear {
	clear: both;
}

p {
	margin-top: 4px;
	margin-bottom: 14px;
	}
	
a {
	outline: none;
	}
	
strong {
	font-weight: bold;
	}

.img-lt {
	display: inline;
	float: left;
	margin: 0px 15px 15px 0px;
	padding: 1px;
	}
	
.img-rt {
	float: right;
	margin: 0px 0px 15px 15px;
	padding: 1px;
	}	
	
em {
	font-style: italic;
	}
	
/* ---------------------------------------
   HEADER
   --------------------------------------- */

#header {
	margin: 0 0 50px 0;
	height: 30px;
	padding: 15px;
	position: relative;
	width: 870px;
	}
	
.logo {
	margin-left: -15px;
	margin-top: 25px;
	}
	
.phone-details {
	position: absolute;
	right: 5px;
	top: 57px
	}

	

/* ---------------------------------------
   NAVIGATION
   --------------------------------------- */

#sidebar #navigation {
	background: url(images/nav-box.jpg) top left no-repeat;
	height: 265px;
	margin: 0;
	padding: 0;
	width: 210px;
	} 
	
	ul#sidebar-nav {
		margin: 0;
		padding: 6px;
		list-style: none;
		}
		
		ul#sidebar-nav li {
			color: #ccc;
			font-size: 1em;
			height: 36px;
			letter-spacing: -0.025em;
			margin: 0;
			padding: 0;
			padding-left: 20px;
			padding-top: 0px;
			text-transform: uppercase;
			width: 178px;
			}
			
			ul#sidebar-nav li:hover {
				color: #666;
				cursor: pointer;
				}
				
			ul#sidebar-nav li a {
				display: block;
				height: 27px;
				padding-top: 9px;
				width: 178px;
				}
				
				ul#sidebar-nav li a:hover {
					color: #666;
					cursor: pointer;
					text-decoration: none;
					}
				
			ul#sidebar-nav li.top {
				background: url(images/top-btn.jpg) top left no-repeat;
				}
				
				ul#sidebar-nav li.top:hover {
					background: url(images/top-btn-over.jpg) top left no-repeat;
					}
					
			ul#sidebar-nav li.middle {
				background: url(images/middle-btn.jpg) top left no-repeat;
				}
				
				ul#sidebar-nav li.middle:hover {
					background: url(images/middle-btn-over.jpg) top left no-repeat;
					}
					
			ul#sidebar-nav li.bottom {
				background: url(images/bottom-btn.jpg) bottom left no-repeat;
				}
				
				ul#sidebar-nav li.bottom:hover {
					background: url(images/bottom-btn-over.jpg) bottom left no-repeat;
					}
			
				
/* ---------------------------------------
   CONTENT
   --------------------------------------- */
   
#content {
	background: url(images/content-back.gif) top left repeat-y;
	font-size: 1.2em;
	margin: 0;
	padding: 0px 9px 10px 9px;
	position: relative;
	width: 902px;
	}
	
	#content-top {
		background: url(images/content-top.gif) top left no-repeat;
		height: 15px;
		margin: 0;
		width: 902px;
		}
		
	#content-bottom {
		background: url(images/content-bottom.gif) bottom left no-repeat;
		height: 10px;
		margin: 0;
		margin-bottom: -1px;
		position: relative;
		width: 902px;
		z-index: 100;
		}
		
		#content-bottom .faded {
			position: absolute;
			left: 450px;
			bottom: 1px;
			}

#home-content {
	display: block;
	position: relative;
	padding-left: 25px;
	}
		
#home-content .breaking {
	color: #9a9a9a;
	float: left;
	line-height: 1.6em;
	margin-top: 20px;
	width: 390px;
	}
	
	.breaking h2.breaking-cases {
		background: url(images/breaking-cases.gif) left top no-repeat;
		height: 20px;
		margin-bottom: 1em;
		text-indent: -9000px;
		width: 390px;
		}

#home-content .about {
	color: #a1a7ac;
	float: right;
	line-height: 1.6em;
	margin-right: 25px;
	margin-top: 20px;
	position: relative;
	width: 390px;
	}
	
	.about h2.about-corless {
		background: url(images/about-corless.gif) left top no-repeat;
		height: 20px;
		margin-bottom: 1em;
		text-indent: -9000px;
		width: 200px;
		}
		
/* ---------------------------------------
   INTERNAL CONTENT
   --------------------------------------- */
.homecolumn {
	color: #333333;
	float: right;
	margin: 15px;
	margin-right: 35px;
	margin-top: 0px;
	}
	
	.homecolumn p {
		line-height: 1.6em;
		}

   
.rightcolumn, .insidecolumn {
	color: #333333;
	float: right;
	margin-right: 15px;
	margin-top: 0px;
	padding: 0;
	width: 655px;
	}
	
	.rightcolumn h1.title {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		line-height: 1.2em;
		margin-bottom: 12px;
		margin-top: 0px;
		padding-bottom: 7px;
		}
		
	.rightcolumn h2.sub-title {
		color: #968549;
		display: inline;
		margin-bottom: 8px;
		margin-top: 15px;
		}
	
	.rightcolumn p, .insidecolumn p {
		line-height: 1.6em;
		margin-right: 15px;
		}
		
	.insidecolumn p {
		width: 320px;
		}
	
	.post {
		margin: 0;
		}

.postmetadata {
	clear: both;
	}
	
#att1, #att2, #att3, #att4, #att5, #att6, #att7, #att8, #att9, #att10 {
	display: none;
	margin-left: 128px;
	}
	
	#att1 p, #att2 p, #att3 p, #att4 p, #att5 p, #att6 p, #att7 p, #att8 p, #att9 p, #att10 p {
		width: 450px;
		}

#internal-content a {
	color: #34678d;
	}
	
div.about {
	float: left;
	line-height: 1.8em;
	width: 410px;
	padding: 10px;
	}

	div.about h2.sub {
		border-bottom: 1px #ccc solid;
		font-family: Tahoma, Arial, sans-serif;
		font-size: 1.2em;
		margin-bottom: 10px;
		padding-bottom: 10px;
		}
		
	div.thumbs {
		float: right;
		margin-right: 10px;
		margin-top: 12px;
		width: 206px;
		}
		
ul#youget {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	ul#youget li {
		background: url(images/bullet.jpg) left center no-repeat;
		margin: 0;
		padding: 0;
		padding-left: 30px;
		margin-bottom: 15px;
		width: 260px;
		}
		
ul.internal-list {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	list-style: none;
	}
	
	ul.internal-list li {
		background: url(images/internal-bullet.jpg) left center no-repeat;
		margin: 7px;
		padding-left: 25px;
		}
	
/* ---------------------------------------
   SIDEBAR
   --------------------------------------- */
	
#sidebar {
	color: #333;
	float: left;
	margin-left: 7px;
	position: relative;
	width: 210px;
	}
	
	#sidebar a {
		color: #d4d4d4;
		text-decoration: none;
		}
		
	#sidebar a:hover {
		text-decoration: underline;
		}

#sidebar form {
	margin: 0;
	}
	
#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	}
	
	#sidebar h2.callnow {
		background: url(images/callnow-background.jpg) top left no-repeat;
		display: block;
		height: 38px;
		text-indent: -9000px;
		width: 254px;
		}
		
	#sidebar h2.area {
		background: url(images/areas-background.jpg) top left no-repeat;
		display: block;
		height: 34px;
		text-indent: -9000px;
		width: 254px;
		}

	#sidebar h2.apart {
		background: url(images/apart-background.jpg) top left no-repeat;
		display: block;
		height: 36px;
		text-indent: -9000px;
		width: 254px;
		}
					
	#sidebar img.nav-tab {
		position: absolute;
		top: 0px;
		left: -26px;
		}
			
	#sidebar .set-apart {
		background: #212b34 url(images/setapart-background.gif) bottom left no-repeat;
		margin: 15px auto;
		padding-bottom: 10px;
		width: 224px;
		}
		
		#sidebar .set-apart p {
			color: #d4d4d4;
			font-size: 12px;
			line-height: 16px;
			margin: 15px auto;
			width: 180px;
			}
			
			#sidebar .set-apart p strong {
				color: #b5af98;
				font-weight: bold;
				}
				
/* ---------------------------------------
   BOTTOM CONTENT
   --------------------------------------- */
   
img.quality {
	margin-left: -5px;
	}
   
.recent-blogs ul li {
	height: 39px;
	margin-bottom: 12px;
	}
   
.recent-blogs .date {
	background: url(images/datebox.jpg) top left no-repeat;
	float: left;
	height: 31px;
	line-height: 14px;
	margin-right: 15px;
	padding-top: 8px;
	text-align: center;
	width: 39px;
	}
	
	.recent-blogs .date .day {
		color: #4e687b;
		font-size: 20px;
		font-weight: bold;
		}
		
	.recent-blogs .date .month {
		color: #2d4556;
		font-size: 9px;
		text-transform: uppercase;
		}
		
	.recent-blogs p a {
		color: #a1a7ac;
		line-height: 16px;
		}
		
.about a {
	color: #f9edc3;
	}
	
/* ---------------------------------------
   CONTACT FORM
   --------------------------------------- */
.post-content {
	background: #efefef;
	border-bottom: 1px solid #ccc;
	margin: 3px 0px;
	padding: 20px 20px;
	width: 260px;
	}
	
	span.wpcf7-list-item {
		display: block;
		float: left;
		margin-top: 5px;
		width: 120px;
		}
		
		span.wpcf7-list-item input {
			margin-top: -3px;
			vertical-align: middle;
			}
		
	span.wpcf7-form-control-wrap desired-services {
		display: block;
		margin-top: 5px;
		}
	
	p.clearing {
		clear: left;
		padding-top: 10px;}
		
	.post-content textarea {
		height: 100px;
		margin-top: 3px;
		}
		
	div.wpcf7-response-output {
		margin: 0px;
		}
		
.side-form {
	background: #efefef;
	border-bottom: 1px solid #ccc;
	padding: 7px 15px 3px 15px;
	width: 270px;
	}
	
	.email input {
		margin-bottom: 0px;
		width: 262px;
		}
	
	.side-form .wpcf7-response-output {
		border: none;
		margin: 0;
		margin-top: -5px;
		padding: 0;
		padding-bottom: 10px;
		}
		
		span.wpcf7-not-valid-tip-no-ajax {
			color: #b11514;
			}
/* ---------------------------------------
   FOOTER LINKS
   --------------------------------------- */
   
div#links {
	background: url(images/links-back.jpg) top left no-repeat;
	height: 186px;
	padding: 40px 30px;
	width: 842px;
	}
	
	#links ul {
		float: left;
		height: 140px;
		margin: 0px 0px 0px 15px;
		padding: 0;
		list-style: none;
		width: 150px;
		}
		
		#links ul li {
			color: #868686;
			font-size: 1.1em;
			margin: 0;
			padding: 7px 0px;
			text-decoration: underline;
			}

			#links ul li.first {
				color: #cbcbcb;
				font-family: Arial, Tahoma, sans-serif;
				font-size: 1.2em;
				font-weight: bold;
				margin-bottom: 7px;
				text-decoration: none;
				}

/* ---------------------------------------
   FOOTER
   --------------------------------------- */

#footer {
	background: url(images/footer-back.png) right bottom no-repeat;
	margin: 0 auto;
	padding: 20px 0px;
	position: relative;
	width: 902px;
	clear: both;
	z-index: 1;
	}

	#footer p {
		color: #666;
		font-size: 1.1em;
		line-height: 1.4em;
		margin: 0;
		padding: 5px 15px 5px 15px;
		text-align: left;
		}
		
	#footer p .links {
		color: #7e8582;
		}
		
	#footer img.av {
		position: absolute;
		bottom: -50px;
		right: 15px;
		}


/* ---------------------------------------
   IMAGES
   --------------------------------------- */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 1px;
	margin: 0 0 15px 15px;
	display: inline;
	}

img.alignleft {
	padding: 1px;
	margin: 0 15px 15px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}