/*  
Theme Name: IT Hands
Theme URI: http://www.ithands.com
Description: A super great-looking 3 column theme with tons of white space.
Version: 1.0


*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

/*body{
    margin:auto;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	color: #555454;
	background:#CCCCCC;


}*/

body{
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	height: 100%;
}


#wrapper{
   float:left;
   width: 979px;
   text-align:center;
   border: none;
   background: #FFF;
   
   }

#logo_bg{
	margin-left: auto;
	margin-right: auto;
	width: auto;
	padding-top:0px;
	height: 118px;
}

h1{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 28px;
	padding: 15px 0 10px 15px;
}

h3{
	padding: 15px 0 15px 0;
}

h4 {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
font-weight:normal;
line-height:18px;
margin:0 0 0 0px;
text-align:left;
padding-bottom:3px;
}

a:link{
	text-decoration: none;
	color:#900;
}

a:hover{
	text-decoration: underline;
	color: #333;
}

a:visited{
	text-decoration: none;
	color:#900;
}	

blockquote { font-style: italic; 
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 90%;
	color: #333; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #EEE;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB; 
}

.entry p { 
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:18px;
margin-bottom:10px;
margin-top:2px;
padding-top:0;
}

.entry ul, .entry ol { 
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:18px;
margin-bottom:10px;
margin-top:2px;
padding-top:0;
}
	
.entry ul { 
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:18px;
margin-bottom:10px;
margin-top:-8px;
padding-top:0;
}
	
.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 0px 10px; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #ccc;
	background: #eee;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}

/*----HEADER----*/

/*#header{
	float: left;
	width:979px;
	height: 245px;
	margin-top:0px;
	padding: 0;
	text-align:center;
    background-image:url(images/header1.jpg);
	}

#header a{
	text-decoration:none;
	color: #555454;
}

#header a:hover{
	text-decoration: underline;
}*/

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

.navigation {

float:left;
margin-left:20px;
}
#top-menu{
    float:left;
	width:963px;
	height: 94px;
	text-align: center;
	margin-top:7px;
	margin-left:7px;
}

#top-menu a{
	text-decoration: none;
	text-transform: lowercase;
	color: #555;
	padding:0px;
	margin:0px;
	
}

#top-menu a:hover{
	text-decoration: underline;
	background: #555;
	color: #FFF;
}

#top-menu ul{
	margin: 0 auto;
	width: 850px;
	padding: 2px 0;
}

#top-menu ul li{
	display: inline;
	font-size: 12px;
}

/*----POST----*/

#container{
	float: left;
	width: 700px;
	padding: 0 0 0 0;
    text-align:justify;
}


.post{
	padding: 0px 20px 40px 0px;

	margin-top:15px;
}

.post h2{
	border-bottom:1px solid #CCCCCC;
color:#880513;
font-family:Arial,Helvetica,sans-serif;
font-size:28px;
font-weight:normal;
margin-bottom:10px;
padding-bottom:3px;
text-align:left;
}

.entry{
	line-height: 22px;
}

.postinfo{
	font-size: 11px;
	color: #aaa;
	padding: 2px 0 20px 0;
}

.postinfo a{
	color: #aaa;
}

.postdate{ color: #aaa; }

p.postmetadata{
	font-size: 12px;
	color: #BFB8A1;
	border-top: 1px solid #CCC;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata strong{
	float: right;
}

p strong{
	color:#333333;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
	padding: 10px 20px 20px 30px;
	margin-top:-50px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}


h2.archive_head{ 
	font-size: 22px;
	letter-spacing: normal; 
	margin-bottom:10px; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px solid #CCC; 
	background: none; 
	color:#880513;
}

	

/*----SIDEBAR STYLES----*/

.sidebar{
	float: right;
	width: 170px;
	margin: 20px auto 5px auto;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	border-left: 1px solid #ccc;
}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 5px;
}

.sidebar ul li h2{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #555;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 0;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}

.sidebar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 24px;
	list-style: circle;
	font-size: 12px;
}

.sidebar .syndication .rss {
	width: 179px;
	height: 33px;
	position: relative;
}

.sidebar .syndication .rss span{
	background: url(images/sub_rss.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.sidebar .syndication .rss .sub{
	list-style: none;
}

.sidebar a:link, a:visited{
	text-decoration: none;
	color:#900;
}

.sidebar a:hover{
	text-decoration: underline;
	color: #222;
}


table#wp-calendar{
	width: 100%;
}

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

.leftbar{
	float:right;
	width: 263px;
	margin: 20px auto 5px auto;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	border-left: 1px solid #CCC;}

.leftbar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
	text-align:left;

}

.leftbar ul li{
	padding: 10px 0 10px 5px;
	text-align:left;
	
}

.leftbar ul li h2{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #555;
	padding: 12px 5px 5px 20px;
	margin: 0 10px 10px 0;
	background: #FFF;
	border-bottom: 1px solid #CCC;
	
}

.leftbar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 24px;
	list-style: circle;
	font-size: 12px;
	
}
.leftbar a:link, a:visited{
	text-decoration: none;
	color:#880513;
}

.leftbar a:hover{
	text-decoration: underline;
	color: #222;
}

/*----COMMENT FORM----*/

#comment-form{
	width: 475px;
	margin: 50px 0 0;
	border: 1px solid #CCC;
	padding: 5px 5px 15px 15px;
	background: #EEE;
}

.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	color: #900;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #900;
	padding: 20px 0 20px 0;
}

.commentmetadata strong { 
	font-size: 16px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #900;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 1px solid #CCC;
}

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

/*#footer{
	clear: both;
	float: left;
	width: 979px;
	margin: 0;
	line-height: 18px;
	font-size: 80%;
	color: #000000;
	background: #FFF;
	border-top: 1px solid #CCC;
	border-bottom: none;
}*/

/*#footer a:link{
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover{
	text-decoration: underline;
	color: #000000;
}

#footer a:visited{
	text-decoration: none;
	color: #000000;
}*/


/*#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
text-decoration:underline;
}

*/


/*#center_body {
border:1px solid #000000;
width:985px;
height:auto;
}*/

#main_bg {

	margin-left: auto;
	margin-right: auto;
	width:100%;
	text-align: center;
	
}

#center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top:0px;
width:100%;
}


#top_bar_logo {
width:510px;
height:80px;
float:left;
/*background-image: url('images/header/ithands_logo.jpg');*/

}
/*#top_links {

height:20px;
float:right;
text-align:right;
margin-right:10px;
}
#top_links ul {
margin:0px;
padding:0px;
list-style:none
}
#top_links li {
margin:0px;
padding:0px;
float:left;
}
#top_links a{

font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
margin-left:10px;
margin-right:10px;
text-decoration:none;
}*/
/*#top_bar_links {
width:374px;
height:44px;
float:right;
margin-top:15px;
margin-right:10px;
}
*//*.main_body{
background:#FFFFFF;
}*/

#top_bar_links {
width:374px;
height:44px;
float:right;
margin-top:12px;
margin-right:31px;
}

/*html>body #top_bar_links {
width:374px;
height:44px;
float:right;
margin-top:12px;
margin-right:31px;
}
*/

#top_header{

	height:222px;
	max-height:222px;
	width:972px;
	margin:0px;
	padding:0px;
	
}

#image_text{
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
height:110px;
line-height:23px;
margin-left:40px;
margin-top:110px;
position:absolute;
text-align:left;
width:361px;;
}

#image_text1{
position:absolute;
margin-top:188px;
margin-left:319px;
width:326px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-align:left;

}


#top_links {
margin-top:36px;

float:left;
text-align:right;
margin-right:1px;
margin-left:0px;
width:600px;
}

html>body #top_links {
margin-top:36px;
height:20px;
float:right;
text-align:right;
margin-right:1px;
margin-left:0px;
}

#top_links a{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:19px;
color:#666666;
margin-left:12px;
margin-right:12px;
text-decoration:none;
}




#top_links ul {
margin:0px;
padding:0px;
list-style:none;
float:right;
margin-right:20px;
}
#top_links li {
margin:0px;
padding:0px;
float:left;
}

#main_body {

	margin-left: auto;
	margin-right: auto;
	width:100%;
	text-align: center;
	
}

#read_more{
color:#990000;
text-decoration:none;
text-align:right;
}






table.top_bg{ 
	margin-left: auto;
	margin-right: auto;
	width:100%;
	padding:0px;
	margin-bottom:0px;
	background-image:url(images/header_bg.jpg);
background-repeat:repeat;
height:170px;
}

table.top_bg1{ 
	margin-left: auto;
	margin-right: auto;
	width:100%;
	padding:0px;
	margin-bottom:0px;
	background-image:url(images/footerbg.jpg);
background-repeat:repeat;
height:278px;
}
#page_bg {
  	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#FFFFFF;

}


#mid_top_bg{
vertical-align:top;
}



#mid_top_bg1{
vertical-align:top;
}

#nav{
background-image:url(images/nav.jpg);
background-repeat:no-repeat;
width:960px;
height:62px;
}


#header_menu {
width:960px;
line-height:20px;
padding-top:8px;
padding-left:12px;
}

#header_menu a{
float:left;
/*margin-left:40px;
margin-right:40px;
*/font-family:Georgia, "Times New Roman", Times, serif;
color:#6C6C6C;
text-decoration:none;
font-size:17px;
padding-bottom:10px;
}


html->body #header_menu a{
float:left;
/*margin-left:40px;
margin-right:40px;*/
font-family:Georgia, "Times New Roman", Times, serif;
color:#6C6C6C;
text-decoration:none;
font-size:17px;
}



#header_menu a:hover{
float:left;
/*margin-left:40px;
margin-right:40px;*/
font-family:Georgia, "Times New Roman", Times, serif;
color:#000000;
text-decoration:none;
font-size:17px;
}


#header_menu .header_main a:hover{
color:#000000;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#940003;
text-decoration:none;
font-weight:normal;
}

.header_main{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#940003;
text-decoration:none;
font-weight:normal;
}


.top_bar_logo {
	padding-left:0px;
	margin-left: 0px;
	margin-right: auto;
	width: auto;
	
}


#footer_links {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
padding-top:15px;
padding-bottom:20px;
padding-left:45px;
text-align:left;
}

#footer_links a {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#656565;
text-decoration:none;
line-height:18px;
font-weight:normal;
}
#footer_links a:hover {
text-decoration:underline;
}



#footer {
}
#footerleft {
	float: left;
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#656565;
	padding-top:5px;
	
	
}
#footerright {
	float: right;
	padding-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right:20px;

}

#footerright a{
	color:#A2A2A2;
	text-decoration:none;
	font-size:18px;
}
#footerright a:hover {
text-decoration:underline;
}

#footer_heading{
color:#999999;
font-weight:bold;
margin-bottom:1px;
}

#footer_heading a{
color:#999999;
font-weight:bold;
font-size:12px;
}

#footer_heading a:hover{
color:#FFFFFF;
font-weight:bold;
font-size:12px;
text-decoration:none;
}


#image_text1 a{
text-decoration:none;
color:#000000;
}

html>body #mid{
padding:0;
margin:0;
}

#mid{
padding:0;
margin:0;
margin-top: -7px;
}

#header_menu a:hover span{
color:#000000;
}

.post_avatar 
{ 
margin: 0; 
background: white; 
float:right;
margin-top:-5px;
}


#twface_text{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
vertical-align:top;
margin-right:2px;
}


#twface{
float:right;
margin-top:-14px;
}
