/* 

Theme Name: Jon Rennie 2010

Theme URI: http://www.jonrennie.ca

Description: 

Version: 1.0

Author: Broken Studio

Author URL: http://www.brokenstudio.com

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

/* GENERAL --------------------*/
body {
	color: #565656;
	font: 62.5% "Arial", Veranda, sans-serif;
	background: url("images/bg.jpg") repeat-x top center #252525;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 12px;
	line-height: 18px;
	background: #ffffff;
}

.content {
	background: url("images/content-bg.jpg") repeat-y #ffffff;
	width: 820px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin: 0px;
}

.content-full {
	width: 820px;
	padding: 0px;
	margin: 0px;
	margin-top: 12px;
}

.content-left {
	float: left;
	display: inline;
	width: 395px;
	height: 528px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	line-height: 120%;
}

.content-right {
	float: right;
	display: inline;
	width: 355px;
	overflow: hidden;
	padding-right: 15px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}

/* TYPOGRAPHY ------------------*/

h1, h2, h3, h4, h5 {
	color: #bb4004;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {font-size: 28px;}

h2 {font-size: 20px; margin-top: 0px;}

h3 {font-size: 16px;}

h4 {font-size: 14px;}

h5 {font-size: 12px;}

a, a:visited {
	color: #bb4004;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
}

a:hover {
	color: #000;
	border-bottom: 1px solid #CCCCCC;
}


/* HEADER ----------------------*/

#header {
	height: 200px;
	overflow: hidden;
	background: url("images/header.jpg") #ffffff;
}

#logo {
	margin-top: 32px;
	margin-left: 25px;
	padding: 0px;
	width: 200px;
	height: 125px;
	float: left;
}


/* NAV */
#tweet {
	width: 200px;
	float: left;
	text-align: center;
	margin-top: 15px;
	margin-left: 219px;
	font-size: 10px;
	color: #999999;
	}
#social {
	float: right;
	display: inline;
	width: 159px;
	height: 75px;
	margin: 0px;
}
ul {list-style: none;}
#social li {
}

#social a {
	display: block;
	width: 159px;
	height: 0;
	overflow: hidden;
	text-decoration: none;
	border: 0px;
}

#rss a {
	padding-top: 57px;
	background: url("images/social.jpg") no-repeat 0 0;
}

#rss a:hover {
	background: url("images/social.jpg") no-repeat -159px 0;
}

#twitter a {
	padding-top: 45px;
	background: url("images/social.jpg") no-repeat 0 -57px;
}

#twitter a:hover {
	background: url("images/social.jpg") no-repeat -159px -57px;
}

#facebook a {
	padding-top: 47px;
	background: url("images/social.jpg") no-repeat 0 -102px;
}

#facebook a:hover {
	background: url("images/social.jpg") no-repeat -159px -102px;
}


/* FOOTER ---------------------*/

#footer {
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 15px;
	height: 255px;
	color: #666666;
	background: url("images/footer-bg.jpg") no-repeat;
	font-size: 12px;
}

#footer a:link, #footer a:hover, #footer a:visited {
	color: #777777;
	}
#footer h2, #footer h2 a, #footer h2 a:visited {font:Arial, Helvetica, sans-serif;font-size:16px;font-weight:bold;color:#CCCCCC;border: none;}
#footer h2 a:hover, #footer a:hover {color: #ffffff;}
#footer a:link, #footer a:visited {border-bottom: 1px solid #444444;}
#footer a:hover, #footer a:hover {border-bottom: 1px solid #999999;}
#footer li {list-style: none; line-height: 20px;}
#category {
	width: 200px;
	height: 230px;
	float: left;
	text-align: left;
}

#latest {
	width: 310px;
	height: 230px;
	float: left;
	text-align: left;
}

#about {
	width: 270px;
	height: 230px;
	float: right;
	text-align: left;
	margin-right: 10px;
}

#credits {
	margin-top: 260px;
	text-align: center;
	font-size: 9px;
	}

/* IMAGES ---------------------*/

img {border: 0px solid #ddd2b6; background: url("images/contentfull-bg.png");}

img a:link, img a:hover, img a:visited {border: 0px;background:0px;}


#logo a, #logo a:hover, #logo img{border: 0px;background:none; border:0px;}

#gallery {
	min-height:533px;
	padding-top: 45px;
	padding-bottom: 0px;
}

.galleryimage {
	float: left;
	display: block;
	padding-left: 21px;
	text-align: center;
	padding-bottom: 50px;
}

.galleryimage span {
	display: block;
	}

.galleryimage a, .galleryimage a:hover {
	background: none;
	text-decoration: none;
	border: none;
	font-weight: bold;
	}

.galleryimage a:hover img{
	border-color: #d30d65;
	}

/* BLOG ---------------------*/


.post {
	margin-bottom: 0px;
}
.post h2 {border-bottom: 5px solid #d6d6d6; padding-bottom: 5px; font-weight: normal;font-size: 24px;margin-bottom: 0px;}
.date {
	margin-top: 0px;
	color: #777168;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.comments {
	background: url("images/comment.jpg") no-repeat;
	width: 32px;
	height: 30px;
	padding: 0px;
	position: relative;	
	float: right;
	overflow: hidden;
	text-align: center;
	top: -10px;
}
.postlinks, .commentbutton {text-align: center;}

.comments, .comments a, .comments a:hover, .comments a:visited {

	color: #AAAAAA;
	border: none;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
}

.comments a:hover {
	color: #000000;
}

.hr, hr { 
	border: 0px; 
	width: 800px; 
	height: 10px; 
	background: url("images/devider.jpg") top center no-repeat white; 
	margin-bottom: 20px; 
	text-align: center; 
} 

.hr hr { 
	display: none !important; 
	}

#search {

}

#search .input {
	width: 129px;
	border: 1px solid #333333;
	background: none;
	color: #d1be54;
}

#search .submit {
	width: 54px;
	border: 1px solid #333333;
	background: none;
	color: #d1be54;
}

#search .sumbit:hover



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
	
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-size: 10px;
	}

.comment {
border: 1px solid #CCCCCC;
}
.comment-author {
border-bottom: 5px solid #DADADA;
}

/* MISC ---------------------*/

.clear {clear:both;}

a.nostylelink {text-decoration: none;margin:0px;padding:0px;background:none;border: 0px;}

a:link.nostylelink {text-decoration: none;margin:0px;padding:0px;background:none;border: 0px;}

img.nostyleimg {border: 0px;margin:0px;padding:0px;background:none;}

.fullform label {width: 500px;}

.mainLeft {
float: left;
width: 335px;
display: inline;
padding-right: 45px;
margin-right: 30px;
border-right: 1px solid #ddd;
padding-left: 15px;
}

.mainRight {
float: right;
width: 335px;
display: inline;
margin-right: 15px;
}

.mainLeft h1, .mainRight h1 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 0.8em;
	clear: both;
	margin: 15px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	color: #444;
}

.mainLeft h2, .mainRight h2 {
	font-family: Cambria, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #444;
}

.mainLeft p, .mainRight p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;		
	line-height: 22px;
	color: #444;
}

.mainLeft h1, .mainRight h1, .mainLeft h2, .mainRight h2, .mainLeft p, .mainRight p {color: #666666;}

#title, #title h1, #title h2 {
text-align: center;
	font-family: Georgia, serif;
	font-style: italic;
	clear: both;
	color: #666;
margin-bottom: 7px;
}

#home-buttons {
text-align: center;
padding-top: 25px;
padding-bottom: 0px;
}

#home-buttons .center{
padding-left: 25px;
padding-right: 25px;
}


.navigation-top {
	height: 40px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
#commentform {
margin-bottom: 35px;
}

.fmtext {margin: 0px;}

img.size-full {border:1px solid #AAAAAA;}