/*
	Theme Name: Moo

*/

body {
	background: url(images/bg.png) left;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 0px;
	}

#wrap {
	margin: 0px;
	padding: 0px;
	}

/************************************************
*  Hyperlinks									*
************************************************/
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/************************************************
*  Content 					     		        * 
************************************************/

#content {
	width: 960px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}

#contentleft {
	float: left;
	width: 620px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	}

#content blockquote {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 0px 15px;
	border: 1px solid #DDDDDD;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}

.post {
	background: #FFFFFF;
	margin: 0px 0px 20px 0px;
	padding: 20px 20px 5px 20px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}
	
.post a, .post a:visited  {
	color: #2255AA;
	text-decoration: underline;
	}
	
.post a:hover {
	color: #2255AA;
	text-decoration: none;
	}

.posthentry {
	background: #FFFFFF;
	margin: 0px 0px 20px 0px;
	padding: 20px 20px 5px 20px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}
	
.posthentry a, .posthentry a:visited  {
	color: #2255AA;
	text-decoration: underline;
	}
	
.posthentry a:hover {
	color: #2255AA;
	text-decoration: none;
	}
	
 .navlink a, .navlink a:visited  {
	color: #2255AA;
	text-decoration: underline;
        font-weight: bold;
	}

  .navlink a:hover {
	color: #2255AA;
	text-decoration: none;
        font-weight: bold;
	}

.comments a, .comments a:visited  {
	color: #2255AA;
	text-decoration: none;
	}
	
.comments a:hover {
	color: #2255AA;
	text-decoration: underline;
	}
	
.post p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.post img {
	margin: 0px 0px 10px 0px;
	padding: 9px;
	border: 1px solid #DDDDDD;
	}
	
.post ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.post ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.post ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.post ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.post ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.postmeta {
	font-size: 12px;
	margin: 0px;
	padding: 5px px 0px 0px;
        border-top: 1px solid #DDDDDD;
	}

.postmeta2 {
        background: #FFFFFF url(images/meta.gif) no-repeat top left;
	font-size: 12px;
	padding: 0px 0px 5px 18px;
	margin: 0px 0px 0px 0px;
	}

.clear {
	clear: both;
	}
	
.homeleft {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
	}
	
.homeright {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
	}
	
.thumbnail {
	margin: 0px 0px 20px 0px;
	}
	
/************************************************
*  Themes           					        * 
************************************************/	

.themespost {
	background: #FFFFFF;
	margin: 0px 0px 20px 0px;
	padding: 20px 0px 5px 20px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	}
	
.themes {
	width: 278px;
	float: left;
	margin: 0px 20px 10px 0px;
	padding: 0px 0px 10px 0px;
	}
	
	
.thumb-archive a img {
	margin: 0px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
.thumb-archive a:hover img {
	margin: 0px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #999999;
	}

/************************************************
*  Headline Classes 					        * 
************************************************/

#contentleft h1, #contentleft h1 a, #contentleft h1 a:visited {
	color: #333333;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

#contentleft h1 a:hover {
	color: #2255AA;
	text-decoration: none;
	}
		
#contentleft h2 {
	color: #333333;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contentleft h2 a {
	color: #333333;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

#contentleft h2 a:hover {
	color: #2255AA;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

#contentleft h3 {
	color: #333333;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contentleft h4 {
	color: #333333;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contentleft h5 {
	color: #333333;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contentleft h6 {
	color: #333333;
	font-size: 10px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

.archives {
	float: left;
	width: 285px;

	}

.ddop {
	float: left;
	width: 280px;

	}

.ddop img {
	border: 0px;
	}

/************************************************
*  Sidebar                                  	* 
************************************************/
	
#sidebar {
	width: 180px;
	float: left;
	color: #888888;
	font-size: 11px;
	margin: 0px;
	padding: 20px 20px 20px 0px;
	display: inline;
	}

#sidebar .widget {
	margin: 10px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
	}
	
#sidebar h1, #sidebar h1 a, #sidebar h1 a:visited, #sidebar h3, #sidebar h3 a, #sidebar h3 a:visited {
	color: #EEEEEE;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-shadow: #000000 0px -2px 2px;
	}
	
#sidebar h1 a:hover, #sidebar h3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#sidebar h4 {
	color: #EEEEEE;
	display: block;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
    margin: 0px 0px 5px 0px;
	padding: 0px;
	text-shadow: #000000 0px -2px 2px;
	}
	
#sidebar p {
	margin: 0px;
	padding: 0px;
	}
	
#sidebar img {
	background: #CCCCCC;
	margin: 0px;
	padding: 4px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	padding: 0px;
	margin: 0px;
	}
	
#sidebar ul li li a, #sidebar ul li li a:visited {
	font-size: 11px;
	color: #888888;
	text-decoration: none;
	}
	
#sidebar ul li li a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
	
#sidebar ul li ul li {
	padding: 0px;
	margin: 0px;
	}
	
.blogtitle {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	}
	
/************************************************
*  Sidebar Right                                * 
************************************************/
	
#sidebar_right {
	width: 135px;
	float: right;
	color: #888888;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	display: inline;
	}

#sidebar_right .widget {
	margin: 10px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
	}
	
#sidebar_right h4 {
	color: #333333;
	display: block;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
    margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#sidebar_right a, #sidebar_right a:visited {
	color: #666666;
	text-decoration: none;
	}
	
#sidebar_right a:hover {
	color: #333333;
	text-decoration: none;
	}
	
#sidebar_right p {
	margin: 0px;
	padding: 0px;
	}
	
#sidebar_right ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar_right ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#sidebar_right ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar_right ul li li {
	padding: 0px;
	margin: 0px;
	}
	
#sidebar_right ul li li a, #sidebar_right ul li li a:visited {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	}
	
#sidebar_right ul li li a:hover {
	color: #333333;
	text-decoration: none;
	}
	
#sidebar_right ul li ul li {
	padding: 0px;
	margin: 0px;
	}

/************************************************
*  Images  					     		        * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 7px 2px 7px 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*  Search Form									*
************************************************/

#searchform {
	color: #111111;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	margin: 0px;
	padding: 0px;
	display: inline;
	}

#s {
	background: #FFFFFF;
	width: 175px;
	color: #666666;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 0px 0px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#searchsubmit {
	background: url(images/nav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px;
	padding: 1px 5px 1px 5px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
/************************************************
*  eNews Subscribe								*
************************************************/

#subscribe {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

#subbox {
	background: #FFFFFF !important;
	width: 200px;
	color: #666666;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 3px 0px 3px 3px;
	margin: 5px 5px 0px 0px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#subbutton {
	background: url(images/nav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px;
	padding: 1px 5px 1px 5px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

/************************************************
*  Footer  							            *
************************************************/

#footer {
	width: 960px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#footer p {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 0px;
	}
	
#footer a, #footer a:visited {
	color: #EEEEEE;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.footer-arrow {
	margin: 0px 0px 0px 15px;
	padding: 2px 0px 2px 20px;
	background: url(images/arrow_footer.png) no-repeat left center;
	}
	
.footerleft {
	width: 180px;
	float: left;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.footerright {
	width: 750px;
	float: right;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-align: right;
	}

/************************************************
*  Comments									    *
************************************************/

.comments {
	background: #FFFFFF;
	margin: 0px;
	padding: 20px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	}

#author, #email, #url {
	background: #F7F7F7 !important;
	width: 250px;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	}
	
#comment {
	background: #F7F7F7;
	width: 95%;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 5px 0px 1px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	}
	
#submit {
	background: #666666;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
    margin: 0px 0px 10px 0px;
	padding: 2px 0px 2px 8px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
		
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0px 5px 0px 10px;
	padding: 3px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 5px 0px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #666666;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px 0px 10px 0px;
	padding: 3px 8px 3px 8px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.reply a:hover {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px 0px 10px 0px;
	padding: 3px 8px 3px 8px;
	border: 1px solid #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #F7F7F7;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F7F7F7;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	}