/*   
Theme Name: Dublin Cycling
Theme URI:
Description: Dublin Cycling Theme
Author:
Author URI:
Version: 0.1
*/
body {
background:url(img/bg.png) #B3CF46 0px 0px repeat-x;
color:#000000;
font-family: Verdana, Geneva, sans-serif;
font-size:100%;
margin:0;
padding:0;
text-align:center;
}
h1, h2, h3 {
margin:0;
padding:0;
}
a:link, a:visited, a:hover {
color: #A0232A;
text-decoration:underline;
}
#body {
margin:0 auto;
text-align:left;
width:960px;
font-size: 0.8em;
}
#header {
	float: left;
	height: 248px;
}
#header {
	float: left;
	width: 950px;
	height: 244px;
}
h1#logo {
	width: 960px;
	height: 244px;
	position: relative;
	margin: 0 auto;
}
h1#logo span {
	background: url('img/header.png') no-repeat; 
	position:absolute;
	width:100%;
	height:100%
}
ul#menu {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	float: left;
}
ul#menu li {
	display: inline;
	margin: 0px;
	list-style: none;
}
ul#menu a {
	background: #F0C825;
	display: block;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: center;
	margin-right: 6px;
}
ul#menu li a:link, ul#menu li a:visited {
text-decoration: none;
text-transform: uppercase;
color: #000;
}
ul#menu li a:hover {
text-decoration: underline;
text-transform: uppercase;
color: #000;
}
ul#menu li a.active {
	font-weight: bold;
}
ul#menu li a.home {
	width: 94px;
}
ul#menu li a.cyclingindublin {
	width: 170px;
}
ul#menu li a.dublininbike {
	width: 150px;
}
ul#menu li a.cyclefriendlydublin {
	width: 202px;
}
ul#menu li a.cyclingblog {
	width: 172px;
}
ul#menu li a.contact {
	width: 142px;
	margin-right: 0px;
}
#container {
	float: left;
	width: 960px;
	background: #FFF;
	margin-bottom:10px;
	padding-bottom:30px;
}
#content {
	float: left;
	width: 570px;
	margin-left:25px;
	margin-right:20px;
	display: inline;
}
#sidebar {
	float: right;
	width: 300px;
	margin-right: 15px;
	display: inline;
}
div#featured {
	float: left;
	width: 570px;
	height: 300px;
	background: url(img/slide.jpg);
}
.post {
	margin-top: 20px;
	float: left;
	width: 570px;
}
.post h2.toptitle {
font-size:1.5em;
font-weight:normal;
margin-top: 0px;
}
.blog .post h2 a:link,  .blog .post h2 a:visited, .blog .post h2 a:hover {
	color: #000;
	text-decoration: none;	
}
.post .thumb {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	padding: 7px;
	border: #C0C0C0 solid 1px;
}
.post .meta {
	text-align: right;
	margin: 10px 0 10px 0;
}
.post .catimage {
border:1px solid #C0C0C0;
margin-bottom:5px;
padding:7px;
}
#sidebar .box {
	float: left;
	border: 1px solid #C0C0C0;
	margin-bottom: 5px;
	padding: 10px;
	height: 75px;
	width: 280px;
}
#sidebar .box h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 5px;
}
#sidebar .icon {
	float: left;
	margin-right: 20px;
}
#sidebar .widget {
	float: left;
	width: 300px;
	margin-bottom: 20px;
	background: #F0C825;
}
#sidebar .widget ul {
	margin-left: 40px;
	padding: 0;
}
#sidebar .widget ul li {
	margin-bottom: 15px;
	padding: 0;
}
#sidebar #dynamic {
	margin-top: 20px;
	float: left;
}
#sidebar #events {
	background: #FFF;
}
#sidebar .widget h3 {
	font-size: 1em;
	background: #F0C825;
	padding: 15px;
	width: 270px;
	font-weight: bold;
}
#sidebar .widget p {
	margin-left: 25px;
}
#projectled {
	font-size: 0.85em;
}
#projectled a:link, #projectled a:visited, #projectled a:hover {
	color: #000;
	text-decoration: underline;
}
#footer {
clear:both;
padding:10px 0 90px;
text-align:center;
}

/* Comments */
#comments {
	margin-top: 50px;
	float: left;
	width: 570px;
	line-height:1.5em;
}
#comments h3, #writecomment h3 {
	color: #000;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.5em;
}
#comments h4 {
	color: #000;
	font-size: 1em;
	font-weight: normal;
	display: inline;
}
#comments .comment {
	background: #E0E0E0;
	padding: 10px 0px 10px 10px;
	margin-bottom: 10px;
	float: left;
	border-right: 1px solid #E0E0E0;
}
#comments .odd {
	padding-bottom: 20px;
	border-right: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	background: #FFF;
}
#comments .gravatar {
	background: #999;
	border: 1px solid #000;
	padding: 3px;
	float: left;
}
#comments .gravatar img {
	border: 1px solid #FFF;
}
#comments .comment-author-meta {
	font-style:italic;
	font-size: 1em;
	color: #A0232A;
	padding: 0px 0px 5px 5px;
	margin: 0px 0px 3px 3px;
	float: right;
	width: 490px;
}
#comments .comment-text {
	float: right;
	width: 530px;
}
#writecomment {
	padding-top: 30px;
	float: left;
	width: 570px;
}
#writecomment .your-data {
	float: left;
	width: 275px;
}
#writecomment label {
	display:block;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 5px;
}
#writecomment input#author, #writecomment input#email, #writecomment input#url {
width: 275px;
}
#writecomment .your-comment {
	float: right;
	width: 275px;
}
#writecomment .your-comment textarea {
	width: 275px;
}
.navigation {
	text-align: center;
	width: 560px;
	float: left;
	margin-top: 20px;
	background: #E0E0E0;
	padding: 5px;
}
/* Standard WP CSS for images */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
#sidebar form {
padding: 15px;
}
#sidebar input#s {
width: 110px;
}
#sidebar input#searchsubmit {
width: 70px;
}
