/*
Theme Name: SoulTools V1
Theme URI: http://wordpress.org/
Description: The Soul Tools theme based on the default WordPress theme.
Version: 1.1
Author: Hungry Designer
Author URI: http://soultools.com/
Tags: orange, red, fixed width, two columns, widgets

	*/

/******* Basics and Typography *******/
body { 
	background: url('images/bg_texture005.jpg')no-repeat #000000;
	margin: 0;
	padding: 0;
	background-position:  center top;
	font-size: 85%; 
	font-family: Helvetica, Arial, sans-serif; color: #444; 
	text-align: left; 
	}
	
* { 
	padding: 0; 
	margin: 0; 
	}

p { 
	font-size: 13px; 
	line-height: 17px; 
	margin: 10px 0 0 0; 
	}
	
* html #content, * html #sidebar { 
	overflow: hidden; /* For IE */ 
	}

#hide {
	display: none;
	}


/*---------- Headlines ----------*/

h1, h2 { 
	margin: 0 0 5px 0; 
	font-family: Arial, Helvetica, sans-serif; 
	}
	
h3, h4, h5, h6 { 
	margin: 0 0 5px 0; 
	font-family: Arial, Helvetica, sans-serif; 
	}
	
h1 { 
	font-size: 20px; 
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height:20px; 
	}
	
h2 { 
	color: #9e600f; 
	font-size: 14px;  
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px; 
	}
	
h3 { 
	font-size: 14px; 
	color: #9e600f; 
	line-height: 15px; 
	font-weight: bold;
	text-transform: uppercase;
	}
	
h4 { 
	font-size: 16px; 
	color:#999;
	text-transform: uppercase; 
	font-weight:normal;
	}

hr {
	margin:10px 0;
	height:1px;
	color: #E3E3E3;
	background-color: #E3E3E3;
	border: 0px solid #E3E3E3;
	
}

.indextitle { 
	margin: 0; 
	width: 100%; 
	color: #9e600f; 
	font-size: 14px; 
	font-weight: bold; 
	text-transform: uppercase;
	 
	}
	
.indextitle a { 
	float: left; 
	ftext-transform: uppercase;
	padding: 0; 
	}
	
.indextitle a:link, .indextitle a:visited { 
	color: #9e600f;	
	}
	
.indextitle a:hover, .indextitle a:active { 
	color: #9e600f; 
	}

.posttitle { 
	margin-bottom: 15px; 
	width: 100%; 
	color: #9e600f; 
	font-size: 20px;
	line-height:21px; 
	font-weight: bold; 
	overflow: hidden; 
	}
	
.posttitle a { 
	float: left; 
	padding: 0; 
	}
	
.posttitle a:link, .posttitle a:visited { 
	color: #546371;	
	}
	
.posttitle a:hover, .posttitle a:active { 
	color: #000033; 
	}

.head-video {
	display: block;
	height:20px;
	width:250px;
	margin-bottom: 10px;
	background: url('images/head-video.png') no-repeat;
}

.head-download {
	display: block;
	height:20px;
	width:250px;
	margin-bottom: 10px;
	background: url('images/head-download.png') no-repeat;
}

.head-search {
	display: block;
	height:20px;
	width:250px;
	margin-bottom: 10px;
	background: url('images/head-search.png') no-repeat;
}

.head-social {
	display: block;
	height:20px;
	width:250px;
	margin-bottom: 10px;
	background: url('images/head-social.png') no-repeat;
}

.head-categories {
	display: block;
	height:20px;
	width:250px;
	margin-bottom: 10px;
	background: url('images/head-categories.png') no-repeat;
}

.head-news {
	display: block;
	height:20px;
	width:250px;
	margin-top:320px;
	margin-bottom: 10px;
	background: url('images/head-news.png') no-repeat;
}

.more {
	float: center;
	font-size: 11px;
	color:#FFF;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 70px;
	height: 18px;
	margin-top:3px;
	background-color: #333333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.more a {
	float: center;
	color:#fff !important;
	background-color: #333333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.more a:hover {
	float: center;
	color:#ddd;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 70px;
	height: 18px;
	background-color: #000000;	
}

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

a { 
	text-decoration: none; 
	}
a:link { 
	color: #000;
	}
	
a:visited { 
	color: #000; 
	}
a:hover, a:active { 
	color: #999; 
	}

input, textarea, select { 
	border: 1px solid #C1C7CD; 
	padding: 3px; 
	background-color: #FFF; 
	color: #333; 
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif; 
	}
	
blockquote { 
	margin: 0em 0em 1em 1.5em; 
	padding: 1em;  
	font-size: 1em; 
	line-height: 1.5em; 
	background: #eee; 
	border: 1px solid #eee; 
	}
	
code { 
	font-family: monospace; 
	color: #555; 
	}
	
alt { 
	padding: 6px; 
	}
	
img#wpstats { 
	width: 0px; 
	height: 0px; 
	margin: 0px; 
	padding: 0px; 
	border: none; 
	overflow: hidden; 
	display: none; 
	}
	
form, img {
	margin-bottom: 0px; 
	padding: 0px; 
	border: 0px; 
	}
	
img.center { 
	position: relative; 
	padding: 6px; 
	margin: auto; 
	border: 1px solid #999; 
	display: block; 
	}
	
img.left { 
	position: relative; 
	padding: 6px; 
	margin: 0 20px 20px 0; 
	border: 1px solid #999; 
	display: inline; 
	}

img.right { 
	position: relative; 
	padding: 6px; 
	margin: 0px 0px 20px 20px; 
	border: 1px solid #999; 
	display: inline; 
	}
	
img.post {
	margin-bottom: 20px;
	margin-right: 15px;
	}
	
.center { 
	float: center; 
	}
	
.left { 
	float: left; 
	}
	
.right { 
	float: right; 
	}
	
.off { 
	padding: 0 !important; 
	border: none !important; 
	}
	
.clearboth { 
	clear: both; 
	}
	
.small { 
	font-size: 10px; 
	color: #999; 
	}
	
.footertype {
	font-size:10px
	color:#999;
}

.object {
	display: block;
	height:100%;
	margin-bottom:35px;
}

li {
	list-style:none;	
}

/*---------- Layout ----------*/

#container {
	width:900px;
	height: 100%;
	margin: 0px auto;
	}
	
#headerwrap { 
	height: 155px; 
	width: 900px; 
	padding: 0;
	margin-top: 25px ; 
	background-color:#fff;
	}
	
#header { 
	height: 100px; 
	width: 100px; 
	padding: 0; 
	margin: 15px 0px 0px 30px; 
	float: left; 
	text-align: left; 
	}
	
.header { 
	display: none;
	margin-top: 20px; 
	font-size: 22px; 
	}
	
.description { 
	width:100%;
	font-size: 8px;
	}
#wrapper { 
	background-color:#FFF;
	margin: 0px auto 0px auto; 
	padding: 0px; 
	width: 900px; 
	height: 100%;
	text-align: left; 
	}

#nav {
	position: relative;
	border-left: 35px solid #FFF;
	border-right: 35px solid #FFF;
	height: 30px;
	z-index:99999; 
	background-color:#000;
}
.navtitles {
	margin-top: 10px;
		
}

.mainnav { 
	padding-left:7px;
	margin:0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size: 12px;
	list-style: none;
	
	}
	
.mainnav ul {
	margin:0;
		
}
.mainnav ul li { 

	display: inline; 
	float: left; 
	width: auto; 
	background-color: #000;
	
	}
	
.mainnav ul li a { 
	padding: 9px 8px 0 8px; 
	display: block; 
	height: auto;
	color: #ddd; 
	text-decoration: none; 
	}
	
.mainnav ul li a:hover { 
	display: block;
	color: #fff;
	background-position: center top;
	}
	
.mainnav ul li a:active { 
	color: #ddd;
	}
	
.mainnav ul li ul { 
	visibility: hidden;
	position: absolute;
	clear: left;
	float: left;
	color: #fff;
	background-color: #000;
	}

.mainnav ul li:hover ul { 
	visibility: visible;
	text-align:left;
	}

.mainnav li:hover > ul {
	display: block;
	width: 140px;
	padding-top: 7px;
	padding-bottom: 5px;
	background: #000;
	} 

.mainnav ul li ul li a { 
	color: #DDD;
	font-size: 10px;
	padding:0px 8px 5px 8px;
	width: 120px;
	margin-left: 0px;
	}
	
.mainnav ul li ul li a:hover { 
	color: #FFF;
	text-decoration: none;
	background: #000;
	}
	
#social {
	width:255px;
	height: 90px;
	margin-bottom:15px;
	}

a.social {
	width: 40px;
	display: block;
	overflow:hidden;
	background: url('images/twitter_icon.gif')no-repeat;
	float:left;
	}
	
a.social:hover {
	width: 40px;
	display: block;
	overflow:hidden;
	background:url('images/twitter_icon.gif')no-repeat;
	float:right;
	}

/*---------- Content -----------*/

#mainbody { 
	width: 900px; 
	height: 100%;
	background: #fff; 
	overflow: auto; 
	}
	
#content { 
	float: left; 
	margin: 25px 0px 0px 35px; 
	width: 550px; 
	display: inline; /* IE double margin bug fix */ 
	}

#feature {
	height:300px;
	float: left;
	margin-bottom:25px;
	}
		
#contentsingle { 
	float: left; 
	margin: 25px 0px 0px 35px; 
	width: 550px; display: inline; /* IE double margin bug fix */ 
	}
	
.postmeta { 
	padding-top: 7px; 
	font-size: 10px;
	font-weight:bold;
	color: #999; 
	}
.postfeedback { 
	margin-top: 10px; 
	font-size: 10px; 
	}
.postfeedbacksingle { 
	 
	font-size: 10px; 
	}
	
.commentslink { 
	font-size: 10px; 
	padding: 0 0 0 17px; 
	background: url(images/commentslink.gif) no-repeat center left; 
	}
	
.pagenavigation { 
	font-weight: bold;
	display:block; 
	font-size: 15px;
	margin-top: 25px; 
	margin-bottom: 10px; 
	}
	
.alignleft { 
	float:left; 
	text-align:left; 
	width: 40%; 
	min-height: 50px; 
	}
	
.alignright { 
	float:right; 
	text-align:right; 
	width: 40%; 
	min-height: 50px;  
	}

.window { 
	width: 550px; 
	height: 180px; 
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 25px;
	border-bottom: 0px solid #e3e3e3;
	}
	
.paneleft { 
	padding: 0px; 
	width: 260px; 
	height: 180px; 
	float: left; 
	border: 0px solid #ddd; 
	background: url('')no-repeat; 
	overflow:hidden;
	}
	
.paneright { 
	padding-left: 20px; 
	width: 270px; 
	float: left; 
	}

.navigation a {
	font-color: #999;
	float: left;
	margin: 8px 0px 0px 15px;
	text-transform: uppercase;
	}
	
.navigation a:link, .navigation a:visited {
	font-color: #999;
	}
	
.navigation a:active, .navigation a:hover {
	font-color: #fff !important;
	}

.releasepost { 
	display: block;
	background-color: #FFF;
	width: 550px;
	float:left;
	padding-bottom: 20px;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom:20px;
	border-bottom: 1px solid #e3e3e3;
	}
	
.mediapost { 
	display: block;
	background-color: #FFF;
	width: 550px;
	float:left;
	padding-bottom: 20px;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom:20px;
	border-bottom: 1px solid #e3e3e3;
	}
	
.medialeft {
	width: 260px;
	height: 100%;
	float:left;
	overflow:hidden;
	background: url('images/genericrelease.jpg')no-repeat;
	}

.mediaright {
	padding-left: 20px; 
	width: 270px; 
	float: left; 
	}

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

#sidebar { 
	float: right; 
	margin: 0px 35px 0px 10px; 
	padding: 0px; 
	width: 255px; 
	display: inline; 
	min-height:1000px;
	}
	
#sidebar h2 {
	font-size: 20px; 
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px; 
	line-height: 20px;
	}
	
#sidebar ul { 
	list-style: none; 
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	}
	
#sidebar ul li { 
	border-bottom:1px solid #E3E3E3;
	padding-bottom:10px;
	margin-bottom: 10px;
	}

#sidebarbox { 
	width: 255px; 
	float: left;
	margin-bottom: 10px;
	}
	
#sidebarright { 
	width: 255px; 
	float: left; 
	margin-bottom: 70px; 
	}
	
table#wp-calendar{ width: 80%; }

#pod {
	margin-bottom:15px;
}


.textwidget {
	margin-bottom: 15px;
}

/*---------- Comments ----------*/

.comments { 
	border-top: 1px solid #efefef;
	padding: 0; 
	margin: 0; 
	}
.comments .list ol { padding: 0; margin: 0; }
.comments .list li { position: relative; padding: 15px 0px; margin: 0px; list-style-type: none; }
.alt { background-color: #fff !important; }
.commentnumber { 
	color:#C1C7CD; 
	position: absolute; 
	top: 15px; 
	font-size: 18px; 
	line-height: 14px; 
	font-weight: bold;
	width: 40px; 
	height: 15px; 
	margin-left: 509px;
	padding: 0; 
	text-align: right; 
	}
	
.commenttitle { 
	width: 300px;
	overflow:hidden;
	margin: 0px; 
	padding: 0 45px 0 0; 
	font-size: 13px; 
	}
	
.commentmeta { margin: 0px; padding: 0; font-size: 0.8em; }
.commentmeta a { color:#999; text-decoration: none; }
.commentbody { border-top: solid 1px #CCC; font-size: 1.1em; padding-top: 10px; }
#formblock { 
	margin: 0px 0px 20px 0px; 
	padding: 10px 20px 10px 20px; 
	background: #ddd; 
	border: 1px solid #CCC; 
	}
	
#formblock p { margin: 0 0 0.5em 0; }

.button { 
	background: #996600; 
	}
	
.button:hover { 
	background: #875a00; 
	cursor:pointer; 
	}
	
label {
	font-size: 12px; 
	color: #333; 
	}
#comment { width: 98%; }
#author { width: 98%; }
#email { width: 98%; }
#url { width: 98%; }
#submit, #contactsubmit { color: #fff; padding: 5px; }



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

#footer { 
	background-color: #000;
	overflow: hidden; 
	margin: 0px; 
	padding: 0px; 
	}
	
#footerwrap { 
	color: #aaa; 
	font-size: 14px; 
	margin: 0; width: 900px; 
	padding: 0; 
	margin: 0px auto; 
	}
	
#footcontent { 
	text-align: left; 
	height: 80px; 
	margin: 0px auto; 
	padding-left: 35px;
	padding-top: 15px; 
	}
	
.footlegal { 
	font-size: 12px;
	color: #333; 
	}
	
.footlegal a{ 
	font-size: 12px;
	color: #333; 
	}



/*---------- Twitter Module ----------*/

#twitter { 
	background-color: #fff; 
	font-size: 13px; 
	height: 300px; 
	width: 255px; 
	overflow: hidden;
	padding: 0px; 
	margin: 0px 0px 25px 0px; 
	}
	
/*---------- Search Bar ----------*/

#s { 
	color: #999; 
	background-color: #fff; 
	font-size: 13px; 
	height: 25px; 
	width: 255px; 
	padding: 0px; 
	margin: 0px 0px 15px 0px; 
	}



/*----------- Contact Form (Customized plugin) ----------*/

.contactform { 
	position: static; 
	overflow: hidden; 
	}
.contactleft { 
	width: 20%; 
	text-align: right; 
	clear: both; 
	float: left; 
	display: inline; 
	padding: 4px; 
	margin: 8px 0; 
	}
.contactright { 
	font-size: 14px; 
	width: 75%; 
	text-align: left; 
	float: right; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}
.contacterror { 
	border: 2px solid #ff9900; 
	}
.contactsubmit { }



/*---------- Ad Blocks -----------*/

#adheader { 
	width: 700px; 
	height: 90px; 
	margin: 30px 35px 30px 0px; 
	float: right; 
	text-align: left; 
	}
	
#adsidebar { 
	width: 255px;
	margin: 25px 0px 25px 0px; 
	}
	
#adsinglepage { width: 468px; margin: 0px 0px 20px 0px; }

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

