﻿/*  
Theme Name: Sales Process Engineering
Theme URI: http://wordpress.org/
Version: 1
Author: Brenton Nielsen


*/



/* Begin Typography & Colors */
* {
	margin: 0;
	padding: 0;
}


body {
	font: 0.82em/1.5em arial, sans-serif;
	color: #5e5e5e;
	background: #dddfdf;
}

#page {
	width: 882px;
	margin: auto;
}

#content{
	float: left;
	width: 620px;
	background:#FFFFFF url(images/top.png) top left no-repeat;
	padding:10px;
	min-height:1340px;
	margin:0px 0 0 2px;
	clear: both;
}


#content img{
	margin:0 0 10px 10px;
}

#welcome{
	background: url(images/justin.jpg) no-repeat;
	height:242px;
	width:613px;

}

#welcome #padding{
	padding:50px 0 0 180px;
	width:395px;
}

a.more-link{
/*	display:block;
	height:31px;
	width:155px;
	text-indent:-999em;
	background: url(images/read_article.png) no-repeat;*/

}

#wrapper{
	background: url(images/body.png) repeat-y;
}

#sidebar{
	float:left;
	width:236px;
	margin-top:-20px;
	font-size:0.78em;
	/*background: url(images/sidebar_footer.png) bottom right no-repeat;*/
		/*background: url(images/sidbar.png) repeat-y;*/
}
#sidebar a{
	color:#57514F;
	text-decoration:none;
}

#sidebar a:hover{
	color:#fff;
	background:none;
}


#sidebar ul{
	margin:0 0 0px 0px;
	padding:10px 0 10px 10px;
	background:#C8C8C8 url(images/sidbar.png) repeat-y;

}

#sidebar ul ul{
	background:none;
}

#sidebar ul li{
	list-style:none;
}

#searchform{
	background: url(images/search.png) no-repeat;
/*	margin-top:10px;*/
	padding-top:38px;
}

a.tag-link-16{
	font-size:16px !important;
}

a.tag-link-17{
	font-size:16px !important;

}

li#tag_cloud{
/*	text-indent:-999em;*/
	padding:10px 12px 10px 12px;
	width:200px;
/*	white-space:nowrap;*/
	background: url(images/tags.png) no-repeat;
}
li#tag_cloud h2, li#categories-1 h2{
	text-indent:-999em;
}

ul li.widget{
	margin-top:10px;
}

li#categories-1{
	background: url(images/categories.png) no-repeat;
	/*padding-top:30px;*/
}


li#categories-1 ul li a{
	line-height:25px;
	width:200px;
	display:block;
	border-bottom:1px dotted #6f6f6f;
}


/*--------------------------------------------------------------------- Recent Posts*/

.footer-recent-posts ul{
	list-style:none;
	margin:0 0 0 0px;
	padding:0;
}

/*--------------------------------------------------------------------- Typography */

/* Headings general */

h1, h2, h3, h5, h6 {
	font-family: arial, sans-serif;
	margin: 6px 0 12px 0;
	line-height: 1;
	color:#c22020;
	font-size: 1.5em;
	letter-spacing:-1px;
}

/* font sizes */


h2 {
	font-size: 1.5em;
	color:#c22020;
	letter-spacing:-1px;
}

#content h2{
	line-height:30px;
}

h2 a{
	color:#c22020 !important;

}

h3 {
	font-size: 1.2em;
	color:#c22020;
	font-weight:bold;

/*	border-bottom:1px dotted #ccc;*/
	margin-bottom:0;
	
}

h4 {
	font-size: 1em;
	border-bottom:1px dotted #5E5E5E;
	padding-bottom:6px;
	margin-bottom:0;
}

h5 {font-size: 1.2em;}

h6 {font-size: 1em;}



/* font weights */

h1 {font-weight: bold;}


h4 {font-weight: bold;}

h5 {font-weight: bold;}

h6 {font-weight: bold;}



/* Linked headings */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

p {
	margin: 6px 0 12px 0;

}

#header h1{
	margin:15px 0 0 0;
}

ul, ol {
	margin: 0px 0 1.5em 0;
	padding: 0 0 0 2em;
}

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

/*--------------------------------------------------------------------- Links */

a, a:link {
	color:#c22020;
}

#content a:hover, #content a:focus {
	text-decoration:none;
	border-bottom:1px dotted #c22020;
	background:#FFEFF0;

}



div#request_pack{
	display:block;
	height:30px;
	width:126px;
	text-indent:-999em;
	background: url(images/request.png) no-repeat;

}

a#request_pack{
	display:block;
	height:30px;
	width:126px;
	text-indent:-999em;
	background: url(images/request.png) no-repeat;

}

a#request_pack:focus{
	background: url(images/request.png) no-repeat;
	border:none;
}



a#request_pack:hover{
	background: url(images/request.png) no-repeat; /* !important;*/
	border:none; /* !important;*/
}

a#request_pack:visited{
	background: url(images/request.png) no-repeat;
	border:none;
}



/*--------------------------------------------------------------------- breadcrumbs */

.breadcrumb {
	font-size: 10px;
	color: #666;
	border-bottom: 1px solid #ccc;
}

ul#nav {
	margin: 10px 0pt 0pt 10px;
	padding: 0;
	list-style: none;
	line-height: 1;
	z-index: 3;
	height:20px;
}

ul#nav li{
	float:left;
}

ul#nav li a{
	color:#5B5452;
	padding:8px !important;
	margin:3px 2px;
	text-decoration:none;
}

ul#nav li a:hover, li.current_page_item a{
	background-color:#fff;
	color:#C22020;

}

.footer-recent-comments{
	float:left;
	color:#fff;
	width:305px;
	margin:5px 0pt 0pt 10px;
}

.footer-recent-comments ul{
	margin-bottom:5px;
}

.footer-recent-comments, .footer-recent-comments li a, .freestuff li a{
	color:#fff;
}

.freestuff {
	float:right;
	width:305px;
	margin:5px 0 0 20px;
}

.freestuff ul{
	margin:0;
	padding:0;

}

.freestuff li{
	list-style:none;
	font-size:0.8em;
	line-height:22px;
}

.footer-recent-comments ul li{
	font-size:0.8em;
	line-height:22px;
	list-style-image: url(images/quote.png);
}

.footer-recent-comments h4, .freestuff h4{
	color:#fff;
	border-bottom:none;
	text-decoration:none;
}


#credits{
	clear:both;
	font-size:0.85em;
	text-align:right;
	padding-top:10px;
}

#footer{
	clear:both;
	height:147px;
	width:640px;
	background: url(images/footer.png) no-repeat;


}

#sidebar_footer{
	HEIGHT:5px;
		background: url(images/sidebar_footer.png) no-repeat;

}

#subscribe_email{
	height:107px;
	position:relative;
	background: url(images/signup.png) no-repeat;
	padding:0 0 0 13px;
}

#search_btn{
	position:relative;
	top:8px;
}

#subscribe_email p{
	margin:0;
	color:#fff;
	padding:32px 0 0 0;

}

#subscribe_btn{
	position:relative;
	top:8px;
}

#rss_feed{
	position:absolute;
	height:59px;
	width:48px;
	right:-10px;
	background: url(images/rss.png) no-repeat;
}

.msg_list {
	margin: 0px;
	padding: 0px;
}
.msg_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	background-color:#FFEFF0 !important;
	margin:1px 0;
}

.msg_head_top {
	padding: 2px 10px;
	background-color:#f1f1f1;
	margin:0 0 10px 0;
	text-align:right;
}
.msg_head_top a{
	color:#808080;
	font-size:0.8em;
}

.sociable li a:hover{
	background:none !important;
	border:none !important;
}

#content .entry img.sociable-hovers{
	margin:0 !important;
	/*background:none !important;
	border:none !important;*/
}

.sociable_tagline{
	margin-bottom:10px;
}

#content .entry img{
	background:#f8f8f8;
	border:1px solid #eaeaea;
	margin:0pt 0pt 10px 10px !important;
	padding:5px;
}


div.msg_body {
	padding: 5px 10px 15px;
	background-color:#F4F4F8;
	margin-bottom:1px;
}



#left{
	float:left;
	left:undefined;
	text-align:left;
	width:300px;
	padding-left:10px;
}

#post-6 .sociable{
	display:none;
}











table{
	float:left;
	border:1px solid #dbdbdb;
	background:#f4f4f5;
	padding:3px;
	margin-bottom:10px;
	font-size:85%;
	width:100%;
}

table th {
	text-align:center;
	color:#fff;
	font-size:1.2em;
	padding:4px;
	background: #C22020;
	border-right:1px solid #fff;

	
}


table tr{
	color:#3b3b3b;
	border-bottom:1px solid #fff;
	background:#fff;

}

table td{
	padding:3px;
	border-bottom:1px solid #F4F4F5;
	border-right:1px solid #F4F4F5;
}

tr.odd{
	background:#e8e8e8;
}


#comment{
	width:98%;
}

#fewer_sales {
	background: url(images/ad_top.png) top right no-repeat;
	height:38px;
	width:185px;
	padding:67px 0 0 12px;
}
#fewer_sales a{
	text-indent:-999em;
	height:23px;
	width:121px;
	display:block;
	background: url(images/find_out_btn_.png) bottom left no-repeat;
}
#fewer_sales a:hover{
	background: url(images/find_out_btn_.png) top left no-repeat;

}
#ballistix_ad a  {
	text-indent:-999em;
	height:69px;
	width:197px;
	display:block;
	background: url(images/ballistix_logo.png) bottom left no-repeat;

}
#ballistix_ad a:hover {
	background: url(images/ballistix_logo.png) bottom left no-repeat;

}
#people {
	background: url(images/ad_people.jpg) top right no-repeat;
	height:94px;
	width:197px;
}
#ad_container{margin:10px 0 10px 9px;}

#justin_ad{
	text-indent:-999em;
	background: url(images/justin_btn.png) no-repeat;
	height:106px;
	width:196px;
	display:block;
	margin:0 0 0 13px;
}

#sidebar a#justin_ad:hover{
	background: url(images/justin_btn.png) no-repeat;
}
