/*
THEME NAME: Rum Connection
THEME URI: http://www.rumconnection.com
DESCRIPTION: Custom theme and functionality built by Blueprint Design Studio for RumConnection.com
VERSION: 1.0
AUTHOR: Blueprint Design Studio
AUTHOR URI: http://www.blueprintds.com
*/

/* Two-column with sidebar on left from the /css/ folder  
@import url('css/1c-b.css');*/

.sidebar .shopping-cart-wrapper form { display: none; }

#grid_view_products_page_container { margin: 0 0 20px 0; }

/* START General Stylings */
* {
	margin:0;
	padding:0;
}
body {
	background:#fff url('images/header_bg.jpg') repeat-x 50% top;
	color:#555;
	font: 13px "Trebuchet MS",Arial,sans-serif;
	margin:0;
	padding:0;
}

#container { }
#containerHome {
	width: 900px;
	margin: 0 auto;
	}
#content {
	float: left;
	width: 700px;
	margin: 5px;
	}
	
	
a, a:visited {
	text-decoration:none;
	color:#92430e;
}
a:hover, a:active {
	color:#92430e;
	/*border-bottom:1px dotted #92430e;*/
}
h1, h2 {
	margin-bottom:2px;
}
h1 {
	font-size:2em;
	color:#333;
}
h2 {
	font-size:1.5em;
	color:#555;
}
.left, .alignleft {
	position:relative;
	float:left;
	margin-right:10px;
}
.right, .alignright {
	position:relative;
	float:right;
	margin-left:10px;
}
.ma {margin:auto;}
.al {text-align:left;}
.ar {text-align:right;}
.cb {clear:both;float:left;}
img, p img {
	float:none;
	margin:auto;
	border:0;
}
.more, .morelink {
	diswplay:block;
	float:right;
	position:relative;
	clear:both;
}
.wp-caption {
	background:#eee;
	color:#555;
	font-weight:bold;
	text-align:center;
	padding:10px;
	margin-bottom:15px;
	border:1px solid #ddd;
}
.wp-caption img {
	margin-bottom:10px;
}
.wp-caption p {
	margin:0;
}
/* END General Stylings */


/* BEGIN Layout */
#wrap {
	width:980px;
	margin:0 auto;
	position:relative;

}
#nav-above {
	width:100%;
	text-align:right;
	margin:15px 0;
	display:none;
}
#s {
	background:url('images/search_lens.png') no-repeat left 50%;
	color:#777;
	width:270px;
	padding:3px;
	padding-left:18px;
	margin-right:10px;
	border:0;
	border-bottom:1px dotted #92430e;
}
#nav-below {
	width:100%;
	display:block;
	text-align:right;
	padding-top:15px;
	margin-bottom:3px;
	position:relative;
	clear:both;
}
.wp-pagenavi span.pages {
	display:none;
	border:0;
	color:#ccc;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	border:0;
	color:#92430e;
}
.wp-pagenavi span.current {
	color:#555;
	border:1px solid #555;
}

/* END Layout */


/* BEGIN Header */
#header {
	width:100%;
	height:175px;
	position:relative;
	overflow:hidden;
}
#search {
	background:url('images/search_lens2.jpg') no-repeat left 50%;
	color:#777;
	width:300px;
	padding:3px;
	padding-left:18px;
	margin-left:40px;
	border:0;
	border-bottom:1px dotted #92430e;
	position:absolute;
	left:50%;
	top:20px;
	z-index:30;
}
#logo {
	display:block;
	width:735px;
	height:110px;
	margin:18px auto 0;
	position:relative;
	z-index:1;
}
#logo:hover, #logo:active {
	border-bottom:0;
}
#blog-title, #blog-description {
	position:absolute;
	text-indent:-999em;
}
#menu {
	position:relative;
	clear:both;
	top:-25px;
	left:50%;
	margin-left:40px;
	z-index:20;
}
#nav {
	list-style:none;
	padding:0;
	margin:0;
}
#nav li {
	display:inline;
	margin:0;
}
#nav li span {
	padding:3px 0 2px;
	padding-left:6px;
}
#nav li a, #nav li a:visited {
	color:#92430e;
	padding:3px 0 2px;
	margin:0;
	padding-right:6px;
	line-height:25px;
	text-transform:uppercase;
}
#nav li a:hover, #nav li a:active,
#nav li.current_page_item a, #nav li.current_page_item a:visited {
	background:url('images/li_right.png') no-repeat 100% 50%;
	color:#fff;
	text-decoration:none;
	border-bottom:none;
}
#nav li a:hover span, #nav li a:active span,
#nav li.current_page_item span {
	background:url('images/li_left.png') no-repeat 0 50%;
}
/* END Header */


/* BEGIN Sidebar */
div.sidebar {
	width: 220px;
	margin: 20px 0;
	float: right;

}
.sidebar h3 {
	text-transform:uppercase;
	font: bold 14px arial, helvetica, sans-serif;
	border-bottom: 1px solid #ededed;
	margin: 20px 0 10px 0;
	padding: 4px;
	color: #333;
}

.xoxo { margin: 0 0 15px 0; }

.xoxo, .xoxo ul {
	list-style:none;
	margin: 0 0 15px 0;
	padding:0;
}
.tagcloud {
	margin: 0 15px;
	}
.xoxo li {
/*
	float:left;
	padding: 0 10px;
	margin:0 auto;
*/
}
.xoxo li li {
	margin: 0 0 10px 15px;
/*
	float:none;
	padding:0;
*/
}
#tabsNav li {
	display:inline;
}
#tabsNav li a, #tabsNav li a:visited {
	color:#aaa;
	text-transform:uppercase;
	font-size:10pt;
	margin-right:10px;
}
#tabsNav li.active a {
	color:#fff;
}
/* END Sidebar */


/* BEGIN Footer */
#footerContainer {
	background:#252525 url('images/footer_bg.jpg') repeat-x 50% top;
	color:#999;
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
	padding: 30px 0;	
	}
#footer {
	width: 900px;
	margin: 0 auto;
	}
#footer a, #footer a:visited { color:#d70; }
#footer a:hover, #footer a:active {
	color:#f90;
	border-bottom:1px dotted #f90;
}

#copyright {
	font-size: 11px;
	float: left;
	margin: 0 20px;
	}
#footerSocial {
	float: right;
	margin: 0 20px;
	}

.credit {
	width:900px;
	margin:5px auto;
	display: none;
}
#sk2-footer {
	display:none;
}
/* END Footer */


/* BEGIN Articles.php */
div.archive {
	background:#333;
	width:275px;
	padding:9px;
	margin:3px 2px 2px 3px;
	position:relative;
	float:left;
}
div.archive .entry-photo {
	background:#555;
	width:275px;
	height:275px;
	margin-bottom:3px;
}
div.archive .entry-photo a:hover, div.archive .entry-photo a:active {
	border-bottom:none;
}
div.archive .entry-title a, div.archive .entry-title a:visited {
	color:#fff;
	font-size:12pt;
	text-transform:capitalize;
	border-bottom:1px dotted #333;
	float:left;
}
div.archive .entry-title a:hover, div.archive .entry-title a:active {
	border-bottom:1px dotted #fff;
}
div.archive .comments-link {
	display:block;
	background:url('images/comment_bubble.png') no-repeat top left;
	width:23px;
	height:18px;
	float:right;
	text-align:center;
}
div.archive .comments-link a {
	color:#000;
	font-size:8pt;
}
div.archive .entry-content {
	color:#999;
	font-size:8pt;
	line-height:15px;
	height:45px;
	position:relative;
	overflow:hidden;
	clear:both;
}
div.archive p {
	margin:0;
}
div.archive .edit-link a, div.archive .edit-link a:visited {
	color:#fff;
}
div.archive .edit-link a:hover, div.archive .edit-link a:active {
	border-bottom:1px dotted #fff;
}
div.archive .stico_default {
	display:none;
}
/* END Articles.php */


/* BEGIN Single.php */
.single #nav-above, .single #nav-below {
	display:none;
}
.single .post, .page div.page {
	/*width:600px;*/
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
	float: left;
}
.single .entry-title, .page .entry-title {
	background:url('images/title_bg.jpg') no-repeat left top;
	color:#fff;
	font:3em Georgia,Times,serif;
	letter-spacing:-1px;
	text-indent:35px;
	line-height:60px;
	padding-top:8px;
	margin-bottom:-15px;
	position:relative;
	left:-35px;
	z-index:20;
}
h2.prodtitle.entry-title {
	background: none !important;
	color: #343434 !important;
	font-size: 18px !important;
	margin: 0 0 15px 0 !important;
	}
.page .entry-title {
	margin-bottom:5px;
}
#content .entry-title {
	margin: 0 0 15px 0 !important;
	width: 680px !important;
	}
.single .entry-title a, .single .entry-title a:visited {
	color:#fff;
}
.single .entry-title a:hover, .single .entry-title a:active {
	border-bottom:0;
}
.single .entry-meta, .single .tag-links {
	color:#aaa;
	text-transform:uppercase;
	margin-bottom:10px;
	position:relative;
	z-index:25;
}
.single .entry-photo {
	background:#333;
	float:right;
	padding:10px;
	margin: 0 0 30px 30px;
}
.single .entry-photo a:hover, .single .entry-photo a:active {
	border-bottom:0;
}
.akpc_pop {
	display:none;
}
/* END Single.php */


/* BEGIN Page.php */

.page .entry-content {
	padding: 15px;
}
/* END Page.php */


/* BEGIN Comments */
#comments {
	display:block;
	background:url('images/comments_title.jpg') no-repeat;
	width:420px;
	height:54px;
	margin-bottom:3px;
	position:relative;
	overflow:hidden;
	clear:left;
	margin-bottom:-10px;
	z-index:10;
}
#comments span {
	position:absolute;
	text-indent:-999em;
}
.spice_count {
	display:block;
	color:#999;
	text-transform:uppercase;
	margin-top:5px;
	margin-left:50px;
	margin-bottom:15px;
	position:relative;
	z-index:20;
}
.commentlist {
	list-style:none;
	margin:0;
	padding:0;
}
.commentlist li {
	overflow:hidden;
	clear:left;
	margin-bottom:15px;
}
.comment_info {
	width:135px;
	position:relative;
	float:left;
	overflow:hidden;
}
.comment_author {
	text-transform:uppercase;
	font-style:normal;
	top:-2px;
}
.comment_info .edit-link {
	display:block;
	clear:both;
}
.comment_meta {
	color:#999;
	display:block;
}
.comment_tick {
	display:block;
	background:url('images/comment_tick.png') no-repeat;
	height:15px;
	width:15px;
	position:absolute;
	top:-1px;
	left:-15px;
	
}
.comment_message {
	background:#ececec;
	border:1px solid #aaa;
	padding:0 10px;
	width:425px;
	margin-top:2px;
	position:relative;
	float:left;
}
.comment_message p {
	margin:10px 0;
}
/* END Comments */


/* BEGIN cForms */
/* END cForms */

.addthis_toolbox {
	margin: 15px 0;
	clear: both;
	}
	
.tag-links {

	}
