/*
Theme Name: The Sip
Theme URI: http://www.themugshow.com
Description: The Official Mug Show Theme
Version: 2
Author: Joel Lopez
Author URL: http://typefasterjoel.com
*/
/* RESET */
@import url("reset.css");
* html { height: 100%; }
body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #101010;
	height: 100%;
	background: url(images/background.jpg) 0 0 repeat-x #000;
}
a { color: #DC4D17; text-decoration: none; }
a:hover { text-decoration: underline; }
#background {
	position: relative;
	background: url(images/light.jpg) 50% 173px no-repeat;
	height: 100%;
	width: 100%;
}
#header {
	width: 100%;
	background: url(images/header-bg.jpg) 0 0 repeat-x;
	height: 139px;
}
#headerContent {
	width: 900px;
	position: relative;
	margin: 0 auto;
}
#logo a {
	display: block;
	background: url(images/logo.jpg) 0 0 no-repeat;
	width: 204px;
	height: 34px;
	text-indent: -9999px;
	outline: none;
	float: left;
	margin-top: 50px;
}
#navigation {
	float: right;
	margin-top: 50px;
	text-transform: lowercase;
}
#navigation ul li { display: inline; }
#navigation ul li a {
	display: block;
	float: left;
	color: #eee;
	text-decoration: none;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
}
#navigation ul li a:hover, #navigation ul li a:active { color: #DC4D17; }
#search {
	position: absolute;
	right: 0;
	top: 0;
	width: 234px;
}
/*#search #search-box {
	background: url(images/search-bar.jpg) 0 0 no-repeat;
	width: 181px;
	padding: 5px 5px;
	border: 0;
}
#search #search-btn {
	background: url(images/search-btn.jpg) 0 2px no-repeat;
	width: 33px;
	height: 28px;
	border: 0;
}*/
#search #search-box {
	background:url("images/search-bar.jpg") no-repeat scroll 0 0 transparent;
	border:0 none !important;
	display:block;
	padding:5px !important;
	position:absolute;
	right:35px;
	top:10px;
	width:181px;
}
#search #search-btn {
	background:url("images/search-btn.jpg") no-repeat scroll 0 0 transparent;
	border:0 none;
	display:block;
	position:absolute;
	right:2px;
	top:10px;
	width:33px;
	padding: 5px;
	
}
#cups {
	position: relative;
	width: 970px;
	margin: -17px auto 0;
	clear: both;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 355px;
}
.clear { clear: both; }
#content {
	width: 900px;
	background: url(images/content-bg.png) 0 0 repeat-y;
	position: relative;
	margin-top: 
}
#contentTop {
	background: url(images/content-top.png) 0 0 no-repeat;
	width: 900px;
	height: 61px;
	margin-top: 30px;
	position: relative;
}
#contentTop h2 {
	display: block;
	text-indent: -9999px;
	float: right;
	width: 227px;
	height: 28px;
	background: url(images/the_sip_of_the_day.png) 0 0 no-repeat;
	margin-top: 18px;
	margin-right: 20px;
}
#socialLinks {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 300px;
}
#socialLinks ul li { display: inline; }
.twitter, .facebook, .youtubeLink, .rss {
	display: block;
	text-indent: -9999px;
	background: url(images/twitter.png) 0 0 no-repeat;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 15px;
}
.facebook { background: url(images/facebook.png) 0 0 no-repeat; }
.youtubeLink { background: url(images/youtube.png) 0 0 no-repeat; }
.rss { background: url(images/rss.png) 0 0 no-repeat; }

#featured {
	width: 900px;
	overflow: hidden;
	height: 250px;
	position: relative;
}
#featured ul li {
	width: 896px;
	height: 250px;
}
#prevFea a, #nextFea a {
	display: block;
	position: absolute;
	width: 32px;
	height: 51px;
	text-indent: -9999px;
	outline: none;
	left: 0;
	top: 207px;
	background: url(images/prev.png) 0 0 no-repeat;
}
#nextFea a { left: 896px; background: url(images/next.png) 0 0 no-repeat; height: 47px; }
#prevFea a { left: -32px; }
.featuredPost {	position: relative; }
.postInfo {
	background: url(images/skrim.png) 0 0 repeat;
	color:#FFFFFF;
	/*float:right;
	margin:-250px 0 0 0;*/
	padding:20px;
	position:absolute;
	width:245px;
	line-height: 18px;
	height: 210px;
	top: 0;
	right: 0;
}
.postInfo a {
	color: #dc4d17;
	text-decoration: none;
}
.postInfo a:hover {  text-decoration: underline; }
.postInfo h3 a { font-size: 18px; }
.dateCategory { font-size: 10px; }
.readPost a {
	background:none repeat scroll 0 0 #DC4D17;
	display:block;
	padding:10px;
	position:absolute;
	right:25px;
	top:160px;
	width:80px;	
	text-align: center;
	color: #fff;
}
#freshlyBrewed {
	margin: 20px 0 0;
	float: left;
	width: 638px;
	background: url(images/vl.jpg) 100% 0 repeat-y; 
}
#fresh {
	display: block;
	background: url(images/freshly_brewed.png) 0 0 no-repeat;
	width: 199px;
	height: 29px;
	text-indent: -9999px;
	margin-left: 20px;
}
/* Posts */
.post {
	position: relative;
	width: 279px;
	padding-right: 20px;
	/*border-right: 1px solid #ebd9a1;*/
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	line-height: 18px;
	background: url(images/vl.jpg) 100% 0 repeat-y;
}
.post img {
	border: 1px solid #8a9aa4;
}
.post a { color: #dc4d17; text-decoration: none; }
.post a:hover { text-decoration: underline; }
.horizontal_line {
	width: 600px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	background: url(images/hr.jpg) 0 0 repeat-x;
	height: 2px;
	
}
.post .category, .post .comments {
	position: absolute;
	top: 44px;
	left: 0;
}
.post .comments { left: 249px; }
.post .category a, .post .comments a {
	display: block;
	background: #dc4d17;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	width: 105px;
	padding: 5px 0 5px 8px;
}
.post .comments a {
	width: auto;
	padding: 5px 10px;
	text-align: center;
	width: 12px;
	height: 18px;
}
.post .category a:hover, .post .comments a:hover { text-decoration: underline; }

.post h3 a {
	color: #343434;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
}

/* RELATED POSTSD */
h3.related_post_title {
	font-size: 16px;
	color: #454545;	
	padding-bottom: 10px;
}
ul.related_post {
	margin: 20px 0 0 -10px;
	padding: 0 0 20px 0;
	float: left;
	width: 104%;	
}
ul.related_post li {
	float: left;
	width: 175px;
	height: 175px;
	position: relative;
	margin: 0 15px;
	border: 1px solid #454545;
}
ul.related_post li:hover {
	border: 1px solid #DC4D17;
}
ul.related_post li img {
	width: 175px;
	height: 175px;	
}
ul.related_post li .relatedPostInfo {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(images/skrim.png) 0 0;
	width: 155px;
	padding:10px;	
}
.relatedPostInfo a {
	font-weight: bold;
	color: #ffff;	
}

#wp_page_numbers {
	/*float: left;
	width: 100%;
	margin-left: 20px; */
	margin: 0 auto;
	display: table;
}
#wp_page_numbers ul {
	/*width: 375px;*/
	margin: 0 auto;
}
#wp_page_numbers ul li { 
	display: block; 
	float: left;
	margin-right: 5px;
	
}
#wp_page_numbers ul li.page_info {
	display:none;
	float:left;
	font-family:Arial;
	font-size:12px;
	padding:3px 232px 3px 3px;	
}
#wp_page_numbers ul li a { 
	font-weight: bold;
	padding: 5px;
	float: left;
}
#wp_page_numbers ul li.space { margin-top: 5px; }
#wp_page_numbers ul li.active_page a, #wp_page_numbers a:hover {
	color: #fff;
	background: #DC4D17;
}

/* Single post */
.border { 
	border-top: 1px solid #DC4D17;
	border-left: 1px solid #DC4D17;
	border-right: 1px solid #DC4D17;
	border-bottom: 1px solid #DC4D17;
}
.full-post {
	margin: 0 20px 20px;
	line-height: 18px; 
	position: relative;
}
.youtube { margin: 0 auto; }
.full-post h2 a {
	font-size: 28px;
	color: #fff;
	background: #DC4D17;
	padding: 10px;
	display: block;
	float: left;
	width: 580px;
	line-height: normal;
}
.copyright {
	position: absolute;
	top: 127px;
	background: #dc4d17;
	font-size: 10px;
	color: #fff;
	right: -1px;
	padding: 3px;	
}
.full-post h2 a:hover { text-decoration: none; }
.full-post .post_head h2 {
	float: left;
	width: 100%;
}
.post_contents  p { margin: 10px 0; }
.full-post .post_head h3 { margin-top: 10px; }
.author {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 20px;
	background: url(images/hr.jpg) 0 100% repeat-x;
	position: relative;
}
.post_contents {
	float: left;
	width: 100%;
	margin-top: 10px;
	background: url(images/hr.jpg) 0 100% repeat-x;
}
.post_contents .wp-caption {
	background:none repeat scroll 0 0 #F7F7F7;
	border:1px solid #CCCCCC;
	margin:10px;
	padding:5px 0 0;
	text-align:center;	
}
.post_contents .wp-caption.aligncenter { margin: 10px auto !important; }
.author img { float: left; margin-right: 10px; border: 1px solid #8a9aa4; }
.social_buttons { 
	position: absolute; 
	width: 200px;
	top: -10px;
	right: 0;
}
.social_buttons .wpbuzzer_button { float: right !important; margin-right: 0 !important; }
.social_buttons .tweetmeme_button { float: right !important; margin: 4px 15px 0 !important; }
.social_buttons #fb_share_1 { float: right !important; margin-top: 4px !important; }
.social_buttons .twitterBtn {
	float:right;
	margin-left:10px;
	margin-right:10px;
	margin-top:4px;	
}
.social_buttons .digg_btn {
	float: right;
	margin-right: 10px;	
	margin-top: 4px;
}

.facebookLike {
	display:block;
	float:left;
	height:40px;
	overflow:hidden;
	width:100%;	
}

#comment_area { 
	margin: 20px; 
	float: left;
	width: 598px;
}
#comment_area .dsq-sub-header-right { background-color: #f8e6d4 !important; }
#dsq-content .dsq-moderator .dsq-comment-header { background-image: url(http://mediacdn.disqus.com/1035/images/themes/narcissus/header-grey.png) !important; }

.tags {
	display:block;
	float:left;
	width:335px;	
}

.connect_widget_connected_text a { color: #DC4D17 !important; }
/* SIDEBAR */
#sidebar {
	float: left;
	width: 238px;
}
#topBaristas {
	background: url(images/top_baristas.png) 0 0 no-repeat;
	width: 163px;
	height: 28px;
	display: block;
	text-indent: -9999px;
}
/*.dsq-widget-user { display: none !important; }
.dsq-widget-meta { display: none !important; }*/
#topcommenters {
	float: left;
	position: relative;
	width:100%;
	margin-top: 20px;
	margin-left: 20px;
}
.dsq-widget ul.dsq-widget-list { margin: 0 0 0 -15px !important; }
.dsq-widget-list { margin-left: -15px;  }
li.dsq-widget-item { 
	width: 41px;
	height: 41px;
	float: left;
	margin: 15px 0 0 15px !important;
	clear: none !important;
}
.dsq-widget-item img.dsq-widget-avatar { 
	border: 1px solid #8a9aa4; 
	width: 40px; 
	height: 40px; 
	padding: 0;
}
.dsq-widget-meta, .dsq-widget-user {display: none; }

/* POPULAR POSTS */
#topBlends {
	float: left;
	width: 200px;
	margin-left: 20px;
	margin-top: 20px;
	color: #fff;
	font-size: 10px;
	line-height: 18px;
}
#topBlends h3 {
	display: block;
	text-indent: -9999px;
	width: 149px;
	height: 28px;
	background: url(images/top_blends.png) 0 0 no-repeat;
}
.popularPost {
	float: left;
	width: 200px;
	height: 200px;
	position: relative;
	margin-top: 20px;
}

.popularPostInfo {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(images/skrim.png) 0 0;
	width: 180px;
	padding:10px;
}
.popularPostInfo h4 a { 
	font-size: 15px; 
	font-weight: bold; 
	text-decoration: none;
	line-height: 14px;
	color: #fff;
}

/* ADSENSE */
.adsense {
	float: left;
	width: 200px;
	height: 200px;
	margin-top: 20px;
}

/* OLDER POSTS */
#pageMenuWrapper {
	width: 620px;	
	float: left;
	margin-left: 20px;
}
#pageMenu {
	width: auto;
	margin: 0 auto;
}
#pageMenu .previous {
	float: left;
	margin-left: 20px;
}
#pageMenu .next {
	float: right;
}
/* FOOTER */
#bottom {
	background: url(images/content-bottom.png) 0 0 no-repeat;
	width: 900px;
	height: 48px;
	padding-top: 23px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(images/footer.jpg) 0 0 repeat-x;
	height: 338px;
	color: #fff;
}
#footer a {
	color: #DC4D17;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline; }
#footerContent {
	width: 900px;
	margin: 50px auto 0;
}
#twitter {
	width: 285px;
	float: left;
}
#twitter h4 {
	display: block;
	background: url(images/twittelicious.png) 0 0 no-repeat;
	height: 24px;
	width: 162px;
	text-indent: -9999px;
}
#twitter ul li {
	display: block;
	padding: 10px 0;
	background: url(images/twitter-bg.jpg) 0 100% repeat-x;
	width: 300px;
}
#twitter .aktt_tweet_time {
	display: block;
	padding: 3px 0;
	width: 100%;
}
#copyright {
	float: left;
	width: 100%;
	font-size: 10px;
	margin-top: 10px;
}
#affiliates {
	float: left;
	margin-left: 35px;
	width: 300px;
	text-align: left;
	position: relative;
}
#affiliates h2 { display: none; }
#affiliates h4 {
	display: block;
	background: url(images/coffee-houses.png) 0 0 no-repeat;
	width: 178px;
	height: 28px;
	text-indent: -9999px;
}
#affiliates ul li { display: inline; }
#affiliates ul li a {
	display: block;
	float: left;
	padding:  10px 0;
	background: url(images/twitter-bg.jpg) 0 100% repeat-x;
	margin: 5px;
	width: 90px;
}
#affiliates ul li a img { 
	width: 90px;
	float: right;
}
#contact {
	float: left;
	width: 250px;
	color: #fff;
	margin-left: 20px;
}
#contact h4 {
	display: block;
	background: url(images/order-up.png) 0 0 no-repeat;
	width: 123px;
	height: 28px;
	text-indent: -9999px;
}
.contactform label {
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-top:12px;
	width:120px;
}
.contactform input {
	float: left;
	width: 97%;
	margin-top: 5px;
	padding: 5px;
	font-size: 10px;
	background: #000100;
	border: 1px solid #221713;
	color: #fff;
	width: 115px;
}
#tcf_msg {
	background: #000100;
	border: 1px solid #221713;
	width: 235px;
	float: left;
	height: 35px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	margin-top: 5px;
}
#contactsubmit {
	background:none repeat scroll 0 0 #DC4D17;
	color:#FFFFFF;
	display:block;
	font-size:11px;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
	width:105px;	
	border: 0;
	text-align: left;
}
#contactsubmit:hover { text-decoration: underline; cursor: pointer; }

/* Polls */
.wp-polls {
	float: left;
	width: 100%;
	background-color: #646464;
	color: #fff;
	border: 1px solid #464646;
	position: relative;
}
.wp-polls .wp-poll-title {
	padding: 10px;
	background: #dc4d17;
	font-size: 14px;
	text-transform: uppercase;
}
.wp-polls .wp-polls-ans {
	margin-top: 10px;	
}
.wp-polls .button input {
	width: 100%;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: bold;	
}
.wp-polls .button input:hover {
	cursor: pointer;
	color: #2f2f2f;
	
}
.wp-polls .results {
	position: absolute;
	top: 10px;
	right: 10px;	
}
.wp-polls .results a {
	color: #121212;	
}

/* Adsense Ads */
.adsenseAd {
	width: 480px;
	margin: 0 auto;	
	padding-top: 15px;
	clear: left;
}
/* Affiliates with Images */

.affiliatesImages {
	float: left;
	margin-top: 85px;
	width: 100%;
}
