/*
Theme Name: URK
Description: URK Custom Theme
Version: 1.0
Author: URK
Author URI: urk@urkdesign.com
*/

	
/* Reset & Common */
html,body,p,h1,h2,h3,h4,h5,h6,table,thead,tbody,tfoot,tr,th,td,pre,strong,font,b,fieldset,legend,ul,ol,li,form,label,input,textarea,select,option,iframe {
	border:0;
	font:normal 12px arial,sans-serif;
	margin:0;
	padding:0;
	text-align:left;
}

table {
	width:100%;
}

table,thead,tbody,tfoot,tr,th,td {
	border-collapse:collapse;
	vertical-align:top;
}

ul,ol {
	list-style:none;
}



a:link {
	color: #666;
        text-decoration:none;
}
a:visited {
	color: #666;
        text-decoration:none;
}
a:hover {
	color: #999;
        text-decoration:none;
}
a:active {
	color: #666;
	text-decoration:none;
}



strong {
	font-weight:700;
}

img {
	border:1px solid #000;
}

:focus {
	outline:0;
}

.clr {
	clear:both;
}

body {
	background:#FFFFFF url(images/bgTop.jpg) 53% top no-repeat fixed;
	text-align:left;
}


	
/* Main Structure */
.out {
}

.main {
	width:1100px;
	margin:0 auto;
	}

.mainsub {
	width:1100px;
	margin:0 auto;
	
}
#show {
	width:1100px;
	clear:both;
	position:relative;
	top:-25px;
	left:16px;	
}


	
/* Top Logo, Main Navigation, Search, RSS */
#top {
	width:1100px;
	position:relative;
}

#top_flash {
	float:left;
	width:1107px;
	height:1230px;
	position:absolute;
	margin-left:-20px;
	_margin-left:-20px;
	#margin-left:-20px;
        margin-top:-125px;
	_margin-top:-125px;
	#margin-top:-125px;
}

#top #header_ad {
	float:left;
	width:304px;
	height:60px;
	position:absolute;
	z-index:15;
	margin-left:470px;
	_margin-left:-180px;
	#margin-left:-180px;
}

#top form#mainSearch label {
	font:bold 8px arial, sans-serif;
	text-transform:uppercase;
	color:#fff;
}

#top form#mainSearch input {
	width:80px;
	padding:1px;
	border:1px solid #333;
	margin:0 5px;
	height:20px;
	vertical-align:left;
	background:#000000;
	color:#cccccc;
}


#top #mainMenu {
	float:none;
	clear:both;
	position:absolute;
	left:285px;
	top:125px;
	color:#fff;
	width:650px;
	height:18px;
	line-height:18px;
	overflow:hidden;
}

#top #mainMenu a {
	color:#fff;
}

h3 {
	font-size:12px;
}

.more-link {
	font-weight:bold;
}


	
/* Show - Featured Post Image, Audio Player */
#show .featuredPost {
	float:left;
	width:500px;
}

#show .featuredPost h1 {
	color:#fff;
	font-size:22px;
}

#show .aPlayer {
	float:right;
	width:411px;
	text-align:right;
	padding-left:10px;
}


	
/*  ----------  Body - Contents, Blog Posts, Sidebar ----------  */
#body #content {
	float:left;
	display:inline;
	width:700px;
        margin-left:-50px;
}

#body #sidebar {
	float:right;
	display:inline;
	width:377px;
	margin:0 70px 0 0;
}


	
/*  ----------  Sidebar ----------  */
#sidebar ul {
	text-align:left;
}

#sidebar,#sidebar li,#sidebar li a { /* SIDEBAR TEXT*/
	color:#FFF;
	line-height:20px;
	font-weight:bold;
}


#side_joe {
	float:left;
	width:331px;
        background:url(images/archive.png) left top no-repeat;
	height:997px;
	position:absolute;
	margin-left:-20px;
	_margin-left:-20px;
	#margin-left:-20px;
        margin-top:0px;
	_margin-top:0px;
	#margin-top:0px;
}
#side_holder {
	float:left;
	width:290px;
	position:absolute;
	margin-left:20px;
	_margin-left:20px;
	#margin-left:20px;
        margin-top:60px;
	_margin-top:60px;
	#margin-top:60px;
}

#followme {
	float:left;
	width:290px;
	position:absolute;
	margin-left:160px;
	_margin-left:160px;
	#margin-left:160px;
        margin-top:290px;
	_margin-top:290px;
	#margin-top:290px;
}




#sidebar .sidebarLiContent h1 {
	text-transform:uppercase;
	color:#fff;
	font:normal 22px tahoma, arial, sans-serif;
	padding:0 0 10px;
	padding-bottom:10px;
}



#sidebar .sidebarLiContent ul li {  /* sidebar text colors */
	background:#000;
	margin:1px 0;
	padding:10px 0 3px 5px;
	display:block;
}

#sidebar .sidebarLiContent ul li:hover {     /* sidebar text colors overs - must match above */
	background:#000;
	margin:1px 0;
	padding:10px 0 3px 5px;
	display:block;
}



#sidebar input[type=text] {  /* MAIN SEARCH BAR AREA */
	height:22px;
	width:280px;
	font-size:12px;
	color:#000;
	margin-top:25px;
        margin-left:50px;
}



#sidebar input[type=submit] {
	height:36px;
	background:#666;
	border:3px #333 solid;
	position:absolute;
	font-size:14px;
	font-weight:bold;
}


.taghead {
	font-size:24px;
	font-weight:bold;
	color:#fff;
}


	
/* Post Block */
#content .postMain {
	background:url(images/postTop.png) left top no-repeat;
	padding:9px 0 0;
	width:700px;
}

#content .post {   /* main post block area, solid background color */
	background:#fff;
	padding:0px 0px 0px;
	width:600px;
	color:#000;
	float:left;
        margin-left:55px;
}

#content .post h2 a {  /* post title - main header of blog type */
	text-transform:uppercase;
	color:#000;
	font-size:20px;
        font-family:"Helvetica";
	font-weight:bold;
	line-height:42px;
        margin-left:10px;

}

#content .post h2 a:hover { /* post title - main header of blog type - MOUSEOVER */
	text-transform:uppercase;
	color:#333;
	font-size:20px;
        font-family:"Helvetica";
	font-weight:bold;
	line-height:42px;
        margin-left:10px;
}

#content .post h3 {  /* date posted */
	font-size:13px;
	color:#666;
	padding:-10px 0 20px;
	text-align:left;
        margin-left:10px;
}

#content .post .postMeta {
	background-color:#fff;  /* puts a background bar behind the posted in text, comments, and categorie */
	margin-bottom:0;
	padding-top:0;
	padding-right:20px;
	padding-bottom:0;
	padding-left:15px;
	color:#fff;
	text-align:left;
	clear:both;
}

#content .postMain .post .postMeta {  /* posted in text */
	background-color:none;
	margin-bottom:0;
	padding-top:15px;
	padding-right:5px;
	padding-bottom:0;
	padding-left:15px;
	color:#666666;
	text-align:left;
	margin-top:0;
	float:left;
	width:520px;
	line-height:22px;
	font-size:13px;
	font-weight:bold;
}

#content .post .postMeta a {
	color:#000000;
	text-align:left;
	font:12px/18px #000000;

}

#content .post p { /* post body text */
        font-family:"Helvetica";
	line-height:18px;
	padding:0 0 0 0;
	clear:left;
	text-align:left;
        margin-left:20px;
        margin-right:20px;
}

#content .postFoot {
	background:url(images/postBot.png) left top no-repeat;
	height:260px;
	text-align:left;
        margin-bottom:-25px;
}


	
/* Footer */
#footOut {
	
}




#footIn #foot {

}

#foot .block {
	text-align:left;
	float:left;
	width:1100px;
        margin-bottom:120px;	

}

#foot .last {
	margin-right:0;
}

#foot .block h1 {
	text-transform:uppercase;
	font-size:28px;
	letter-spacing:-1px;
}

#foot p,#foot ul {
	margin-bottom:20px;
}


	
/* Single Post Page */
.single #body {
	min-height:500px;
	position:relative;
	z-index:98;
}


	
/* Comments */
.commentsMain {
	padding:0 0 15px;
        color:#000;
}

.commentsMain h2#comments,.commentsMain #respond h2 {
		text-transform:uppercase;
	color:#000;
	font-size:20px;
        font-family:"Helvetica";
	font-weight:bold;
	line-height:42px;
        margin-left:20px;
}

.commentsMain .commWrap {
	background:url(images/postTop.png) left top no-repeat;
	width:700px;
	padding:9px 0 0;
}

.commentsMain ol.commentlist {   /* background of the comment left by user IMPORTANT */
	background:#fff;
        width:570px;
	padding:15px;
        margin-left:55px;
}

.commentsMain ol.commentlist li {  /*border and area with users picture & info - COMMENT LEFT BY USER */
	padding:10px;
	margin:0 5px 5px;
	border:1px solid #ccc;

}

.commentsMain ol.commentlist li li {
	margin:10px;
}

.commentsMain .commFoot {
	background:url(images/postBot.png) left top no-repeat;
	height:260px;
	text-align:left;
        margin-bottom:-25px;
}

.commentsMain form#commentform p {
	padding:0 0 10px;
}

.commentsMain form#commentform p input,.commentsMain form#commentform p textarea {
	padding:5px;
	border:1px solid #cccccc;
}

.commentsMain form#commentform p input#submit {
	cursor:pointer;
	background:#333;
	font-weight:bold;
	color:#fff;
}

textarea#comment {
	width:400px;
}


	
/*  Images */
p img {
	padding:0;
	border:1px solid #ccc;
	max-width:100%;
}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
}

img.alignleft {
	padding:4px;
	margin:0 7px 0 0;
	display:inline;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

div a img {
	border:none;
}


	
/* End Images */

	
/*- Main Menu -*/
#top form#mainSearch {
	float:left;
        width:150px;
}

#menu_navigation {
	float:left;
	top:90px;
	position:relative;
	left:-18px;
	z-index:99;
	width:355px;
	height:25px;
}

.sf-menu {
	line-height:1.0;
}

.sf-menu ul {
	position:absolute;
	top:-999em;
	width:12em;

	
/* left offset of submenus need to match (see below) */
}

.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 li:hover ul,.sf-menu li.sfHover ul {
	left:0;
	top:2.8em;

	
/* 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:12em;

	
/* 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:12em;

	
/* match ul width */
	top:0;
}

.sf-menu {
	float:left;
	margin-bottom:1em;
}

.sf-menu a {
	padding:.75em .70em;
	text-decoration:none;
	font-size:15px;
}

.sf-menu a,.sf-menu a:visited {

	
/* visited pseudo selector so IE6 applies text colour*/
	color:#fff;
}

.sf-menu li {
}

.sf-menu li li {
	background:#6a153f;
}

.sf-menu li li li {
}

.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active {
	background:#ce2778;
}

#sticky {
position:fixed; /** IE7+, Firefox, Mozilla, Opera, Safari, Konqueror... will use this **/
top:600px;
right:-40px;
padding: 0 10px 0 10px;
/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
_position: absolute; right: -40px; top: 600px;
}
