/*
Theme Name: I Ride Daily
Theme URI: http://iridedaily.com.au/
Description: Theme for I ride daily.
Version: 0.1
Author: Paul Hagon
Author URI: http://www.paulhagon.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*
Colours for the theme are handled in a specific CSS file depending upon the time of year
*/


/* 
Header 
*/

body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(0,0,0);
	}

a {
	text-decoration: none;
	}

.container {
	width: 960px;
	margin: 15px auto;
	font-size: 1.2em;
	line-height: 1.5;
	position: relative;
	}

#header a {
	height: 87px;
	width: 287px;
	text-indent: -9999px;
	display: block;
}

#menu {
	float: right;
	font-size: 1.5em;
	font-weight: bold;
	margin-right: 10px;
	}

#menu li {
	float: left;
	}

#menu li a {
	color: rgb(255,255,255);
	text-decoration: none;
	padding: 0 10px 5px;
	display: block;	
	}

#menu li a:hover, .current-cat a {
	background: url('images/current-category.png') no-repeat bottom center;
	}

#content-container {
	clear: both;
	background: rgb(255,255,255);
	padding: 15px 10px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
	min-height: 400px;
	}

#content {
	width: 630px;
	float: left;
	}

#sidebar {
	width: 300px;
	float: right;
	}

#cat {
	clear: both;
	width: 300px;
	float: left;
	}

#pages {
	width: 300px;
	float: left;
	}

#footer {
	clear: both;
	color: rgb(255,255,255);
	text-align: center;
	}

#wordpress {
	opacity: 0.8;
	}

#content h1 {
	font-size: 1.67em;
	font-weight: bold;
	}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	}

h2 a {
	text-decoration: none;
	}

h2 a:hover {
	text-decoration: underline;
	}

#content p {
	margin-bottom: 1em;
	}


#sticky-post {
	width: 300px;
	float: left;
	margin-right: 20px;
	}
	
#recent-articles {
	width: 300px;
	float: left;
	}

#category-summary {
	clear: left;
	}

.category-list {
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 278px;
	float: left;
	}
	
.category-list h3 {
	font-size: 1.17em;
	}
	
.category-list p {
	margin-top: 1em;
	}

.category-list img {
	float: right;
	width: 80px;
	}

.navigation {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
	border-top: 1px dotted rgb(150,150,150);
	}

.previous-post, .older-posts {
	width: 50%;
	float: left;
	}

.next-post, .recent-posts {
	width: 50%;
	float: right;
	text-align: right;
	}



/* Archives post list */	

.archive #category-feed {
	text-align: right;
	}

.archive .post, .search .post {
	padding-top: 5px
	padding-bottom: 5px;
	border-bottom: 1px dotted rgb(200,200,200);
	}

.archive .post h2, .single .post h1, .search .post h2 {
	width: 540;
	float: left;
	}
	
.archive .post .rating, .single .post .rating {
	width: 100px;
	float: right;
	}

.date-time {
	clear: both;
	font-size: 0.92em;
	color: rgb(150,150,150);
	}
	

/* Single post details */
.single .entry {
	clear: both;
	}


#summary {
	width: 320px;
	margin-bottom: 10px;
	}

#summary td, #summary th {
	margin: 0;
	padding: 0;
	}

#summary table th {
	font-weight: bold;
	padding-right: 0.5em;
	text-align: left;
	}


/* 
********** Search **********
*/
#searchform {
	position: absolute;
	top: 0;
	right: 0;
	}

#searchform label {
	color: rgb(255,255,255);
	}

#searchform input[type=text] {
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 4px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	}

#searchform input[type=submit] {
	color: rgb(255,255,255);
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 4px;
	font-weight: bold;
	font-size: 1.17em;
	cursor: pointer;
	}


/* 
********** Images **********
*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}



/* 
********** Image captions **********
*/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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: 0.92em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* 
********** Social media **********
*/
#share {
	overflow: hidden;
	margin-bottom: 5px;
	}

#share li {
	float: left;
	margin-right: 5px;
	}

#share li a {
	height: 16px;
	display: block;
	width: 20px;
	text-indent: -999px;
	
	}

#delicious a {
	background: url('images/social-media/delicious-16x16.gif') no-repeat top left;
	}

#facebook a {
	background: url('images/social-media/facebook-16x16.gif') no-repeat top left;
	}

#twitter a {
	background: url('images/social-media/twitter-16x16.gif') no-repeat top left;
	}