* { margin: 0; padding: 0; }

html
{
	color: #555555;
	background: #ffffff url(http://media-cow.com/images/eb/bg2.png) top left repeat-x;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Sans-Serif;
	font-size: 86%;
                font-weight: normal; 
}

/* Links */

a { text-decoration: none; font-weight: bold; border-bottom: 1px dotted #333333; }
a:link { color: #596146; border-bottom-color: #434e29; }
a:visited { color: #789160; border-bottom-color: #789160; }
a:hover, a:active { color: #000000; border-bottom-style: solid; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 5px 0 10px; line-height: 1.6em; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { border-bottom-width: 0; }
h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.2em; }
h4, h5, h6 { font-size: 1em; }

.input {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, "Trebuchet MS", Arial, Sans-serif;
font-size:         .9em;
height:            1.1em;
padding:           .3em 0 0 2px;
margin-top:        6px;
margin-bottom:     3px;
}

.textarea {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         .9em;;
margin-top:        3px;
margin-bottom:     3px;
}

.checkbox {
background-color:  transparent;
margin:            3px;
padding:           0;
border:            0;
}

.submit {
background-color:  #fff;
font-family:       Arial, Verdana, Sans-serif;
font-size:         .8em;;
font-weight:       normal;
letter-spacing:    .1em;
padding:           1px 3px 1px 3px;
margin-top:        2px;
margin-bottom:     2px;
text-transform:    lowercase;
color:             #000;
}

/* Lists */
ul, ol
{
	margin: 1em 0;
	line-height: 1.8em;
}
ol li { margin-left: 2.5em; }
ul { padding-left: 2em; list-style-type: square; }

/* Other Html Elements */
blockquote
{
	clear: both;
	padding: .5em;
	margin: 1em;
	font-size: .9em;
	background-color: #eeeeee;
	border: 1px solid #a9a9a9;
	background: #eeeeee;
}
code { font-size: .8em; }
abbr, acronym, cite { border-bottom: 1px dotted #333333; cursor: help; }

ins, del
{ 
	padding-left: 18px; 
	background-repeat: no-repeat;
	background-position: left center; 
}

ins { font-weight: bold; text-decoration: none; }
del { text-decoration: none; }
hr { clear: both; height: 1px; visibility: hidden; }

/* Structure */
#header
{
	margin-top: 10px;
}
#navigation
{
	width: 750px;
	margin: 0 auto;
}
#featured
{
	float: right;
	padding: 27px 0 1px;
}
#wrapper 
{
	clear: both;
	width: 770px;
	margin: 0 auto;
	background: #ffffff url(http://media-cow.com/images/eb/wrapper_bg.png) top left repeat-y;
}
#content { margin-left: 10px; float: left; width: 450px; }
#content2 { margin-left: 10px; float: left; width: 750px; padding:15px; }
#sidenotes { float: right; width: 300px; margin-right: 10px; }
#footer 
{ 
	clear: both;
	width: 770px;
	margin: 0 auto;
	text-align: center; 
	background: #333333 url(http://media-cow.com/images/eb/footer_bg.png) top left repeat-y;
}

/* Header */
#header h1
{
	min-height: 95px;
	margin-left: 25px;
	background: transparent url(http://media-cow.com/images/eb/logo.png) bottom left no-repeat;
}
#header h1 a
{
	display: block;
	text-indent: -9999px;
}
#header h2 
{
	display: none;
}

/* Navigation */
#navigation ul
{
	margin: 0;
	padding: 0;
	float: left;
	line-height: 1.3em;
                font-size: 1em;
	list-style-type: none;
}
#navigation li
{
	float: left;
}
#navigation a
{
	float: left;
	display: block;
	color: #a1bb62;
	padding: 5px 10px;
	margin-top: -6px;
	border-bottom-width: 0;	
}
#navigation a:hover,
#navigation a:active
{
	color: #c9d8a3;
	
}
#navigation li.active a
{
	color: #3f4d1e;
	background-color: #ffffff;
}


/* Content */
.post { padding: 10px 20px 0; }
h2.post-title { margin-bottom: 15px; }
.post-content p { margin-top: 10px; margin-bottom: 10px; }
.post a { text-decoration: none; font-weight: normal; border-bottom: 1px dotted #333333; }
.post a:link { color: #596146; }
.post a:visited { color: #789160; }
.post a:hover, a:active { color: #000000; }
.post h2 a { color: #789160; font-weight: bold; }

p.post-footer
{
	background-color: #a5b67a;
	margin-bottom: 10px; 
	margin-top: 25px;
	padding: 5px 10px; 
	color: #333333;
}
p.post-footer strong { color: #333333; padding-right: 10px; border-right: 1px solid #a9a9a9; }
p.post-footer em { font-style: normal; padding-right: 10px; border-right: 1px solid #a9a9a9; }
p.post-footer a { border-bottom-width: 0; }
a.more { border-bottom-width: 0; }
.post-content p.img { float: left; margin: 0 15px 0 0; }
p.img img 
{
	float: left; 
	margin: 5px; 
	padding: 3px; 
	border: 1px solid #a3aa91; 
}
p.img img:hover
{
	background-color: #eeeeee;
}
p.pagination
{
	float: left;
	margin: 20px; 
	padding: 5px 10px;
	border: 1px solid #a5b67a;
	background-color: #E2EAC8;
}
p.pagination a { border-bottom-width: 0; }
a.prev { float: left; padding-left: 10px; }
a.next { float: right; padding-right: 10px; }

/* Sidenotes */

#sidenotes .odd { background-color: #E2EAC8; }
#sidenotes .even { background-color: #fff; }
#sidenotes ul { margin: 10px 0 0; padding: 0; list-style-type: none; }
#sidenotes li
{
	clear: both;
	float: right;
	display: block;
	color: #333333;
	margin-top: -3px;
	min-height: 50px;
	padding: 5px 10px;
	font-weight: normal;
	width: 275px;
	overflow: hidden;
	border-top: 1px solid #a5b67a;
	border-left: 1px solid #a5b67a;
	border-bottom: 1px solid #a5b67a;
}
#sidenotes .nav_categories ul { margin: 0px 0 0; padding: 10px; list-style-type: circle; }
#sidenotes .nav_categories li
{
	clear: both;
	color: #333333;
	min-height: 0px;
	padding: 2px 2px;
	border-top: 0px;
	border-left: 0px ;
	border-bottom: 0px;
}
#sidenotes strong
{
	display: block;
}
#sidenotes em
{
	display: block;
}
#sidenotes img 
{ 
	float: left; 
	margin: 5px; 
	padding: 3px;
	margin-right: 10px; 
	border: 1px solid #a3aa91; 
}



#sidenotes .changelog ul { margin: 2px 0 0; padding: 4px; list-style-position: outside; list-style-type: disc; color: 000; }

#sidenotes .changelog li
{
                color: 000;
	min-height: 0px;
	padding: 2px 2px;
	border-top: 0px;
	border-left: 0px ;
	border-bottom: 0px;
}


.comment
{
	border: 1px solid #a5b67a;
	background-color: #E2EAC8;
	width: 400px;
	padding:5px;
}
.comment p
{
margin-bottom:10px; 
}
.comment2
{
	border: 1px solid #a5b67a;
	background-color: #fff;
	width: 400px;
	padding:5px;
}
.comment2 p
{
margin-bottom:10px; 
}


/* Footer */
#footer .block { float: left; width: 240px; padding: 10px 5px; text-align: left; }
#footer .block h3 { padding: 0 10px 5px 13px; font-size: 1.2em; text-transform: uppercase; letter-spacing: 0.1em; margin: 0; }
#footer .block ul { padding: 0 10px 20px; list-style-type: none; }
#footer .block ul a
{
	width: 100%;
	display: block;
	margin-top: -1px;
	padding: 5px 10px;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
                font-weight: normal; 
                font-size: 1em;
}
#footer .block ul a:hover, #footer .block ul a:active 
{
	background-color: #afb5a0;
}
#footer img 
{ 

	margin: 0px; 
	padding: 0px;
	border: 0px; 
}
#footer p { padding: 0 15px; }
#footer .block p { margin: 15px 0; }
#footer a { color: #666d54; border-bottom-color: #666d54; font-weight: normal; font-size: 1em;}
#footer a:hover, #footer a:active { color: #484d3b; border-bottom-color: #484d3b; normal; font-size: 1em;}
#footer p.copyright { clear: both; background-color: #b8bea8;  padding: 10px 15px; margin: 0 10px; }

.codeblock {
padding: 1em;
 background: 		#E2EAC8;
margin-left: 5px;
 border-left:		1px solid #484d3b;
 border-top:		1px solid #484d3b;
 border-bottom:		1px solid #484d3b;
 border-right:		1px solid #484d3b;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
}
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 125px;
		height: 25px;
		position: relative;
		background: url(http://media-cow.com/images/alt_star.gif) top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:25px;
		height: 25px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
border-bottom: none; 
	}
	.star-rating li a:hover{
		background: url(http://media-cow.com/images/alt_star.gif) left bottom;
		z-index: 2;
		left: 0px;
border-bottom: none; 
	}

	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:25px;
	}
	.star-rating a.two-star{
		left:25px;
	}
	.star-rating a.two-star:hover{
		width: 50px;
	}
	.star-rating a.three-star{
		left: 50px;
	}
	.star-rating a.three-star:hover{
		width: 75px;
	}
	.star-rating a.four-star{
		left: 75px;
	}	
	.star-rating a.four-star:hover{
		width: 100px;
	}
	.star-rating a.five-star{
		left: 100px;
	}
	.star-rating a.five-star:hover{
		width: 125px;
	}
	.star-rating li.current-rating{
		background: url(http://media-cow.com/images/alt_star.gif) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}