/*
Theme Name: Plumtree Cricket Club
Theme URI:
Description: A theme designed especially for Plumtree Cricket Club by <a href="http://www.distinctionhq.com">Distinction</a>.
Version: 1.0
Author: Distinction Limited
Author URI: http://www.distinctionhq.com
Tags: cricket, blue, two-columns, fixed-width, right-sidebar
*/

/* Changelog
- Fixed the image caption problem
*/
@import url('reset.css');

body {
	background: #1b4c7d;
}

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff url(images/bg.png) repeat-x top;
}

#header {
	position: relative;
	margin: 0 auto;
	padding: 15px 0 0 0;
	width: 960px;
	height: 140px;
}

#logo {
	position: relative;
	float: left;
	width: 95px;
	height: 130px;
	margin: 0;
	padding: 0;
}

#nav {
	position: relative;
	float: right;
	width: 350px;
	margin: 0;
	padding: 0;
}

#searchBox {
	position: relative;
	float: right;
	margin: 10px 40px 0 0;
	padding: 0;
}

.keyword {
	float:left;
	background:url(images/search-text.gif) 0 0 no-repeat;
	width:129px;
	height:22px;
	border:none;
	font-size:11px;
	padding:4px 0 0 4px;
	color:#818181;
	margin:0 !important;
}	

.searchButton {
	float:left;
	background:url(images/search-button.gif) 0 0 no-repeat;
	width:60px;
	height:22px;
	border:none;
	margin:0 !important;
	}


#visitors,
#members {
	position: relative;
	float: left;
	width: 175px;
}

#visitors ul li,
#members ul li {
	line-height: 0.9em;
	margin: 4px 0;
}

#visitors ul li a:link,
#visitors ul li a:visited,
#members ul li a:link,
#members ul li a:visited {
	color: #FFF;
	text-decoration: none;
}

#visitors ul li a:hover,
#members ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#mainContainer {
	position: relative;
	margin: 10px auto;
	width: 960px;
	padding: 0;
}

#leftCol {
	position: relative;
	float: left;
	width: 580px;
	margin: 0;
	margin-right: 25px;
}

#rightCol {
	position: relative;
	float: right;
	width: 350px;
	margin: 0;
}

#footerWrapper {
	position: relative;
	width: 100%;
	margin: 0;
	padding-top: 20px;
	height: 64px;
	background: #1b4c7d url(images/footer-bg.png) repeat-x top;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 960px;
	text-align: center;
}

#credits {
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	width: 960px;
	text-align: center;
}

#credits p,
#credits p a:link,
#credits p a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer p a:hover,
#credits p a:hover {
	text-decoration: underline;
}

#footer ul li {
	display: inline;
}

#footer ul li a:link,
#footer ul li a:visited {
	display: inline;	
	color: #FFF;
	margin-right: 8px;
	padding-right: 10px;
	border-right: 1px solid #FFF;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

.clear {
	position: relative;
	clear: both
}






/*FONTS*/

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 8px;
	color: #036;
}

h1 a:link, 
h1 a:visited {
	color: #036;
	text-decoration: none;
}

h1 a:hover {
	color: #036;
	text-decoration: underline;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 8px;
	color: #003366;
}

h2 a:link, 
h2 a:visited {
	color: #036;
	text-decoration: none;
}

h2 a:hover {
	color: #036;
	text-decoration: underline;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 2px;
	margin-top: -5px;
	color: #69C;
}

h3 a:link,
h3 a:visited {
	color: #69C;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 2px;
	color: #fff;
	text-decoration: underline;
}

p,
li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 10px;
	color: #000;
}

a:link,
a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

#mainContainer ul,
#mainContainer ol {
	margin-left: 25px;
}

#mainContainer li {
	padding-left: 5px;
	list-style: disc;
}

#mainContainer ol li {
	list-style: decimal;
}

/* Comments 
------------------------------------------------------------*/
.commentmain {
	border-bottom:1px dotted #999;
	clear:both;
	height:100%;
	margin-bottom:15px;
	overflow:hidden;
	padding:10px;
}
.commentmainalt {
	background:#FFF2E8;
	border-bottom:1px dotted #999;
	clear:both;
	height:100%;
	margin-bottom:15px;
	overflow:hidden;
	padding:10px;
}
.comment_left {
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	width:15%;
	padding-right:15px;
}
.comment-author {
	padding-bottom:5px;
}

.comment_right {
	border-left:1px dotted #999;
	float:left;
	min-height:55px;
	padding:5px 0 0 15px;
	width:76%;
	min-height:100px;
}
.thecomment, .comment-body {
	margin:0;
}
.avatar {
	display:block;
	margin:5px 0 0 0;
}

.comments {
	position: relative;
	float: left;
	margin:10px 0 12px;
	padding:0;
	width:97% !important;
}

.comments h2 {
	border-bottom:1px solid #D4D7D9;
}


/* Comments Form
------------------------------------------------------------*/
#commentform label {
	float:left;
	text-align:left;
	margin-bottom:15px;
	width:110px;
	font-weight:bold;
}
.txtarea {
	width:75% !important;
	float:right;
	padding:5px;
	margin-bottom:5px;
	border:1px solid #b8b8b8;
	background:#FAF8F8;
}
.txtarea:hover {
	border:1px solid #B6B6B6;
	background:#F4F3F3;
}
.Cmtbutton:hover {
	background:#036;
	border:medium none;
	color:#fff;	
}
.Cmtbutton {
	background:#69C;
	border:medium none;
	clear:both;
	color:#fff;
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	margin-left:100px;
	padding:5px;
	width:180px;
	margin-left:142px !important;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 0;
}
.alignright {
	float: right;
	margin: 0;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	overflow:hidden;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.wp-caption-text {
	font-size: 70%;
	overflow:none !important;
	margin:0 !important;
}
form p {
	margin:10px 0 0 0 !important;
}
dl {
	margin-bottom:15px;
}

.postmetadata {
	margin:0 auto;
	width:550px;
	background:#F9F9F9;
	color:#999999;
	border: 1px solid #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:18px;	
	margin-bottom:30px;
	padding:5px 15px;
	
}
.entry {
	margin:0 auto;
	clear:left;
}
.postmetadata a {
	color:#69C !important;
	text-decoration:underline;
	}
.postmetadata a:hover {
	color:#69C !important;
	text-decoration:none;
	}

.sml a {
x	font-size:18px !important;	
}

.postNavigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 25px;
}

strong {
	font-weight: bold;
}