/*

	Theme Name: JoeyPrimiani
	Theme URI: joeyprimiani.com
	Description: Joey Primiani WordPress Theme
	Version: 1.0
	Author: Matt Vickers
	Author URI: http://envexlabs.com/

*/

/*
	Joey Primiani Style Sheet
*/

/* -- @Fonts -- */

@font-face {
  font-family: 'avemendium';
  src: url('./inc/fonts/avemedium.otf') format("opentype");
}

@font-face {
  font-family: 'aveblack';
  src: url('./inc/fonts/aveblack.otf') format("opentype");
}


body{
	background: url(http://www.logoluau.com/_img/back_tile.png) top left repeat-x;
/*      background: url(img/bg.png/) top left repeat-x; */
	font-size: 62.5%;
	color: #333;
	font-family: "avemedium", "Avenir LT Std", "Avenir", Helvetica, "Helvetica Neue", Arial, sans-serif;
}

/* -- Scrollbar Hack -- */
html{
	overflow-y: scroll;
} 

a,
a:link,
a:active,
a:visited{
	color: #6699DD;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p{
	font-size: 1.3em;
}

strong{
	color: #666;
	font-weight: bold;
}

iframe{
	left: -9999px;
}

/* -- Headers -- */

h1#logo{
	float: left;
	height: 73px;
	width: 231px;
}

h1#logo a{
	float: left;
	clear: both;
	height: 73px;
	width: 231px;
	background: url(img/logo.png) top left no-repeat;
	display: block;
	text-indent: -9999px;
}

h2{
	font-size: 3.7em;
	color: #333;
	font-weight: bold;
	float: left;
	clear: both;
	width: 89%;
}

h2 a,
h2 a:link,
h2 a:active,
h2 a:visited{
	color: #333;
}

h2 a:hover{
	color: #6294E2;
	text-decoration: none;
}

/* -- Header -- */

#header_container{
	float: left;
	clear: both;
	width: 100%;
	height: 92px;
	background: url(img/header_bg.gif) bottom center no-repeat;
}

#header{
	margin: 19px auto 0 auto;
	width: 975px;	
}

#social{
	width: 204px;
	height: 225px;
	background: url(img/lightning_bolt.png) top left no-repeat;
	position: relative;
	float: right;
	margin: -19px 0 0 0;
	z-index: 1;
}

#social ul{
	margin: 46px 0 0 30px;
}

#social ul li{
	float: left;
	margin: 0 5px 0 0;
}

#social ul li a{
	height: 24px;
	width: 24px;
	background: url(img/social_icons.png) top left no-repeat;
	display: block;
	text-indent: -9999px;
}

#social ul li.facebook a{ background-position: -29px 0; }
#social ul li.linkedin a{ background-position: -58px 0; }
#social ul li.flickr a{ background-position: -89px 0; }
#social ul li.foursquare a{ background-position: -119px 0; }

/* -- Navigation -- */

ul#nav{
	float: left;
	background: url(http://www.logoluau.com/_img/back_tile.png) 0 -20px repeat-x;
	height: 73px;
}

ul#nav li{
	float: left;
	clear: both;
	width: 163px;
	height: 18px;
	text-transform: uppercase;
	font-size: 1.2em;
}

ul#nav li a{
	color: #333;
	text-decoration: none;
	background: none;
	display: block;
	padding: 0 0 0 10px;
	line-height: 1.62em;
}

ul#nav li.active a,
ul#nav li.active a:hover,
ul#nav li.current_page_item a,
ul#nav li.current_page_item a:hover{
	background: #f32f9d;
	color: white;
}

ul#nav li a:hover{
	background: #ffff00;
	color: black;
}

ul#nav li ul{
	position: absolute;
	float: left;
	margin: 19px 0 0 163px;
	height: 73px;
	width: 350px;
	clear: both;
	display: none;
	top: 0;
}

ul#nav li ul.one_col{
	width: 200px;
}

ul#nav li ul.two_col{
	width: 350px;
}

ul#nav li ul.three_col{
	width: 500px;
}

ul#nav li ul li{
	float: left;
	clear: none;
/* 	width: 100px; */
	position: relative;
}

ul#nav li ul li a,
ul#nav li.active ul li a{
	background: none;
	color: black;
	font-size: .9em;
}

ul#nav li ul li.current_page_item a{
	color: white;
}

ul#nav li.active ul li a:hover,
ul#nav li ul li a:hover{
	color: black;
	text-decoration: underline;
	background: none;
}

/* -- Content -- */

#content_container{
	float: left;
	clear: both;
	width: 100%;
	margin: 12px 0 0 0;
}

#center_content{
	width: 776px;
	margin: 0 auto;
}

#content{
	width: 776px;
	padding: 15px;
	border: 1px solid #f5f5f5;
	float: left;
	clear: both;
}

#center_content.design,
#center_content.design #content{
	width: 981px;
}

#content p{
	line-height: 1.5em;
	margin: 0 0 015px 0;
}

.post{
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	float: left;
	clear: both;
}

#content.page .post{
	border: 0;
}

.entry{
	width: 88%;
	float: left;
	clear: both;
	font-size: 1.1em;
        color: #565656;
        letter-spacing: 0.25px;
        line-height: 22px;
}

p.readmore{
	font-size: 1.7em;
	text-transform: uppercase;
}

/* -- Stream -- */

#infscr-loading{
	display: none;
}

#content p.back_to_stream,
#content p.back_to_blog{
	float: left;
	clear: both;
	width: 122px;
	height: 20px;
	margin: 0 0 10px -18px;
}

p.back_to_stream a,
p.back_to_blog a{
	float: left;
	clear: both;
	width: 122px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	background: url(img/stream_back_btn.png) top left no-repeat;
}

p.back_to_blog a{
	background: url(img/blog_back_btn.png) top left no-repeat;
}

p.back_to_stream a:hover,
p.back_to_blog a:hover{
	background-position: bottom left;
}

#content p.tags{
	text-transform: uppercase;
}

#stream_info{
	float: right; 
	clear: both;
	height: 92px;
	background: url(img/facebook_ufo.png) top right no-repeat;
	margin: -63px -58px -29px 0;
}

#stream_info ul{
	float: right;
	clear: both;
	margin: 64px 25px 0 0;
	border: 1px solid #D9D9D9;
	border-right: 0;
	height: 26px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: white;
}

#stream_info ul li{
	float: left;
	color: #C7C7C7;
	font-size: 1.8em;
	line-height: 1.1em;
	margin: 5px 0 0 10px;
}

#stream_info ul li.views{
	background: url(img/views_icon.png) top left no-repeat;
	padding: 0 0 0 32px;
}

#stream_info ul li.comments{
	background: url(img/comments_icon.png) top left no-repeat;
	padding: 0 0 0 28px;
}

#stream_info ul li.likes{
	background: url(img/likes_icon.png) top left no-repeat;
	padding: 0 0 0 28px;
}

#facebook_like{
	float: left; 
	clear: both;
}

ul.meta{
	float: left;
	clear: both;
	margin: 5px 0 15px -25px;
	width: 100%;
}

ul.meta li{
	background: #f4f4f4 url(img/meta_spacer.png) top right no-repeat;
	float: left;
	color: #999;
	text-transform: uppercase;
	font-size: 1.1em;
	padding: 3px 12px 3px 5px;
}

ul.meta li.first{
	padding-left: 20px;
}

ul.meta li.last{
	background-image: url(img/meta_spacer_end.png);
}


ul.meta li span{
	color: #666;
}

/* -- Design -- */

#design_header{
	width: 1043px;
	height: 400px;
	background: url(img/design_header.png) top left no-repeat;
	position: relative;
	z-index: 0;
	margin: 10px 0px;
}

/* -- Comments -- */

#respond #loading,
#respond #error{
	display: none;
}

#respond{
	float: left;
	clear: both;
	margin: 0 0 0 -11px;
}

#content p.twitter_comment{
	background: url(img/twitter_at.png) center left no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 15px -20px;
	float: left;
	clear: both;
}

#respond input[type=text],
#respond input[type=password],
#respond textarea{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #AAAAAA;
	padding: 4px 6px;
        font-size: 1em;
	color: #8C8C8C;
}

#respond input[type=text].no_remove{
	color: #333;
}

#respond textarea{
	width: 515px;
	padding: 5px;
	height: 3.4em;
	line-height: 1.3em;
	overflow: auto;
}

#respond input[type=text]:focus,
#respond input[type=password]:focus,
#respond textarea:focus{
	-moz-box-shadow:0 0 8px rgba(82, 168, 236, 0.5);
	border-color:rgba(82, 168, 236, 0.75) !important;
	outline-color: -moz-use-text-color;
}

#respond input#submit,
#respond button#post_to_twitter{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	font-family:"helvetica neue",arial,sans-serif;
	font-size: 13px;
	line-height: 20px;
	padding: 1px 15px 2px;
	background: #DDDDDD url(img/bg-btn.gif) repeat-x scroll 0 -200px;
	border-color: #DDDDDD #DDDDDD #CCCCCC !important;
	border-style: solid;
	border-width: 1px !important;
	cursor: pointer;
	display: inline-block;
	text-shadow: 1px 1px 0 #FFFFFF !important;
	float: left;
	clear: both;
	margin: 0;
}

#respond button#post_to_twitter{
	float: right;
	margin: 15px 0 0 0;
}

textarea#twitter_post_content{
	font-size: 1.2em;
	color: #333;
	height: 50px;
}

#respond input[type=text].input_active,
#respond input[type=password].input_active,
#respond textarea.input_active{
	color: #333;
}

.twitter_av{
	width: 48px;
	float: left;
	margin: 0 10px 0 0;
}

.comment_text{
	float: left;
	width: 700px;
}

ol.commentlist{
	float: left;
	clear: both;
	padding: 0;
	margin: 0 0 0 -35px;
}

ol.commentlist li{
	float: left;
	clear: both;
	background: url(img/comment_blue.png) top left no-repeat;
	padding-left: 35px;
	width: 100%;
}

ol.commentlist li.red{
	background: url(img/comment_red.png) top left no-repeat;
}

ol.commentlist li.green{
	background: url(img/comment_green.png) top left no-repeat;
}

ol.commentlist li.yellow{
	background: url(img/comment_yellow.png) top left no-repeat;
}

ol.commentlist li.orange{
	background: url(img/comment_orange.png) top left no-repeat;
}

ol.commentlist h3{
	color: #333;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 1px 0;
}

ol.commentlist h3 a{
	color: #333;
}

#content ol.commentlist p{
	margin: 0;
}

#content p.since{
	color: #999;
	font-size: 1.1em;
	font-style: italic;
}

#content p.since a{
	color: #999;
}

#share_on_twitter{
	float: left;
	clear: both;
	margin: 35px 0 0 10px;
	width: 515px;
	font-size: 1em;
}

#share_on_twitter p{
	margin: 0;
}

#twitter_count{
	color: #999;
	text-align: right;
	font-size: 2.6em;
	position: relative;
	margin: -24px 0 0 0;
}

#twitter_count.end{
	color: #f04d23;
}

/* -- Footer -- */

p.copyright{
	height: 23px;
	float: left;
	clear: both;
	color: #999999;
	text-transform: uppercase;
	background: url(img/copyright_moon.png) top left no-repeat;
	padding: 4px 0 0 15px;
	font-size: 1em;
	margin: 10px 0;
}