/*
	Theme Name: Magma Poetry
	Theme Author: Chris Garrett Media Ltd
	Author URI: http://chrisgarrettmedia.com
*/
/* Basic Elements */
html{
	background: #F4F3E9 url(assets/images/top-bar.jpg) top repeat-x;
}

body{
	margin: 25px auto;
	width: 1090px;
	font: 14px/1.5 Helvetica, Arial, sans-serif;
	color: #555;
	background: transparent;
}

.left-col ul, .left-col ol{
	margin: 18px;
}

	.left-col ul li{
		list-style: square;
	}

	.left-col ol li{
		list-style: upper-roman;
	}

p{
	margin: 15px 0;
}

a{
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

a:hover{
	color: #000;
}

strong{
	font-weight: bold;
	color: #222;
}

em{
	font-style: italic;
}

table{
	margin: 15px 0;
	width: 100%;
	border-collapse: collapse;
}
	
	tr.odd{
		background: #F1EAEF;
	}
	
	tbody tr{
		border-bottom: 1px solid #CCC;
	}

		td, th{
			padding: 5px 10px;
			color: #333;
			vertical-align: top;
		}
	
		th{
			width: 120px;
			font-weight: bold;
		}
		
		thead th{
			background: #1B73A5;
			color: #FFF;
		}
		
dl{
	
}
	
	dl dt{
		margin-bottom: 5px;
		font-weight: bold;
	}

/* Headings */
h1{
	padding-top: 52px;
	font: italic 26px/1.5 "Baskerville SemiBold", Georgia, "Palatino", "Times New Roman", Serif;
}

	h1 a{
		display: block;
		margin: -30px 30px 0 0;
		width: 280px;
		height: 100px;
		text-indent: -9000px;
		float: left;
	}

h2{
	font-size: 18px;
	font-weight: bold;
	color: #1B73A5;
}

h2.intro{
	font-size: 24px;
}

h3{
	font-size: 16px;
	color: #777;
}

	.left-col h3{
		font-size: 20px;
		color: #000;
	}

h4{
	font-weight: bold;
}

.right-split h2, .widget h2{
	margin-bottom: 15px;
	border-bottom: 1px solid #DDD;
}

/* Layout */
#header{
	position: relative;
	height: 145px;
	color: #FFF;
}

	#header form{
		position: absolute;
		top: 45px;
		right: 18px;
		width: 316px;
	}

		#header form input{
			padding: 5px;
			width: 306px;
			height: 21px;
			border: 0;
			font: 20px/1.5 "Helvetica Neue Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
			color: #555;
			background: transparent url(assets/images/search-box.gif) right no-repeat;
		}

		#header form .submit{
			display: none;
		}

#nav{
	margin-top: 3px;
	width: 1090px;
	line-height: 1.0;
}

	#nav li{
		padding: 0 14px;
		height: 40px;
		line-height: 40px;
		float: left;
	}

	#nav li:first-child{
		background: none;
	}

		#nav li a{
			color: #FFF;
			font-weight: normal;
		}

		#nav li.active a, #nav li.current_page_item a, #edition li.page-item-14 a{
			font-weight: bold;
		}

#content{
	margin: -1px;
	padding: 3px;
	background: #FFF url(assets/images/right-grad.jpg) right repeat-y;
	border: 1px solid #E2E1D4;
}

	.pseudo-button{
		display: block;
		padding-top: 3px;
		width: 133px;
		height: 26px;
		line-height: 26px;
		color: #FFF;
		text-align: center;
	}

	.pseudo-button-light{
		display: block;
		padding-top: 3px;
		width: 107px;
		height: 26px;
		line-height: 26px;
		background: url(assets/images/pseudo-button-light.gif);
		color: #222;
		text-align: center;
	}
	
	.pseudo-button-light span{
		color: #999;
	}
	
	.post-meta{
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #E2E2E2;
	}
	
		.post-meta p{
			float: left;
		}
	
		.post-meta p.tags{
			float: right;
		}
		
			.post-meta .pseudo-button-light{
				margin: -5px 10px 0 0;
				float: left;
			}

	.left-col{
		margin-right: 30px;
		padding: 15px;
		width: 662px;
		float: left;
		background: url(assets/images/left-grad.jpg) top left no-repeat;
	}
		
		ol.hfeed li.hentry{
			list-style: none;
		}

		.search-result{
			padding-top: 15px;
			border-top: 1px dotted #CCC;
		}
		
			.search-result img{
				margin: 0 0 10px 10px;
				float: right;
			}
		
		.left-split{
			margin-right: 22px;
			width: 424px;
			float: left;
		}
		
			.meta{
				margin-bottom: 20px;
				padding-left: 10px;
				border-left: 4px solid #E2E2E2;
			}
		
				.meta p{
					margin: 0;
					font-size: 12px;
					color: #AAA;
				}
		
			.index{
				padding-top: 15px;
				border-top: 1px dotted #CCC;
			}
	
		.right-split{
			width: 216px;
			float: right;
		}
			
			.right-split .module{
				margin-bottom: 20px;
			}
		
			.value{
				font-weight: bold;
				font-size: 22px;
				color: #222;
			}
			
		#comments{
			padding-top: 10px;
		}

			.commentlist{
				margin: 10px 0 20px 0;
				border-top: 1px solid #E2E2E2;
			}

				.commentlist li{
					padding: 15px;
					border-bottom: 1px solid #E2E2E2;
				}

				.commentlist li.alt{
					background: #FCFBF6;
				}

					.avatar{
						margin-right: 10px;
						border: 1px solid #DDD;
						padding: 2px;
						float: left;
					}

	.right-col{
		padding: 15px;
		width: 332px;
		float: right;
	}
	
		.cover-img{
			margin-bottom: 10px;
		}
	
		.article-list{
			border-bottom: 1px solid #E7E6D7;
		}
	
			.article-list li{
				border: 1px solid #E7E6D7;
				border-bottom: 0;
				padding: 10px;
				background: #F4F3EC;
			}
			
			.article-list li.even{
				background: #FCFBF6;
			}
		
				.article-list li p{
					margin: 0;
					font-size: 12px;
					color: #333;
				}
		
		.widget{
			margin-bottom: 15px;
		}
		
			.widget li{
				margin-top: -1px;
				border: 1px solid #E7E6D7;
				padding: 5px;
				background: #F4F3EC;
			}
				
	.full-col{
		padding: 20px;
		background: #FFF url(assets/images/left-grad.jpg) top left no-repeat;
	}
	
		#notices-head{
			position: relative;
		}
		
			#notices-head .pseudo-button{
				position: absolute;
				top: 2px;
				right: 0;
			}
			
		#authors-head{
			position: relative;
		}
		
			#authors-head ul{
				position: absolute;
				top: 10px;
				right: 0;
			}
		
				#authors-head ul li{
					display: inline;
					margin-left: 5px;
				}
		
		#past-editions, #notices, .author-list{
			margin-right: -20px;
		}
		
		#notices, #single-notice, .author-list{
			margin-top: 10px;
		}
		
			#past-editions li, #notices li, .author-list li{
				margin: 0 20px 5px 0;
				width: 334px;
				float: left;
			}
			
				#past-editions li img{
					width: 334px;
					height: 334px;
				}
			
				.author-list li a{
					display: block;
					padding: 5px 10px;
					background: #EEE;
				}
		
		ul.editions-pagination, .wp-pagenavi{
			padding: 10px;
			text-align: right;
			background: #DDD;
		}
		
			ul.editions-pagination li{
				display: inline;
				margin-left: 10px;
			}
			
				ul.editions-pagination li a, .wp-pagenavi a{
					padding: 3px 6px;
					border: 1px solid #CCC;
					background: #FFF;
				}
				
				.wp-pagenavi a, .wp-pagenavi span{
					margin-left: 10px;
				}
				
				ul.editions-pagination li a:hover, .wp-pagenavi a:hover{
					background: #B3308E;
					color: #FFF;
				}

#footer{
	margin: 30px 20px;
	font-size: 12px;
	color: #222;
}
	#footer p{
		margin: 0;
	}
	
		#footer p.artscouncil-credit a{
			display: block;
			margin-right: 30px;
			width: 68px;
			height: 67px;
			float: left;
			text-indent: -9000px;
			background: url(assets/images/arts-council.jpg);
		}
	
	#footer ul{
		padding-top: 10px;
	}

		#footer ul li{
			display: inline;
			margin-left: 5px;
			padding-left: 5px;
			border-left: 2px solid #CAC8B4;
		}
		
		#footer ul li:first-child{
			margin: 0;
			padding: 0;
			border: 0;
		}

/* Forms */
label{
	cursor: pointer;
	cursor: hand;
}

select{
	padding: 3px;
	width: 100%;
}

input.submit-button{
	width: 92px;
	height: 29px;
	border: 0;
	line-height: 29px;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	cursor: hand;
}

	p.value input.submit-button{
		margin-left: 10px;
	}
	
input.submit-button:hover{
	color: #000;
}

textarea{
	width: 80%;
}

/* Clearing Floats */
#nav, #content, #past-editions, #notices, .full-col, .post-meta, .search-result, #footer, #add-notice p{
	_height: 1%;
}

#nav:after, #content:after, #past-editions:after, #notices:after, .full-col:after, .post-meta:after, .search-result:after, #footer:after, #add-notice p:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* Added in after launch */
input.validation-failed, textarea.validation-failed {
	border: 1px solid #900;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	width: 70%;
	float: right;
	clear: right;
	background-color: #900;
	color : #FFF;
	font-weight: bold;
	font-size: 12px;
}

.aligncenter{
	display: block;
	margin: auto;
}

.alignright{
	margin: 0 0 15px 15px;
	float: right;
}

.alignleft{
	margin: 0 15px 15px 0;
	float: left;
}

#text-266569901 form, #text-266602921 form{
	margin-top: -25px;
}

#date-select{
	display: none;
}

	#date-select input{
		width: 60%;
	}

#add-notice{
	
}

	#add-notice p{
		
	}
	
		#add-notice p select, input{
			width: 70%;
		}
	
		#add-notice p label{
			display: block;
			width: 180px;
			float: left;
			font-weight: bold;
		}
		
			#add-notice p label span{
				display: block;
				font-weight: normal;
				font-size: 12px;
				color: #999;
			}
			
			#add-notice p label span.req{
				color: #900;
			}
				
blockquote{
	margin-left: 15px;
	padding-left: 15px;
	border-left: 5px solid #DDD;
	font-size: 1em;
	font-family: Arial;
	font-style: none;
	color: #777;
}
