/*
Theme Name: Wallpaper History Society
Theme URI: http://wallpaperhistory.org.uk
Description: Custom theme for wallpaperhistory.org.uk
Version: 1.0
Author: Yes We Work
*/

/* RESET */
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* FONTS */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* ------------------------------------------ general elements */
html {
	background-color: #625741;
}
.header {
	text-align: center;
	background-image: url('img/pattern.jpg');
	height: 155px;
	padding-top: 15px;
	font-size: 24px;
	color: #fff;
}
a {
	text-decoration: none;
	color: #611c15;
}
a:hover {
	color: #dacaae;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.wrapper {
	padding-top: 20px;
	overflow: auto;
	background-color: #aa956f;
	padding-bottom: 50px;
}
.innerwrapper {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
.footer {
	color: #fff;
	font-size: 11px;
	width: 100%;
	background-color: #625741;
	padding-top: 15px;
	padding-bottom: 25px;
	text-align: center;
}
	.footer a {
		color: #fff;
	}
ul.nav {
	float: left;
	width: 200px;
	margin-right: 30px;
	text-align: right;
	border-top: 1px dotted #6b614f;
	font-size: 15px;
}
ul.nav li {
	border-bottom: 1px dotted #6b614f;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
}
.content {
	float: left;
	width: 500px;
	font-size: 13px;
	line-height: 150%;
	margin-right: 30px;
}
	.content ul {
		margin-left: 20px;
		margin-bottom: 10px;
	}
		.content ul li { 
			list-style: circle;
		}
	.content h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.content h3 {
		clear: both;
		border-top: 1px dotted #6b614f;
		font-size: 16px;
		font-weight: bold;
		padding-top: 1px;
		margin-bottom: 10px;
	}
	.content p {
		margin-bottom: 15px;
	}
	.content img {
		border: 1px solid #6b614f;
	}

.sidebar {
	float: left;
	width: 200px;
	margin-top: 42px;
	padding: 5px;
	background-color: #dacaae;
	font-size: 10px;
}
.alignright {
	margin-left: 15px;
	float: right;
	margin-bottom: 15px;
}
.alignleft {
	margin-right: 15px;
	float: left;
	margin-bottom: 15px;
}

/* ------------------------------------------ homepage styles */
.content#homepage {
	width: 710px;
}
#homepage .gallery .gallery-item {
	background-color: #dacaae;
	font-size: 11px;
	line-height: 130%;
	text-align:center;
	margin-right: 15px;
	padding: 10px;
	width: 200px;
	height: 270px;
	overflow: auto;
}
#homepage .gallery .gallery-item .gallery-caption {
	text-align: left;
}
#homepage .gallery .gallery-item .gallery-icon img {
	border: 0px;
	margin-bottom: 3px;
}
/* ------------------------------------------ category page styles */
.content#events {
	width: 710px;
}
ul.posts {
	margin-left: 0px;
}
ul.posts>li {
	list-style: none;
	overflow: auto;
	margin-bottom: 10px;
}
.eventtext {
	width: 490px;
	float: left;
	margin-right:18px;
}
.eventimg {
	width: 200px;
	float: left;
}