﻿/* --------------------------------------------------
Leaves v1.0 - Design by Anthonyy @ OSWD.org
			  Adapted by Al @ RazorAnt.com
-------------------------------------------------- */

/* CONTAINER */

#container {
	width: 825px;
	margin: 0 auto;
	font-family: Lucida Grande, Verdana, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 13px;
	line-height: 1.8em;
	background-color: #FFF;
}

/* GENERAL MOJO AND MULA */

h1 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 26px;
	color: #CC6633;
	margin-bottom: 30px;
}

h2 {
	color: #666666;
	font-size: 22px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC6633;
	margin-bottom: 25px;
}

#header h3
{
	font-size: 28px;
	font-weight: normal;
	line-height: normal;
}

img{
	border: none;
}

a {
	color: #CC6714;
	text-decoration: none;
}

a:hover {
	color: #CC6714;
	background-color: #F5F5F5;
}


#searchbox {
	float: right;
	margin-top: -45px;
	font-size: 9px;
}

input {
	background-color: #FFF;
	color: #999999;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}

.button {
	padding: 2px;
}

#searchbutton {
	margin-left: 3px;
	padding: 2px;
}

/* HEADER ELEMENTS */

#header {
	border-bottom: 4px solid #948979;
	padding-top: 10px;
	clear: both;
	margin-bottom: 20px;
}


/* the slogan */
#header p {
	margin-top: -30px;
	color: #999999;
}

/* NAVIGATION ELEMENTS */

#navigation ul 
{
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	float: left;
	width: 140px;
}

#navigation li.menu a {
	display: block;
	font-weight: bold;
	padding: 5px;
	width: 140px;
	border-bottom: 1px solid #CCC;
}

#navigation li.feed,
#navigation li.archive
{
	margin-top: 30px;		
}
#navigation li.archive
{
	padding: 5px;
}

#navigation li.feed a 
{
	border-bottom-style: none;
}

#navigation li.menu a:link, 
#navlist li.menu a:visited {
	color: #CC6714;
	text-decoration: none;
}

#navigation li.menu a:hover {
	background: #000000 url(arrow.gif) 96% 50% no-repeat;
	background-color: #F5F5F5;
	color: #CC6714;
}

#navigation li.archive .archivelink
{
	font-weight: bold;
}

#navigation li.archive a
{
	line-height: normal;
	font-size: 10px;
}

/* THE SMALL BOX BELOW NAV */

#navigation p {
	margin-top: 30px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}

.disclaimer
{
	font-size: 9px;
	line-height: normal;
	color: #666666;
}

/* CONTENT ELEMENTS */

#content {
	
	margin-left: 165px; /*165*/
	margin-right: 215px; /*215*/
	line-height: 1.8em;
}

#content a {
	color: #CC6714;
}

#content .author {
	/* float: left; */
}

#content .pubDate {
	float: right;
}

#content .postfooter {
	margin-top: 8px;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}

#content .postfooter_links a
{
	font-weight: bold;
}

#content .post h2, #content .postheader
{
	color: #CC6633;
}

#content .postheader
{
	font-size: 32px;
	font-weight: normal;
	line-height: normal;
}

#content a:hover
{
	background-color: transparent;
	text-decoration: underline;
}

.post_header
{ 	
	background-color: #f5f5f5; border-left: solid 4px #948979; margin-bottom: 15px;
}

.post_header_date
{ 
	padding: 5px 0 5px 8px; margin: 0; font-weight: bold; color: #948979;
}
.post_header_title
{ 
	padding: 0 0 5px 8px; margin: 0;
}

/* SIDEBAR ELEMENTS */

#sidebar {
	float: right;
	width: 200px;
}

#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	/* text-transform: capitalize; AF: */ 
}

#sidebar a img {
	border: none;
	margin-right: 3px;
}

#blogroll ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#blogroll a img {
	border: none;
	margin-right: 3px;
}

/* Beware the ugly tag */
#ctl00_ctl02_ulBlogroll ul {
	margin-left: 8px;
	padding-left: 8px;
	list-style-type: none;
}


/* FOOTER ELEMENTS */

#footer {
	margin-top: 20px;
	clear: both;
	background-color: #575352;
	padding: 0px 5px 0px 5px;
	text-align: center;
	font-size: 9px;
}

#footer p {
	color: #89817f;
	padding: 2px;
}

#footer p a {
	color: #89817f;
	border-bottom: 1px dotted #89817f;
}

#footer p a:hover {
	color: #FFFFFF;
	background-color: #575352;
}

/* POST ELEMENTS */

#relatedPosts a {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

.comment {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding-top: 10px;
	margin-bottom: 10px;
}

.comment .date 
{
	margin: 0;
	padding: 0;
	font-size: 9px;
}
.comment .author 
{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.self {
	background-color: #F5F5F5;
}

.comment .gravatar 
{
	float: left;
	margin: 0px 10px 0px 0px;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content {
	min-height: 85px;	
}


.commentForm label {
	display: block;
	padding-top: 5px;
}

.commentForm input, .commentForm select, .commentForm textarea {
	width: 350px;
}

.commentForm textarea {
	display: block;
	overflow: auto;
	height: 150px;
	margin: 0;
}

/*----------------------------
					Archive
----------------------------*/

#archive {
	padding: 10px;
}

#archive a{
	color: #F70;
}

#archive h1 {
	margin: 0;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px 0;
}

#archive .date{
	width: 70px;	
}

#archive .title{
	padding-left: 10px;
}


#archive .comments{
	/*width: 70px;*/
	text-align: center;
}

#archive .rating{
	/*width: 70px;*/
	text-align: center;
}

/*----------------------------
				 Tag cloud
----------------------------*/

#tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

#tagcloud li {
	display: inline;
}

#tagcloud a {
	margin-right: 3px;
	display: inline;
}

#tagcloud a.biggest {
	font-size: 17px;
}

#tagcloud a.big {
	font-size: 15px;
}

#tagcloud a.medium {
	font-size: 13px;
}

#tagcloud a.small {
	font-size: 11px;
}

#tagcloud a.smallest {
	font-size: 10px;
}

/*----------------------------
					Star rater
----------------------------*/

.rating p {
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}

/*----------------------------
				Contact page
----------------------------*/

#contact {
	background: white;
	padding: 10px;
}

#contact h1 {
	margin-top: 0;
}

#contact label {
	display: block;
	padding-top: 5px;
}

#contact input.field {
	width: 200px;
}

#contact textarea {
	display: block;
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

.conference
{
	margin-bottom: 30px;

}

.conference_name
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.conference_date
{
	padding-top: 0px;
	margin-top: 0px;
}

#articles ul
{
	padding: 0;
	margin: 0 0 0 15px;
	list-style-type: none;	
}

#articles li { margin-bottom: 8px; }
#articles li p 
{
	padding: 0;
	margin: 0;
}

#articles .article_title, #articles .article_mag
{	
	font-weight: bold;	
}

#articles .article_summary, #articles .article_mag
{	
	font-size: 9px;
	line-height: normal;
}

.article_image
{ 
	float: left; margin: 0px 15px 5px 0px; width: 227px;
	padding-top: 5px;
}

.article_image img
{ 
	border: solid 1px;
}

.article_image p
{ 
	margin: 0;
	line-height: normal;
	font-size: 9px;
}

.code
{
	background-color: #f0f0f0;
	padding: 10px;
	line-height: normal;
	font-size: 11px;
	font-family: Courier New, Courier;
}

.recentComments
{
	font-size: 9px; 
	line-height: normal;
	color: #666666;
}

.recentComments .commentText
{
	color: #000000;
}

.recentComments li
{
	margin-bottom: 10px;
}

.recentComments .postTitle
{
	font-weight: bold;
}

.interview_question
{
	background-color: #f0f0f0;
	font-weight: bold;
	padding: 5px;
}

.interview_question p
{
	margin: 0px;
	padding: 0px;

}

.interview_answer
{
	margin-left: 15px;
}


/* And they lived happily ever after. The End. */