@import url(reset.css);
@import url(text.css);
@import url(menu.css);
@import url(sub_menu.css);

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 0;
	background: #EBEBEB url(../images/BG.jpg) repeat-x;
}

em { font-style: italic; }
strong { font-weight: bold; }

#accessibility {
	display: none;
}
#container{
	width: 100%;
	margin: 0;
	padding: 0;
}
#header{
	float: left;
	width: 576px;
	height: 183px;
	padding-left: 280px;
	background: url(../images/BG_header.jpg) no-repeat;
	/*overflow: hidden;*/
}
#header img{
	float: right;
	margin-top: 50px;
}
/* This is your header pic */
#header_pic{
	float: left;
	width: 865px;
	height: 200px;
	background: #323232 url(../images/headerpic.gif) no-repeat;
}
/* These are branding styles */
#branding{
	float: left;
}
/* This is for the logo */
#container #header h1{
	float: left;
	width: 334px;
	height: 147px;
	background: url(../images/title.gif) no-repeat 10px 55px;
	overflow: hidden;
	text-indent: -500px;
}
#menu{
	position: absolute;
	top: 155px;
	left: 290px;
	width: 566px;
}
#content_wrapper{
	width: 100%;
	float: left;
	background: #FFF url(../images/BG_content.jpg) repeat-x;
	border-bottom: 1px solid #e1e1e1;
}
#content, #content_column{
	float: left;
	line-height: 18px;
}
#content img, #content_column img{
	float: right;
	padding: 5px;
	border: 1px solid #CDCDCD;
	margin: 7px 0 4px 16px;
}
/* This is for the 100% content pages */
#content{
	width: 300px;
	padding: 44px;
}
/* This is for the content */
#content{
	float: left;
	width: 854px;
	padding: 0 0 0 0px;
}
#text{
	float: right;
	width: 564px;
	padding: 24px 0 24px 0;
	text-align: justify;
}
#text #box1, #text #box2, #text #box3{
	float: left;
	width: 149px;
	height: 121px;
	padding: 15px;
	margin-bottom: 20px;
	text-align: left;
	color: #FFF;
	line-height: 15px;
	font-size: 13px;
	overflow: hidden;
}
#text #box1{
	background: url(../images/box1.jpg);
}
#text #box2{
	background: url(../images/box2.jpg);
	margin: 0 13px;
}
#text #box3{
	background: url(../images/box3.jpg);
}
#text #box1 h2, #text #box2 h2, #text #box3 h2{
	color: #FFF;
	padding: 0 0 7px 0;
	margin: 0;
	line-height: 20px;
}
#text #box1 a, #text #box2 a, #text #box3 a{	
	color: #F9D635;
}
#thumbnails img{
	float: left;
}
/* This is the side content on the homepage */
#sub_content_home{
	width: 250px;
	padding: 30px 30px 0 30px; 
	float: right;
	background: url(../images/sidegradient.jpg) repeat-x;
}
/* This is the sidecontent on the inner pages */
#sub_content{
	float: left;
	width: 290px;
	float: left;
	background: url(../images/BG_sidecontent_middle.jpg) repeat-y;
}
#sub_inner{
	float: left;
	width: 210px;
	min-height: 270px;
	padding: 40px 40px 0 40px;
	background: url(../images/BG_sidecontent_top.jpg) no-repeat;
}
#sub_bottom{
	float: left;
	width: 290px;
	height: 44px;
	background: url(../images/BG_sidecontent_bottom.jpg) no-repeat;
}
#footer{
	float: left;
	text-align: left;
	padding: 1em 0 1em 27px;
	margin-bottom: 21px;
	font-size: 11px;	
}
#calendar h2{
	padding: 0 0 10px 0;
	display: block;
	height: 33px;
	letter-spacing: 0;
}
#calendar a{
	font-size: 13px;
	line-height: 15px;
	color: #FFF;
	letter-spacing: 0px;
}
#calendar p{
	height: 33px;
	margin-bottom: 5px;
	overflow: hidden;
}
#calendar .date, #calendar_full .date{
	display: block;
	float: left;
	width: 27px;
	height: 36px;
	text-align: center;
	padding: 0 1px;
	font: 11px/16px verdana;
	letter-spacing: -1px;
	background: url(../images/date.gif) no-repeat 0 1px;
	color: #FFF;
	margin: 0 8px 8px 0;
}
#calendar_full h3{
	margin: 0 0 8px 0;
	text-align: left;
}

/* Contest */
.entries{}

.entry{
  border:1px solid #E2E2E2;
  padding:10px;
  margin:10px;
}

.photography{
  width:240px;
  float:left;
  text-align:center;
}

#content .photography img  { max-width: 240px; border:none; padding:0; margin:0 0 10px; float: none; }

.vote{
  padding: 20px 0 0 0;
  clear: both;
}

div.vote li{
  list-style-type:none;
  margin:0;
}

#id_created_at,
label[for=id_created_at]{
  display:none;
}

.photo_entry{
  display:block;
}

.entry.poetry		{ clear: both; }
.entry h4			{ cursor: pointer; margin-bottom: 1em; }
.entry h4 span		{ color: #999; font-size: 0.75em; font-style: italic; font-weight: normal; }
#content .entry.poetry p img	{ border: 0; float: none; }