/*  
Theme Name: JeremyRoddick Default Theme
Theme URI: http://www.jeremyroddick.com
Description: Default jeremyroddick.com theme
Version: 1.0
Author: Guillaume Coderre / Martin Kronstrom
Author URI: http://www.jeremyroddick.com/
*/

/* @group General */

body {
	background: #423121 url(images/bg.jpg) repeat-x center top;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a, a:link {
	border: none;
	text-decoration: none;
	color: #543f2c;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
	color: #543f2c;
}


.body {
	background-color: #e5dbcb;
	font-size: 0.9em;
}

#content {
	margin: auto;
	padding: 10px;
}

.pad10 {
	padding: 10px;
}

div.clear {
	height: 1px;
	clear: both;
}

div.nav_links {
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}

/* @end */

/* @group Header */

#masthead {
	height: 47px;
	padding-right: 10px;
	padding-left: 15px;
	background: #271e15 url(images/menu/background.gif) no-repeat;
	margin-bottom: 20px;
}

#masthead #menu {
	float: left;
	position: relative;
	top: 25px;
}

#masthead #menu a {
	padding-right: 20px;
}

#masthead #utilitymenu {
	float: right;
	position: relative;
	top: 25px;
	color: #b08c6c;
}

#masthead #utilitymenu a {
	padding-left: 3px;
	padding-right: 3px;
	color: #b08c6c;
}

#masthead #utilitymenu img {
	vertical-align: sub;
	#vertical-align: middle;
}

#hd {
	margin-top: 30px;
	margin-bottom: 5px;
	height: 105px;
	background: url(images/logo.gif) no-repeat left bottom;
	margin-left: 20px;
	text-align: left;
}

#hd a.memberslogin {
	color: #fff;
	font-size: 0.8em;
	position: relative;
	top: 20px;
	right: 15px;
}



/* @end */

/* @group Horizontal Menu */

#masthead #menu a {
	display: inline-block;
}

#masthead #menu a#home {
	width: 31px;
	height: 13px;
	background: url(images/menu/home.gif) no-repeat center center;
}

#masthead #menu a#home:hover, #masthead #menu a#home:focus {
	background: url(images/menu/home-over.gif) no-repeat center center;
}

#masthead #menu a#join {
	width: 25px;
	height: 13px;
	background: url(images/menu/join.gif) no-repeat center center;
}

#masthead #menu a#join:hover, #masthead #menu a#join:focus {
	background: url(images/menu/join-over.gif) no-repeat center center;
}


#masthead #menu a#members {
	width: 52px;
	height: 13px;
	background: url(images/menu/members.gif) no-repeat center center;
}

#masthead #menu a#members:hover, #masthead #menu a#members:focus {
	background: url(images/menu/members-over.gif) no-repeat center center;
}


#masthead #menu a#blog {
	width: 48px;
	height: 13px;
	background: url(images/menu/blog.gif) no-repeat center center;
}

#masthead #menu a#blog:hover, #masthead #menu a#blog:focus {
	background: url(images/menu/blog-over.gif) no-repeat center center;
}


#masthead #menu a#video-on-demand {
	width: 104px;
	height: 13px;
	background: url(images/menu/vod.gif) no-repeat center center;
}

#masthead #menu a#video-on-demand:hover, #masthead #menu a#store:focus {
	background: url(images/menu/vod-over.gif) no-repeat center center;
}


/* @end */

/* @group Footer */

#ft {
	background: url(images/footer.gif) no-repeat;
	padding-top: 25px;
	text-align: center;
	color: #b08c6c;
	line-height: 15px;
	font-size: 0.9em;
	padding-bottom: 30px;
}

#ft a, #ft a:link {
	color: #b08c6c;
}

/* @end */

/* @group Blog */

#blog #posts .post {
	width: 637px;
	margin:auto;
}

#blog #posts .post .post-header {
	background: url(images/post-bg.jpg) no-repeat center top;
	height: 274px;
}

#blog #posts .post .post-content {
	display: block;
	position: relative;
	top: -240px;
	margin-bottom: -240px;
	border-right: 1px solid #cbbca4;
	border-left: 1px solid #cbbca4;
	color: #543f2c;
}

#blog #posts .post h1 a{
	text-decoration: none;
}

#blog #posts .post h1 a:hover, #blog #posts .post h1 a:focus, #blog #posts .post h1 a:active{
	text-decoration: underline;
}

#blog #posts .post .post-content .post-date {
	float: left;
	position: relative;
	left: 27px;
	width: 72px;
	text-align: center;
	color: #efe8dd;
	text-shadow: #908178 2px 2px 1px;
}

.post-date p.day {
	font-weight: bold;
	font-size: 1.3em;
}

.post-date p.year {
	font-weight: bold;
	font-size: 1em;
}

.post-date p.day, .post-date p.year {
	line-height: 1.1em;
}

#blog #posts .post .post-content .post-body {
	margin-left: 125px;
	margin-right: 20px;
	min-height: 275px;
}

#blog #posts .post .post-content .post-body p {
	line-height:18px;
}

#blog #posts .post .post-footer {
	height: 24px;
	margin-bottom: 25px;
	text-align: right;
	background: url(images/post-footer.gif) no-repeat center bottom;
}

#blog #posts .post .post-footer p {
	color: #f5e8e5;
	padding-right: 15px;
	position: relative;
	top: 4px;
}

#blog #posts .post .post-footer p img{
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
}

#blog #posts .post .post-footer a {
	color: #fff;
}

/* @group Comments */

div#comments {
	width: 637px;
	margin: auto;
	color: #543f2c;
}

#comments h2 {
	font-size: 2em;
	margin-bottom: 20px;
	border-top: 1px dotted #ac9e95;
	margin-top: 8px;
	padding-top: 8px;
}

#comments h2.leaveacomment {
	margin-top: 35px;
}

#comments h3 {
	font-size: 1.5em;
	margin-bottom: 25px;
	border-top: 1px dotted #ac9e95;
	margin-top: 8px;
	padding-top: 8px;
}

#comments .comment {
	padding: 15px;
	display: block;
	clear: both;
	border-top: 1px solid #c2b3a9;
}

#comments .even {
	background-color: #d7cab7;
}

#comments .author {
	background: #a99577 url(images/authorcomment-bg.jpg) repeat-x left top;	
}

#comments .comment p {
	padding-bottom: 5px;
	padding-top: 5px;
}

#comments .comment p span {
	font-weight: bold;
	color: #543f2c;
}

#comments .comment .gravatar {
	float: right;
	border: 5px solid #fff;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0px;
}

#comments #form {
	margin-top: 25px;
	padding: 10px;
	background-color: #e1d6c0;
	border: 1px solid #c6baad;
}

#comments #form p {
	padding-bottom: 10px;
}

#comments #form p label {
	display: block;
	font-size: 1.2em;
	line-height: 25px;
}

/* @end */

/* @end */

/* @group Sidebar */

#sidebar h3 {
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 8px;
	margin-left: 35px;
	text-shadow: #e5dbcb 2px 2px 1px;
	margin-bottom: 20px;
}

#sidebar h4 {
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 3px;
}

#blog #sidebar-container {
	background: url(images/side-body.jpg) repeat-y center top;
	width: 252px !important;
	min-height: 400px;
	margin: auto;
}

#blog #sidebar {
	background: url(images/side-bg.jpg) no-repeat center top;
	width: 252px !important;
	min-height: 400px;
	margin: auto;
}

#blog #sidebar #archive {
	margin-top: 15px;
}

#blog #sidebar #archive, #blog #sidebar #info {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 20px;
	background: url(images/separateur.gif) no-repeat center bottom;
}

#blog #sidebar, #blog #sidebar a {
	text-shadow: #e5dbcb 2px 2px 1px;
	color: #93826c;
}

#blog #sidebar a:hover, #blog #sidebar a:focus, #blog #sidebar a:active {
	text-decoration: none;
	font-weight: bold;
}

#blog #sidebar #archive a, #blog #sidebar #info a {
	display: block;
	padding-left: 10px;
	background: url(images/bullet.gif) no-repeat left 52%;
	vertical-align: middle;
	line-height: 1.9em;
	font-size: 0.9em;
}

#blog #sidebar #twitter {
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
}

#blog #sidebar #twitter-widget {
	width: 226px;
	margin: auto;
	position: relative;
	left: 3px;
	margin-top: 0.75em;
	padding-bottom: 0.30em;
}

#blog #sidebar #twitter-widget h3, #blog #sidebar #twitter-widget a {
	text-shadow: none;
}

#blog #sidebar #rss {
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
}

#blog #sidebar #vod {
	text-align: center;
	margin-right: 10px;
	margin-top: 5px;
}

#blog #sidebar-footer {
	height: 143px;
	background: url(images/side-footer.gif) no-repeat center bottom;
}



/* @end */

/* @group Post Formatting */

.post-body {
	text-align: justify;
	line-height: 1.5em;
}

.post-body h1 {
	font-size: 1.6em;
	font-weight: bold;
	text-shadow: #ecded8 2px 2px 3px;
}

.post-body p {
	margin-top: 10px;
}

.post-body a {
	font-weight: bold;
	text-decoration: underline;
}

.post-body ul {
	padding-top: 10px;
	pading-bottom:10px;
}

.post-body ul li {
	background: url(images/bullet.gif) no-repeat left 56%;
	padding-left: 10px;
	line-height: 1.5em;
}

.flashvideo {
	margin: auto;
	text-align: center;
	height: 246px;
	width: 436px;
	display:block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.flashvideo, .post-body img {
	border: 10px solid #efeae1;
}

/* @end */

/* @group Newsletter Form */


#newsletter {
	text-align:left;
	padding-left:15px;
	padding-top: 70px;
	padding-bottom: 15px;
	background: url(images/1newsletter.gif) no-repeat left top;
	margin-left: 15px;
}

#newsletter_form h3 {
	padding:0px;
	margin:0px;
	margin-bottom: 10px;
	color: #543f2c;
	font-size: 0.9em;
	font-weight: bold;
}

#newsletter_form label.textfield input {
	height: 16px !important;
	background-image: url(images/newsletter_form/input-bg.gif);
	border: 1px solid #543f2c;
	width: 160px;
	color: #856446;
	font-size: 1em;
	display:block;
}
#newsletter_form label.submit input {
	margin-top:3px;
	display:block;
}

/* @end */