/* 

Theme Name: Shaw Technologies

Description: Shaw Technologies is a profession technology theme.

Author: George Shubin

Author URI: http://www.red-pixel.com

Version: 1.0
	

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Changelog:

v1.0 - 01.15.08

First Release of Shaw Technologies 01

*/


body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top: 20px;
	}

.large {
	font-size: large;
	line-height: 1.5em;
}

.spacer {
	padding-bottom: 2em;
	border-bottom: 1px solid gray;
	margin-bottom: 3em;        

}


/************************************************

*	For main home page		*

************************************************/

#mainbg {
	margin: 0;
	padding: 0;
	background-image: url(images/home_image.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 356px;
	overflow: hidden; 
}

#maintxt {
	margin-left: 560px;
	margin-top: 120px;
	padding-right:20px;
}

#boxcontainer {
	overflow:hidden;
	clear:both;
	margin:0px;
	padding:0px;
	margin-left: 37px;
}

#box {
	margin:0;
	padding:0;
	width:207px;
	height:274px;
	background-image: url(images/boxbot.jpg);
	background-repeat: no-repeat;
	background-position: 5px 45px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}
#boxlink {
	clear:both;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
#box a {
	text-decoration: none !important;
	color: #fff !important;
	font-size: 12px;	
}

#box a:visited {
	color: #FFCC00 !important;
}

#box a:hover {
	color: #FFFF00 !important;
}
#boxlink ul {
	list-style-image: url(images/arrow.jpg);
}

/************************************************

*	Padded Box       			*

************************************************/

.paddedBox {
	padding: 2em;
	border: #1F0087 solid 2px;
	width: 80%;
	margin: 0 auto 0 auto;
}

.thinPaddedBox {
	margin-left: 1em;
	margin-bottom: 1em;
	border: #1F0087 solid 2px;
	padding: 0.5em;
	float: right;
}

.thinPaddedBox table {
	width: 200px;
	text-align: center;
}

.thinPaddedBox img {

        width: 180px;

}



/************************************************

*	Personal Bio's       			*

************************************************/

#biobox {
	overflow:hidden;
	width: 192px;
	background-color: #3E7EAE;
	color: #FFFFFF;
	padding: 0 5px 0 5px;
	
}
#biobox p {
	font-size: 11px;
	line-height: normal;
	padding: 0 5px 0 5px;
}


/************************************************

*	Email address image div  		*

************************************************/

#contact_email {
	display: block;
	text-align: center;
	width: 50%;
	margin: 0 auto 0 auto;
}

/************************************************

*	Container for everything		*

************************************************/

#content{
	width:984px;
	margin: 0px auto 0px auto;
	white-space: inherit;
	}

#content h1{
	font-size:36px;
	margin-bottom:5px;
	margin-top:5px;
	}

/************************************************

*	Header					*

************************************************/
#header {
	clear:both;
	margin:0px;
	padding:0px;

}

#headerimg {
	margin: 20px auto;
	width:984px;
	height:98px;
	background-image:url(images/header_bg.jpg);
	background-repeat: no-repeat;
}

.mainnav {
	padding-left:400px;
	padding-top:40px;
	list-style-type: none;
	display: block;
	position: relative;
}

.mainnav ul {
	margin: 0px !important;
	padding: 0 10px 0 !important;
	text-align: center;
}

.mainnav ul .page_item {

	display: inline;

        padding: 0 10px 0 !important;

}

.current_page_item a, .current_page_item a:visited {
	color: #FFCC00 !important;
}



/************************************************

*	Main Body				*

************************************************/

#main {
	margin:0px;
	padding:0px;
}

#pagecontent{
	margin-right: 20px;
	}

/************************************************

*	Left Sidebar	                        *

************************************************/

#bartop {
	background-image: url(images/sidebar_top.jpg);
	background-repeat: no-repeat;
	width: 202px;
	height: 11px;
	overflow:hidden;
}
#barbot {
	background-image: url(images/sidebar_bot.jpg);
	background-repeat: no-repeat;
	width: 202px;
	height: 11px;
	overflow:hidden;
}

#leftbar {
	clear:both;
	margin:0px;
	padding:0px;
	width: 202px;
	background-color: #3E7EAE;
	color: #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}

#leftbar ul {
	list-style-image: url(images/arrow.jpg);
}
#leftbar a {
	color: #FFFFFF;
	text-decoration: none;
}
#leftbar a:hover {
	color: #FFFF00;
}
#leftbar h3 {
	font-size: 14px;
	font-weight: bold;
}


/************************************************

*	Main Body (Blog Content) - Left Side	*

************************************************/

#mainleft{
	width: 700px;
	float:left;
	padding-left:20px;
	}

#mainleft h1, h1 a{ 
	text-decoration: none; 
	color:#000000; 
	text-align:left; 
	margin-bottom:0px;
	}
	
#content{
	clear:both;
	overflow: hidden !important;
	}

.storycontent {

	}

.entry {
	padding: 0 5px 0 5px;
}

.entry img{
	padding:5px;
}

.entry a{
	color:#9E3434;
	text-decoration:none;
	}

.entry a:hover{
	text-decoration:underline;
	}

.entry h1 {
	font-size:24px;
	font-weight:normal;
	}

.entry h1 a {
	color:#000000;
	}

.entry h1 a:hover{
	color:#9E3434; 
	text-decoration:none;
	}

.entry blockquote{
	border-left: 2px solid #666666;
	padding-left:3px;
	font-family: jhk;
	}

.entry blockquote blockquote{
	border-left: 2px solid #9E3434;
	padding-left:3px;
	}

.postinfo {
	font-size:10px;
	color:#999999;
	}

#mainleft ul{
	margin:0px;
	}

#mainleft li{
	margin:0px;
	margin-bottom:5px;
	}
	
.entryfooter{
	border-top:1px solid #CCCCCC;
	margin-bottom:20px;
	}

.meta a{
	color:#9E3434;
	}

.comments ul{
	margin:0px;
	list-style-type:none;
	padding:0px;
	}

.comments li {
	background-color:#e6e6e6;
	margin-bottom:5px;
	padding:5px;
	margin-left:0px;
	}	

#next-previous a{
	color:#9E3434;
	}	

/************************************************

*	Main Body - Right Side			*

************************************************/
#mainright{
	margin:0px;
	padding:0px;
	overflow:hidden;
	float:right;
	width: 202px;
	margin-right: 20px;	
	}
	
#rightbar {
	margin:0px;
	padding:0px;
	background-color: #3E7EAE;
	color: #FFFFFF;
	overflow:hidden;
}

#rightbar ul {
	margin: 0;
  	padding: 0;
	margin-bottom:5px;
	padding:3px;
	list-style-type: none;

}
#rightbar a {
	color: #FFFFFF;
	text-decoration: none;
}
#rightbar a:hover {
	color: #FFFF00;
}

#rightbar h2 {
	font-size: 17px;
	font-weight: bold;
	margin-top:1px;
	margin-bottom:5px;
}

#rightbar li{
	border-bottom: 1px solid #CCCCCC;
	padding:2px;
	vertical-align: bottom;
	}

/************************************************

*	Footer					*

************************************************/

#footer{
	clear: both;
	margin: 30px auto;
	padding-top: 7px;
	width:756px;
	height: 30px;
	background-image: url(images/footer.jpg);
	text-align: center;
	font-size: 10px;
	background-repeat: no-repeat;
	overflow:hidden;

	}

