/* @override 
	http://purewhitestones.com/css/screen.css
	http://www.purewhitestones.com/css/screen.css
*/

body {
	text-align: center;
	color: #434343;
	margin: 0;
	padding: 0;
	background-color: #f0f0f0;
}

a:link, a:visited {
	color: #434343;
	border-bottom: 1px dotted #97A9B0;
	text-decoration: none;
}

a:hover, a:active {
	color: #8C9DA3;
	border-bottom-style: solid;
	text-decoration: none;
}

#outer_wrap {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	background: #f0f0f0 url(http://www.purewhitestones.com/images/main_bg.jpg) no-repeat 50% 0;
}

#inner_wrap {
	width: 900px; 
	margin: 0 auto;
}

/* Buttons
----------------------------------------------- */

.button, .button:visited {
	background: #222 url(/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
	.button:hover							{ background-color: #111; color: #fff; }
	.button:active							{ top: 1px; }
	.small.button, .small.button:visited 			{ font-size: 11px; padding: ; }
	.button, .button:visited,
	.medium.button, .medium.button:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.button, .large.button:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.button, .green.button:visited		{ background-color: #91bd09; }
	.green.button:hover						{ background-color: #749a02; }
	.blue.button, .blue.button:visited		{ background-color: #87b8bf; }
	.blue.button:hover							{ background-color: #007d9a; }
	.red.button, .red.button:visited			{ background-color: #e33100; }
	.red.button:hover							{ background-color: #872300; }
	.magenta.button, .magenta.button:visited		{ background-color: #a9014b; }
	.magenta.button:hover							{ background-color: #630030; }
	.orange.button, .orange.button:visited		{ background-color: #ff5c00; }
	.orange.button:hover							{ background-color: #d45500; }
	.yellow.button, .yellow.button:visited		{ background-color: #ffb515; }
	.yellow.button:hover							{ background-color: #fc9200; }

/* Globals
----------------------------------------------- */
h4 {
	font-size: 14px;
	margin-bottom: 8px;
}

p.intro {
	font-size: 16px;
	font-style: italic;
	/*color: #8E9DA3;*/
	/*font-weight: bold;*/
}

div#home_panel_wrap {
	padding:0;
	margin: 36px 0 50px;
}

#home_panel_1, #home_panel_2 {
		border-right: 1px dotted #ddd;

}
div.home_panel {
	width: 180px;
	display: block;
	float: left;
}

div.home_panel h2 {
	font-size: 16px;
	margin: 0 0 8px;
}

div.home_panel p {
	margin: 0 0 18px;
}

.button {
	
}

div#home_panel_1,
div#home_panel_2 {
	padding: 0 6px 0 0;
	margin: 0 18px 0 0;
}

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

#header {
	height: 200px;
	margin: 0 0 50px 0;
	padding: 0 10px;
}
	#logo_link{
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	#logo_link a {
			position: absolute;
			height: 75px;
			top: 75px;
			width: 420px;
			display: block;
			border: none;
			text-indent: -9999px;
	}
		
	#top {
		position: relative;
		margin: 0;
		padding: 0;
		height: 31px;
		} 
	#top a {
		width: 158px;
		border: none;
		height: 24px;
		display: block;
		background: url(http://www.purewhitestones.com/images/request_info_button.jpg) no-repeat 0 0;
		text-indent: -9999px;
		float: right;
		margin: 13px 20px 0 0;
		}
	
	#top a:hover {
		background-position: 0 100%;
		} 

#content_outer_wrap {
	background: #fff;
	margin: 0 8px;
	padding: 0 36px 50px;
}

#content_wrap {
	float: right;
	width: 600px;
	border-bottom: 1px dotted #ddd;
}

#content_wrap h1 {
	letter-spacing: 3px;
	font-weight: normal;
}
#right_pad{
	width:320px;
	padding-bottom:25px;
}
#feature_image {
	width: 600px;
	overflow: hidden;
	height: 290px;
}
div.image {
	margin-bottom: 20px;
	text-align: right;
	/*background-color: #f0f0f0;*/
	padding: 0 0 5px;
	font-size: 10px;
	color: #999;
	letter-spacing: 1.1px;
}

div.right {
	display: block;
	float: right;
	margin-left: 24px;
}
/* Project Page
----------------------------------------------- */
div.project_wrap {
	margin: 0 0 24px;
	padding-top: 12px;
	border-top: 1px dotted #ddd;
}
div.project_images{
	width: 192px;
	float: right;
	text-align: right;
	margin-left: 25px;
	padding-top: 0;
}
div.thumb {
	float: left;
	margin: 0 0 8px 8px;
}

div.thumb img {
	padding: 2px;
	border: 1px dotted #ddd;
}

div.thumb a {
	border: none;
}

/* Header Image Replacement Elements
----------------------------------------------- */

#content_wrap h1 span{
	text-indent:-9999px;
	display:block;
}

h3 {
	font-size: 16px;
}
#content_wrap h1 span#home{
	background: url(http://www.purewhitestones.com/images/header_image_replacements/home_header.gif) no-repeat 0 50%;
}
#content_wrap h1 span#projects{
	background: url(http://www.purewhitestones.com/images/header_image_replacements/projects_header.gif) no-repeat 0 50%;
}
#content_wrap h1 span#services{
	background: url(http://www.purewhitestones.com/images/header_image_replacements/services_header.gif) no-repeat 0 50%;
}
#content_wrap h1 span#contact{
	background: url(http://www.purewhitestones.com/images/header_image_replacements/contact_us.gif) no-repeat 0 50%;
}
#content_wrap h1 span#about_us{
	background: url(http://www.purewhitestones.com/images/header_image_replacements/about_us_header.gif) no-repeat 0 50%;
}

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

#sidebar_wrap {
	float: left;
	width: 150px;
	margin-top: 60px;
}

#comment {
	text-align: right;	
	color: #5f7876;
	margin-top: 75px;
	padding: 20px 0 0;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
}

#comment_text {
	font-style: italic;
	margin-bottom: 6px;
}

#comment_author {
	
	font-size: 11px;
	font-weight: bold;
}

#comment_author_position {
	font-style: italic;
	font-weight: normal;
}

#twitter_update_list {
	text-align: right;	
	color: #5f7876;
	margin-top: 75px;
	margin-bottom: 0;
	padding: 20px 0 0;
	border-top: 1px dotted #ddd;
	list-style: none;
	list-style-image: none;
}

#twitter_update_list li {
	font-style: italic;
	margin-bottom: 6px;
	margin-left: 0;
}

#twitter_update_list li a {
	display: block;
	margin-top: 6px;
	border: none;
	}

#twitter_div {
	padding-bottom: 20px;
	border-bottom: 1px dotted #ddd;
}

#twitter_div a#twitter-link {
	font-size: 11px;
	font-weight: bold;
	border: none;
}

#twitter_div a#twitter-link {
	font-style: italic;
	font-weight: normal;
}

/* Navigation Elements
----------------------------------------------- */

	ul#nav {
		margin: 0;
		padding: 0;
	}
	
		ul#nav li {
			list-style: none;
			margin: 0 0 14px;
			padding: 0;
		}
		
		ul#nav li.current_page a:link,
		ul#nav li.current_page a:visited{
			cursor: default;
			color: rgb(95, 120, 118);
			font-style: italic;
		}
	
			ul#nav li a:link,
			ul#nav li a:visited {
				border: none;
				letter-spacing: 3px;
				color: #434343;
				text-decoration: none;
				display: block;
				text-align: right;
			}
			
			ul#nav li a:hover,
			ul#nav li a:active {
				color: #6A7F6C;
			}
			
/* Highlight Box
------------------------------------------------*/
			
span.llc {
	font-size: 80%;
	font-style: italic;
}

div.highlight_box {
	width: 150px;
	float: right;
	padding: 12px 24px;
	margin-left: 36px;
	background-color: #eef2f3;
	border: 1px solid #dfdfdf;
	margin: 0 0 36px 24px;
 	-moz-border-radius: 2px; /* FF1+ */
 	-webkit-border-radius: 2px; /* Saf3+, Chrome */
    border-radius: 2px; /* Opera 10.5, IE 9 */}

div.highlight_box h3 {
	font-size: 12px;
	margin: 0 0 5px;
}

div.highlight_box p {
	margin-bottom: 5px;
	font-size: 12px;
}

.highlight_box p.last {
	margin: 0;
}

div.highlight_box img {
	margin: 5px 0;	
}

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

#footer_wrap {
	clear: both;
	background-color: #434343;
	padding: 10px 0;
}

#footer_inner {
	text-align: right;
	width: 900px;
	margin: 0px auto;
}
	#footer_inner p {
		padding-right: 12px;
		font-size: 10px;
		color: #848484;
	}
	
	#footer_inner a:link,
	#footer_inner a:visited {
		color: #848484;
	}
	
/* Clear Floated Elements
------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}