/*
Theme Name: Chris Palmer
Theme URI: http://www.chrispalmer.org/
Version: 1.0
Description: Conservative party website designed for Chris Palmer
Author: Chris Palmer
Author URI: http://www.chrispalmer.org/
*/


/* GENERAL SETTINGS
------------------------------------------------------------------------------ */

html {
	min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #8EBBD8;
	color: #333333;
}

.clearer {
	clear: both;
}

a, a:visited {
	color: #0B67B3;
	text-decoration: none;
}

a:hover {
	color: #CC1612;
	text-decoration: none;
}

a:active {
	color: #0B67B3;
	text-decoration: none;
}

img {
	border: 0px;
}

blockquote {
	background-color: #EEF4FE;
	border: 1px dotted #D1E1FB;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
}

blockquote p {
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	padding-bottom: 7px;
}

.alignright {
	float: right;
	padding: 4px;
	margin-left: 7px;
	margin-top: 2px;
	display: inline;
	border: #C0C0C0 solid 1px;
}

.alignleft {
	float: left;
	padding: 4px;
	margin-right: 7px;
	margin-top: 2px;
	display: inline;
	border: #C0C0C0 solid 1px;
}

p {
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	padding-bottom: 12px;
}

h1 {
	color: #0B67B3;
	font-size: 16px;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	padding-bottom: 10px;
}

h2 {
	color: #CC1612;
	font-size: 13px;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	padding-bottom: 5px;
}

h3 {
	color: #CC1612;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	padding-bottom: 5px;
}

h4 {
	color: #0B67B3;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	margin-top: -3px;
	padding-bottom: 7px;
}

li {
	list-style-position: outside;
}


/* WEBSITE
------------------------------------------------------------------------------ */

.website {
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 638px;
}


/* HEADER
------------------------------------------------------------------------------ */

.header {
	background: #8EBBD8 url('images/header.png') center center no-repeat;
	width: 638px;
	height: 159px;
}


/* NAVIGATION BAR
------------------------------------------------------------------------------ */

.navbar {
	background: #8EBBD8 url('images/bg-nav.png') 0 0 no-repeat;
	width: 629px;
	height: 30px;
	overflow: hidden;
	padding-left: 9px;
}

.navbar img {
	border: none;	
}

.navbar a {
	float: left;
	margin-top: 0px;
}

.navbar a:hover {
	margin-top: -30px;
}

.nav-link {
	padding: 0 0;
}


/* CONTAINER
------------------------------------------------------------------------------ */

.container {
	background: #FFF url('images/bg-main.png') repeat-y;
	padding-top: 17px;
	width: 638px;
	overflow: hidden;
}


/* MAIN CONTENT 
------------------------------------------------------------------------------ */

.content {
	width: 584px;
	margin-left: 27px;
	text-align: justify;
}


/* CHRIS' BLOG
------------------------------------------------------------------------------ */

.blog {
	float: left;
	position: relative;
	width: 416px;
	margin-left: 27px;
	display: inline;
	text-align: justify;
}

.blog p {
	padding-bottom: 0px;
	margin-bottom: 8px;
	line-height: 15px;
}

.blog h1 {
	padding-bottom: 3px;
}

.post {
	margin-bottom: 10px;
}

.topbar {
	border-bottom: dotted #74ABCE 1px;
	margin-bottom: 10px;
	height: 22px;
	overflow: hidden;
}

.date {
	float: left;
	padding-top: 2px;
	padding-bottom: 6px;
	color: #CC1612;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

.date ul {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.date li {
	padding-left: 18px;
	padding-bottom: 1px;
	list-style-type: none;
	background: url('images/icons/date.png') top left no-repeat;
}

.comment {
	float: right;
	padding-top: 2px;
	padding-bottom: 6px;
	color: #CC1612;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

.comment ul {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.comment li {
	padding-left: 18px;
	list-style-type: none;
	background: url('images/icons/comment.png') top left no-repeat;
}

.bottombar {
	border-top: dotted #74ABCE 1px;
	border-bottom: dotted #74ABCE 1px;
	margin-bottom: 10px;
	overflow: hidden;
	color: #CC1612;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	margin-bottom: 20px;
	height: 24px;
}

.topbar a, .bottombar a {
	color: #CC1612;
	text-decoration: none;
}

.topbar a:visited, .bottombar a:visited {
	color: #CC1612;
	text-decoration: none;
}

.topbar a:hover, .bottombar a:hover {
	color: #0B67B3;
	text-decoration: none;
}

.filed {
	float: left;
	padding-top: 5px;
	padding-bottom: 6px;
}

.filed ul {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.filed li {
	padding-left: 15px;
	list-style-type: none;
	background: url('images/icons/filed.png') top left no-repeat;
}

.permalink {
	float: right;
	padding-top: 5px;
	padding-bottom: 6px;
}

.permalink ul {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.permalink li {
	padding-left: 19px;
	list-style-type: none;
	background: url('images/icons/permalink.png') top left no-repeat;
}

.furtherposts {
	padding-bottom: 10px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	overflow: hidden;
	position: relative;
}

#previous {
	float: left;
}

#next {
	float: right;
}


/* WEBLOG COMMENTS
------------------------------------------------------------------------------ */

.commentarea {
	padding-top: 0px;
	padding-bottom: 0px;
}

.commentarea li {
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: none;
}

.commentarea h3 {
	padding-top: 5px;
	padding-bottom: 10px;
}

.commenttext {
	padding-bottom: 3px;
	margin-bottom: 15px;
	border-bottom: dotted #74ABCE 1px;
}

.commenttext p {
	font-size: 11px;
	padding-bottom: 0px;
	margin-bottom: 7px;
}

.commentpost {
	border-top: dotted #74ABCE 1px;
	border-bottom: dotted #74ABCE 1px;
	margin-bottom: 7px;
	color: #CC1612;
	height: 24px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	overflow: hidden;
}

.commentname {
	float: left;
	padding-top: 5px;
	padding-bottom: 6px;
}

.commentname ul {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.commentname li {
	padding-left: 18px;
	padding-bottom: 1px;
	list-style-type: none;
	background: url('images/icons/comment.png') top left no-repeat;
}

.commenttime {
	float: right;
	padding-top: 5px;
	padding-bottom: 6px;
}

.commenttime ul {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.commenttime li {
	padding-left: 18px;
	padding-bottom: 1px;
	list-style-type: none;
	background: url('images/icons/time.png') top left no-repeat;
}

.trackback {
	margin-bottom: 15px;
	list-style-type: none;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}


/* BLOG COMMENT INPUT
------------------------------------------------------------------------------ */

.commentinput {
	margin-top: 3px;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	text-align: left;
}

.inputtext {
	margin-top: 1px;
	margin-bottom: 5px;
}

.commentinput input {
	background: #F9F9F9;
	border: 1px solid #74ABCE;
	width: 180px;
	margin-right: 5px;
}

.commentinput #button {
	width: 150px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

.commentinput textarea {
	background: #F9F9F9;
	border: 1px solid #74ABCE;
	width: 416px;
	height: 100px;
	margin-top: 1px;
	margin-bottom: 5px;
}

.commentinput p {
	padding-bottom: 5px;
	font-size: 11px;
	text-align: justify;
}


/* BLOG SIDEBAR
------------------------------------------------------------------------------ */

.sidebar {
	float: left;
	padding-left: 18px;
	position: relative;
	overflow: hidden;
	width: 150px;
	padding-bottom: 5px;
}

.sidebar p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 12px;
	font-size: 11px;
	border-bottom: dotted #74ABCE 1px;
}

.sidebar h2 {
	border-bottom: dotted #74ABCE 1px;
}

.sidebar ul {
	margin-bottom: 12px;
}

.sidebar li {
	line-height: 13px;
	list-style-type: none;
	border-top: none;
	border-bottom: dotted #74ABCE 1px;
	border-left: none;
	border-right: none;
	border-color: #74ABCE;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-family: Verdana, sans-serif;
}


/* PORTFOLIO GALLERY
------------------------------------------------------------------------------ */

.portfolio {
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	width: 128px;
	height: 96px;
}


/* PHOTOGRAPH GALLERY
------------------------------------------------------------------------------ */

.album {
	padding-top: 0px;
	padding-bottom: 0px;
}

.album img {
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	width: 128px;
	height: 96px;
}


/* CONTACT FORM
------------------------------------------------------------------------------ */

.contactform {
	margin-left: 5px;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-family: Verdana, sans-serif;
}

.contacttext {
	color: #CC1612;
	padding-bottom: 12px;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}

.contactleft {
	padding-bottom: 5px;
}

.contactright {

}

.contactright input {
	border: 1px solid #74ABCE;
	width: 400px;
	margin-top: 1px;
	margin-bottom: 5px;
}

#contactsubmit {
	color: #333333;
	background: #FFF;
	width: 100px;
	margin-top: 2px;
	margin-bottom: 7px;
}

.contactright textarea {
	border: 1px solid #74ABCE;
	width: 500px;
	height: 180px;
	margin-top: 1px;
	margin-bottom: 5px;
}

.contactform p {
	padding-bottom: 5px;
}


/* FOOTER
------------------------------------------------------------------------------ */

.footer {
	background: #8EBBD8 url('images/footer.png') no-repeat;
	width: 638px;	
	height: 87px;
}

.footer p {
	color: #FFF;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	line-height: 16px;
	padding-bottom: 0px;
}

.footer img {
	border: 0px;
}

.footer a, a:active {
	color: #FFF;
	text-decoration: underline;
}

.footer a:visited {
	color: #FFF;
	text-decoration: underline;
}

.footer a:hover {
	color: #FFF;
	text-decoration: none;
}

#logo {
	float: left;
	position: relative;
	top: 30px;
	left: 29px;
}

#copyright {
	float: right;
	position: relative;
	top: 33px;
	right: 28px;
}