/*
Theme Name: Red Sage Design
Theme URI: http://wordpress.org/
Description: Custom Wordpress theme designed for and built by Red Sage Design.
Version: 1.0
Author: Rob Woods
Author URI: http://www.redsagedesign.com/
Tags: portfolio, web design, tabs

	Red Sage v1.0
	 http://www.redsagedesign.com

	This theme was designed and built by Rob Woods,
	whose blog you will find at http://www.redsagedesign.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*  - - - - - - - - - - - - - - - - - - - - - - - - - - -

	COLORS
	
	link:					#999;
	text:					#666;
	background:				#f3f2e9;

	- - - - - - - - - - - - - - - - - - - - - - - - - - -
	
	TABLE OF CONTENTS
   
	=Reset CSS
	=Basic
	=Body
		=Container
			=Header
				=Navigation
			=Content
			=Footer
    
	----------------------------------------------------- */



/*  -----------------------------------------------------

	=Reset CSS
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	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;
	}
	
	* {font-size:100.01%}

	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	body {
		color: #fff;
		font: 12px/1.6em 'Lucida Grande', Verdana, Ariel, sans-serif;

	}
	ol {
		list-style-position: inside;
	}
	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: "" "";
	}


/*  -----------------------------------------------------

	=Basic
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	a:link, a:visited {
		color: #999;
		text-decoration: none;
	}
	
	h1,
	h2,
	h3 {
		font-weight: normal;
	}
	
	h1 {
		font-size: 16px;
		font-weight:bolder;
	}
	
	h2 {
		font-size: 14px;
		font-weight:bolder;
	}
	
	h3 {
		font-style: italic;
	}
	
	h4 {
		background-color: #fbfbf8;
		color: #10100f;
		font-size: 14px;
		padding: 0 0 4px 18px;
		font-family: Georgia, Times New Roman, serif;
	}
	
	h5 {
		color: #aaa;
		font-size: 9px;
		font-family: Georgia, Times New Roman, serif;
	}
	
	a:hover, a:active {
		text-decoration: underline;
	}
	
	ul li {
		background: url('http://www.redsagedesign.com/wp-content/themes/redsagedesign/images/style-gray/bullet.gif') no-repeat left center;
		padding-left: 10px;
	}
	
	p,
	ul,
	ol,
	h1,
	h2,
	h3,
	hr,
	blockquote,
	table,
	#projects {
		margin-bottom: 1em;
	}
	
	em {
		font-style: italic;
	}
	
	strong,
	th,
	dt {
		font-weight: bold;
	}
	
	img {
		border: 3px solid #fff;
	}
	
		img:hover,
#projects img:hover {
			border-color: #999;
		}
	
	hr {
		background-color: #ccc;
		border: 0;
		color: #ccc;
		height: 1px;
	}
	
	th,
	td {
		line-height: 30px;
	}
	
	small {
		font-size: 10px;
		font-style: italic;
	}
	
	.width_280 {
		width: 280px;
	}
	
	.width_560 {
		width: 590px;
	}
	
	.width_320 {
		width: 320px;
	}
	
	.width_590 {
		width: 590px;
	}
	
	.width_900 {
		width:900px;
		height:100%;
	}
	
	.featured {
		width: 500px;
	}
	
	blockquote {
		font-style: italic;
	}
	
	blockquote {
		background: url('/wp-content/themes/redsagedesign/images/style-gray/quote.gif') no-repeat 0 4px;
		text-indent: 15px;
	}
	
	.main {
		text-align: justify;
	}
	
	.col {
		float: left;
		margin: 0px 30px 0 0;
	}
	
	#header .col {
		margin: 20px 80px 0px 0px;
	}
	
	#container .last {
		margin-right: 0;
		display: inline;
	}
	
	#content .col {
		margin-bottom: 30px;
	}
	
	.box {
		background: #fbfbf8 url('/wp-content/themes/redsagedesign/images/col-bg-280px-bottom.gif') no-repeat bottom center;
		padding: 10px;
		height:100%;
	}
	
	.width_590 .box {
		background-image: url('/wp-content/themes/redsagedesign/images/col-bg-590px-bottom.gif');
	}
	
	.width_900 .box {
		background-image: url('/wp-content/themes/redsagedesign/images/col-bg-900px-bottom.gif');
	}
	
/*  -----------------------------------------------------

	=Body
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	body {
		background: #f3f2e9 url('http://www.redsagedesign.com/wp-content/themes/redsagedesign/images/top-background.png') repeat-x;
		color: #666;
		text-align: center;
	}


/*  -----------------------------------------------------

	=Container
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	#container {
		margin: 0 auto;
		text-align: left;
		width: 900px;
	}


/*  -----------------------------------------------------

	=Header
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	#header {
		color: #e6e6e6;
		height: 309px;
		position: relative;
	}
	
		#header .brand {
			border: 0;
			margin: 0 0 20px 0;
			}

			#header p {
			padding-top:15px;
			border-top:1px solid #808080;
			}
	
		#header #menu {
			bottom: 0;
			left: -10px;
			margin: 0;
			position: absolute;
		}
		
			#header #menu li {
				background: none;
				float: left;
				margin-left: 1px;
				padding: 0;
			}
			
				#header #menu li a {
					color: #fff;
					display: block;
					font-size: 14px;
					padding: 5px 10px 5px;
				}
				
					#header #menu a:hover {
						color: #999;
						text-decoration: none;
					}
					
					#header #menu .active a {
					background: url('http://www.redsagedesign.com/wp-content/themes/redsagedesign/images/nav-bg.gif') repeat-x;
					border-top: 1px solid #fff;
					border-left: 1px solid #fff;
					border-right: 1px solid #fff;
					color: #000;
					}


/*  -----------------------------------------------------

	=Content
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	#content {
	}
	
		.col.width_280 h4.news {
			background: #fff url('http://www.redsagedesign.com/wp-content/themes/redsagedesign/images/col-bg-280px-top-news.gif');
		}
		
		.col.width_590 h4.news {
			background: #fff url('/wp-content/themes/redsagedesign/images/col-bg-590px-top-news.gif')
		}
		
		.col.width_900 h4.news {
			background: #fff url('/wp-content/themes/redsagedesign/images/900px-top.gif')
		}
		
		.col.width_280 h4.services {
			background-image: url('/wp-content/themes/redsagedesign/images/col-bg-280px-top-services.gif');
		}
		
		.col.width_590 h4.services {
			background-image: #fff url('/wp-content/themes/redsagedesign/images/col-bg-590px-top-services.gif')
		}
		
		.col.width_280 h4.flicker {
			background-image: url('/wp-content/themes/redsagedesign/images/col-bg-280px-top-flicker.gif');
		}
		
		.col.width_900 h4.testimonials {
			background-image: url('/wp-content/themes/redsagedesign/images/col-bg-280px-top-testimonials.gif');
		}
		
		.col.width_280 h4.twitter {
			background-image: url('/wp-content/themes/redsagedesign/images/col-bg-280px-top-twitter.gif');
			width:280px;
		}
		
		.col.width_590 h4.about {
			background: #fff url('/wp-content/themes/redsagedesign/images/col-bg-590px-top-about.gif')
		}
		
		.col.width_590 h4.hire {
			background: #fff url('/wp-content/themes/redsagedesign/images/col-bg-590px-top-hire.gif')
		}
		
		.col.width_590 h4.portfolio {
			background: #fff url('/wp-content/themes/redsagedesign/images/col-bg-590px-top-portfolio.gif')
		}
		
		.main .box h4,
		.main .box {
			background-color: #fff;
			overflow: hidden;
		}
		
		.services li {
			background-image: url('/wp-content/themes/redsagedesign/images/style-gray/bullet.gif');
		}
		
		.flicker img {
			margin: 0 1px;
		}
		
		.twitter {
			position: relative;
		}
		
			.twitter .twitter-btn {
				background: url('/wp-content/themes/redsagedesign/images/style-gray/followme.gif') no-repeat;
				bottom: -10px;
				color: #fff;
				display: block;
				line-height: 25px;
				padding: 0 17px;
				position: absolute;
				right: 10px;
			}
		
		#slider {
			width: 500px;
			margin: 0 auto;
			position: relative;
		}
		
		.scroll {
			height: 250px;
			width: 500px;
			overflow: hidden;
			position: relative;
			clear: left;
		}
		
		.scrollContainer div.panel {
			height: 250px;
			padding-top: 10px;
			width: 500px;
		}
		
			.panel p {
				background: url('/wp-content/themes/redsagedesign/images/bullet-star.gif') no-repeat left center;
				padding-left: 10px;
			}
			
			div.panel span.pin {
				background: url('/wp-content/themes/redsagedesign/images/style-gray/pin.gif') no-repeat;
				display: block;
				height: 28px;
				left: 50%;
				position: absolute;
				top: 2px;
				width: 21px;
			}
		
		.navigation {
			position: absolute;
			top: 216px;
			right: 20px;
		}
		
		.navigation li {
			
			display: inline;
			padding: 0;
		}
		
		.navigation a {
			background: url('http://www.redsagedesign.com/wp-content/themes/redsagedesign/images/style-gray/bullet.gif') no-repeat;
			display: inline-block;
			height: 6px;
			margin-right: 2px;
			text-indent: -9999px;
			width: 6px;
		}
		
		.navigation a:hover {
			background: url('http://www.redsagedesign.com/wp-content/themes/redsagedesign/images/bullet-black.gif');
		}
		
		.navigation a.selected {
			background: url('http://www.redsagedesign.com/wp-content/themes/redsagedesign/images/bullet-black.gif');
		}
		
		.navigation a:focus {
			outline: none;
		}
		
		.scrollButtons {
			border: 0;
			cursor: pointer;
			position: absolute;
			top: 215px;
			z-index: 100;
		}
		
		.scrollButtons.left {
			right: 10px;
		}
		
		.scrollButtons.right {
			right: 0px;
		}
		
		.hidden {
			visibility: hidden;
		}

		#content table,
		#content th {
			border-bottom: 3px solid #fcfcfa;
		}
		
		tr.odd {
			background-color: #fcfcfa;
		}
		
		#projects {
			overflow: hidden;
		}
		
			#projects img {
				border-color: #ddd;
			}
			
			.project-head {
				background: url('/wp-content/themes/redsagedesign/images/bullet-toggle-plus.gif') no-repeat left center;
				border-bottom: 1px solid #eee;
				cursor: pointer;
				padding-left: 10px;
				right: 0;
				top: 165px;
			}
			
			.project-body {
				border-bottom: 1px solid #ccc;
				display:none;
				overflow: hidden;
			}
			
				.project-body ul {
					float: right;
					width: 190px;
				}
				
				.project-body p {
					float: left;
					width: 350px;
				}
				
		.contactForm {
			width: 500px;
		}
		
			label {
				float: left;
				width: 100px;
			}
			
			.contactForm small {
				display: block;
				padding-left: 100px;
			}
			
			input,
			textarea {
				background-color: #f9f9f9;
				border: 1px solid #f2f2f2;
				font-family: Georgia, "Times New Roman", Times, serif;
				padding: 5px;
				width: 300px;
			}
			
			input:focus,
			textarea:focus {
				background-color: #ececec;
				border-color: #ddd;
			}
			
			.btn {
				background: url('/wp-content/themes/redsagedesign/images/style-gray/button.gif') no-repeat;
				border: 0;
				color: #fff;
				font-style: normal;
				height: 25px;
				width: 77px;
			}
			
			.required {
				color: #999;
			}
			
			#message_ok {
				color: #999;
				display: none;
			}
		
/*  -----------------------------------------------------

	=Change_Color
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	#change_color {
		clear: both;
		overflow: hidden;
	}
	
		#change_color img {
			border: 0;
		}
				
		#change_color p {
			color: #b6b6b6;
			font-size: 10px;
			font-style: italic;
			float:right;
		}
		
			#change_color p img {
				vertical-align: middle;
			}
			
/*  -----------------------------------------------------

	=Footer
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	#footer {
		background: url('http://www.redsagedesign.com/wp-content/themes/redsagedesign/images/footer-bg.gif') repeat-x;
		clear: both;
		overflow: hidden;
		padding: 10px;
	}
	
		#footer img {
			border: 0;
		}
				
		#footer p {
			color: #999999;
			font-size: 10px;
		}
		
			#footer p.right {
				float: right;
			}
		
			#footer p img {
				vertical-align: middle;
			}
			
	/* [new-footer] */

#footer_outer {
	height:200px;
	text-align:left;
}
#footer_image {
	float:right;
	width:200px;
	padding:0;
	margin:0px 0px 0px 0px;
}
#copyright p{
	font-style: italic;
	color:#b6b6b6;
	font-size:9px;
	padding:0px 0px 0px 0px;
	text-align:center;}

#footer h5 {
	font-size:120%;
	color:#666666;
	font-weight:normal;
	padding-bottom:5px;
}
#footer ul {
	list-style:none;
	text-indent:0px;
	padding:0;
}

#footer ul li {
	background:none;
	padding:0;
}

.footer_left {
	float:left;
	padding:10px 0px 0 0;
	margin:0px 100px 0px 10px;

	height:140px;
}



.footer_left ul a {
	font-weight:normal;
}
#footer_right {
	float:left;
	width:170px;
	padding:10px 0 0 0px;
	margin-left:10px;

	height:140px;
}

#footer_wrap {
	width: 100%;
	min-width: 100%;
	margin: 0;
	padding: 20px 0 0;
	background: url(../img/global/footer_wood_back.png) repeat-x;
	text-align: left;
	clear: both;
	height: 168px;
}

/* Footer */

#footer_content a {
	color: #fff;
	text-decoration: none;
}

#footer_content a:hover {
	color: #fff;
	padding: 3px !important;
	margin: -3px !important;
	background-color: #000;
}

#footer_content {
	width: 775px;
	margin: 0 0 0 170px;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	background-image: url(../img/global/subnav_back.png);
	/*border-left: 5px solid #000;*/
}

#footer_content ul {
	margin: 0;
	padding: 0 0 0 10px;
	display: inline-block;
	list-style-type: none;
	clear: both;
	/*border-left: 5px solid #000;*/
	
}

#footer_content li {
	float: left;
	padding: 0 15px 0 0;
}

#footer_content p {
	padding: 0 0 0 15px;
	margin: 10px 0 0;
}

.quote {
	font-style: italic;
}


/* @end */

	/* End [new-footer] */


	/* Homepage Style */
	
	
#welcome {
	width: 585px;
	float: left;
	padding: 0px 0px 0px 20px;
	
}
	#welcome h1 {
		font-size: 20px;
		line-height: 24px;
		color:#333333;
		font-weight:normal;
		border-top: 3px double #e3e3e3;
		padding-top:10px;
	}
	#welcome p#tagline {
		font-size: 16px;
		color: #666666;
	}
	/*#welcome p {
		font-size: 12px;
		color: #807f77;
	}*/

#services-intro {
	width: 220px;
	float: right;
	padding-top: 15px;
	border-top: 3px double #e3e3e3;
}
	#services-intro li {
		font-size: 12px;
		list-style: none;
		padding-bottom: 5px;
		background:none;
	}
	#services-intro li a {
		text-decoration: none;
	}
	
	#services-intro li a:hover {
		text-decoration: underline;
	}
#recent-projects {	
	border-top: 3px double #e3e3e3;
	border-bottom: 3px double #e3e3e3;
	padding-top: 10px;
	margin-bottom: 25px;
}
	#recent-projects h2 {
		font-size: 26px;
		color: #000;
		text-transform: lowercase;
		border-bottom: 3px double #e3e3e3;
		padding-bottom: 7px;
	}
		#recent-projects h2 span {
			font-size: 11px;
			text-transform: uppercase;
			color: #807f77;
		}
	
	.project-thumb {
		float: left; 
		margin: 0 8px 10px 8px;
		text-align: center;
		font-size: 11px;
		color: #625f47;
	}
		.project-thumb img {
			margin-bottom: 4px;
		}
		.project-thumb a:link img, .project-thumb a:visited img {
			border: 2px solid #dad9cd;
			padding: 2px;
		}
		.project-thumb a:hover img, .project-thumb a:active img {
			border: 2px solid #625f47;
		}
	
	p#big-list-link {
		padding: 4px;
		background: #edece4;
		font-size: 14px;
		text-align: center;
	}

.intro {
	width: 300px;
}
	#intro-1 { float: left; margin-right: 30px; display: inline; }
	#intro-2 { float: left; }
	#intro-3 { float: right; width: 220px; }
	
	.intro h2 {
		font-size: 20px;
		text-transform: lowercase;
		margin-bottom: 5px;
	}
	.intro p {
		font-size: 12px;
		color: #807f77;
	}
	
	#intro-3 p {
		font-size: 11px;
		line-height: 14px;
	}

/* Sidebar */

#sidebar
{
	border-top: 3px double #e3e3e3;
	padding: 15px 5px 10px 10px;
	float:right;
	width:220px
	}
	
#sidebar ul li {
	list-style:none;
	background:none;
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #cccccc;
}

#sidebar ul li a:hover {

}

/* Entry */

.entry {
	width:585px;
	float:left;
	margin-right:40px;
	padding:0px 0px 0px 20px;
	text-align:left;
}

.entry h1 {
	border-top: 3px double #e3e3e3;
	margin-top:0px;
	border-bottom: 3px double #e3e3e3;
	padding:10px 0px 10px 0px;
}

.entry ul li {
	list-style:disc;
	background:none;
	paddding-left:5px;
	margin-left:30px;
	
}

#footer_new .nav li.home a{display:block;overflow:hidden;background:transparent no-repeat left top;text-align:left;text-indent:-1000em}


