/*
Theme Name: La Palina
Theme URI: http://lapalinacigars.com
Description: A theme for La Palina.
Author: ripe.com
Author URI: http://ripe.com
version: 1.1
Tags: custom
*/



/* Colors */
/* Cream - f8ebd3 - background */
/* Dark gray - 2a2727 - text */

/* basics */

*{margin:0; padding:0;}

html,body {
	height: 100%;
	margin: 0; padding: 0;
	}
	
body {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 10pt;
	color: #2a2727;
	text-shadow: #fff 1px 1px 1px;
	background: #f8ebd3;
	}
	
h1, h2, h3, h4 {
	font-family: "OFL Sorts Mill Goudy TT", "Times New Roman", Times, Georgia, serif;
	font-weight: normal;
	text-transform: uppercase;
	}
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 14pt;}
h4 {font-size: 9pt;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

/* links */

a {
	color: #000;
	text-decoration: underline;
	}

a:hover{
	text-decoration: underline;
	}

img {
	border: 0px;
	}


/* wrapper */


#wrapper {
	min-height: 100%;
	margin: 0;
	padding: 0;
	}
	
/* header */

#header {
	overflow: hidden;
	}
	
.lefttile, .righttile {
	width: 50%; height: 193px;
	margin: 0px;
	}
.lefttile {
	background: url(images/banner-tile-left.png) repeat-x;
	background-position: right;
	float: left;
	}
	
.righttile {
	background: url(images/banner-tile-right.png) repeat-x;
	background-position: left;
	float: right;
	}

.banner {
	width: 528px;
	height: 244px;
	position: absolute; 
	top: 0;
	left: 50%;
	margin-left: -264px;
	background: url(images/banner.png) no-repeat;
	}

.body-about #flashbanner {
	background-image: url(images/back-image-banner.jpg);
	}

.body-blog #flashbanner {
	background-image: url(images/back-image-banner-2.jpg);
	}
.body-cigars #flashbanner {
	background-image: url(images/back-image-banner-3.jpg);
	}
.body-press #flashbanner {
	background-image: url(images/back-image-banner-4.jpg);
	}
.body-lifestyle #flashbanner {
	background-image: url(images/back-image-banner-5.jpg);
	}

.body-retailers #flashbanner {
	background-image: url(images/back-image-banner-2.jpg);
	}

#flashbanner {
	height: 320px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #120a01;
	margin-top: -15px;
	}

.bottomtile {
	height: 122px;
	background: url(images/banner-bottom-tile.png) repeat-x 0 61px;
	}
	
.bottombanner {
	width: 365px;
	height: 122px;
	margin: -61px auto auto auto;
	}

/* navigation */

.nav {
	position: absolute;
	font-size: 8pt;
	width: 960px;
	height: 20px;
	left: 50%;
	margin-left: -480px;
	}
	.nav ul {
		margin:0;
		padding:0;
	}
	
	.nav ul li {
		list-style-type: none;
		float:left;
		margin: 0;
		padding: 0;
	}

.fourthnav {
	position: relative;
	left: 240px;
	}

.fifthnav {
	position: relative;
	left: 230px;
	}

.sixthnav {
	position: relative;
	left: 230px;
	}


.nav a.about {
	width: 136px;
	height: 13px;
	background: url(images/sprite-nav.png) no-repeat;
	background-position: 0 0;
	}
	.nav a.about:hover {
		background-position: 0 -13px;
		height: 43px;
		}

.nav a.blog {
	width: 70px;
	height: 13px;
	background: url(images/sprite-nav.png) no-repeat;
	background-position: -136px 0;
	margin: 0 0 0 20px;	
	}
	.nav a.blog:hover {
		background-position: -136px -13px;
		height: 43px;
		}

.nav a.cigars {
	width: 97px;
	height: 13px;
	background: url(images/sprite-nav.png) no-repeat;
	background-position: -206px 0;
	margin: 0 0 0 20px;	
	}
	.nav a.cigars:hover {
		background-position: -206px -13px;
		height: 43px;
		}

.nav a.press {
	width: 70px;
	height: 13px;
	background: url(images/sprite-nav.png) no-repeat;
	background-position: -303px 0;
	margin: 0 0 0 20px;	
	}
	.nav a.press:hover {
		background-position: -303px -13px;
		height: 43px;
		}

.nav a.lifestyle {
	width: 156px;
	height: 13px;
	background: url(images/sprite-nav.png) no-repeat;
	background-position: -373px 0;
	margin: 0 0 0 20px;	
	}
	.nav a.lifestyle:hover {
		background-position: -373px -13px;
		height: 43px;
		}

.nav a.retailers {
	width: 79px;
	height: 13px;
	background: url(images/sprite-nav.png) no-repeat;
	background-position: -529px 0;
	margin: 0 0 0 20px;	
	}
	.nav a.retailers:hover {
		background-position: -529px -13px;
		height: 43px;
		}

/* Nav active states */

#nav-about a.about {
	background-position: 0 -13px;
	height: 43px;
}

#nav-blog a.blog {
	background-position: -136px -13px;
	height: 43px;
}

#nav-cigars a.cigars {
	background-position: -206px -13px;
	height: 43px;
}
#nav-press a.press {
	background-position: -303px -13px;
	height: 43px;
}
#nav-lifestyle a.lifestyle {
	background-position: -373px -13px;
	height: 43px;
}
#nav-retailers a.retailers {
	background-position: -529px -13px;
	height: 43px;
}


/* content */

#container {
	width: 960px;
	margin: 50px auto;
	}


#content {
	float: right;
	width: 455px;
	margin:14px;
	text-align: justify;
	padding: 0 10px 0 15px;
	}	

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}

.post h1 {
	text-align: right;
	float: left;
	width: 455px;
	margin-left: -480px;
	line-height: 18pt;
	}
	
.post h2, h2#comments, .leavereply {
	text-align: right;
	float: left;
	width: 460px;
	margin-left: -490px;
	padding: 0 480px 0 0;
	clear: both;
	}

.post h1 .trademark, .post h2 .trademark {
	border: 1px solid blue;
}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}

.post h1 a {
	text-decoration: none;
	}
	
.post h2 a:hover{
	text-decoration: none;
	}

.posttitle {
	margin-top: 24px;
	}
.postdate {
	text-align: right;
	float: left;
	width: 455px;
	margin-left: -480px;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	padding:6px 0 6px 0;
	margin: 20px 0;
	}

.hr {
	width: 455px;
	height: 9px;
	background: url(images/back-hr.png) no-repeat;
	background-position: center;
	}
hr {
	width: 455px;
	height: 1px;
	background: #AF851C;
	border: 0px;
	border-top: 1px solid #f1d7a7;
	border-bottom: 1px solid #fdf8f0;
	margin: 50px 0 50px 0;
}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

.body-cigars .post img {
	margin: -10px 0 0 0;
	}
	
	text-align: right;
	float: left;
	width: 455px;
	margin-left: -480px;


/* sidebar */

#sidebar {
	font-size:8pt;
	width:190px;
	float:left;
	margin:0;
	padding: 0;
	border-right: 1px solid #ddd;
	}

#sidebar h2{
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	margin:0;
	padding:0;
	}
	
#commentform p{
	}
	
#commentform a{
	color: #000; 
	text-decoration: none; 
	line-height: 14pt;
	}
	
#commentform h3{
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:100%;
	}


#author, #email, #url {
	width: 231px;
	height: 35px;
	font-family: "OFL Sorts Mill Goudy TT", "Times New Roman", Times, Georgia, serif;
	font-size: 14pt;
	background-image: url(images/back-mailing-input.png);
	background-repeat: no-repeat;
	background-position: 0 32px;
	background-color: transparent;
	border: 0px;
	text-shadow: #fff 1px 1px 1px;
	margin: 20px 0 0 0;
	padding: 5px 0 0 5px;
	}
	
#comment {
	background-image: url(images/back-comment.png);
	background-repeat: repeat-y;
	background-color: transparent;
	height: auto;
	border: 0px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 12pt;
	line-height: 29px;
	padding: 5px 0 0 5px;
	margin: 20px 0 0 0;
	}

	
#submit{
	width: 161px;
	height: 52px;
	background: url(images/btn-submit.png) no-repeat;
	margin: 30px 0 0 32%;
	cursor: pointer;
	text-indent: -9000px;
	border: 0px;
	}	
ol.commentlist {
	list-style-type: none; 
	margin:0; 
	padding: 0 0 0 30px;
	border-left: 1px dashed #e0d591;
	}

.avatar{
	float:left; 
	margin:0 12px 0 0;}

ol.commentlist li {
	margin:30px 0;
	list-style-type:none;
	}

ol.commentlist li.alt {}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt; text-align: justify;}

ol.commentlist a {color:#000;}

cite {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

.commentmetadata {
	}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

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
	}
	
.wp-caption {
	text-align: center;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0px;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px 5px;
	margin: 0;
}




/* footer */

#footer {
	height: 396px;
	background: url(images/back-footer.png) repeat-x;
	clear: both;
	text-shadow: #3e2b10 1px 1px 1px;
	margin: 0;
	overflow: hidden;
	}
	#footer a:link, #footer a:visited, #footer a {
		color: #e0d591;
		text-decoration: none;
		}
	#footer a:hover {
		text-decoration: underline;
		}
	#footer h2 {
		color: #b0a539;
		text-shadow: #897a5f 1px 1px 2px, #000 -2px -2px 4px;
		}

.footercontent {
	width: 960px;
	margin: 0px auto;
	}

.footercolleft, .footercolright {
	width: 274px; /* 314 */
	max-height: 325px;
	color: #fff;
	padding: 43px 20px 0 20px;
	}
	
.footercolleft {
	float: left;
	}
	.footercolleft p {
		padding: 10px 0 10px 0;
		text-align: justify;
		}

.footercolright {
	float: right;
	}

.footercolright h2 {
	letter-spacing: .075em;
	}

.mailinglist {
	width: 282px; /* 332 */
	height: 352px; /* 422 */
	margin: -422px auto;
	background: url(images/back-mailing-list.png) no-repeat;
	padding: 70px 0 0 50px;
	}

.mailinglist fieldset {
	width: 150px;
	border: 0px;
	}

.mailinglistform {
	}

.mailinglist .mc-field-group input {
	width: 231px;
	height: 35px;
	font-family: "OFL Sorts Mill Goudy TT", "Times New Roman", Times, Georgia, serif;
	font-size: 14pt;
	background-image: url(images/back-mailing-input.png);
	background-repeat: no-repeat;
	background-position: 0 32px;
	background-color: transparent;
	border: 0px;
	text-shadow: #fff 1px 1px 1px;
	margin: 20px 0 0 0;
	padding: 5px 0 0 5px;
	}

.btnsubmit {
	width: 161px;
	height: 52px;
	background: url(images/btn-submit.png) no-repeat;
	margin: 10px 0 0 35px;
	cursor: pointer;
	border: 0px;
	}

#mce-responses {
	height: 60px;
	position: absolute;
	text-align: justify;
	left: 50%;
	margin: 0 0 0 -462px;
	}
	
#mce-success-response, #mce-error-response {
	color: #2a2727;
	width: 260px; /* 280px */
	text-shadow: #c4efbf 1px 1px 1px;
	padding: 10px;
	border: 1px solid green;
	background: #a1d89b;
	letter-spacing: -.02em;
	}

.mobilecopyright {
	display: none;
	}
/* Lifestyle styles */

.intro {
	margin-bottom: 15px;
	line-height: 14pt;
	}


/* Twitter */
.tweet, .query {
	}
.tweet .tweet_list, .query .tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
	text-transform: uppercase;
	}
.tweet .tweet_list li, .query .tweet_list li {
	text-align: justify;
	padding: 10px 0 10px 0;
	}
.tweet .tweet_list li a, .query .tweet_list li a {
	}
.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
	/* background-color: #483613; */
	}
.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left; 
	}
.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
	vertical-align: middle; 
	}

/* Facebook */

.facebook {
	position: relative;
	top: -200px;
	left: 200px;
}

.twitter {
	position: relative;
	top: -235px;
	left: 240px;
}

.safari .twitter, .chrome .twitter, .opera .twitter {
	top: -232px;
}

.ie .facebook {
	top: -195px;
}
.ie .twitter {
	top: -230px;
}


/* Tools */

.clear {
	clear: both;
	}

.blockindent {
	display: block;
	text-indent: -9000px;
	}

.divlink {
	height: 100%;
	width: 100%;
	display: block;
	}


/* Browser Fixes */

/* Opera */

.opera #container {
	padding-bottom: 20px;
	}

/* IE 7 */

.ie7 #submit {
	margin: 0px;
	font-size: 1px;
	text-align: right;
	color: #f8ebd3;
	}
	.ie7 .btnsubmit {
		font-size: 1px;
		text-align: right;
		color: #f8ebd3;
		}
	
.ie7 .bottomtile {
	margin: -61px auto auto auto;
	}

.ie7 .bottombanner {
	margin: 0px auto auto auto;
	}/*

	
.bottomtile {
	height: 122px;
	background: url(images/banner-bottom-tile.png) repeat-x 0 61px;
	}
	
.ie7 .bottombanner {
	width: 365px;
	height: 122px;
	margin: -61px auto auto auto;
	}
*/

.ie7 .righttile {
	width: 49.75%;
	}

/* IE 6 Warning */

.iewarning {
	width: 100%;
	text-align: left;
	height: 30px;
	position: fixed;
	z-index: 40;
	top: 0px;
	font-size: 11px;
	border-bottom: 1px solid yellow;
	margin-top: -1px;
	background-color: #feffef;
	}
	.iewarning p {
		padding: 10px 5px 5px 5px;
		margin: 0px;
		line-height: 9px;
		}
	.iewarning img {
		float: left;
		padding-right: 20px;
		margin-top: -5px;
		}

