/*   
Theme Name: Milholland - Cigar Bar
Theme URI: http://www.milhollandcycles.com
Description: What happens when you ride a bike to the cigar bar?
Version: 1.0
Author: Ammon Morris
Author URI: http://www.likesalmon.com


Plans
	http://www.milhollandcycles.com

	This theme was designed and built by Ammon Morris of likeSalmon Design.

	The CSS, HTML, and design are the property of the Milholland Bicycle Company.
*/

@import "typography.css";
@import "ie7.css";


/* NORMALIZER */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* Removes list-style from lists */
ol, ul {
	list-style: none;
}

/* Normailizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Removes collapse space from tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Removes broder from fieldset and img */
fieldset, img {
	border: 0;
}

/* Left-aligns text in caption and th */
caption, th {
	text-align: left;
}

/* Removes quotation marks from q */
q:before, q:after {
	content: '';
}
a {
	text-decoration: none;
}








/* 
BRANDING COLORS
Fill: #5fbcd3
Stroke: #8c3800

HTML Background: #502d16
BODY Background: #241f1c
BODY Border: #160800
TEXT Color: #d7d7d7
CONTENTS Border: #717171
*/
html {
	background: url('images/background.gif') top center repeat;
}
body {
	position: relative;
	width: 854px;
	margin: 0 auto;
	padding: 0px;
	color: #d7d7d7;
}
#container {
	position: relative;
	padding-top: 10px;
	background-color: #241f1c; 
/*	background: url('images/subtraction_grid.gif') top left repeat-y; */
	min-height: 400px;
}
hr {
	visibility: hidden;
}
h1 {
	font-size: 2em;
	font-family: "Cochin", "Georgia", "Courier New";
}
h2 {
	margin-bottom: .3em;
	font-family: "Cochin", "Georgia", "Courier New";
}
p {
	margin-bottom: 1em;
}

/* HEADER */
#header {
	position: relative;
	border-bottom: 1px solid #333333;
	z-index: 2;
}
#headerimg {
	background: url('images/branding.png') top center no-repeat;
	position: relative;
	height: 114px;
	margin: 10px 0px;
}
#headerimg h1 {
	text-indent: -9999px;
}
.pages {
	position: relative;
	top: 0px;
	font-family: "cochin";
	letter-spacing: 2px;
	font-size: 18px;
}
.pages li {
	position: relative;
	float: left; 
	padding: 4px 0px 4px 10px;
	list-style: url('images/flourish_left.png') none inside; 
}
.pages a {
	font-weight: bold;
	padding: 4px 4px;
}
#search {
	position: absolute;
	top: 128px;
	right: 10px;
}
#s {
	background-color: #502d16;
	border: 1px solid #333333 ! important;
}
.description {
	position: absolute;
	top: 166px;
	right: 10px;
	background: #502d16;
	border: 1px solid #333333;
	padding: 1em .9em 1.2em .9em;
	font-family: "Snell Roundhand";
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: center;
	width: 267px;
	z-index: 200;
}
.description:first-letter {
	font-size: 2em;
}

/* POSTS */
#content {
	position: relative;
	top: 10px;
	*top: 12px;
	margin-right: 324px;
	padding: 10px 10px;
	border-top: 1px solid #333333; 
	z-index: 2;
}
.post {
	margin: 20px 0px;
	letter-spacing: 1px;
	font-size: .9em;
}
.entry{
	line-height: 1.3em;
}
.postmetadata {
	margin-top: .5em;
}

/* SIDEBAR */
#sidebar {
	position: absolute;
	top: 173px;
	left: 526px;
	padding: 145px 10px 0px 10px;
	width: 307px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	padding-bottom: 10px;
	z-index: 1;
	overflow: hidden;
	margin: 0;
}
#sidebar h2 {
	margin-top: 15px;
}
#sidebar li {
	list-style-image: url('images/bullet.gif');
}
img.slickrwidget {
	border: 1px solid #333333;
	margin: 10px;
	padding: 0 ! important;
	position: relative;
	left: 35px;
}
#slickrajaxcontent img {
	border: 1px solid #333333 ! important;
}

/* FOOTER */
#footer {
	position: relative;
	margin-right: 327px;
	text-align: center;
}