/*
Theme Name: SemiPro
Theme URI: 
Description: SemiPro Theme 
Version: 0.8.6
Author: Craig Snedeker
Author URI: 
Tags: simple, clean, widgets, widget ready, two columns, right sidebar, fixed width, valid CSS, valid XHTML
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: url(img/bg.png) repeat-x top left #1E1F21;
	color: #6e7073;
	font: 11px/18px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

a:link, a:visited {
color:#6E7073;
}

a:hover, a:hover:visited {
color:black;
}

.clear {clear: both;}
.right {float:right;}
.left {float:left;}

.size-medium, .size-full {
	border: 0px; 
	background: #eee; 
	padding: 10px;
}

.size-full  {
	display:block;
}

p {
	margin: 0 0 20px 0;
}

ul, ol {
	margin-bottom: 20px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}

input, textarea {
	border:1px solid #aaa;
	color:#FFFFFF;
	margin-bottom:2px;
	padding:4px;
        color: #444;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 940px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	height: 140px;
}

#topbar {
	width: 602px;
	height: 10px;
	background: transparent url(img/topbar.png) no-repeat;
	margin-top: 16px;
	padding: 8px;
}

#topbar .right {
	padding-right: 20px;
}

#blackbar {
	width: 318px;
	height: 20px;
	background: #000;
	float:right;
	clear:both;
	padding: 10px;
	margin-top: -25px;
	color: #666;
	-moz-border-radius: 10px;
}

#blackbar a {
	font: normal 11px arial;
	color: #fff; 
	text-decoration:none;
	padding: 0px 5px;
}

#blackbar .right a{
	color: #777;
	padding-top: 5px;
}

#header .logo {
	float: left;
	margin-top: -10px;
}

#header h1 {
	font: bold 30px arial;
	letter-spacing: -2px;
}

#header h1 a{
	color: #fff; 
        text-decoration:none;
	
}

#header h3 {
	color: #ccc; 
	font: italic 14px arial;
border: 0px;
}

#content {
background: #fff;
overflow: hidden;
font-size: 13px;
}

#content-left {
float: right;
width: 700px;
padding: 10px;
}

#content-right {
float: left;
width: 200px;
background: url(http://semiprotuts.com/wp-content/themes/deFusion/img/sidebar.png) repeat-y;
color: #c4c6c8;
-moz-border-radius: 0px 15px 0px 15px;
-webkit-border-radius: 0px 15px 0px 15px;
margin: 10px;
font-size:11px;
}

#content-right a{
color: #d2d3d4;
background:none;
}

#footer {

}

#footer a{background:none;}

/*	##################################
   	HEADINGS
	################################## */

#content h1 a {
	text-decoration:none;
}

h2 {
	margin: 0 0 20px 0px;
	font-weight: normal;
	font-size: 1.8em;
}


h2 a {
text-decoration:none;
}

h3 {
	margin: 10px 0px;
	font-size: 1.4em;
	font-weight: normal;
        border-bottom:solid 1px #ccc;
}

h3 a:link, h3 a:visited{
	text-decoration: none;
	background:none !important;
        border:0px !important;
}

h3 a:hover, h3, a:hover:visited {
background:none;
color: black;
}

h3 a:hover {
	text-decoration: none;
}

h4 {
	margin: 0 0 10px 0;
	font: normal 16px arial;

}

/*	##################################
   	CONTENT
	################################## */
	
/** box left */

.box-left {
margin: 0 0 10px 0px;
font-size: 12px;
}

.box-left p {
padding:0px 5px;
}

.box-left .thumbnail{
background: #eee;
padding: 4px;
margin-bottom: 10px;
width: 660px;
}

#post {
clear:both;
border-bottom:solid 1px #ccc;
padding:10px 0px;
overflow:hidden;
}

.Thumbnail {
background: #eee;
padding: 5px;
float:left; 
margin-right: 10px;
}

#desc{
width:350px;
float:left;
}

#stats {
width:200px;
}

.post-edit-link, .more-link {
text-decoration:none;
background: #eee;
padding: 3px;
&nbsp;}
	
.meta {
clear: both;
padding: 10px;
border-bottom:solid 1px #ccc;
color: #5e5e5e;
margin-bottom: 20px;
}

#statspage {
}

#statspage #stats2{
width:200px;
list-style:none;
padding:0;
margin:0;
margin:0px 10px !important;
float:left;
}

#statspage #stats2 li {
padding: 7px 5px;
background:none;
border-bottom:solid 1px #ddd;
display:block;
}

#statspage #stats2 li a {
text-decoration:none;
}

#statspage #download{
width:140px;
text-align:Center;
float:left;
padding-top:60px;
}

#statspage #ad{
width:150px;
float:right;
padding-right:40px;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

.meta p {
float:right;
}

p.tags {
	clear: both;
}

.downloadbutton {padding: 10px !important; font-size: 16px; background: #AA6467 !important; color: white !important; text-decoration:none; -moz-border-radius: 0px !important;-webkit-border-radius: 0px !important;}
.downloadbutton:hover {background: black !important; -moz-border-radius: 20px !important; -webkit-border-radius: 20px !important;}

.authbio{
color: #444;
font-weight: normal;
background: #eee;
border: 1px solid #ccc;
display:block;
padding: 10px;
margin-bottom:5px;
min-height: 70px;
clear:both;
}

.authbio img {
padding: 6px;
background: #fff;
float:left;
margin-right: 5px;
}

#postad {
display:block;
padding: 10px;
background: #80aa64;
margin-bottom:5px;
border: 1px solid #c3e0aa;
}

/* style FlickrRSS widget */
.flickr {
	display: inline;
	}
	
.flickr a:link img, .flickr a:visited img {
	margin: 0 2px 4px 2px;
	}

.flickr a:link img, .flickr a:visited img {
	border: 3px solid #e3e8ed;
	}
	
.flickr a:hover img, .flickr a:active img, .flick a:focus img {
	border: 3px solid #5c6e80;
	}

/** box right */

.box-right {
	margin: 0;
	padding: 20px;
}

.box-right ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
}

.box-right li a {
text-decoration: none;
margin: 0px;
padding: 5px;
border-bottom: 1px solid #44494e;
display: block;
}

.box-right li a:hover {
color: white !important;
}
/*	##################################
   	COMMENTS
	################################## */
	
#idc-container div {
	font-size: 12px !important;
}

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 10px 0;
padding: 3px;
color: #aaa;
font-style: italic;
font: normal 11px arial;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	padding: 2px;
	font-size: normal 10px arial;
	color: #666;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist .quote {
	padding: 10px;
	background: #eee;
border-bottom: solid 1px #bbb;
margin-bottom: 2px;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 0px;
	color: #6E7073;
}

.commentlist cite {
	display: block;
	font-style: normal;
}

.commentlist cite a {
text-decoration:none;
}

.avatar {
	float: left;
	margin: 0 20px 10px 0;
padding: 5px;
background: white;
}

/*	##################################
   	SEARCHFORM
	################################## */
	
#searchform #search {
	float: left;
	width: 146px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 10px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer p {
	margin: 0 0 10px 0;
}

#legal {
	float: left;
	width: 900px;
}

#legal .left {
float:left;
width: 300px;
}

#legal .right {
float:right;
width: 300px;
}

#legal li {
list-style:none;

}

#legal li a:link, #legal li a:visited {
display:block;
border-bottom: solid 1px #171A1F;
padding: 4px;
}

#legal li a:hover, #legal li a:visited:hover {
background:#171A1F;
color: white;
}

#legal .center {
text-align:center;
margin-top: 30px;
}

#webdemar {
	float: right;
	width: 900px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}