/*  
Theme Name: Serious Ric
Theme URI: http://www.ricdes.com/wp-themes/
Description: A very smooth theme for Wordpress. Great for tech blogs!
Version: 1.0
Author: Ricardo de Sousa
Author URI: http://www.ricdes.com/
*/
/*************** Special theme Styles *************************************/
* {
  margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, table, ul {
  margin: 1em 0;
}
img {
	border: 0;
}
a:link, a:visited {
color: #6e504b;
text-decoration: underline;
}
a:hover {
text-decoration: none;
color: #b7ab8b;
}
.clear {
clear:both;
}
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
/* End hide from IE-mac */
body {
  font: 62.5%/1.6 verdana, "Times New Roman", Times, serif;
  background: #101010;
  text-align: center;
}
.wrapper {
width: 650px;
margin: 0px auto;
text-align: left;
position: relative;
}
.logo {
margin: 30px 0px 30px 40px;
}
.search {
display: block;
background: url(images/searchbg.gif) no-repeat top left;
width: 357px;
height: 30px;
position: relative;
left: -126px;
margin: 0px auto;
}
.searchbar {
background: url(images/searchbar.gif) no-repeat top left;
border: none;
font-size: 12px;
color: #fff;
height: 12px;
width: 235px;
padding: 4px;
position: absolute;
top: 5px;
left: 5px;
}
.searchbut {
cursor: pointer;
background: url(images/searchbut.gif) no-repeat top left;
border: none;
width: 91px;
height: 20px;
font-size: 10px;
color: #fff;
font-weight: bold;
font-family: verdana;
position: absolute;
top: 5px;
left: 255px;
}
.contop {
background: url(images/contenttop.gif) no-repeat top left;
width: 522px;
height: 7px;
position: absolute;
top: 0px;
left: 0px;
}
.conbot {
background: url(images/contentbot.gif) no-repeat top left;
width: 522px;
height: 9px;
position: absolute;
bottom: 0px;
left: 0px;
}
.container {
width: 650px;
margin: 0px;
padding: 0px;
}
.content {
background: url(images/contentbg.gif) repeat-y left bottom #e8e3cf;
width: 492px;
padding: 15px 15px;
float: left;
position: relative;
}
.secbar {
text-align: left;
width: 120px;
float: right;
margin: 0px;
padding: 0px;
margin-top: 10px;
color: #e8e3cf;
}
p.footer {
clear: both;
float: left;
color: #676767;
font-size: 9px;
font-family: verdana;
}
p.footer a:link, p.footer a:visited {
color: #fff;
font-size: 9px;
font-family: verdana;
text-decoration: underline;
}
p.footer a:hover {
text-decoration: none;
}
.heade {
width: 473px;
border: none;
padding: 10px;
background: url(images/sidebg.gif) repeat-y top left;
position: relative;
}
.headetop {
background: url(images/sidetop.gif) no-repeat top left;
width: 493px;
height: 4px;
position: absolute;
top: 0px;
left: 0px;
}
.headebot {
background: url(images/secbottom.gif) no-repeat top left;
width: 493px;
height: 4px;
position: absolute;
bottom: 0px;
left: 0px;
}
h2.headline {
margin: 0px;
font-size: 11px;
font-weight: bold;
font-family: verdana;
background: url(images/headlinebullet.gif) no-repeat left center;
padding-left: 16px;
}
h2.headline a:link, h2.headline a:visited {
color: #333333;
text-decoration: none;
}
h2.headline a:hover {
text-decoration: none;
color: #000;
}
h4.author {
margin: 0px;
margin-left: 16px;
color: #333;
font-size: 9px;
}
h4.author a:link, h4.author a:visited {
color: #333;
text-decoration: none;
}
h4.author a:hover {
text-decoration: none;
}
h4.author strong {
font-weight: bold;
}
span.date {
color: #ad3231;
font-weight: bold;
}
span.commentry {
font-size: 9px;
font-family: verdana;
font-weight: bold;
color: #ad3231;
}
span.commentry a:link, span.commentry a:visited {
font-size: 9px;
font-weight: bold;
color: #ad3231;
font-family: verdana;
text-decoration: underline;
}
span.commentry a:hover {
text-decoration: none;
}
/*************** Default wordpress styles *********************************/ 

/***** GENERAL TEXT FORMATTING *****/
.entry {
color: #2d2d2d;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.post {
width: 493px;
border-bottom: 1px dashed #333;
margin-bottom: 40px;
}

blockquote {
	color: #000; 
	margin: 0 30px 20px 30px; 
	border-left: 5px solid #333;
	padding: 10px 10px 4px 10px;
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 15px;
	line-height: 1.6em;
}

p a {
	text-decoration: none;
}

p a:hover {
	text-decoration: none;
}

p.center {
	text-align: center;
}
.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1 {
	font-size: 20px;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}

h1.title {
	font-size: 45px;
	letter-spacing: -2.5px;
	font-weight: normal;
	padding: 10px 10px 10px 17px;
}

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #424040;
}

/***** LISTS FORMATTING *****/

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-type: square;
	padding-left: 30px;
} 

html>body .post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
	}

/***** SEARCH FORM FORMATTING *****/

/***** SIDEBAR FORMATTING *****/
.secbar h2 {
margin: 5px 0px;
text-align: left;
padding: 0px;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ad3231;
font-weight: bold;
}
.secbar a:link {
	color: #e8e3cf;
	font-size: 10px;
	text-decoration: none;
	font-family: verdana;
	font-weight: normal;
}

.secbar a:hover {
	background: none;
	color:  #fff;
	text-decoration: underline;
}

.secbar a:visited {
	color: #fff;
}
/***** SIDEBAR LISTS FORMATTING *****/
.secbar ul, .secbar ol { 
    list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px; 
	font-size: 14px;
	text-align: left;
}
.secbar li { 
	margin: 0px 0px 2px 0px; 
}
.secbar ul li ul, .secbar ul li ol, .secbar ol li ul, .secbar ol li ol { 
	margin: 2px 5px; 
	text-align: left;
	list-style-position: inside;
}
.secbar ul li ul li {
list-style-position: inside;
margin: 0px;
display: block;
width: 100%;
background: url(images/secbullet.gif) no-repeat center left;
padding-left: 8px;
text-align: left;
color: #e8e3cf;
}
.secbar ul li a:link, .secbar ul li a:visited {
color: #e8e3cf;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-family: verdana;
}
.secbar ul li a:hover {
text-decoration: underline;
}
/***** SIDEBAR LISTS FORMATTING *****/
/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #000;
}

img.alignright {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #000;
	margin: 8px;
	display: inline;
}
	
/***** MISCELLANEOUS FORMATTING *****/

.reviewCard {
	height: 48px;
	width: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000000;
	text-align: center;
	background-image: url(../../../../images/MWOD-Scorecard.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-top: 65px;
	padding-left: 0px;
}

.timeCard {
	height: 100px;
	width: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../../../../images/MWOD-Timecard.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
}
.hrs {
	top: 35px;
	position: relative;
	left: 43px;
}
.cost {
	top: 32px;
	position: relative;
	left: 43px;
}
.total {
	top: 36px;
	position: relative;
	left: 21px;
	width: 40px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: center;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
.postmetadata {
background: #fff;
border: none;
font-size: 13px;
}	
/***** COMMENTS FORMATTING *****/
h3#comments {
font-size: 10px;
color: #ad3231;
font-weight: bold;
}
h3#respond {
font-size: 14px;
color: #084056;
}
#commentform input {
background: url(images/commentinput.gif) no-repeat top left;
width: 238px;
height: 16px;
padding: 2px;
margin: 5px 5px 1px 0;
color: #fff;
border: none;	
	}

#commentform textarea {
background: url(images/commenttextarea.gif) no-repeat top left;
width: 338px;
height: 107px;
padding: 2px;
color: #fff;
border: none;	
	}

#commentform #submit {
cursor: pointer;
background: url(images/commentsubmit.gif) no-repeat top left;
border: none;
width: 99px;
height: 20px;
font-size: 11px;
color: #fff;
font-weight: bold;
font-family: verdana;
margin: 0px;
}
.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}

.commentlist li {
	font-weight: normal;
	color: #333333;
	font-size: 11px;
}
.commentlist li div {
background: url(images/commentinfobg.gif) no-repeat top left;
width: 296px;
height: 38px;
font-weight: normal;
padding: 5px;
}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color: #2d2d2d;
	font-family: "Trebuchet MS";
}
.commentlist cite {
padding-left: 0px;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	color: #2d343a;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 10px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
.commentmetadata a:link, .commentmetadata a:visited {
color: #333;
text-decoration: none;
}
.commentmetadata a:hover {
}
/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 12px;
        color: #000;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
    color: #4b3f31;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
        color: #000;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */