/* Stylesheet for Poetic Republic */
/* Copyright (c) Fluid Creativity, 2008 */

/* Generic Styling */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #595959;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 76%;
	text-align: center;
}

body * {
	text-align:left;
}

p {
	line-height: 1.5em;
	margin: 1em 0;
}

p.error {
	font-size:1.5em;
	color:#f00;
}

ul {
	list-style: none;
}

h1 {
	font-weight: normal;
	font-size: 2em;
	color: #16b7d9;
	margin: 0.5em 0;
}

h1 {
	margin-top: 0;
}

h2 {
	font-weight: normal;
	font-size: 1.4em;
	color: #16b7d9;
	margin: 0;
}

h3 {
	margin: 1em 0;
	font-size: 1em;
}

a {
	text-decoration: underline;
	color: #d91689;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
}

a img {
	border: none;
}

sup {
	vertical-align: top;
}

/* Inline Styles */

h2.subtitle {
	border-top: 5px solid #16b7d9;
	padding-top: 0.5em;
	margin-top: 1em;
}

div.sideBox h2.newsTitle {
	font-size: 1.4em;
	font-weight: normal;
	text-transform: none;
}

div.sideBox h2.newsTitle span {
	display: block;
	font-size: 0.6em;
	color: #16b7d9;
	font-weight: bold;
}

a.readMore {
	color: #16B7D9;
	display: block;
	font-weight: normal;
}

a#loadPoem {
	float: right;
	background: #16b7d9;
	padding: 10px;
	text-transform: lowercase;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin-top: -2em;
}

a#loadPoem:hover {
	text-decoration: underline;
}

a.rssLink {
	color: #b2b2b2;
	font-weight: bold;
	padding-left: 20px;
	text-decoration: none;
	background: url(../images/rssIcon.gif) 0 50% no-repeat;
	text-transform: lowercase;
}

a.rssLink:hover {
	color: #595959;
}

p.highlight {
	font-weight: bold;
}

.loading {
	background: url(../images/loading.gif) 8.5em 100% no-repeat;
}

#terms {
	height: 200px;
	overflow: auto;
	padding: 10px;
	border: 1px solid #cccccc;
}

/* Page Layout */

#accessibility {
	position: absolute;
	left: -10000px;
}

#siteWrapper {
	margin: 0 auto;
	width: 950px;
}

#header {
	float: right;
	background: #ececec;
	font-weight: bold;
	text-transform: lowercase;
	padding: 15px;
}

#header li {
	float: left;
	margin: 0 10px;
}

#header a {
	color: #282828;
	text-decoration: none;
}

#header a:hover, #header li.selected a {
	/*text-decoration: underline;*/
	color: #D91689;
}

#logo {
	border-bottom: 5px solid #2f2f2f;
	height: 65px;
	margin-bottom: 0.5em;
}

#logo img {
	margin-top: 8px;
}

#content {
	float: left;
	width: 667px;
}

#content ul {
	list-style: disc;
}

#content ul, #content ol {
	margin: 1em 0 1em 2em;
}

#content ul li, #content ol li {
	margin-bottom: 0.3em;
}

#sideBar {
	width: 278px;
	float: right;
}

#sideBar p {
	line-height: 1.2em;
}

#sideBar ul {
	text-align: right;
	margin: 4px 0;
}

#sideBar ul#socialLinksHilight {
	overflow: hidden;
}

	#sideBar ul#socialLinksHilight li {
		display: block;
		float: left;
	}

	#sideBar ul#socialLinksHilight li.twitter {
		margin-right: 2px;
	}

#sideBar ul.errors {
	color: #D91689;
	margin: 1em 0;
	text-align: left;
}

#sideBar ul.errors li {
	display: block;
}

#sideBar li {
	display: inline;
}

#sideBar li a img {
	float:left;
}
#sideBar li a img#twitter {
	margin-right:2px;
}
#sideBar li a img#myspace {
	float:right;
}

#sideBar dl.ourFriends {
	margin: 4px 0;
	display: block;
	background: #d9d9d9;
	padding: 10px;
}

#sideBar dl.ourFriends dt {
	float: left;
	width: 100px;
	text-transform: uppercase;
	font-weight: bold;
}

#sideBar dl.ourFriends dd {
	display: inline;
	margin: 0 0.2em;
}

#footer {
	clear: both;
	border-top: 5px solid #2f2f2f;
	padding-top: 10px;
	margin-bottom: 10px;
}

#footer ul {
	margin: 0;
}

#footer li {
	display: inline;
	border-left: 1px solid #595959;
	padding-left: 0.5em;
	margin-left: 0.5em;
}

#footer li.firstItem {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

#footer p {
	margin: 0 0 0.1em 0;
	line-height: 1.2em;
}

#footer address {
	font-style: normal;
}

#footer address span {
	font-weight: bold;
}

/* Layout Elements */

#homepageBanner {
	position: relative;
	text-align: center;
	margin-bottom: 1em;
	height: 170px;
}

#homepageBanner div#entryAction {
	text-indent: -10000px;
	width: 107px;
	height: 93px;
	position: absolute;
	bottom: -30px;
	right: 5px;
	outline: none;
}

#homepageBanner div#entryAction a {
	background: url(../images/entryBadge.png) 0 0 no-repeat;
	display: block;
	height: 93px;
	width: 107px;
}

div.sideBox {
	background: #f0f0f0;
	margin: 4px 0;
	padding: 10px 15px;
}

div.sideBox h2 {
	margin-top: 0;
	text-transform: lowercase;
	font-size: 1.6em;
	font-weight: bold;
	color: #3b3b3b;
}

div.sideBox p.small {
	font-size:0.8em;
}

div.sideBox fieldset {
	border: none;
	position: relative;
}

div.sideBox legend {
	font-size: 0;
	line-height: 0;
	height: 0;
}

div.sideBox label {
	float: left;
	clear: left;
	margin-top: 0.3em;
	width: 200px;
}

div.sideBox label span {
	width: 70px;
}

div.sideBox label input {
	width: 120px;
	border: 0;
	padding: 0;
}

div.sideBox input.submit {
	float: right;
	border: none;
	text-align: center;
	text-transform: lowercase;
	background: #000000;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	height: 2.8em;
	position: absolute;
	top: 0.3em;
	right: 0;
	width: 50px;
}

#socialLinks {
	border-bottom: 5px solid #d91689;
	height: 65px;
	position: relative;
}

#socialLinks ul {
	margin: 0;
	position: absolute;
	bottom: 10px;
	right: 0;
}

#socialLinks li {
	float: left;
	margin: 0 2px;
}

#socialLinks a {
	text-indent: -10000px;
	display: block;
	width: 18px;
	height: 18px;
	outline: none;
}

#socialLinks li.delicious a {
	background: url(../images/social/delicious.png) 50% 50% no-repeat;
}

#socialLinks li.digg a {
	background: url(../images/social/digg.png) 50% 50% no-repeat;
}

#socialLinks li.facebook a {
	background: url(../images/social/facebook.png) 50% 50% no-repeat;
}

#socialLinks li.google a {
	background: url(../images/social/google.png) 50% 50% no-repeat;
}

#socialLinks li.sharing a {
	background: url(../images/social/sharing.png) 50% 50% no-repeat;
}

#socialLinks li.stumbleupon {
	background: url(../images/social/stumbleupon.png) 50% 50% no-repeat;
}

#socialLinks li.twitter a {
	background: url(../images/social/twitter.png) 50% 50% no-repeat;
}

#socialButtons {
	background: #f3f3f3;
	clear: both;
	margin: 20px 0;
	overflow: hidden;
	padding: 8px 5px 4px 5px;
}

	#socialButtons ul {
		list-style: none;
		float: left;
		margin: 0;
		overflow: hidden;
	}

	#socialButtons iframe {
		border:none;
		float: right;
		height:25px;
		margin-top: 5px;
		overflow:hidden;
		width: 340px;
	}

		#socialButtons li {
			float: left;
			margin: 0 5px;
		}

			#socialButtons a {
				text-indent: -10000px;
				display: block;
				width: 32px;
				height: 32px;
				outline: none;
			}

			#socialButtons li.delicious a {
				background: url(../images/social/large/delicious.png) 50% 50% no-repeat;
			}

			#socialButtons li.digg a {
				background: url(../images/social/large/digg.png) 50% 50% no-repeat;
			}

			#socialButtons li.facebook a {
				background: url(../images/social/large/facebook.png) 50% 50% no-repeat;
			}

			#socialButtons li.google a {
				background: url(../images/social/large/google.png) 50% 50% no-repeat;
			}

			#socialButtons li.sharing a {
				background: url(../images/social/large/sharing.png) 50% 50% no-repeat;
			}

			#socialButtons li.stumbleupon {
				background: url(../images/social/large/stumbleupon.png) 50% 50% no-repeat;
			}

			#socialButtons li.twitter a {
				background: url(../images/social/large/twitter.png) 50% 50% no-repeat;
			}

#enterCompetition {
	background: #d91689;
	color: #ffffff;
}

#enterCompetition p {
	font-size: 0.8em;
	margin: 0.5em 0;
}

#enterCompetition h2 {
	color: #ffffff;
}

#enterCompetition a {
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: lowercase;
}

#enterCompetition a:hover {
	text-decoration: underline;
}

#enterCompetition a.smallLink {
	font-size: 0.9em;
}

#enterCompetition ul.errors {
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
}

#enterCompetition ul {
	margin-top: 1em;
	text-align: left;
}

#enterCompetition ul li {
	display: block;
	margin-bottom: 0.5em;
}

#enterCompetition ul a {
	font-size: 1.1em;
}

#sideBar #latestCompetition {
	background: #16B7D9;
}

#sideBar .pastPoems {
	background: #c3dd1a;
	color: #ffffff;
}

#sideBar .pastPoems h2 {
	font-weight: bold;
	color: #ffffff;
}

#sideBar .pastPoems ul {
/*	margin-top: 1em; */
	text-align: left;
	height: 35px;
}

#sideBar .pastPoems ul li {
	display: block;
/*	margin-bottom: 0.5em;  */
	margin-right: 8px;
	background: #000000 none repeat scroll 0 0;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	font-weight:bold;
	height:2.5em;
/*	right:0; */
/*	top:0.3em; */
	padding: 6px 4px 6px 4px;
}


.pastPoems ul li a, .pastPoems ul li a:visited, .pastPoems ul li a:hover {
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
/*	width: 76px; */
	display: block;
}
	.pastPoems ul li#readReport {
		margin: 0px;
	}
	.pastPoems ul li#seeWinner a {
		width: 54px;
	}

	.pastPoems ul li#searchPoem a {
		width: 74px;
	}

	.pastPoems ul li#readReport a {
		width: 78px;
	}

.pastPoems ul li a:hover {
	text-decoration: underline;
}

/* Form Styling */

fieldset {
	margin: 1em 0;
	border: none;
	clear: both;
}

fieldset legend {
	line-height: 0;
	height: 0;
	font-size: 0;
	position: absolute;
	left: -100000px;
}

fieldset label {
	display: block;
	clear: both;
	margin-top: 0.5em;
	overflow: hidden;
}

fieldset label span {
	float: left;
	width: 200px;
	margin-top: 0.2em;
	font-weight: bold;
	position: relative;
}

fieldset label span em {
	position: absolute;
	right: 5px;
	font-weight: normal;
}

fieldset label input, fieldset label select, fieldset label textarea {
	float: left;
	border: 1px solid #D91689;
	padding: 2px;
	width: 380px;
}

#content fieldset label input:focus, #content fieldset label select:focus, #content fieldset label textarea:focus {
	border: 2px solid #16B7D9;
	padding: 1px;
}

fieldset label select {
	width: 386px;
}

fieldset label textarea {
	height: 4em;
}

fieldset.actions {
	margin-right: 81px;
}

fieldset.actions input {
	float: right;
	background: #D91689;
	padding: 10px;
	font-weight: bold;
	color: #ffffff;
	border: none;
	cursor: pointer;
	margin-left: 10px;
}

label.option, label.option input {
	width: auto;
	float: none;
}

#errors {
	margin: 2em 0 1em 2em;
	color: #D91689;
	font-weight: bold;
}

label.error span {
	color: #D91689;
}

.htmlEditor {
	width: 386px;
}

/* contact information */

div#contactInformation address {
	float: left;
	margin-right: 80px;
	font-style: normal;
}

div#contactInformation address span {
	display: block;
	line-height: 1.3em;
}

div#contactInformation address span.title {
	font-weight: bold;
}

div#contactInformation dl {
	float: left;
	margin-right: 80px;
	line-height: 1.3em;
}

div#contactInformation dl dt {
	font-weight: bold;
	float: left;
	clear: left;
	padding-right: 0.5em;
}

div#contactInformation dl dt abbr {
	border: none;
}

div#contactInformation dl dd {
	white-space: nowrap;
}


#errorsNewsletter {
	list-style: disc inside;
}

#errorsNewsletter li {
	color: #f00;
	display: block;
	text-align: left;
}

ul#newsArticles {
	float: left;
	margin: 0 0 20px 0;
	list-style: none;
	width: 500px;
}

ul#newsArticles li {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

div#newsArticle span.date,
ul#newsArticles li span {
	color: #D81689;
	display: block;
	margin-bottom: 10px;
}


ul#newsArticles li h2 {
	margin: 0;
	font-size: 1.4em;
}

ul#newsArticles li p {
	font-weight: bold;
}

div#newsArticle img,
ul#newsArticles li p img {
	border: 1px solid #e5e5e5;
	margin: 0 10px 10px 0;
	float: left;
}

div#newsArticle h1 {
	margin: 0;
}

h1#errorCode {
	font-size: 10em;
	font-weight: bold;
	margin: 0;
}

p#errorMessage {

}

dl#faq dt {
	color: #16B7D9;
	font-size: 1.2em;
}

dl#faq dd {
	margin-bottom: 2em;
}

dl#faq dd img {
	vertical-align: middle;
}

dl#faq dd ul {
	list-style: none;
	margin: 10px;
}

dl#prizes {
	margin-left: 50px;
	font-weight:bold;
}

dl#prizes dt {
	float: left;
	clear: left;
	line-height: 2em;
	width:80px;
	margin:0 20px 0 0;
}

dl#prizes dd {
	line-height: 2em;
}

dl#poemsAuthors dt {
	float: left;
	clear: left;
	line-height: 2em;
	width: 170px;
	margin: 0 40px 0 0;
}

dl#poemsAuthors dd {
	line-height: 2em;
}

#poemRandomiser,
#poemRandomiser p {
	background: #ffffff;
}

.button {
	display: block;
	text-transform: lowercase;
	background: #D91689;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	line-height: 2.8em;
	width: 50px;
	text-align: center;
	margin-bottom: 10px;
}

.contactMessage {
	clear: both;
	padding-top: 10px;
}

/* pagination */

ul#pagination {
	clear: both;
	float: right;
}

ul#pagination li {
	display: inline;
	margin-left: 2px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	color: #666666;
	font-size: 0.8em;
}

ul#pagination li.selected {
	color: #6BCFD1;
}

ul#pagination li a {
	color: #666666;
	display: inline;
}

#judgePoems fieldset {
	border-top: 2px solid #16B7D9;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
}

.poem {
	border-top: 2px solid #16B7D9;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
}

blockquote {
	width: 75%;
	margin: 1em 0 30px 30px;
	font-size: 1em;
	line-height: 1.2em;
	clear: both;

}

blockquote p {
	margin: 0;
}

blockquote em {
	display: block;
	font-size: 0.9em;
	text-align: right;
	position: relative;
	right: -70px;
}

dl#listDetail {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #16B7D9;
}

#comments {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:2px solid #16B7D9;
}

	#comments .comment {
		border-top:2px solid #16B7D9;
		margin-top:10px;
		padding-top:10px;
	}

		#comments .comment .date {
			font-size: 0.9em;
			color:#D91689;
			line-height: normal;
			margin: 0;
		}

		#comments .comment .detail {
			font-size:1em;
			margin: 0;
			padding:5px 50px 0 0;
		}

p.hideComment {
	font-size:0.9em;
	color:#D91689;
	text-decoration:underline;
}

p.hideComment:hover,
p.commentToggle:hover {
	text-decoration:none;
}

p.commentToggle {
	padding:8px 8px 8px 22px;
	background:#D91689 url('../images/plus.gif') no-repeat 6px 12px;
	color:#FFF;
	float:right;
	margin:0;
}

p.hideComment {
	margin-right:80px;
	float:right;
}

table#previousPoems {
	width:60%;
}

#previousPoems td.title {
	width:70%;
	padding:5px 2px;
}

#previousPoems td.date {
	width:24%;
}

#previousPoems td.hide {
	text-align:center;
}

#previousPoems tr.even {
	background-color:#FFF;
}

#previousPoems tr.odd {
	background-color:#F0F0EE;
}

ol#authorFilter {
	list-style-type:none;
	margin-left:0;
	float: left;
}

#authorFilter li {
	display:block;
	float:left;
	margin-right:6px;
	padding:2px;
}

#authorFilter li#selectedFilter {
	font-weight:bold;
	border:1px solid #666;
}

.clear {
	clear:both;
}

h3.title {
	margin-top:10px;
	padding-top:10px;
	border-top:2px solid #16B7D9;
	color:#16B7D9;
	clear:both;
}

p.commentNotice {
	float: right;
	margin: -30px 20px 0 0;
	padding: 3px 0 0 15px;
	background: url('../images/comment-notice-bg.png') no-repeat;
	color: #FFFFFF;
	height: 26px;
	width: 170px;
}

p.author {
	font-size:0.9em;
	color:#D91689;
	font-style:italic;
}

#content ul.poemPager {
	list-style-type:none;
/*	clear:both; */
	float:right;

	margin-left: 0;
}

#content ul.poemPager li {
	display:block;
	float:left;
	margin-right:6px;
	padding:2px;
}

#content ul.poemPager li.selected {
	font-weight:bold;
	border:1px solid #666;
}

form#judgePoems h2 {
	width:450px;
	float:left;
}

form#judgePoems p.poemExtract {
	clear:both;
}

p.commentToggle:hover {
	text-decoration:underline;
}