/*
Theme Name: SharpForMen.com
Theme URI: http://sharpformen.com/
Description: Sharp For Men redesign
Version: 2.0
Author: Mark Moyes
Author URI: http://mark.moyes.ca/

*/

#prewrap {
width:975px;
height:35px;
margin:0 auto;
margin-bottom:7px;
}

#wrapper {
width:975px;
margin:0 auto;
position:relative;
border:1px solid #333;
}

#header {
height:120px;
}

#header #logo {
float:left;
height:96px;
width:241px;
}

#header #logo a img {
border:0;
}

#header #leaderboardad {
background:#000;
padding:3px;
width:728px;
height:90px;
float:right;
}


#splashfloat {
position:absolute;
top:0;
width:525px;
height:377px;
background:url('http://sharpformen.com/contests/peroni/splash-bg.gif') no-repeat;
z-index:1000;
display:none;
}

#splashad {
margin-top:16px;
margin-left:10px;
}


/*********************************
**
**   Top navigation
**
*********************************/


#topnav {
width:975px;
height:24px;
z-index:100;
}

#top-bigbox {
width:300px; 
position:absolute;
right:4px;
top:142px;
z-index:1;
}




/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:100;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			220px; /* left offset of submenus need to match (see below) */
	background: #fff;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu a.readmore {
	display:inline;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			24px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			220px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}

.sf-menu li a {
	padding: 		0;
	text-decoration:none;
}

.sf-menu img {
border:0;
}

.sf-menu ul li a {
	padding: 0;
	text-decoration:none;
}

.sf-menu ul li li a {
	padding: 		0;
	text-decoration:none;
}


.sf-menu a { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}
.sf-menu li {
	background:		#494949;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.sf-menu li ul {
/*	background:#e01a22;
	padding:5px;
	background:#fff; 
	padding:2px; */
/*
	border-bottom:2px solid #666; 
	border-right:2px solid #666; 
	border-top:2px solid #ccc; 
	border-left:2px solid #ccc; 
*/	
	border:1px dotted #666;
	width:220px;
	-webkit-box-shadow: 3px 3px 10px #333;
	-moz-box-shadow: 3px 3px 10px #333;
}
.sf-menu li li {
	background:		#fff;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	border-bottom:1px dotted #666;
}

.sf-menu li li.more {
background:#fff url('images/arrows-right-small.gif') 180px 10px no-repeat;
}

.sf-menu li li .hed {
font-weight:bold;
}

.sf-menu li li img {
float:right;
padding:1px;
border:1px solid #333;
margin:0px 0px 5px 10px;
/*margin:0 5px 5px 0;*/
}

.sf-menu li.ask-sharp li img {
border:0;
}
.sf-menu li li.more img {
float:none;
border:0;
margin:0;
}

.sf-menu li li div {
width:116px;
float:left;
padding-right:10px;
border-right:1px dotted #ccc;
}

.sf-menu li li:last-child {
border:0;
}

.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu a:hover {
	color:		#e01a22;
	outline:		0;
}

.sf-menu .readmore {
	color:		#e01a22;
}

.sf-menu li li:hover {
background-color:#EFF8FF; /*#d1e2e0;*/
}

.sf-menu li li.more:hover {
background-color:#fff;
background-image:url(images/hover/arrows-right-small.gif);
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	0;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
display:none;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/***********************************
**
**        reusable post listings 
**
***********************************/

/* list of posts , 300px w/ text beside image */

ul.post-list {
list-style:none;
margin:0;
padding:0;
float:left;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:11px;
line-height:13px;
}

ul.post-list li.post-deets {
margin-bottom:15px;
float:left;
width:300px;
padding:15px 0px;
margin:0;
}

ul.post-list li.post-deets a img {
float:left;
border:0;
}

a.readmore {
color:#e01a22;
text-decoration:none;
}

a.readmore:hover {
text-decoration:underline;
}

ul.post-list li.post-deets a.hed {
display:block;
color:#000;
text-decoration:none;
font-size:12px;
font-weight:bold;
}

ul.post-list li.post-deets div {
float:right;
width:175px;
margin-right:10px;
}

ul.no-img li.post-deets div {
margin:0 10px;
width:280px;
}
/* post boxes */



ul.post-boxes {
list-style:none;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:11px;
line-height:13px;
}

ul.post-boxes li {
position:relative;
margin:0 0 15px 0px;
height:230px;
width:122px;
padding:10px;
border:1px dotted #666;
font-size:11px;
}

ul.post-boxes li img {
width:102px;
margin:0 auto;
display:block;
padding:0 0 10px 0;
border:0;
}

ul.post-boxes li a {
color:black;
}

ul.post-boxes li a.hed {
font-weight:bold;
font-size:12px;
display:block;
text-decoration:none;
}

ul.post-boxes li a.readmore {
font-size:12px;
display:block;
text-decoration:none;
color:#c7172b;
position:absolute;
bottom:3px;
right:6px;
}

/***********************************
**
**        general styles
**
***********************************/


.content-area {
width:660px;
float:left;
padding-bottom:60px;
/* border-right:1px dotted #e5e5e5; */
}

.page .content-area, .error404 .content-area {
padding-top:12px;
}

.content-area a {
color:#c7172b;
text-decoration:none;
}

.content-area a:hover {
text-decoration:underline;
}

.content-area p {
padding-left:12px;
padding-right:12px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
} 

.post .entry, .page .entry {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

.morearticles {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-style:italic;
float:right;
padding-right:21px;
background:url(images/navarrows-tiny.gif) right no-repeat;
}

.home .morearticles {
padding-top:5px;
padding-bottom:5px;
}

a img {
border:0;
}

.morearticles a {
color:#000;
text-decoration:none;
}

.navigation {
padding-top:5px;
padding-right:15px;
}

.alignright {
float:right;
}

/* blockquote alternative */

h5 {
padding:0 50px;
}

/***********************************
**
**        maginfo + social widgets
**
***********************************/



#maginfo {
width:955px;  /* 975 - 20 padding */
height:160px;
padding:0 10px;
background:white;
clear:both;
}

#maginfo ol {
list-style:none;
padding:0;
margin:0;
float:left;
}

#maginfo li.widget {
padding:0;
margin:0;
float:left;
}


#maginfo .column { 
width:300px;
height:150px;
padding-left:27px;
float:left;
}

.magsocialwidget {
padding-top:10px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

#maginfo .first {
padding-left:0;
}

#maginfo .column img.currentissue {
float:left;
}

.issueinfo {
float:left;
padding-left:10px;
}

.magsocialwidget h1 {
text-transform:uppercase;
font-family:arial;
font-weight:bold;
padding:10px 0 0 0;
margin:0;
font-size:14px;
}

#maginfo form {
padding-top:18px;
}

.sociallinks {
list-style:none;
width:140px;
}

.magsocialwidget p {
margin-top:0;
}

.sociallinks li {
float:left;
padding:0;
margin:0;
border:0 !important;
}

.sociallinks a img {
border:0;
}

#maginfo em {
color:#e01a22;
font-style:normal;
}

.magsocialwidget ul, #maginfo .column ul {
margin:0;
padding:12px 0 0 0;
list-style:none;
}

.magsocialwidget ul li, #maginfo .column ul li {
margin:0;
padding:6px 0;
border-bottom:1px dotted #999;
}

.magsocialwidget ul, #maginfo .column ul li a {
text-decoration:none;
color:#000;
}

.magsocialwidget .favtype {
float:left;
font-weight:bold;
text-transform:uppercase;
border-bottom:1px solid #ccc;
height:18px;
width:100%;
}

.magsocialwidget .favtype ul.type {
list-style:none;
display:inline;
font-weight:normal;
border:0;
}

.magsocialwidget .favtype li {
display:inline;
border:0;
margin-left:30px;

}

.magsocialwidget .favtype li a {
color:#000;
text-decoration:none;
border-bottom:4px solid #fff;
}

.magsocialwidget .favtype li a.current {
color:#e01a22;
border-bottom:4px solid #e01a22;
}


.magsocialwidget .lists {
clear:left;
}

.magsocialwidget ol.read, .magsocialwidget ol.emailed {
list-style:decimal;
list-style-position:inside;
margin:0;
padding:10px 0 0 10px;
}

.magsocialwidget ol.read li, .magsocialwidget ol.emailed li {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#999;
padding:5px 0 10px 0px;
border-bottom:1px dotted #ccc;
}

.magsocialwidget ol.read li a, .magsocialwidget ol.emailed li a {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#000;
padding:10px 0 0 15px;
width:210px;
text-decoration:none;
}

/***********************************
**
**        home page 
**
***********************************/

#top {
position:relative;
height:535px;
overflow:hidden;
}

.home #maginfo {
position:absolute;
top:535px;
border-top:1px dotted #999;
}

#mid {
margin-top:15px;
padding:0px 10px 0 10px;
background:url(images/home-mid-bg.jpg);
}

#mid .column {
width:300px;
float:left;
}

#mid #quickhits, #mid #galleries {
padding-right:27px;
}

#mid .column h2 {
height:35px;
border-top:4px solid #343434;
border-bottom:1px solid #d0d0d0;
text-indent:-99999px;
padding: 0;
margin:0;
}

#mid #quickhits h2 {
background:url(images/coltitle-quickhits.gif) no-repeat;
}

#mid #galleries h2 {
background:url(images/coltitle-galleries.gif) no-repeat;
}

#mid #galleries #street-shots h2 {
background:url(images/coltitle-street-shots.gif) no-repeat;
}

/* quick hits */

#quickhits ul li.post-deets {
width:290px;
padding:15px 5px;
border-bottom:1px dotted #999999;
}

#quickhits ul li.post-deets div {
width:165px;
}

/* galleries */

#galleries .featured .imgholder {
margin-top:15px;
background:#333;
width:288px;
height:216px;
padding:6px;
text-align:center;
}

#galleries .featured .imgholder img {
margin:0 auto;
}

#galleries h3 {
background:url(images/featuredgallery-title-bg.jpg) repeat-y;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
padding:12px 70px 4px 12px;
margin:0;
}

#galleries h3 a {
text-decoration:none;
color:#FFFFFF;
}

#galleries h4 {
background:url(images/featuredgallery-title-bg-bottom.jpg) no-repeat;
padding:18px 12px 12px 12px;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:normal;
color:#000;
}

#galleries h4  p {
margin:0;
padding: 0px 0 0 0;
display:inline;
}

#galleries ul {
float:left;
}

#galleries ul li.post-deets {
width:290px;
padding:15px 5px;
border-bottom:1px dotted #999999;
}

#galleries ul li.post-deets div {
width:165px;
}

/* street shots */

.street-sh .recommend {
padding:0 0 15px 30px;
}

#galleries #street-shots {
margin-bottom:10px;
clear:both;
}

#galleries #street-shots ul {
float:left;
border-bottom:1px dotted #999999;
width:300px;
}

#galleries #street-shots ul li.post-deets {
width:144px;
padding:15px 0px 15px 4px;
float:left;
border:none;
height:265px;
}

#galleries #street-shots ul li.post-deets img {
padding-bottom:5px;
}

#galleries #street-shots ul li.post-deets div {
clear:both;
float:none;
width:140px;
}

#galleries #street-shots .featured {
width:360px;
float:left;
padding-left:0px;
}

#galleries #street-shots .featured img, #galleries #street-shots .featured .entry {
margin-left:30px;
}

#galleries.category-page #street-shots ul li.post-deets {
padding-top:0;
}

#galleries.category-page #street-shots ul {
border-bottom:none;
}

#galleries.category-page .slug {
margin-left:10px;
}

#galleries #street-shots .featured h2 {
margin-top:0;
font-family:Arial, Helvetica, sans-serif;
}

#galleries #street-shots .featured p {
margin-top:0;
}


/* etc column */



#social .magsocialwidget h1 {
font-size:18px;
}

#social .magsocialwidget {
padding: 0 10px;
}

#social h2 {
background:url(images/coltitle-social.gif) no-repeat;
}

/* bottom features */

#bot {
padding:20px 10px;
background:url(images/home-bot-topbg.gif) no-repeat top;
}

#bot .medfeatures {
width:144px;
padding-left:14px;
float:left;
}

#bot img.slug {
margin:0;padding:0 0 5px 0;
}

#bot .bigbox2 {
float:left;
padding:0 0 0 12px;
margin-bottom:12px;
height:250px;
border:0;
width:300px;
}

#bot .bigbox2 img {
width:300px;
margin:0;
padding:0;
}

#bot ul.post-boxes li.post-deets {
float:left;
margin-left:12px;
height:228px;
margin-bottom:12px;
}

#twitterfeed {
width:174px;
padding-top:32px;
background:url(images/twitterfeed.jpg) no-repeat;
float:left;
}

#twitterfeed .twtr-hd {
display:none;
}

#twitterfeed .twtr-ft {
display:none;
}

.follow_twitter {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-left:8px;
}

.follow_twitter a {
color:#e01a22;
text-decoration:none;
}



/***********************************
**
**        sidebars 
**
***********************************/

.sidebar {
width:300px;
float:right;
padding:5px 5px 0 0;
}

.sidebar ul, .column ul {
margin:0;
padding:0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
background:#fff;
}

.sidebar ul li, .column ul li {
margin:0;
padding:0;
}

.sidebar .widget, .column .widget {
padding-bottom:25px;
float:left;
}

.sidebar .widget .widgettitle, .column .widget .widgettitle { 
display:none;
}

.widget_sharp_categoryposts, .widget_yarpp_widget, .widget_sharp_blogposts {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:11px;
line-height:13px;
}

.sidebar .widget_sharp_categoryposts .more_title, .sidebar .widget_sharp_blogposts .more_title, .sidebar .widget_yarpp_widget .related {
padding-bottom:15px;
}


.sidebar ul li.post-deets {
margin-bottom:15px;
float:left;
width:300px;
}

.sidebar ul li.post-deets a img {
float:left;
border:0;
}

.sidebar ul li.post-deets a.readmore {
color:#e01a22;
text-decoration:none;
}

.sidebar ul li.post-deets a.readmore:hover {
text-decoration:underline;
}

.sidebar ul li.post-deets a.hed {
display:block;
color:#000;
text-decoration:none;
font-size:12px;
font-weight:bold;
}

.sidebar ul li.post-deets div {
float:right;
width:175px;
margin-right:10px;
}

#searchform label {
display:none;
}

#s {
width:160px;
}

.home #s {
margin-left:10px;
}

#searchsubmit {
width:109px;
height:22px;
background:url(images/search.gif);
text-indent:-99999px;
border:0;
}

li#home_bottombox {
width:300px;
}

.clear {
clear:both;
}

/***********************************
**
**    category/archive/misc page
**
***********************************/

.search .slug, .tag .slug, .category .slug {
padding-top:18px;
height:50px;
padding-bottom:38px;
padding-left:12px;
}

.search .slug, .tag .slug {
font-family:"Times New Roman", Times, serif;
font-size:28px;
height:30px;
font-weight:bold;
color:#000;
text-transform:uppercase;
border-bottom:1px solid #000;
padding-bottom:5px;
margin-bottom:30px;
} 

.category .post-boxes .slug {
padding:0 0 4px 0px;
height:15px;
width:102px;
margin:0;
}

/* big feature */

.content-area .featured {
width:300px;
padding-left:14px;
float:left;
}

.content-area .featured .imgholder {
background:#333;
width:288px;
height:216px;
padding:6px;
text-align:center;
}

.content-area .featured .imgholder img {
margin:0 auto;
}
/* medium sized features */

.content-area .medfeatures {
width:144px;
padding-left:14px;
float:left;
font-family:Arial, Helvetica, sans-serif;
}

.content-area .two-col .medfeatures {
width:462px;
padding-left:10px;
float:left;
font-family:Arial, Helvetica, sans-serif;
}

.content-area .two-col .medfeatures li {
margin-right:6px;
float:left;
}

/* more (smaller) features */

.content-area .morefeatures {
width:174px;
float:left;
font-family:arial;
padding-left:14px;
}

.content-area .morefeatures ul {
list-style:none;
margin:0;
padding:0 0 5px 0;
}

.content-area .morefeatures li.post-deets {
width:160px;
margin:0 0 0px 0px;
padding:8px 0 8px 0;
border-bottom:1px dotted #666;
font-size:11px;
}

.content-area .morefeatures li.post-deets div {
float:none;
margin:0;
width:160px;
}

.content-area .morefeatures li a {
color:black;
}

.content-area .morefeatures li a.hed {
font-weight:bold;
font-size:12px;
display:block;
text-decoration:none;
}






/***********************************
**
**        post page
**
***********************************/

.single .slug {
padding-top:18px;
padding-bottom:18px;
}

.slug img {
border:0;
}

.post h1, .post h2, .page h2, .post h3, .post h4, .post p, .content-area .page p, .slug, .post .caption, .page-template-media-gallery-php .caption {
padding-left:30px;
padding-right:30px;
} 

.post p, .page p {
line-height:1.4;
} 

.post .entry, .page .entry {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

.post h2, .page h2 {
font-family:"Times New Roman", Times, serif;
text-transform:uppercase;
font-size:26px;
color:#333;
margin:30px 0 0 0;
}

.post h3, .page h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#484848;
font-weight:normal;
margin:4px 0 20px 0px;
}

.post h3 p {
margin:0;
padding-left:0;
}

.post .author {
text-transform:uppercase;
color:#c7172b;
font-size:14px;
padding-bottom:10px;
}

.post h2 a, .page h2 a {
color:#333;
text-decoration:none;
}

.post h2 a:hover, .page h2 a:hover {
text-decoration:none;
}

.post .entry a, .page .entry a {
color:#c7172b;
text-decoration:none;
}

.post .entry a:hover, .page .entry a:hover {
text-decoration:underline;
}

.post .pagenav {
border-top:1px dotted #666;
border-bottom:1px dotted #666;
width:660px;
height:25px;
position:relative;
clear:left;
}
.post .pagenav .previous {
position:absolute;
top:3px;
left:0;
border:0;
}

.post .pagenav .next {
position:absolute;
top:3px;
right:0;
border:0;
}

.post .youarehere {
padding-top:4px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#ccc;
text-transform:uppercase;
text-align:center;
}

.postmetadata {
width:640px;
padding:10px;
border-top: 1px solid #000;
background:#f9f9f9;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
height:12px;
float:left;
}
.postmetadata .tags {
display:inline;
}

.postmetadata .introtext {
font-weight:bold;
display:inline;
}

.postmetadata a {
color:#c7172b;
}

.postmetadata .recommend {
float:right;
}
.postmetadata .recommend img {
vertical-align:middle;
}

/* email to friend */

#wp-email-popup {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#wp-email-popup a {
color:#c7172b;
text-decoration:none;
}

#wp-email-popup a:hover {
text-decoration:underline;
}

/* sidebar */

.sidebar p {
margin:5px 5px;
padding:0;
font-size:12px;
line-height:15px;
}

/***********************************
**
**        ask sharp single
**
***********************************/

.single-category-ask-sharp {
background:url(images/asksharp-q-large.gif) no-repeat;
padding-top:95px;
}

.single-category-ask-sharp h2 {
margin:0;
padding:0 80px 20px 80px ;
text-transform:none;
font-weight:normal;
font-size:24px;

}

.single-category-ask-sharp h3 {
margin:0;
padding:0;
text-transform:none;
font-weight:normal;
font-size:20px;

}

.single-category-ask-sharp .entry {
background:url(images/asksharp-divider.gif) no-repeat -80px 0;
padding:15px 0;
margin:0 80px;
}

.single-category-ask-sharp .entry p {
padding:0;
}

.single-category-ask-sharp .author {
text-transform:none;
color:#000;
font-size:12px;
}

.single-category-ask-sharp .postmetadata {
background:url(images/asksharp-divider.gif) no-repeat -80px 0;
width:496px;
padding:25px 0;
margin:0 80px;
border:none;
}

.single-category-ask-sharp .ask-sharp-form {
clear:left;
margin:0px 80px;
padding-top:15px;

}

/***********************************
**
**        ask sharp category page
**
***********************************/

.category-ask-sharp .single-category-ask-sharp {
width:450px;
float:left;
}

.category-ask-sharp .single-category-ask-sharp h2 {
padding:0 40px 20px 80px ;
}

.category-ask-sharp .single-category-ask-sharp .entry {
background:url(images/asksharp-divider.gif) no-repeat -160px 0;
margin:0 40px 0 80px;
}


.category-ask-sharp .single-category-ask-sharp .postmetadata {
background:url(images/asksharp-divider.gif) no-repeat -160px 0;
width:326px;
margin:0 40px 0 80px;
}

.category-ask-sharp .single-category-ask-sharp .ask-sharp-form {
margin:0px 40px 0 80px;
}

.category-ask-sharp .cform {
width:326px;
}


/***********************************
**
**        blog category page
**
***********************************/

.blog .slug {
padding-left:25px;
}

.single-category-blog h4 {
padding-top:35px;
}

.single-category-blog .entry {
background:url(images/asksharp-divider.gif) no-repeat 0px 0;
margin:0 0px 0 0px;
}

.number-of-comments, .photocredit {
padding-left:30px;
font-size:12px;
font-family:"Times New Roman", Times, serif;
font-style:italic;
}

.post .entry .number-of-comments a {
color:#666;
}


/***********************************
**
**        gallery 
**
***********************************/

.image-nav-top {
width:660px;
height:53px;
border-top:1px dotted #666666;
border-bottom:1px dotted #666666;
}

.previouser {
cursor:pointer;
display:block;
float:left;
font-size:1px;
height:53px;
width:65px;
background:transparent url(images/nav-arrows-single.png) no-repeat scroll 0 5px;
}

.nexter {
cursor:pointer;
display:block;
float:left;
font-size:1px;
height:53px;
width:65px;
background:transparent url(images/nav-arrows-single.png) no-repeat scroll -65px 5px;
}

.numeric-nav {
width:660px;
float:left;
height:14px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-transform:uppercase;
color:#ccc;
padding:19px 0 0px 0;
}


.image-nav-bottom {
width:660px;
height:53px;
border-bottom:1px dotted #666666;
border-top:1px dotted #666666;
}

.scrollable {
float:left;
height:53px;
overflow:hidden;
position:relative;
width:530px;
}

.scrollable .items {
clear:both;
position:absolute;
width:20000em;
}

.scrollable .active {
border:2px solid #000000;
position:relative;
}
.scrollable img {
background-color:#FFFFFF;
border-top:1px solid #CCCCCC;
border-bottom:1px solid #cccccc;
cursor:pointer;
float:left;
height:37px;
width:59px;
margin:5px 20px 5px 21px;
padding:2px;

}


a.browse {
background:transparent url(images/nav-arrows.png) no-repeat scroll 0 5px;
cursor:pointer;
display:block;
float:left;
font-size:1px;
height:53px;
width:65px;
}

a.right {
background-position: -65px 5px;
clear:right;
margin-right:0;
}

a.disabled {
background-position:130px 10px;
}

.gallery-slider {
position:relative;
}

/* styling for the image wrapper  */
#image_wrap {
	/* dimensions */
	width:660px;
	height:500px;
	text-align:center;
/*	border:1px dotted #666; */
}

.loading {
position:absolute;
top:260px;
z-index:99;
text-align:center;
padding:12px 0;
border-top:1px dotted #999;
border-bottom:1px dotted #999;
color:#666;
font-size:14px;
background:#fff;
width:100%;
}

.loading-large {
position:absolute;
top:260px;
z-index:99;
text-align:center;
padding:12px 0;
border-top:1px dotted #999;
border-bottom:1px dotted #999;
color:#666;
font-size:20px;
background:#fff;
width:100%;
}

.caption {
padding-top:10px;
min-height:30px;
padding-bottom:25px;
font-size:13px;
font-weight:normal;
color:#454545;
}

.caption h2 {
font-size:12px;
color:#333333;
margin:0;
padding:0;
display:inline;
font-weight:bold;
padding-right:5px;
}

.galleryinterstitial {
position:absolute;
width:100%;
height:610px;
background:white;
z-index:100;
}

.galleryinterstitial .sponsortext {
margin-top:155px;
color:#ccc;
}

.galleryinterstitial p {
text-align:center;
margin:0;
padding:0;
} 

#gallery-interstitial-ad {
margin:5px 0 10px 175px;
}

.galleryinterstitial .sponsortimer {
color:#666;
}

/***********************************
**
**        comments
**
***********************************/

.facebook-comments {
padding-top:15px;
margin-left:15px;
}

#respond h3 {
clear:left;
padding:15px 0 2px 0;
margin:0 0 0 15px;
border-bottom:3px solid #666;
}

#respond h3.addcomment {
clear:left;
padding:15px 0 2px 0;
margin:0 0 0 30px;
border-bottom:none;
}

#respond .navigation {
padding-left:30px;
padding-right:0;
font-size:12px;
}

#commentform {
padding-top:5px;
padding-left:3px;
}

#commentform em {
padding-left:4px;
color:#999;
}

h4#comments {
text-align:right;
font-family:"Times New Roman", Times, serif;
font-size:11px;
font-style:italic;
font-weight:normal;
padding:0;
margin:0;
} 

ol.commentlist {
list-style:none;
padding:0;
margin:0;
}

.commentlist li {
border-bottom:1px dotted #ccc;
padding:15px 0;
color:#444444;
margin-left:30px;
}

.post .commentlist li p, .quick-hit .commentlist li p {
font-family:"Times New Roman", Times, serif;
font-size:14px;
line-height:19px;
margin:0 0 10px 0;
padding-left:0px;
padding-right:0px;
}

.commentmeta {
padding:0 0 0px 0;
font-size:12px;
font-family:"Times New Roman", Times, serif;
color:#777;
float:left; 
height:14px;
width:630px;
}

.quick-hit .commentmeta {
width:600px;
}

.commentmeta .author, .post .commentmeta .author {
float:left;
color:#777;
font-size:12px;
text-transform:none;
}

.commentmeta .date {
float:right;
}

#recaptcha_widget_div {
margin-left:30px;
}

#recaptcha-submit-btn-area {
margin:15px 0 0 30px;
}

.quick-hit #respond #commentform p {
padding-left:30px;
padding-right:30px;
margin-top:14px;
}

/***********************************
**
**        contact form
**
***********************************/

.content-area .cform {
padding-left:30px;
}

.linklove {
display:none;
}

/***********************************
**
**        issue viewer
**
***********************************/

.issue .content-area {
width:975px;
}

.page-template-media-gallery-php .issue .content-area, .hi-res-gallery .content-area {
width:660px;
}

.issue .post, .issue .page {
padding-top:100px;
}

.issue #bigbox1 {
position:absolute;
right:0;
top:120px;
}

.page-template-media-gallery-php .issue #bigbox1, .hi-res-gallery #bigbox1 {
position:relative;
top:10px;
}

.issue #bigbox2 {
float:right;
clear:left;
}

.issue .post .postmetadata {
width:955px;
}

.issue .gallery-slider {
width:670px;
}

.issue h2, .issue h3 {
width:630px;
}

.non-flash {
position:absolute;
top:0;
left:0;
z-index:98;
}

.non-flash a img {
border:0;
}

.content-area p.alternate_viewer {
font-size:11px;
}

/***********************************
**
**        issue list
**
***********************************/

.issues ul {
list-style:none;
padding:10px;
margin:0;
color:#000000;
line-height:13px;
}

.issues .latest-issue {
padding:10px;
margin:0 15px 15px 0;
width:600px;
float:left;
font-family:Arial, Helvetica, sans-serif;
position:relative;
min-height:152px;
border:1px dotted #666;
background:#f8f8f8;
}

.issues .issue h2, .issues .latest-issue h2 {
margin-top:5px;
margin-bottom:0px;
padding-bottom:8px;
}

.issues .latest-issue h2 {
font-size:22px;
}

.issues .latest-issue p {
font-size:12px;
margin:5px 0 0 0;
padding:0;
}

.issues ul .latest-issue div {
float:right;
width:445px;
}

.issues ul .latest-issue .readmore {
font-size:14px;}

.issues .issue {
padding:10px 0;
margin:0 15px 0 0;
width:300px;
height:162px;
float:left;
font-family:Arial, Helvetica, sans-serif;
position:relative;
min-height:152px;
border-bottom:1px dotted #666;
}

.issues .issue p, .issues .issue .readmore {
font-size:12px;
}

.issues .issue img {
width:113px;
margin:0 auto;
display:block;
padding:0 0 10px 0;
border:0;
float:left;
}

.issues ul .issue h2 a {
display:block;
text-decoration:none;
font-size:15px;
}

.issues ul .issue div {
float:right;
width:145px;
margin-right:10px;
}

.issues ul .issue p {
padding:0;
margin:0;
}

/***********************************
**
**        sharptv list
**
***********************************/

.videos ul {
list-style:none;
margin:0 0 0 24px;
padding:0;
}

.videos li {
height:300px;
width:296px;
padding:4px;
margin-right:5px;
margin-bottom:5px;
float:left;
border:1px dotted #999;

}

.videos li img {
border:4px #333 solid;
}

.videos li h2 {
font-size:17px;
margin:0 4px;
}

.videos li h2 a {
font-family:Arial, Helvetica, sans-serif;
color:#333;
margin-bottom:0;
}

.videos li p {
margin:0 4px;
padding:0;
}

.videos li .readmore {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
margin:0 4px;
}

/***********************************
**
**        briefing
**
***********************************/

.briefing .quick-hit, .briefing .slug {
padding-left:30px;
}

/***********************************
**
**        quick hits
**
***********************************/

.quick-hit {
clear:both;
padding:15px;
}

.quick-hit .imgblock {
width:303px;
float:left;
}

.quick-hit img {
}

.quick-hit .text {
width:320px;
float:left;
}

.quick-hit h2 {
margin:0;
font-family:arial;

}

.quick-hit h2 a {
color:#333;
}

.quick-hit div p {
margin-top:0;
padding-left:0;
}

.quick-hit .postmetadata {
width:618px;
margin-bottom:40px;
border-top:0;
border-bottom:1px solid black;
}


/***********************************
**
**        404
**
***********************************/

.error404search {
padding-left:30px;
}

/***********************************
**
**        footer
**
***********************************/

#footer {
clear:both;
color:#999;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:16px;
padding-top:40px;
float:left;
}

#footer div {
width:300px;
float:left;
}

#footer .logo {
padding-left:8px;
padding-bottom:12px;
width:327px;
}

#footer a {
text-decoration:none;
color:#999;
}

#footer a:hover {
text-decoration:underline;
}

#footer .links  ol {
list-style:none;
margin:0;
padding:0;
}

#footer .links ol li {
margin:0;
padding:0;
}

#footer .address {
padding-left:27px;
}

/***********************************
**
**        special sections
**
***********************************/

#movemberology {
border:3px solid #000;
width:949px;
margin:15px 0 10px 10px;
float:left;
background:url(images/movember-col-background.gif);
}

#movemberology .boxtitle {
padding:5px 0 3px 0;
background:url(images/movemberology.gif) #fff;
border-bottom:1px solid #ccc;
padding:0;
margin:0;
text-indent:-99999px;
}

#movemberology .column {
width:326px;
float:left;
display:block;
}

#movemberology .glossary {
width:297px;
}

#movemberology .coltitle {
padding-top:10px;
padding-bottom:5px;
float:left;
width:20px;
background:#666;

}

#movemberology .content {
width:270px;
padding:10px;
float:left;
}

#movemberology li.post-deets {
width:270px;
padding-top:0;
}

#movemberology .glossary .content {
text-align:center;
width:250px;
}

#movemberology .glossary li.post-deets {
width:250px;
}

#movemberology .glossary .hed, .glossary .defblock .hed {
font-size:18px;
font-family:Georgia;
padding:8px 0;
}

#movemberology .glossary .hed em, .glossary .defblock .hed em {
font-weight:normal;
}

#movemberology h4, #movemberology h4 p, .glossary .defblock h4 {
font-weight:normal;
padding:0;
margin:0;
}

#movemberology .glossary h4 {
font-size:14px;
line-height:16px;
} 

#movemberology .glossary p {
margin-bottom:15px;
}

#movemberology .caption {
font-family: Arial, Helvetica, sans-serif;color: black;font-size: 11px;line-height: 13px;margin-top:5px;margin-bottom:0;padding-bottom:0;
}

#movemberology .boxbottom {
border-top:1px dotted #999;
background:#fff;
font-family:arial;
font-size:12px;
height:24px;
clear:both;
color:#666;
}

#movemberology .boxbottom .more {
padding:5px;
width:90px;
border-right:1px dotted #999;
border-left:1px dotted #999;
float:left;
height:14px;
background:#f3f3f3;
}

#movemberology .boxbottom a {
color:#000; 
text-decoration:none;
}

#movemberology .boxbottom .more a {
color:#333;
font-weight:bold;
}

#movemberology .boxbottom .contest-sell {
width:190px;
float:left;
height:14px;
padding:5px;
}

#movemberology .boxbottom .pictures {
width:326px;
}

#movemberology .boxbottom .glossary {
width:297px;
}


#movemberology .boxbottom .glossary .contest-sell {
width:180px;
}

.glossary .glossary-list {
padding-top:20px;
}

.glossary dl {
width:100%;
padding:0 0 20px 30px;
font-size:14px;
line-height:15px;
font-family:Arial, Helvetica, sans-serif;

}

.glossary dt {
font-weight:bold;
padding:0;
}

.glossary dd {
margin:0;
padding-bottom:30px;
}

.glossary dd p {
padding-left:0;
margin:0;
}

.order_by {
padding:20px 0 0 30px;
color:#666;
font-size:12px;

}

/* MANUAL STYLES BY TOMMY */

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

#content-area-manual {
	float: left;
	width: 660px;
	padding: 0 0px 20px 0px;
}

#content-area-manual p {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	padding:0 15px;
}

#content-area-manual h1 {
	margin: 15px 0px;
	font-family: Georgia, serif;
	font-size: 22pt;
	padding: 0 5px 2px 5px;
	background: url(images/manual-h1-border.jpg) repeat-x #FFF bottom;
}

.manual-article-img {
	text-align: center;
	height: 550px;
}

.manual-list-item {
	text-align: center;
	width: 288px;
	float: left;
	padding: 0 20px;
	margin-bottom: 20px;
	background: url(images/manual-h1-border.jpg) repeat-x #FFF bottom;
}

.manual-list-item a {
	color: #000;
	text-decoration: none;
}

.manual-list-item a:hover {
	text-decoration: underline;
}


.manual-article-img h3, .manual-list-item h3 {
	background: url(images/manual-title-circle.png) no-repeat center;
	position: relative;
	bottom: 54px;
	padding: 22px 0 8px 0;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11pt;
}

* html .manual-article-img h3, .manual-list-item h3 {
	background: url(images/manual-title-circle.png) no-repeat center;
}

.manual-article-img h2, .manual-list-item h2 {
	background: url(images/manual-title-border.jpg) repeat-x bottom;
	height: 58px;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	position: relative;
	bottom: 75px;
	margin: 15px 0 -45px 0;
	padding: 5px;
}

.manual-excerpt {
	margin-top: -80px;
	height: 80px;
	min-height: 1%;
}

.manual-content {
	padding-bottom: 57px;
	background: url(images/manual-h1-border.jpg) repeat-x #FFF bottom;
	margin-bottom: 25px;
}

.manual-social {
	width:660px;
	padding:10px 0 20px 0;
	border-top: 1px solid #000;
	background:#f9f9f9;
	font-size:12px;
	color:#000;
	height:12px;
	float:left;
	margin-top: 10px;
}

.thumbnail-placeholder /* this is just to fake an image */ {
	background: #000;
	width: 288px;
	height: 216px;
}

.thumbnail-placeholder-lg /* this is just to fake an image */ {
	background: #000;
	width: 660px;
	height: 495px;
}

.manual-fiftyfifty {
	width: 660px;
	font-family: Arial;
	font-size: 10pt;
}

.manual-fiftyfifty h2 {
	font-style: italic;
	font-size: 11pt;
	font-weight: normal;
	padding: 15px;
	font-family: Georgia;
}

.manual-fiftyleft {
	float: left;
	width: 310px;
	border-right: 1px solid #eee;
}

.manual-fiftyright {
	float: left;
	width: 310px;
}
