/*  
Theme Name: Solely Grails Magazine
Theme URI: http://www.solelygrails.net/
Description: Solely Grails Magazine Theme by PCNK
Version: 1.1.0
Author: PCNK
Author URI: http://www.pcnk.net/
*/

/*========= SETUP =========*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #f9f9f9 url(images/bg_gradient.jpg) 0 0 repeat-x;
	color: #111;
	font: 0.8em Arial,Helvetica,Sans-Serif;
}
.bg-graphic{
	background: transparent url(images/bg_elephant.jpg) no-repeat 50% 0;
}
a{
	color: #ff7800;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #ddd 1px solid;
	font-size: 12px;
	padding: 4px;
	color:#444;
	font-family:"Lucida Grande",Geneva,Helvetica,sans-serif;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

/*========= LAYOUT =========*/

#page{
	background: #f9f9f9;
	margin: 0 auto;
	width: 960px;
}
#top-curves {
	background:transparent url('images/bg_curve_top.png') 50% 0 no-repeat;
	width:960px;
	height:15px;
	margin:0 auto;
}
/*--- Main Columns ---*/
#columns{
	margin:0;
	padding: 0 15px 25px;
	position:relative;
	overflow:hidden;
}
.col1{
	float: left;
	width: 556px;
}
.col2{
	float: right;
	width: 340px;
}
/*--- Sub Columns ---*/
.subcol{
	width: 160px;
}
.subcol h2{
	color: #ff7800;
	font-size: 14px;
	padding: 0;
}

/*========= HEADER =========*/

/*- Page Navigation -*/
#nav{
	padding: 8px 0 0 103px;
}
#nav-left {
	float:left;
	display:inline;
	width:400px;
	color:#555;
	margin:4px 0 0;
	font-family:"Lucida Grande",Geneva,Helvetica,sans-serif;
	}
#nav-left a{
	color:#999;
	font-weight:700;
	padding:4px;
	margin:0 2px;
}
#nav-left a:hover {
	text-decoration:none;
	background-color:#000;
	color:#fff;
}
#nav-right {
	float:right;
	display:inline;
	width:370px;
	}
#nav ul {
	position: relative;
    height: 26px;
    overflow: hidden;
	padding-left:10px;
}
#nav ul li {
    float: left;
    list-style: none;
	font-weight:bold;
	font-size:14px;	
}
#nav ul li.back {
    background-color: #333333;
    width: 9px;
    height: 30px;
    z-index: 8;
    position: absolute;
}
#nav ul li a {
	text-decoration: none;
	color: #dddddd;
	/*outline: none;*/
	text-align: center;
	top: 6px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin: auto 15px !important;
	margin: auto 7px;	
}
#nav ul li a:hover, #nav ul  li a:active, #nav ul  li a:visited {
	border: none;
}      
/*- Category Navigation -*/
.nav2, .nav2 * {
	margin:0;
	padding:0;
	
}
.nav2 {
	height: 35px;
	border-bottom:3px solid #B3B3B3;
	font-weight:bold;
	font-size:15px;	
	position:relative;
}
.nav2 ul {
	background:#fff; /*IE6 needs this*/
	float: left;
	position:relative;
}
.nav2 li {
	line-height: 35px;
	float: left;
	list-style:none;
	z-index:999;
}
.nav2 li.current ul {
	z-index: 999;	
}
.nav2 li.sfHover ul,
ul.nav2 li:hover ul {
	z-index: 1000;
	background: #B3B3B3;
	color: #ffffff;
	text-decoration: none;		
}
.nav2 li li {
}
.nav2 a {
	color: #000000;
	display: block;
	padding: 0 13px;
}
.nav2 li ul {
	left:0;
	top:-999em;
	position:absolute;
	width:960px;
}
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #FF7800;
	text-decoration: none;
	background: #B3B3B3;
}
.nav2 li.sfHover a,
.nav2 li.current a,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	border-bottom: none;
}
.nav2 li li.current a {
	font-weight: bold;
}
.nav2 li li:hover,
.nav2 li li a:focus, .nav2 li li a:hover, .nav2 li li a:active {

}
.nav2 li:hover ul, /* pure CSS hover is removed below */
body .nav2 li.current ul, /* this must be more specific than the .superfish override below */
ul.nav2 li.sfHover ul {
	top:2.5em;
}

.nav2 li:hover li ul,
.nav2 li.sfHover li ul {
	top:-999em;
}
.nav2 li li:hover ul, /* pure CSS hover is removed below */
ul.nav2 li li.sfHover ul {
	top:2.5em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
/*- Search -*/
#search{
	background: #151515;
	border: 1px solid #777;
	float: right;
	height: 23px;
	margin: 0 15px 0 0;
	padding: 0 10px 0 0;
	width:180px;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: transparent;
	border: 0;
	color: #ccc;
	float: left;
	font-size: 13px;
	margin: 2px 0 0;
	padding: 2px 2px 2px 10px;
	width:144px;
}
#search .btn{
	margin: 4px 0 0 4px;
	padding: 0;
	width: auto;
}
/*- Header -*/
#header{
	height: 111px;
	padding: 0;
	margin:0 auto;
	width:960px;
}
/*- Logo -*/
#header h1{
	float: left;
	display:inline;
}
#header h1 a{
	display: block;
	height: 80px;
	width: 400px;
}
#header h1 span {
display:none;
}
/*- RSS -*/
#rss{
	float: right;
	font-size: 12px;
	padding: 16px 15px 0 0;
	text-align: right;
	width: 285px;
}
#rss a{
	color: #b3b3b3;
}
#rss ul{
	float: left;
	margin: 13px 0 0;
	width: 220px;
}
#rss li{
	margin: 0 0 3px;
	padding: 0 0 5px;
}
#rss img{
	float: right;
}

/*========= FEATURED POSTS (FRONT-PAGE) =========*/

.featured{
	background: #fff;
	height: 320px;
	width:550px;
	margin: 0;
	float:left;
	overflow: hidden;
	position:relative;
	border:1px solid #ddd;
	padding:2px;
	z-index:998;
	/*-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;*/
}
.featured h2{
	font-size: 11px;
	padding: 10px 0;
}
.featured h3{
	font-size: 18px;
	padding: 0 0 5px;
	line-height:20px;
	letter-spacing:-0.5px;
	font-family:"Lucida Grande",Geneva,Helvetica,sans-serif;
}
.featured h3 a {
	color:#333;
}
.featured h3 a:hover {
	color:#ccc;
	text-decoration:none;
}
.featured p {
	color:#fff;
	font-size:12px;
	line-height:18px;
}
.featured-img{
	margin: 0;
	width:550px;
	height:320px;
	float:left;
	display:inline;
}
.featured-img a {
	width:550px;
	height:320px;
	display:block;
}
#featured-th{
	overflow:hidden;
	position:absolute;
	right:400px;
	top:10px;
	z-index:999 !important;
}
#featured-th img{
	margin: 0;
	border:none;
}
#featured-th .idTabs {
	list-style:none;
	}
#featured-th .idTabs li {
	margin-bottom:0;
	}
#featured-th .idTabs li.last {
	margin-right:0px !important;
	}
#featured-th .idTabs li a {
	display: block;
	margin:0 0 5px;
	text-align:right;
	width:96px;
	}
.ie #featured-th .idTabs li a {
	margin:0 0 2px;
}
#featured-th .idTabs li a img {
	border:2px solid #888;
}
#featured-th .idTabs li a:hover img{
	border:2px solid #fff;
	}
#featured-th .idTabs li a.selected img {
	border:2px solid #ef2f49;
}
.featured-info {
	width:520px;
	height:38px;
	padding:8px;
	position:absolute;
	bottom:8px;
	left:8px;
	overflow:hidden;
}
.featured-bg {
	background:#000;
	/* for IE */
  	filter:alpha(opacity=75);
  	/* CSS3 standard */
  	opacity:0.75;
	position:absolute;
	bottom:8px;
	left:8px;
	width:536px;
	height:50px;
}

/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	background:#DDD;
	float:left;
	width:550px;
	height:auto;
	margin-bottom:30px;
	}
.video-left {
	float:left;
	width:350px !important;
	display:inline;
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:right;
	width:200px;
	display:inline;
	padding-top:7px;
	}
.video-right h2{
	color: #ff7800;
	font-size:1.3em;
	line-height:1.2em;	
	font-weight:bold;
	padding: 0 0 0 10px !important;
	margin:0 !important;
	}
.video-right p{
	color: #000;
	font-size:0.9em;
	line-height:0.8em;
	font-weight:bold;
	padding: 0 0 7px 10px !important;
	margin:0 !important;	
	}
.video-right .idTabs {
	border-top:1px solid #FFF;
	list-style:none;
	margin:5px 0px 0px 0px;
	padding:0px;
	}
.video-right .idTabs li {
	margin:0px;
	border-bottom:1px solid #FFF;
	background:#DDD;
	line-height:10px;
	}
.video-right .idTabs li a {
	color:#000;
	font-weight:bold;
	font-family:Tahoma, Arial;
	font-size:12px;
	text-decoration:none;
	display:block;	
	padding:10px 10px;
	}
.video-right .idTabs li a:hover {
	background:#C0C0C0 url(images/ico-watch.gif) right center no-repeat !important;
	}
.video-right .selected {
	background:#C0C0C0 url(images/ico-watch.gif) right center no-repeat !important;
	}

/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/
.post{
	margin: 0;
}
.post h2{
	font-size: 1em;
	padding: 0 0 5px;
}
.post h3{
	font-size: 1.3em;
}
.post h3 a{
	color: #444;
}
.post h3 a:hover{
	color: #f9f9f9;
	background:#444;
	text-decoration:none;
}
.post p{
	padding: 0 0 4px;
	line-height:18px;
}
.post p.posted{
	color: #999;
}
/*- Box -*/
.box{
	clear: both;
	height: 1%;
	padding: 0 0 10px;
}
.box .post{
	border-top:1px solid #ddd;
	padding:10px;
	width:536px;
	background:#fff url(images/bg_featured_th.jpg) 0 0 repeat-x;
	margin:0 0 24px;
	position:relative;
}
.box .post h2{
	font-size: .85em;
}
.box .post h3{
	font-size: 1.25em;
	line-height:18px;
	padding:0 0 10px 0;
	letter-spacing:-1px;
	font-family:"Lucida Grande",Geneva,Helvetica,sans-serif;
}
.box .post p.posted{
	font-size: .85em;
}
/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 15px 0;
	padding-bottom:15px;
	background: url(images/hl-dot.gif) repeat-x bottom;
}
.post-alt h2{
	font-size: 1.1em;
	padding: 0 0 5px;
}
.post-alt h3{
	font-size: 16px;
	line-height:18px;
	padding:4px 0;
	font-family:"Lucida Grande",Geneva,Helvetica,sans-serif;
	letter-spacing:-1px;
}
.post-alt h3.title {
	font-size:20px;
	letter-spacing:-0.5px;
}
.post-alt h3 a{
	color: #444;
}
.post-alt h3 a:hover{
	color: #f9f9f9;
	background:#444;
	text-decoration:none;
}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt p.posted{
	color: #aaa;
	font-size:11px;
}
/*=== Buttons ===*/
.continue{
	font-size:.85em;
	text-align:right;
	padding:10px 0 !important;
	position:absolute;
	right:0;
	bottom:0;
}
.continue a {
	border-width:0 1px 1px 0;
	border-color:#fff;
	border-style:solid;
	padding:6px;
}
.continue a:hover {
	text-decoration:none;
	border-color:#EF2F49;
}
.comments {
	text-align:center;
	font-size:.85em;
	width:25px;
	height:22px;
	position:absolute;
	top:6px;
	right:12px;
	background: url(images/icon_comments.png) no-repeat top center;
}
.comments a{
	color: #777;
	display:block;
	font-weight:700;
}
a.more{
	color: #aaa;
	font-size: 15px;
	font-weight: 700;
	padding: 30px 0 0;
	display:block;
	border-top:2px dotted #ddd;
	letter-spacing:-1px;
}
a.more:hover {
	text-decoration:none;
}
/*=== Traditional Blog Post ===*/
.navigation {
	clear:both;
	float:left;
	overflow:hidden;
	padding:10px;
	position:relative;
}
.navigation a {
	color: #bbb;
	font-size: 1.2em;
	font-weight: 700;
}
.navigation a:hover {
	text-decoration:none;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	background:#EEE;
	padding:10px;
	width:530px;
	margin:5px 0;
	border-bottom:1px solid #ccc;
	position:relative;
}
#archivebox h2 {
	font-size:20px;
	color:#333;
	letter-spacing:-1px;
	text-transform:uppercase;
}
#archivebox h2 em{
	color:#bbb !important;
	font-style:normal;
}
.archivefeed {
	position:absolute;
	top:16px;
	right:8px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	padding-left:20px;
	font-weight:700;
	font-size:11px;
}
.arclist{
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 260px;
}
.arclist h2{
	color: #000;
	font-size: 18px;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size:14px;
	font-weight:bold;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#C0C0C0;
}
.entry p{
	text-align:left;
	font-size:12px;
	line-height:20px;
	}
.entry blockquote { 
	padding: 6px 40px;
	background: #eee url('images/bg_quote.png') no-repeat 6px 6px;
	border: 1px solid #ccc;
	margin: 5px auto 15px auto;
	color:#000;
	width:75%;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 18px;
	}
.entry img { 
	padding: 2px;
	border: solid 1px #ddd; 
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:11px;
	line-height:12px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:disc inside !important;
	margin-left:10px;
	padding:3px 0px;
	color:#444;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:/*decimal-leading-zero*/ inside !important;
	}


/*========= COMMENTS =========*/
div#comment small {
	color:#777;
	padding:0 0 0 8px;
}
div#comment .commentmetadata {
	padding:0;
}
div#comment #commentform p.p-pad {
	padding:5px 0;
}
h2.commh2{
	font-size: 18px;
	padding: 0 0 5px;
	font-weight:400;
	color:#888;
	font-family:"Lucida Grande",Geneva,Helvetica,sans-serif;
	letter-spacing:-1px;
}
h3.commh3{
	font-size: 18px;
	padding: 16px 0 6px;
	margin: 0 0 16px;
	font-weight:400;
	color:#555;
	border-bottom:2px solid #ddd;
	font-family:"Lucida Grande",Geneva,Helvetica,sans-serif;
	letter-spacing:-1px;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 18px;
}
ol.commentlist p{
	margin:6px 0 10px;
	line-height: 18px;
	color:#333;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: 700;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#f1f1f1;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;	
}
input#submit {
	cursor:pointer;
	background:#eee;
	color:#555;
}
input#submit:hover {
	border:1px solid #ef2f49;
	color:#ef2f49;
}

/*========= SIDEBAR =========*/

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/
.sideTabs {
	border-bottom:1px solid #C0C0C0;
	height:31px;
	width:350px;
	float:left;
	display:block;
	}
.sideTabs .idTabs{
	font-size: 12px;
	height: 30px;
	letter-spacing: -1px;
}
.sideTabs .idTabs li{
	float: left;
	font-size: 13px;
	line-height: 30px;
}
.sideTabs .idTabs li a{
	background: #eeeeee;
	border: 1px solid #eeeeee;
	border-bottom: 0;
	color: #c0c0c0;
	display: block;
	margin: 0 2px 0 0;
	padding: 0 10px;
	font-weight:bold;
}
.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected{
	background: #dddddd;
	border: 1px solid #c0c0c0;
	border-bottom:1px solid #ddd;
	color: #373737;
	text-decoration: none;
}
.navbox{
	background: #dddddd;
	border: 1px solid #c0c0c0;
	border-top: 0;
	margin: -2px 0 25px;
	padding: 10px 10px 0;
	position: relative;
}
.list1,list3,list4{
	padding-bottom:12px;
	}
.list1 li,.list3 li,.list4 li{
	background: url(images/ico-star.gif) no-repeat left center;
	padding: 6px 0 6px 25px;
	border-bottom:1px dashed #C0C0C0;
}
.list1 li a,.list3 li a,.list4 li a{
	color: #000000;
}
.list3 li {
	background: url(images/ico-mostcomm.gif) no-repeat left center !important;
	}
.list4 li {
	background: url(images/ico-feat.gif) no-repeat left center !important;
	}
/*- Ads -*/
.ads{
	border: 1px solid #eeeeee;
	height: 125px;
	margin: 0 0 25px;
	padding: 10px;
}
.ads img{
	float: left;
	margin: 0 14px 0 0;
}
.ads img.last{
	margin: 0 !important;
}
/*- Flickr -*/
.flickr{
	background: #fafafa;
	border: 1px solid #c0c0c0;
	margin: 0 0 25px;
	padding: 10px 0px;
}
.flickr .flickr_badge_image img {
	float:left;
	display:inline;
	padding-left:10px;
	padding-bottom:5px;	
}
.flickr h2{
	color: #ff7800;
	font-size: 14px;
	height: 21px;
	margin: 0 0 10px 0px;
	padding-left:10px;
}
.flickr h2 span{
	float: left;
}
.flickr h2 img{
	float: right;
	margin: 0 2px;
}
.flickr h2 em{
	color: #848382;
	float: right;
	font-style: normal;
}
.flickr-ar {
	margin:10px 10px 0px 0px !important;
	padding:0px !important;
	text-align:right;
}

/*=== DropDown Lists ===*/
.sidelist{
	/*border-bottom: 1px dotted #ccc;
	margin: 0 0 10px;*/
	padding: 0 0 20px;
	width: 160px;
}
.sidelist h2{
	color: #555 !important;
	font-size: 20px;
	border-bottom: 2px solid #aaa;
	letter-spacing:-2px;
	font-weight:400;
	line-height:15px;
	font-family:"Lucida Grande",Geneva,Helvetica,sans-serif;
}
.ie .side-list {
	margin-top:-15px;
}
.link-list {
	padding-top:8px;
	display:block !important;
	}
.link-list li{
	margin: 0 0 2px 4px;
	font-size:10px;
	color:#999;
	border-bottom:1px dotted #ddd;
	padding:0 0 2px;
}
.link-list li a{
	color: #555;
	font-size:11px;
}
.link-list li a:hover {
	text-decoration:none;
}
/*=== Styling Widget Lists ===*/
.widget h2 {
	text-transform:uppercase;
	}
.widget ul {
	background: url(images/hl-dot.gif) repeat-x bottom;
	margin: 0 0 15px;
	padding: 10px 0 7px;
}
.widget ul li{
	margin: 0 0 7px;
}
.widget ul li a{
	color: #000000;
}

/*========= FOOTER =========*/

#footer{
	background:#111 url(images/bg_footer.jpg) 0 0 repeat-x;
	clear: both;
	color: #aaa;
	padding: 20px;
	overflow:hidden;
	font-size:.85em;
	line-height:16px;
	border-top:2px solid #EF2F49;
}
#footer .content{
	margin:0 auto;
	width:940px;
}
#footer .content .fr {
	text-align:right;
}
#footer a{
	color: #f9f9f9;
	font-weight:700;
}
#footer img {
	vertical-align:middle;
}

/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	background: url(images/hl-dot.gif) repeat-x bottom;
}
.hl-full{
	float:left;
	clear:both;
	height:2px;
	width:100%;
	margin:10px 0 40px;	
	padding:0 !important;
	border-top:2px dotted #ddd;
}
.hl2{
	/*border-bottom: 3px solid #c0c0c0;*/
}
.hl3{
	padding: 10px 0 0;
}
.blog{
	width:100% !important;
	float:left;
}
.grid {
	width:240px;
	height:200px;
	float:left;
	margin:0 18px 30px;
}
.grid .th {
	margin:0 0 6px;
	border:1px solid #ddd;
	padding:2px;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	float: left;
	margin: 0 10px 0 0;
	width:234px;
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}
.ad-wrapper {
	margin:0 0 10px;
	text-align:center;
}
.ad-wrapper-120 {
	margin:0 0 10px;
	padding:0 20px 10px;
}
.ad-wrapper-468 {
	padding:20px 40px;
	clear:both;
	height:1%;
}