body {
	background: #FFF;
	margin: 0;
	padding: 0;
	font: 13px/17px Arial, Verdana, Helvetica, serif;
	color: #666666;
	text-align: center;
}

#skip {
	display: none;
}


#site {
background: #FFF;
	width: 815px;
	margin: 0 auto 20px;
	text-align: left;
}

/* ================== */
/* = Wordpress Styles */
/* ================== */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* Captions */
.aligncenter,
div.aligncenter {
background: #FFF;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding-top: 2px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.navigation {
         background: #FFF;	
         display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/* ================== */
/* = Generic Styles = */
/* ================== */

a {
	color: #333;
	text-decoration: none;
}

.clearer {
    clear: both;
}

/* ======== */
/* = Head = */
/* ======== */

#head {
/*	height: 100px;*/
	margin-top:24px;
}

#head #logo {
/*	width: 149px;*/
/*	height: 25px;*/
	overflow: hidden;
/*	position: relative;*/
	float: left;
	margin-left: 10px;
	top: 30px;
	left: 52px;
}

#head #logo h1 {
	width: 149px;
	height: 25px;
	padding: 0;
	margin: 0;
}

#head #logo h1 a {
	background: url("/img/logo.gif") no-repeat;
	display: block;
	width: 149px;
	height: 25px;
}

#head #logo h1 span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}

#head #mark {
	width: 46px;
	height: 25px;
	margin-right:10px;
	float:right;
	background: url("/img/logo-mark.gif") no-repeat top left;
}

/* ============== */
/* = Navigation = */
/* ============== */

#nav {

	width: 815px;
	height: 30px;
	background: #fff url("/img/bg-head.gif") repeat-x top left;
	float:left;
	clear:both;
	margin-top: 10px;
	padding-top: 10px;
	color: #333;
	font-size: 18px;
	margin-bottom: 0px;
}

#nav ul li a {
	font-family: "Times New Roman", Times, serif;
	color: #333;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	padding: 2px 4px;
	margin-right: 11px;
}

#nav ul li.active a {
	background-color: #666;
	color: #fff;
}

#nav ul li a:hover {
	background-color: #666;
	color: #fff;
}

#nav ul {
	float: right;
}

#nav ul li {
	display: inline;
	padding-left: 12px;
}

#nav ul li.last a {
    margin-right: 0;
}

#nav ul li.highlight a {
	color: #db7f30;
}
/* ======== */
/* = Body = */
/* ======== */

#body {
	margin-top:3px;
}

/* =========== */
/* = Sidebar = */
/* =========== */

#sidebar {
	width: 186px;
	margin-left: 12px;
	float:left;
/*	background-color: #ccc;*/
}

#sidebar h2, #content h2 {
	font-family: Times New Roman, Times, serif;
	color: #333;
	font-size: 18px;
	margin-bottom: 20px;
	border-bottom: 2px solid #636466;
	padding-bottom:10px;
	font-style: italic;
}

#sidebar h3 {
	color: #333;
	font-size: 14px;
	margin-bottom: 10px;
}

#sidebar ul.blog-links {
	clear:both;
	margin: 10px 0 10px 0;
	padding-bottom:10px;
	border-bottom: 2px solid #bcbec0;
}

#sidebar ul.blog-links li {
	display:inline;
}

	#sidebar ul.blog-links li a {
		text-decoration: none;
		display:inline;
		color: #db7f30;
	}

	#sidebar ul.blog-links li a:hover {
		color: #000;
	}
	
div.blogs {
	
}

div.blogs span {
	display:block;
	float:left;
	width:131px;
}

div.blogs strong {
	display:block;
	color: #333;
	font-size: 14px;
	padding-bottom: 10px;
}

div.blogs a, div.downloads a {
	display:block;
	text-decoration: none;
	color: #666666;
	background: url("/img/icons/arrow.gif") no-repeat bottom right;
}

div.blogs a:hover, div.downloads a:hover {
	color: #000;
}

.last {
	margin:0 !important;
}

div.blogs img {
	float: left;
	padding: 0 5px 5px 0;
}

div.blogs div.copy {
	float:left;
	width:131px;
}

div.downloads {
	padding-bottom:10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #bcbec0;
}

div.downloads span {
	display:block;
/*	float:left;*/
	width:auto;
}

div.downloads strong {
	display:block;
	color: #333;
	font-size: 14px;
	padding-bottom: 10px;
}

div.more {

	margin:0 0 10px 0;
	font-style: italic;
}

div.more a {
	float: right;
/*	display:block;*/
	text-decoration: none;
	color: #db7f30;
	font-weight: bold;
}

#competition {
	margin: 10px 0 10px 0;
	padding-bottom:10px;
	border-bottom: 2px solid #bcbec0;
}

ul#categories li a {
	display:block;
}
/* ========== */
/* = Content = */
/* ========== */

#content {
         background:#FFF;
	float:right;
	width: 587px;
    padding-top: 4px;
}

#content p {
	margin: 0 0 16px 0;
}

#content h2 {
	font-family: Times New Roman, Times, serif;
	color: #333;
	font-style: italic;
	margin-bottom: 10px;
}

#hdr {
	border-bottom: 2px solid #333;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#content #hdr h2 {
	font-size: 28px;
	color: #fff;
	float: left;
	border-bottom: none;
	margin:0;
	background: url("./images/hdr-mark.gif") no-repeat right bottom;	
	padding-right: 45px;
	padding-bottom: 10px;
	display: block;
}

#content #hdr h2 strong {
	font-style:italic;
	font-weight: bold;    
}

#content #hdr h2 span {
	font-style:normal;
	font-weight: normal;
	background: #666666;
	padding: 15px 10px 15px 10px;
    display: block;
}

#content h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 10px;
}

#content .entry {
    color: #666666;
    font-size: 12px;
}

#content p.postmetadata, #content .comment-author {
    color: #9d9fa2;
}

#content p.postmetadata a, #content .comment-author a {
    text-transform: uppercase;
}

#content .comment-author {
    padding-bottom: 10px;
	border-bottom: 2px solid #bcbec0;    
}

#content .commentlist li {
    padding-top: 20px;    
}

#content .commentlist {
    color: #666666;
}

#content #home-left h2, #content #home-right h2 {
	border:none;
	padding: 8px 0 0 0;
}

#content #home-left {
	width: 194px;
	float:left;
	margin: 0 24px 0 0;
}

#content #home-right {
	width: 355px;
	float:left;
}

#content #micro-blogs {
	clear:both;
}

#respond {
    padding-top: 30px;
}

.inputs-wrapper {
    float: right;
    width: 320px;    
}

.inputs-wrapper label {
    color: #636466;
    font-size: 13px;
    font-style: italic;
}

.inputs-wrapper input {
    margin-top: 3px;   
    width: 318px; 
    border: 1px solid #999;
    padding: 3px 0;
}

.user-profiles {
    
}

.user-row {
    float: left;
    width: 133px;
    margin-right: 10px;    
}

.user-row a {
    text-transform: uppercase;
}

#steak-recent-posts ul {
    margin: 0;
    list-style-type: none;
    display: block;
}

#steak-recent-posts li {
    border-left: 7px solid #b0b0b0;
    padding-left: 3px;
    margin: 0 0 2px 0;
    padding: 0 0 15px 3px;
}

#steak-recent-posts li.li1 { 
    border-left-color: #b0b0b0;
    background: url('./images/li1.gif') 2px top no-repeat;
}

#steak-recent-posts li.li2 {
    border-left-color: #d3d1d1;
    background: url('./images/li2.gif') 2px top no-repeat;
}

#steak-recent-posts li.li3 {
    border-left-color: #e0e0e0;
    background: url('./images/li3.gif') 2px top no-repeat;    
}

#steak-recent-posts li.li4 {
    border-left-color: #f1efed;
    background: url('./images/li4.gif') 2px top no-repeat;    
}

#steak-recent-posts {
    line-height: 19px;
}

.widget {
    margin-bottom: 10px;
}

#steak-recent-posts span {
    padding: 1px 0;
    font-size: 12px;
    line-height: 13px;
}

#steak-recent-posts span img {
    float: left;
}

#steak-recent-posts span, #steak-recent-posts a {
    color: #333;
}

#steak-recent-posts .time {
    padding: 1px 0;
    line-height: 19px;
    font-size: 11px;
    color: #efa045;
    text-transform: uppercase;
    font-weight: bold;
}

#steak-recent-posts .date {
    padding: 0px 5px 8px;
    line-height: 9px;
    font-size: 11px;
    color: #000000;
    background: #fff;
    float: right;
    margin-bottom: 5px;
}

#steak-recent-posts .author {
    font-size: 14px;
    line-height: 22px; 
    padding: 2px 5px 2px 5px;  
    background: #666666;
    color: #fff;
    margin-top: 0;
}

.hentry {
    border-bottom: 2px solid #bcbec0;
    margin-bottom: 15px;
}

/* ========== */
/* = Footer = */
/* ========== */

#foot {
	border-top: 2px solid #636466;
	padding-top:10px;
	margin-top:10px;
	width: 815px;
	clear:both;
	text-transform: uppercase;
	font-size: 10px;
	color: #000;
}

#foot a {
	text-decoration: none;
	color: #000;
}

#foot p {
	text-align: center;
}

/* ===================== */
/* = Self-clear floats = */
/* ===================== */

#head:after, div.more:after, div.blogs a:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.noborder {
    border: 0;
}

.alignleft {
    float: left;
    margin-right: 10px;
}

.alignright {
    float: right;
    margin-left: 10px;
}

.artwork {
    width: 223px;
    height: 223px;
    background-color: #666;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-right: 15px;
}

.playlist ol {
    display: block;
    width: 349px;
    float: left;
}

.playlist li {
    line-height:16px;
    margin-bottom:4px;
    margin-left:30px;
    text-indent:-25px;
}

.playlist li.odd {
    background: #f4f4f4;
}

.bio .username {
    font-size: 20px;
    text-transform: uppercase;
}

.profiles-postlist img {
    float: left;
    margin-right: 15px;
}

.profiles-postlist li {
    border-bottom: 2px solid #bcbec0;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.profiles-postlist .posttitle {
    text-transform: uppercase;
}

.profiles-postlist p {
    padding-top: 5px;
}

.user-row .updated {
    margin-top: 5px;
}

.inputs-wrapper a {
    text-transform: uppercase;
}

.compPost fieldset {
    margin: 10px 0;
}

.compPost fieldset.f1 {
    float: left;
    width: 284px;
    margin-right: 10px;
}

.compPost fieldset.f2 {
    float: left;
    width: 293px;
}

.compPost fieldset input {
    width: 100%;
    margin-top: 3px;
    border: 1px solid #999;
    padding: 3px 0;    
}

.compPost textarea {
    margin: 0 !important;
    padding: 0;
}

.compPost .question {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
}

.compPost fieldset label {
    color: #636466;
    font-size: 13px;
    font-style: italic;    
}

li ul {
    margin-left: 10px;
}


.entry h2 {
    padding-top: 20px;
}
.entry ul {
    list-style-type: disc;
    margin-left: 15px;
}

.widgetblock a {
  display: block;
  background: #666666 url('./images/link-arrow.gif') right center no-repeat;
  color: #fff;
  font-weight: bold;
  height: 20px;
  padding: 0 5px;
  line-height: 20px;
  margin-top: 5px;
}