/*
Theme Name:     john
Description:    based on quentin's css 
Author:         Ken Laws
Author URI:     http: //www.kenlaws.tv/
Template:       twentyten
Version:        1.0.0
*/


@import url('../twentyten/style.css');

body {
	margin: 0px; 
	background: #5B211A url(images/quentin-body-red.jpg) repeat-x center top;
	font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
	display: block;
}

h1,h2,h3,h4,h5,h6,div {
	font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif !important;
}

h1 {
	font-size: 22pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 12pt;
}

ul {
	margin-right: 0px !important;
}

img {
	padding: 0px;
	margin: 0px;
}

a {
	color:#5B211A !important;
	text-decoration:none;
}

a:hover {
	color:#b33924 !important;
}

h1,h2,h3,h4,h5,h6 a {
	color:#5B211A !important;
	text-decoration:none;
}

h1,h2,h3,h4,h5,h6 a:hover {
	color:#b33924 !important;
}

hr {
	background:#877C67;
	color:#877C67;
	clear:both;
	float:none;
	width:100%;
	height:1px;
	margin:0 0 1.45em;
	border:none;
}


object, embed { 
	width: 660px;
}

#wrapper {
	margin-top: 0px;
	width: 950px;
	background: #F2E2C1 url(images/quentin-bg.png) repeat-y center top; 
	/* border: 10px solid #411213;  */
}

#header {
	padding-top: 20px;
	float: left;
}

#masthead {
	float: left;
}

#branding {
	float: left;
	margin: 0px;
	width: 950px;
}

#branding img {
	border: none;
}

.mover-holder {
	float:left; 
	width:950px; 
	height: 200px; 
	overflow:hidden; 
	display:block;
	position:relative;
}

#mover {
	position:relative; 
	height:200px; 
	width: 4000px; 
	left: 0px;
	display:block;
}

.mover-animation {
	-webkit-transition-property: left;
  	-webkit-transition-duration: 100s;
  	-webkit-transition-timing-function: linear;
}

#access {
	width: 950px;
}

#content {
	width: 660px;
}

#site-title {
	font-variant: small-caps;
}

#site-description {
	font-size: 16pt;
	text-align: right;
}

#access ul li > a {
	color: #fff !important;
}

.post {
	clear: both;
	width: 660px !important;
	overflow-x: hidden !important;
}

.entry-title {
	color: #5b211a !important;
}

.entry-utility {
	padding-bottom: 40px;
	background: transparent url(images/divider.png) no-repeat center bottom;
}

.entry-utility, .entry-meta, .xoxo {
	text-transform: uppercase;
}

#content .gallery .gallery-item {
	width: 300px;
	margin-left: 15px;
	margin-right: 15px;
}

#content .gallery .gallery-item .gallery-caption {
	font-size: 12pt;
	line-height: normal;
	color: #333333;
	padding-bottom: 20px;
}

#primary {
	width: 230px;
	overflow-x: auto;
}

.widget-container {
	width: 230px;
	margin-right: 0px;
}

.xoxo {
	width: 200px;
	padding-right: 0px !important;
	margin-right: 0px !important;
	list-style: none !important;
}

.xoxo ul li {
	text-indent: -10px;
	padding-bottom: 2px;
}

.widget-area ul ul {
	list-style: none;
}

.addtoany_share_save_container {
	clear: both;
}

#site-generator {
	text-align: right;
}










