/*  
Theme Name: North 45
Theme URI: http://north45pub.com/
Description: A custom theme for the North 45 Pub. Due to it's complete custom and specific
layout of the sidebar, this theme is not "widget aware" and compatible with the widget plug-in for Wordpress.
Author: Brian Howard
Author URI: http://www.motointeractive.com/

	This theme's styles rely on and utilize the Blueprint CSS Framework.
	The Blueprint CSS files are referenced in the theme's header file.

*/

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url(images/back.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", serif;
}

h1,h2,h3,h4,h5,h6 { 
  color: #ffe8b7; 
	font-family: Georgia, "Times New Roman", serif;
}

h1, h2 {
	font-size: 21px;
}

h3 {
	font-size: 18px;
}

p {
	margin: 0 0 9px 0;
	padding: 0;
}

p img {
	float: none; 
	margin: 0; 
	padding: 0; 
} 

a:link, a:visited {
	color: #d34600;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFF;
	text-decoration: none;
}

a.more-link {
	text-transform: uppercase;
	font-size: 10px;
	padding-left: 5px;
}

img {
	margin: 0;
}

#wrapper {
	width: 769px;
}

#header {
	background-color: transparent;
	height: 180px;
	width : 769px;
	margin: 0 auto;
	background-image: url(images/North45pubheader.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#header h1 span {
	visibility: hidden;
}
#header h1 a {
	display: block;
	width: 769px;
	height: 175px;
}

#leftcolumn {
	padding-top: 16px;
	min-height: 480px;
	color: #d34600;
	font-size: 12px;
	text-transform: uppercase;
}
#leftnav {
	width: 170px;
	margin-left: 5px;
}

#leftnav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 15px 14px;
}

div#searchsite {
	margin-top: 20px;
}

form#searchform {
	padding: 0;
	margin: 0;
}

form#searchform input#searchsubmit {
	background-color: #000;
	border: double 3px #3f3223;
	color: #d34600;
	width: 32px;
	font-family: Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	font-size: 12px;
	padding: 3px 3px;
}
form#searchform input#s {
	background-color: #000;
	border: double 3px #3f3223;
	width: 123px;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", serif;
	color: #ffe8b7;
	font-size: 12px;
	padding: 4px 2px;
	margin-bottom: 1px;
}

#maincolumn {
	padding-top: 16px;
	min-height: 480px;
	color: #ffe8b7;
	padding-bottom: 15px;
}

#content {
	padding-right: 30px;
}

div#intro {
	color: #9e7d57;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 20px;
	text-align: center;
}
div#intro p {
	margin: 0 0 10px 0;
	padding: 0;
}

/* **** Begin Post Styles ***** */

div.homepost {
	margin-bottom: 5px;
}
div.homepost h3 {
	color: #d34600;
	font-size: 19px;
	border-bottom: double 4px #3f3223;
	padding: 9px 0;
	margin-bottom: 9px;
}
div.homepost h3 a:link, div.homepost h3 a:visited {
	color: #d34600;
	font-size: 19px;
	text-decoration: none;
}
div.homepost h3 a:hover, div.homepost h3 a:active {
	color: #FFF;
	font-size: 19px;
	text-decoration: none;
}

div.homeentry {
	width: 100%;
	padding-bottom: 5px;
}

div.homeentry img {
	vertical-align: top;
	float: left;
	border: solid 1px #9e7d57;
	padding: 2px;
	margin-right: 10px;
	margin-top: 0;
	background-color: #000;
	width: 120px !important;
}

div.homeentry p {
	margin: 0 0 9px 0;
	padding: 0;
}

p.postmetadata {
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
	color: #9e7d57;
}

div.post {
	margin-bottom: 25px;
}

div.post h2 {
	color: #d34600;
	font-size: 22px;
	border-bottom: double 4px #3f3223;
	padding: 9px 0;
	margin-bottom: 12px;
}

div.post h3 {
	color: #d34600;
	font-size: 18px;
	border-bottom: double 4px #3f3223;
	padding: 9px 0;
	margin-bottom: 9px;
}
div.post h3 a:link, div.post h3 a:visited {
	color: #d34600;
	text-decoration: none;
}
div.post h3 a:hover, div.post h3 a:active {
	color: #FFF;
	text-decoration: none;
}

div.entry {
	width: 100%;
	padding-bottom: 10px;
}

div.entry img {
	border: solid 1px #9e7d57;
	padding: 2px;
	margin-right: 10px;
	margin-top: 0;
	float: left;
	background-color: #000;
	width: 120px !important;
}

div.entry p {
	margin: 0 0 9px 0;
	padding: 0;
}

div.pageentry {
	width: 100%;
}

div.pageentry img {
	border: solid 1px #9e7d57;
	padding: 2px;
	margin-right: 10px;
	margin-top: 0;
	float: left;
	background-color: #000 !important;
}

div.pageentry p {
	margin: 0 0 9px 0;
	padding: 0;
}


#content .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

#content .attachment {
	text-align: center;
	margin: 5px 0px;
}

/* ***** End Post Styles ***** */

/* Begin Images */

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
	}
	
.navigation .alignright {
	text-align: right;
	width: 50%;
}
.navigation .alignleft {
	text-align: left;
	width: 50%;
}
/* End Images */

/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 200px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background-color: #000;
	border: double 3px #3f3223;
	color: #FFF;
	}
	
#commentform input#submit{
	background-color: #000;
	border: double 3px #3f3223;
	color: #d34600;
	width: 150px;
	text-transform: uppercase;
	margin: 0;
	float: right;
}

#commentform textarea {
	width: 100%;
	padding: 5px;
	background-color: #000;
	border: double 3px #3f3223;
	color: #FFF;
	}
	
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 100% Georgia, "Times New Roman", 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: Georgia, "Times New Roman", serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.commentlist {
	padding: 0 0 15px 0;
	margin: 0 0 5px 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	border: solid 1px #3f3223;
	}

.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;
	}

#responseform {
	border-top: double 4px #3f3223;
	padding-top: 15px;
}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	}

/* End Various Tags & Classes*/

a.signuplink:link, a.signuplink:visited  {
	background-color: #000;
	border: double 3px #3f3223;
	color: #d34600;
	padding: 4px;
	text-transform: uppercase;
	margin-top: 50px;
	display: block;
	width: 200px;
}
a.signuplink:hover, a.signuplink:active {
	color: #ffe8b7;
}

a[title="View all posts in home page"] {
	display:none;
}