

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #f4f4f4;
	padding:20px 0 0 0;
	background: url(images/gcowbk.gif) top center;
}

html {

	margin:0;
}

a {
	text-decoration: none;
	color: #588cb8;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
img {
	border: 0;
}

h3 {
	color: #588cb8;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

.green {
	color:#6bc24c;
}

input {
display:block;
width:auto;
}

textarea {
display:block;
width:auto;
}
	

/** BEGIN wrapper **/
#wrapper {
	width: 967px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/** BEGIN header **/
#header {
	
	border: 1px solid #DBDBDB;
	width:965px;
}

	#header h1.homepage {
		width: 965px; height: 320px;
		background: url(images/cow-header.jpg);
		text-indent: -9999px;
	}
 
#header .menu {
width:965px;
height:27px;
padding:0;
background:url(images/menu-bk.gif) repeat-x;
position:relative;

}

#header .dropmenu {
float:left;
position:relative;
}

#header .rightmenu {
float:right;
position:relative;
}

#header .rightmenu ul {
list-style:none;
margin:0;
padding:0;
border:0;
}

#header .rightmenu li {
list-style:none;
margin:0;
padding:0 10px 0 10px;
border:0;
color:#FFFFFF;
height:26px;
line-height:26px;
}

#header .rightmenu li a {
	font-weight:bold;
	color:#6bc24c;
	}
	
	#header .rightmenu li a:hover {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}

#header .search {
float:right;
position:absolute;
top:-320px;
right:8px
}

#searchform-header {
		margin:10px 0 0 0; padding:0;
		width:230px; height:auto;
		background:url(images/searchform-back.png) no-repeat center left;
		float:right;
	}
	
		#searchform-header #s {
			margin:0 0 0 0; padding:6px 0 5px 25px;
			width:163px; height:auto;
			border:0;
			background:none;
			float:left;
			font-size:0.92em; color:#aea592;
		}
		
		#searchform-header #go {
			float:right;
			margin:0;
		}
		
	
/** END header **/

/** BEGIN body **/
#body {
	border: 1px solid #DBDBDB;
	margin: 10px 0;
	background-color: #FFFFFF;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 744px;
	border-right: 1px solid #DBDBDB;
	float: left;
}

#content-single {
	width: 643px;
	border-right: 1px solid #DBDBDB;
	float: left;
}
	#content .buffer, #content-single .buffer {
		padding: 10px 5px;
	}
	#content .post {
		width: 345px; height: 330px;
		float: left;
		padding:0 10px 20px 10px;
	}
	#content .post .inner {
			display:block;
			border-bottom:1px #CCCCCC dotted;
			height:329px;
		}
		#content .post h2 {
			font-size: 1.8em;
			font-family:Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
			margin:0;
			
			padding:0;
		}
			#content .post h2 a {
			color:#CCCCCC;
			}
			
		#content .post h3 {
			font-size: 1em;
			font-family:Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
			background-color:#e8e8e8;
			
			padding:5px;
			border-bottom: 1px solid #DBDBDB;
		}
			#content .post h3 a {
			color:#588CB8;
			display:block;
			}
			
			#content .post h3 a:hover {
			color:#333;
			text-decoration:none;
			}
			
		#content .post .date {
			font-size: 0.8em;
			padding: 3px 5px 8px 0;
		}
			#content .post .date a {
				color: #4DB200;
			}
		#content .post .thumb {
			width: 345px; height: 170px;
		
		}
			#content .post .thumb img {
				width: 345px;
			}
		
		#content .post p {
			padding: 10px 0 10px 0;
			line-height: 1.4em;
		}
		#content .post a.readmore, #sidebar2 .post a.readmore, a.readmore  {
			display:inline-block;
			height:18px;
			line-height:18px;
			font-size:11px;
			text-align:center;
			width:79px;
			background:url(images/readbutt.png) no-repeat 0 0;
			color:#FFF;
			text-decoration:none;
		}
		
		#content .post a.readmore:hover, #sidebar2 .post a.readmore:hover, a.readmore:hover {
			background:url(images/readbutt2.png) no-repeat 0 0;
			color:#FFF;
			text-decoration:none;
		}
	#bottom {
		clear: both;
		padding: 15px 10px 0;
		display:block;
	}
		#bottom .box {
			display:block;
			float: left;
			padding: 10px;
			overflow:hidden;
		}
			#bottom .box h2 {
				color: #4DB200;
				font-size: 1em;
				padding-bottom: 5px;
				border-bottom: 1px solid #DDDDDD;
			}
			#bottom .box ul {
				list-style-type: none;
				padding-bottom: 10px;
			}
				#bottom .box ul li {
					font-size: 0.8em;
					border-bottom: 1px dotted #ABABAB;
					line-height: 1.4em;
					padding: 6px 0 6px 12px;
					background: url(images/bullet.gif) no-repeat 0 11px;
					overflow:hidden;
				}
				#bottom .box ul li a {
					color: #727272;
				}
				#bottom .box ul li a:hover {
					text-decoration: none;
					color: #588CB8;
				}
			#bottom .box .comments a {
				font-weight: bold;
				color: #588CB8;
			}
	#content h2.title {
		font-size: 2.2em;
			font-family:Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
			margin:0;
			color:#588CB8;
			
			padding:0 0 4px 0;
			border-bottom: 1px solid #DBDBDB;
	}
	
	#content .archive-header {
		padding:0 10px 10px 10px;
	}
	#content .postnav {
		padding: 0 15px;
		font-size: 0.8em;
		text-transform: uppercase;
	}
		#content .postnav a {
			color: #588CB8;
		}
	#content-single .single {
		padding: 0 15px;
	}
		#content-single .single a {
			color: #588CB8;
		}
		#content-single .single h2 {
			font-size: 2.2em;
			font-family:Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
			margin:0;
			
			padding:0 0 5px 0;
			border-bottom: 1px solid #DBDBDB;
		}
		#content-single .single .date {
			font-size: 0.8em;
			padding-top:5px;
		}
		#content-single .single .post-image {
			padding-bottom: 10px;
		}
		#content-single .single p {
			line-height: 1.4em;
			margin-bottom: 10px;
		}
		#content-single .single ol, #content-single .single ul {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content-single .single li {
			line-height: 1.4em;
		}
		#content-single .single blockquote {
			line-height: 1.4em;
			margin-bottom: 10px;
			padding: 10px 10px 5px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
		}
		#content-single .single h3, #content-single .single h4, #content-single .single h5, #content-single .single h6 {
			font-size: 1.2em;
			margin-bottom: 8px;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 220px;
	float: right;
	padding-top:35px;
}

	#sidebar h2 {
		color: #4DB200;
		font-size: 0.9em;
		text-transform: uppercase;
		padding: 10px 12px;
		background: url(images/horizontal.gif) no-repeat 8px 22px;
	}
	#sidebar ul {
		list-style-type: none;
		padding: 0 10px 10px;
	}
		#sidebar ul li {
			line-height: 1.4em;
			padding: 2px;
			border-bottom: 1px dotted #ABABAB;
		}
		#sidebar ul li a {
			color: #727272;
		}
		#sidebar ul li a:hover {
			color: #588CB8;
			text-decoration: none;
		}
	#sidebar .tags {
		padding: 0 10px 10px;
	}
		#sidebar .tags a {
			color: #727272;
		}
		#sidebar .tags a:hover {
			color: #588CB8;
			text-decoration: none;
		}
	#sidebar .flickr {
		padding: 0 10px 10px;
	}
		#sidebar .flickr img {
			margin: 2px;
		}
	#sidebar .video {
		padding: 0 10px 10px;
	}
/** END sidebar **/

/** BEGIN sidebar2 **/

	#sidebar2 {
	width: 320px;
	float: right;
	padding-top:20px;
}

#sidebar2 img.bands {
	padding-top:55px;
	padding-bottom:20px;
}

#sidebar2 img.djs {
	padding-bottom:20px;
}

#sidebar2 .post {
	padding:0 20px 20px 20px;
}

#sidebar2 .thumb {
	width:280px;
	height:138px;
	padding-bottom:10px;
}

#sidebar2 .date {
	font-size: 0.8em;
	padding:3px 0 2px 0;
}

#sidebar2 .post h2, #sidebar2 .post h2 a {
	font-size:13px;
	color:#333;
}

/** END sidebar2 **/

/** BEGIN footer **/
#footer {
height:278px;
background:url(images/grass-foot.png) repeat-x top center;
display:block;
margin:0;
padding:0;
text-align:left;
}

#footer a {
outline:none;

}

#footer-cont {
width:967px;
margin:0 auto;
}

#footer-left {
padding:155px 0 0 20px;
float:left;
}

#footer p {
margin:0 0 10px 0;
font-size:11px;
}

#footer-left img {
padding-right:18px;
}

#footer-right {
padding:185px 20px 0 0;
float:right;
text-align:right;
}

#footer-right a {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

#footer-right a:hover {
	color:#333333;
}



/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 15px;
}
	#comments h2 {
		font-size: 1em;
		background-color: #F1F1F1;
		padding: 2px 5px;
		border-bottom: 1px solid #DBDBDB;
	}
	#comments a {
		color: #588CB8;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}

/** END wordpress 2.7 comments **/


input {
display:block;
width:auto;
}

textarea {
display:block;
width:auto;
}
