/* -------------------[ Main Page Elements ]------------------- */

body {
	background: #CCC url(/templates/thor/images/bodybg.png) top left repeat-x;
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	color:#333;
	font-family:arial,helvetica,sans-serif;
	font-size:9pt;
	}

#page-wrap {
	clear: both;
	margin: 0 auto;
	padding:0;
	width:980px;
	}

#header {
	padding:0;
	margin: 0 auto;
	position:relative;
	padding: 0;
	z-index:9999;
	}

#head-content {
	width:980px;
	margin: 0 auto;
	height:155px;
	padding: 0;
	}

#head-content {
	background: transparent;
	background-image: url(/templates/thor/images/logov2.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;;
	}

#sitetitle {
	width:480px;
	float:left;
	margin:0;
	padding:0;
	display: none;
	}

#sitetitle h1, #sitetitle .title {
	font-size: 30px;
	padding:0;
	margin:30px 0 0;
	text-align:left;
	line-height: 1.2em;
	letter-spacing:-1px;
	color:#000;
	}

#sitetitle .description {
	font-size: 9pt;
	padding: 0;
	margin:0;
	text-align:left;
	color:#fff;
	}

#head-banner468 {
	float:right;
	width:468px;
	height:60px;
	margin-top:30px;
	overflow:hidden;
	}


#subhead {
	height:7px;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width:980px;
	background: #fff url(/templates/thor/images/subhead.gif) top left no-repeat;
	}

#page {
	clear: both;
	margin: 0 auto 0;
	padding: 15px 0 15px 15px;
	width:965px;
	background: #fff url(/templates/thor/images/pagebg.gif) top left repeat-y;
	border-top:1px solid #fff;
	}

#contentleft {
	width: 630px;
	float:left;
	padding: 0;
	margin: 0;
	overflow:hidden;
	} 

#content {
	width: 630px;
	margin: 0;
	padding: 0;
	}

#contentright {
	width: 320px;
	padding: 0;	
	float:right;
	margin:0;
	overflow:hidden;	
	} 

#sidebar {
	width: 320px;
	float:right;
	overflow:hidden;
	}

#footer {
	text-align:center;
	padding:20px 0;
	clear: both;
	margin: 0 auto;
	width:980px;
	overflow:hidden;
	}

#footer .limit {
	padding: 0;
	margin:0 auto;
	width:980px;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* -------------------[ Headings ]------------------- */

h1, h2, h3, h4, h5, h6, h7 {
	line-height: 1.2em;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	text-align: left;
	color:#000;
	}

h1 {
	font-size: 20pt;
	}

h2 {
	font-size: 18pt;
	}

h3 {
	font-size: 16pt;
	}

h4,h5,h6,h7 {
	font-size: 14pt;
	letter-spacing:0px;
	}

.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 15px;
	}

h3#comments, #respond h3  {
	margin: 0;
	}

h1.archive-title, h1.page-title {
	margin-bottom:15px;
	background:url(/templates/thor/images/dot1.gif) bottom left repeat-x;
	padding-bottom:5px;
	}

h2.post-title, h1.post-title {
	margin: 0;
	padding: 0;
	}

.singlepost h1.post-title {

	}

.sitemap h2 {
	font-size: 14pt;
	padding:0;
	margin-bottom:5px;
	}

h3.widgettitle {
	font-size: 12pt;
	padding:0;
	margin-bottom:5px;
	letter-spacing:0px;
	}

#sidebar li h3.widgettitle {
	padding:10px;
	margin-bottom:0;
	background-color: #ddd;
	border-top:1px solid #eee;
	border-bottom:1px solid #fff;
	}

#slideshow .feature-entry h2 {
	padding-top:5px;
	margin-bottom: 10px;
	}

.sperator { 
	border-bottom: 1px dotted #333; 
	width: 100%; 
	} 


/* -------------------[ Links ]------------------- */

a, a:link, a:visited {
	text-decoration:none;
	color:#336699;
	}

a:hover, a:active {
	text-decoration:none;
	color:#000000;
	}

a.more-link, a.more-link:link, a.more-link:visited  {
	background: url(/templates/thor/images/arrow-off.gif) 100% 70% no-repeat;
	padding-right:12px; 
        }

a.more-link:hover, a.more-link:active  {
	background: url(/templates/thor/images/arrow-on.gif) 100% 70% no-repeat;
	padding-right:12px; 
	}

#footer a, #footer a:link, #footer a:visited {
	color:#fff;
	}

#footer a:hover, #footer a:active {

	}

.post-title a, .post-title a:link, .post-title a:visited {
	text-decoration:none;
	color:#333;
	}

.post-title a:hover, .post-title a:active {
	text-decoration:underline;
	}
	
/* -------------------[ Images ]------------------- */

.entry img {
	border:1px solid #ddd;
	padding:4px;
	background:#fff;
	max-width:630px;
        }

img.alignright {
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
	border:1px solid #ddd;
	padding:4px;
	background:#fff;
        }

img.alignleft {
	float: left;
	clear: left;
	margin: 0 10px 10px 0px;
	border:1px solid #ddd;
	padding:4px;
	background:#fff;
        }

img.aligncenter, img.centered, img.center { 
	display: block; 
	margin: 0 auto 15px auto;  
	float: none; 
	clear: both;
	border:1px solid #ddd;
	padding:4px;
	background:#fff;
        }

img.post-thum, img.thumbnail {
	float:right;
	margin: 0 0 15px 10px;
	border:1px solid #ddd;
	padding:4px;
	background:#fff;
	}

img.avatar, img.comment-grav {
	border:1px solid #ddd;
	padding:2px;
	background:#fff;
	float:right;
	margin:0 0 10px 10px;
	}

.commentlist img.avatar, img.comment-grav {
	margin-bottom:15px;
	}

.singlepost .auth-bio img.avatar {
	border:1px solid #ddd;
	padding:2px;
	background:#fff;
	float:right;
	margin:0 0 10px 10px;
	}

/*************** Content Box ***************/

.content-box {
                border: 1px solid #ccc;
                margin: 0 0 20px 0;
                background: #fff;
                }

.content-box-header {
                background: #e5e5e5 url('../images/bg-content-box.gif') top left repeat-x;
                margin-top: 1px;
                height: 40px;
                }

.content-box-header h3 {
                padding: 12px 15px 10px;
                float: left;
                }

ul.content-box-tabs {
                float: right;
                padding: 12px 15px 0 0 !important;
				margin: 0 !important;
                }

ul.content-box-tabs li {
                float: left;
                margin: 0;
                padding: 0 !important;
                background-image: none !important;
                }
                
ul.content-box-tabs li a {
                color: #333;
                padding: 8px 10px;
                display: block;
                margin: 1px;
                border-bottom: 0;
                }

ul.content-box-tabs li a:hover {
                color: #57a000;
                }              
                
ul.content-box-tabs li a.current {
                background: #fff;
                border: 1px solid #ccc;
                border-bottom: 0;
                margin: 0;
                }

.content-box-content {
                padding: 20px;
                font-size: 13px;
                border-top: 1px solid #ccc;
                }
                
/************ Table ************/

/* -------------------[ Misc Tags and Classes ]------------------- */

p {
	margin-top: 0px;
	margin-bottom: 15px;
	}

ol {
	margin-left: 40px;
	padding: 0;
	}

ul {
	margin-left: 20px;
	padding: 0;
	}

.post ul, .post ol {
	list-style-type: none;
	}

.post ul li {
	list-style-type:none;
	padding: 0;
	margin: 0 0 2px;
	padding-left:16px;
	background:url(/templates/thor/images/arrow-simple.gif) 0 3px no-repeat;
	}

.post ul li li {
	padding-left:0;
	background:transparent;
	}

.post ol li {
	list-style-type:decimal;
	margin-left: 0;
	padding-left: 0;
	}

.post ul ul {
	margin-left:0;
	}

form, select {
	margin:0;
	padding:0;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px solid #999;
	}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 0 20px 15px;
	color: #666;
	background:#eee;
	padding: 15px 20px 1px;
	}

.center {
	text-align: center;
	}

a img, img a {
	border: none;
	}

.post {
	clear:both;
	margin: 0 0 15px;
	padding:0 0 1px;
	background: url(/templates/thor/images/dot2.gif) bottom left repeat-x;
	}

.singlepost .post {
	margin: 0 0 10px;
	border:0;
	background:transparent;
	padding:20px;
	border:1px solid #ddd;
	}

.singlepost .sitemap .post {
	border:0;
	margin: 0 0 10px;
	padding:0 0 1px;
	background: url(/templates/thor/images/dot2.gif) bottom left repeat-x;
	}

.entry {
	margin: 0;
	padding: 0;
	}


.postdate {
	font-size:8pt;
	margin-bottom: 15px;
	}

.singlepost .postdate {
	background:url(/templates/thor/images/dot1.gif) bottom left repeat-x;
	padding-bottom:5px;
	margin-bottom:15px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

hr {
        display: block;
        clear:both;
        }

.navigation {
	margin: 0;
	padding: 10px 0 0;
	font-weight:bold;
	clear:both;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
        float: none; 
        clear: both;
	}

.banner468 {
	text-align:center;
	margin: 0 auto 10px;
	padding:5px 0px;
	border:1px solid #ddd;
	background:#eee;
	float:none;
	display:block;
	}

.tags {
	margin: 0;
	padding: 0;
	}

.cats {
	margin: 0;
	padding: 0;
	}

input:focus {
	outline: none;
	}

p#breadcrumbs {
	padding: 0 0 5px;
	background: url(/templates/thor/images/dot1.gif) bottom left repeat-x;
	font-size:8pt;
	margin: 0 0 5px;
	font-family:arial,helvetica,sans-serif;
	color:#666;
	}

.archive-border {
	padding:20px;
	margin:0 0 10px;
	border:1px solid #ddd;
	}

/* ---------------[ Tables ]--------------- */

table {
	margin-bottom:15px;
	}

tr, td, th {
	margin:auto; 
	}

td, th {
	padding:5px;
	vertical-align:top;
	}

th {
	font-weight:bold;
	background:#ddd;
	}

td {
	border:1px solid #ddd;
	}

.leftcol, .rightcol, .centercol { border: 0px; }

/* -------------------[ Author Bio Info ]------------------- */

.auth-bio {
	padding: 15px;
	margin: 0 0 15px;
	background:#eee;
	border:1px solid #ddd;
	}

.singlepost .auth-bio {
	margin: 0 0 10px;
	}

.auth-bio img.avatar {
	padding:1px;
	background:#fff;
	border:1px solid #ddd;
	float:right;
	margin:0 0 0 10px;
	}

.auth-bio p {
	margin:0;
	}

/* -------------------[ Comments ]------------------- */

.allcomments {
	padding: 10px 0 0;
	margin:0;
	}

.commentlist {
	padding: 0;
	list-style-type:none;
	margin: 0 ;
	}
	
.commentlist li {
	background: #eee;
	clear:both;
	margin: 15px 0 0;
	padding: 15px;
	border:1px solid #ddd;
	list-style-type:none;
	}

.commentlist li ul.children li {
	background: #fff;
	}

.commentlist li ul.children {
	margin: 0;
	padding: 0;
	}

.commentlist li.alt { }

.commentmetadata {
	display: block;
	margin-bottom:10px;
	font-size: 8pt;
	}

.commentlist cite {
	font-style:normal;
	font-weight:bold;
	}

#commentform {
	padding: 0;
	margin: 0;
	}

#commentform input#author,
#commentform input#email,
#commentform input#url,
#commentform textarea {
	padding:10px;
	border:1px solid #ddd;
	background:#fff;
	}

#commentform input#submit {
	cursor:pointer;
	}

#commentform textarea {
	width:80%;
	}

.thread-alt { }	

.thread-even { }

#respond { 
	margin: 10px 0 0;
	padding:15px;
	background:#eee;
	border:1px solid #ddd;
	clear:both; 
	}

.commentlist #respond { 
	clear:both; 
	padding-top:10px; 
	}

.comments-navigation {
	display:block;
	margin: 0;
	padding:5px 0;
	font-weight:bold;
	}

.comments-navigation .alignleft {
	float:left;
	}

.comments-navigation .alignright {
	float:right;
	}

.comments-number {
	font-size:8pt;
	font-weight:bold;
	margin-bottom:0;
	padding:0 0 5px;
	}

.commentlist img.avatar, 
.commentlist img.comment-grav {
	padding:2px;
	background:#fff;
	border:1px solid #ddd;
	float:right;
	margin:0 0 10px 10px;
	}

.reply {
	padding: 0 0 5px;
	}

a.comment-reply-link, 
a.comment-reply-link:link, 
a.comment-reply-link:visited, 
.reply a, 
.reply a:link, 
.reply a:visited {
	clear:both;
	background:#ddd;
	padding: 5px 10px;
	font-weight:bold;
	font-size:8pt;
	text-transform:lowercase;
	color:#000;
	}

a.comment-reply-link:hover, 
a.comment-reply-link:active, 
.reply a:hover, 
.reply a:active {
	background:#000;
	color:#fff !important;
	border:1px solid #000;
	}

.comment-body ul {
	list-style-type:disc;
	margin:0 30px 15px;
	padding:0;
	border:none;
	}

.comment-body ul li {
	list-style-type:disc;
	margin:0;
	padding:0;
	border:none;
	}

.cancel-comment-reply {
	padding: 5px 0 10px;
	}

/* -------------------[ Sidebar ]------------------- */

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul ul {
	margin: 0;
	padding: 10px;
	}

#sidebar ul ul ul {
	margin: 0;
	padding: 0;
	}

#sidebar ul ul ul ul {
	margin: 0;
	padding: 0;
	}

#sidebar li {
	list-style-type: none;
	margin: 0;
	padding:0;
	border-bottom:1px solid #ddd;
	}

#sidebar li li {
	margin: 0 0 5px;
	padding:0 0 0 16px;
	background:url(/templates/thor/images/arrow-simple.gif) 0 3px no-repeat;
	border-bottom:0;
	}

#sidebar li li li {
	margin: 0;
	padding:0;
	border:0;
	background:transparent;
	}

#sidebar li li li:hover {
	}

#sidebar li li li li {
	margin: 0 0 0 15px;
	padding:0;
	background:transparent;
	}

#sidebar .textwidget {
	padding: 10px;
	}

#sidebar li#tag-cloud ul { }

#sidebar li.widget_tag_cloud div { 
	padding:10px; 
	line-height:2em; 
	}

#sidebar li#tag-cloud ul.wp-tag-cloud { 
	padding:10px; 
	line-height:2em; 
	}

#sidebar li#tag-cloud li {
	border:0;
	float:none;
	display:inline;
	padding: 0;
	margin: 0;
	background:transparent;
	background-image: none;
	}

#sidebar li#tag-cloud li a {
	padding:0;
	background:transparent;
	background-image: none;
	}

#sidebar li select {
	width:160px;
	margin: 0;
	}

#sidebar li li.recentcomments {
	margin: 0 0 10px;
	padding-left: 20px;
	background:url(/templates/thor/images/comments.gif) 0 1px no-repeat;
	}

#sidebar .widget_flickrRSS img {
	margin: 0 5px 5px 0;
	background: #ddd;
	padding: 3px;
	width:75px;
	height:75px;
	}

#sidebar #calendar_wrap, #sidebar #akismetwrap {
	padding:10px;
	margin:0;
	}

#sidebar li#sidebar-banner300 {
	padding: 0 10px 10px;
	margin: 0 0 10px;
	}

/* ---------------[ Site Map Page ]--------------- */

.post .sitemap ul {
	margin-top: 0;
	margin-left: 0;
	}

.post .sitemap ul ul {
	margin-left: 0;
	}

.post .sitemap ul ul ul {
	margin-left: 15px;
	}

.sitemap img.post-thum, .sitemap img.thumbnail {
	float:right;
	margin: 0 0 10px 10px;
	width:75px;
	height:75px;
	}

p.site-map {
	margin: 0;
	font-weight:bold;
	font-size:10pt;
	}

.map-narrow {
	width:30%;
	float:right;
	border:1px solid #ddd;
	background:#eee;
	padding: 10px;
	}

.map-wide {
	width:60%;
	float:left;
	}

/* ---------------[ Related Posts on Single Post Page ]--------------- */

#related {
	background:#eee url(/templates/thor/images/dot.gif) 45% 0 repeat-y;
	border:1px solid #ddd;
	padding:15px;
	margin: 0 0 10px;
	}

#related .related-posts {
	font-weight:bold;
	width: 53%;
	float:right;
	}

#related .related-posts p {
	margin:0;
	}

#related .related-posts h3, #related .related-posts h2, #related .related-posts h1 {
	margin:0;
	font-size:12pt;
	letter-spacing:0;
	}

#related .related-posts ol {
	font-weight:normal;
	margin:2px 0 0 25px;
	}

#related .subscribe {
	width: 43%;
	float:left;
	}

#related .subscribe p.intro {
	font-weight:bold;
	}

#related .subscribe p.feed {
	margin-bottom:10px;
	font-weight:bold;
	padding-left: 21px;
	background: url(/templates/thor/images/FeedIcon-16.gif) 0px 50% no-repeat;
	}

#related .subscribe form {
	margin:0;
	padding:0;
	}

/* -------------------[ Top Navigation ]------------------- */

#topnav {
	background: #1a1a1a url(/templates/thor/images/topnavbg.gif) top left no-repeat;
	margin:0 auto;
	padding:0 15px;
	width:950px;
	position:relative;
	z-index:9999;
	border-bottom:1px solid #000;
	}

#topnav ul {
	width:740px;
	list-style: none;
	padding: 0;
	margin: 0;
	}

#topnav li {
	margin: 0;
	padding:0;
	float: left;
	height:60px;
	line-height:60px;
	}

#topnav li li {
	padding:0;
	margin: 0;
	height:30px;
	line-height:30px;
	}

#topnav li a, #topnav li a:link, #topnav li a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	text-decoration: none;
	padding: 0px 10px;
	}

#topnav li a:hover, #topnav li a:active {
	color: #eee;
	}

#topnav li.current_page_item {
	padding-right:10px;
	background:url(/templates/thor/images/nav-rt.gif) top right no-repeat;
	}

#topnav li.current_page_item a, 
#topnav li.current_page_item a:link, 
#topnav li.current_page_item a:visited {
	background:url(/templates/thor/images/nav-left.gif) top left no-repeat;
	padding-right: 0;
	}

#topnav li li.current_page_item {
	padding-right:0;
	background:transparent;
	}

#topnav li li.current_page_item a, 
#topnav li li.current_page_item a:link, 
#topnav li li.current_page_item a:visited {
	background:transparent;
	padding: 0px 10px;
	}

#topnav li ul {
	float:none;
	z-index:9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0;
	padding:0;
	background:#ccc;
	border:1px solid #000;
	}

#topnav li.current_page_item ul {

	}

#topnav li li.current_page_item ul {

	}

#topnav li.current_page_item li {
	background-image:none;
	padding:0;
	margin: 0;
	}

#topnav li ul a, 
#topnav li ul a:link, 
#topnav li ul a:visited,
#topnav li.current_page_item ul a, 
#topnav li.current_page_item ul a:link, 
#topnav li.current_page_item ul a:visited {
	background-image:none;
	padding: 0px 10px;
	width:180px;
	background:transparent;
	color:#000;
	}

#topnav li ul a:hover, 
#topnav li ul a:active,
#topnav li.current_page_item ul a:hover, 
#topnav li.current_page_item ul a:active  { 
	background:#333;
	color:#fff;
	}

#topnav li ul ul, #topnav li.current_page_item ul ul  {
	border-top:0;
	margin: -30px 0 0 200px;
	}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul {
	left: -999em;
	}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul {
	left: auto;
	}

#topnav li:hover, #topnav li.sfhover { width:auto;
	}

/* -------------------[ Searchform ]------------------- */

#topnav #topsearch {
	position: absolute;
	top: 0;
	right:15px;
	width:200px;
	height:60px;
	background:url(/templates/thor/images/searchbg.gif) top left no-repeat;
	}

#topnav #searchform {
	padding:0;
	margin:0;
	}

#topnav #searchform #searchfield {
	font-size:9pt;
	float:left;
	padding:0;
	width:150px;
	margin: 23px 0 0 25px;
	border:0;
	background:transparent;
	color:#888;
	line-height:1.1em;
	}

#topnav #searchform #submitbutton {
	margin: 15px 0 0;
	float:right;
	font-size:8pt;
	width:20px;
	height:30px;
	text-align:center;
	border:0;
	background: transparent;
	}

/* -----------[ Bottom Categories ]----------- */

#bottom-cats {
	margin: 0 auto;
	padding: 5px;
	overflow:hidden;
	border-top:1px solid #ddd;
	background:#fff;
	}

#bottom-cats ul {
	list-style-type:none;
	width:960px;
	margin: 0 auto;
	padding: 5px;
	overflow:hidden;
	background:#000; 
	}

#bottom-cats li {
	padding:3px;
	margin: 0;
	float:left;
	list-style-type:none;
	display:inline; 
	}
#bottom-cats a, #bottom-cats a:link, #bottom-cats a:visited {
	background:#111;
	display:block;
	float:left;
	padding:5px;
	width:174px;
	border:1px solid #222;
	overflow:hidden;
	font-size:9pt;
	color:#aaa;
	}

#bottom-cats a:hover, #bottom-cats a:active {
	color:#fff;
	background:#000;
	}

/* -------------------[ Side Tabs ]------------------- */

#sidebar li#side-tabs {
	padding: 10px;
	margin:0;
	}

#sidebar #side-tabs ul, #side-tabs ul {
	margin: 0;
	padding: 0;
	background:transparent;
	border:0;
	}

#side-tabs ul.tabs {  
	list-style-type:none;
	margin: 0;
	padding: 0;
	clear:both;
	}

#side-tabs ul.tabs li {
	border:0;
	background:transparent;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	} 

#side-tabs ul.tabs li a, 
#side-tabs ul.tabs li a:link, 
#side-tabs ul.tabs li a:visited {
	float: left;
	display: block;
	padding: 5px 8px;
	color:#666;
	font-size:8pt;
	font-weight:bold;
	} 

#side-tabs ul.tabs li a:hover, 
#side-tabs ul.tabs li a:active {
	color:#000;
	}  

#side-tabs ul.tabs li a.on {
	background:#ccc;
	color:#000;
	}

#side-tabs .cat_content {
	border:1px solid #ccc;
	padding: 0;
	background:#ddd;
	margin: 0 !important;
	}

#side-tabs select {
	margin: 10px !important;
	}

#side-tabs .cat_content li {
	margin: 0 !important;
	padding:10px !important;
	background:transparent !important;
	border-bottom: 1px solid #ccc !important;
	}

/* ---------[ Sidebar Subscribe ]--------- */

#sidebar li#sidebar-subscribe {
	padding: 0 10px 10px;
	}

a#rss-sub, a#rss-sub:link, a#rss-sub:visited {
	height:37px;
	width:250px;
	background: url(templates/thor/images/rss-sub.gif) top left no-repeat;
	display:block;
	padding:0;
	margin: 0;
	}
a#rss-sub:hover, a#rss-sub:active {
	background: url(templates/thor/images/rss-sub.gif) bottom left no-repeat;
	}

.email-sub {
	}

.email-sub form {
	padding: 47px 0 0 0;
	margin:10px 0 0;
	background: url(templates/thor/images/email-sub.gif) top left no-repeat;
	}

.email-sub input#sub {
	padding: 5px 5px 0;
	background: #fff;
	border:1px solid #ccc;
	width:160px;
	color:#999;
	height:21px;
	font-size: 10pt;
	float:left;
	clear:left;
	margin:0 5px 0 0;
	}

.email-sub input#subbutton {
	padding: 0;
	background: transparent url(templates/thor/images/submit.gif) top left no-repeat;;
	border:0;
	height:28px;
	width:60px;
	cursor:pointer;
	float:left;
	clear:right;
	margin:0;
	}

.email-sub input#subbutton:hover {
	background: transparent url(templates/thor/images/submit.gif) bottom left no-repeat;;
	}

a#twitter-sub, a#twitter-sub:link, a#twitter-sub:visited {
	height:89px;
	width:250px;
	background: url(templates/thor/images/twitter-sub.gif) top left no-repeat;
	display:block;
	padding:0;
	margin: 15px 0 0;
	}
a#twitter-sub:hover, a#twitter-sub:active {
	background: url(templates/thor/images/twitter-sub.gif) bottom left no-repeat;
	}


/* ---------[ Slideshow ]--------- */

#home-top {
	width:950px;
	background:#fff;
	margin:0 auto;
	padding:15px 15px 5px;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	}

#slideshow {
	width: 940px;
	margin: 0 0 10px;
	padding:0;
	background:#000;
	height:250px;
	overflow:hidden;
	border:5px solid #000;
	}

#slideshow ul {
	background:transparent;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}           

/* ---------[ Slideshow Slides ]--------- */

#slideshow .slides {
	width:540px;
	overflow: hidden;
	float:left;
	color:#fff;
	}

#slideshow .slides ul {
	float:left;
	overflow: hidden;
	width:540px;
	height:250px;
	}

#slideshow .slides li {
	display:none;
	left:-99999em;
	width:540px;
	height:250px;
	display:block;
	overflow: hidden;
	background:#000;
	position:relative;
	z-index:1;
	}

.js #slideshow .slides li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:540px;
	height:250px;
	display:block;
	overflow: hidden;
	background:#000;
	position:relative;
	z-index:1;
	}

.js #slideshow .slides li .entry {
	width:530px;
	padding: 5px;
	overflow: hidden;
	position:absolute;
	bottom:0;
	left:0;
	background:#000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}

#slideshow .slides li .entry p {
	margin: 0;
	}

#slideshow .slides li .entry h2 a, 
#slideshow .slides li .entry h2 a:link,
#slideshow .slides li .entry h2 a:visited,
#slideshow .slides li .entry h2 a:hover,
#slideshow .slides li .entry h2 a:active  {
	font-size:12pt;
	line-height: 1.1em;
	margin:0;
	color:#fff !important;
	margin: 0;
	letter-spacing:0;
	}

/* ---------[ Slideshow Navigation ]--------- */

#slideshow  ul.slides-nav {
	height:250px;
	width:395px;
	margin:0;
	padding: 0;
	float:right;
	overflow:hidden;
	}

#slideshow .slides-nav li {
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	}

#slideshow .slides-nav li a {
	width:375px;
	font-family:arial,helvetica,sans-serif;
	display:block;
	margin:0;
	padding:10px;
	list-style-type:none;
	display:block;
	height:30px;
	color:#999;
	font-size:8pt;
	overflow:hidden;
	background: #1A1A1A;
	line-height:1.35em;
	}

.js #slideshow .slides-nav li.on a {
	background: #292929 url(templates/thor/images/featbg.gif) top left no-repeat;
	color:#fff;
	}

.js #slideshow .slides-nav li a:hover,
.js #slideshow .slides-nav li a:active {
	color:#fff;
	}

#slideshow .slides-nav li a img.post-thum, 
#slideshow .slides-nav li a img.thumbnail {
	float:left;
	margin: 0 10px 0 0;
	border:0;
	padding:1px;
	background:#999;
	width:28px;
	height:28px;
	}

.js #slideshow .slides-nav li.on a img.post-thum, 
.js #slideshow .slides-nav li.on a img.thumbnail {
	background:#fff !important;
	}

/* ---------[ More Features ]--------- */

#more-feat {
	width:950px;
	background:#fff;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	}

#more-feat .post {
	border:1px solid #ddd;
	font-size:8pt;
	width:228px;
	background:#eee;
	margin:0 10px 10px 0;
	padding:0;
	overflow:hidden;
	float:left;
	display:inline;
	clear:none;
	}

#more-feat .right .post {
	margin:0;
	float:right;
	}

#more-feat .post .entry {
	line-height: 1.3em;
	margin:0;
	padding:8px;
	height:105px;
	overflow:hidden;
	}

#more-feat .post .entry-bottom {
	margin:5px 0 0;
	padding:5px 8px;
	border-top:1px solid #ddd;
	background:#e5e5e5;
	}

#more-feat h2 {
	font-size: 10pt;
	letter-spacing:0;
	margin:0;
	}

#more-feat img.thumbnail {
	float:right;
	margin: 0 0 5px 5px;
	padding:1px;
	background:#fff;
	width:70px;
	height:70px;
	border:1px solid #ccc;
	}

/* -------------------[ Magazine Home Page Styles ]------------------- */

ul.home-left {
	width:49%;
	padding:0;
	float:left;
	margin:0 0 15px;
	list-style-type:none;
	}

ul.home-right {
	width:49%;
	padding:0;
	float:right;
	margin:0 0 15px;
	list-style-type:none;
	}

ul.home-bottom {
	clear:both;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	}

ul.home-left li, 
ul.home-right li, 
ul.home-bottom li {
	margin:0;
	padding:0;
	}

ul.home-right li.homepost, 
ul.home-left li.homepost, 
ul.home-bottom li.homepost {
	font-size:9pt;
	margin:0;
	padding:0;
	list-style-type:none;
	border:1px solid #ddd;
	border-top:0;
	}

ul.home-right li.homepost .entry, 
ul.home-left li.homepost .entry, 
ul.home-bottom li.homepost .entry {
	padding: 10px 10px 0;
	}

ul.home-right li.title, 
ul.home-left li.title, 
ul.home-bottom li.title {
	margin:0;
	padding:0 10px;
	list-style-type:none;
	border:1px solid #ddd;
	background:#e5e5e5;
	clear:both;
	}

ul.home-right .bottom,
ul.home-left .bottom,
ul.home-bottom .bottom {
	clear:both;
	font-size: 8pt;
	padding: 5px 10px;
	background:#eee;
	border-top:1px solid #e5e5e5;
	margin: 10px 0 0;
	}

ul.home-right li.title h2.feat-title,
ul.home-left li.title h2.feat-title,
ul.home-bottom li.title h2.feat-title {
	letter-spacing:0px;
	font-size: 10pt;
	padding:5px 0;
	margin: 0;
	float:left;
	width:74%;
	}

ul.home-bottom li.title h2.feat-title {
	padding: 8px 0 0;
	}

ul.home-right  li.title .moreposts,
ul.home-left  li.title .moreposts,
ul.home-bottom  li.title .moreposts {
	text-align:right;
	float:right;
	width:24%;
	font-size:9pt;
	font-weight:bold;
	padding:5px 0;
	margin:0;
	}

li.homepost img.post-thum, 
li.homepost img.thumbnail {
	width:70px;
	height:70px;
	float:right;
	margin: 0 0 10px 10px;
	}

li.homepost h3 {
	padding:0;
	margin: 0;
	letter-spacing:0px;
	font-size:9pt;
	line-height:1.3em;
	}

li.homepost p {
	margin-bottom:0;
	}

/* -------------------[ Footer Widgets ]------------------- */

#footer-widgets {
	background:#000;
	margin:0 auto;
	clear:both;
	padding:15px 15px 0;
	color:#999;
	border:5px solid #fff;
	border-top:0;
	}

#footer-widgets h3.widgettitle {
	font-size: 10pt;
	padding:0;
	margin-bottom:7px;
	color:#999;
	letter-spacing:0;
	text-transform:uppercase;
	}

#footer-widgets ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#footer-widgets ul ul {
	margin: 0;
	padding: 0;
	}

#footer-widgets ul ul ul {
	margin: 0 0 0 15px;
	padding: 0;
	}

#footer-widgets li {
	list-style-type: none;
	margin: 0 0 20px;
	padding:0;
	}

#footer-widgets li li {
	margin: 0 0 7px;
	padding:0;
	background:transparent;
	border: 0;
	}

#footer-widgets li li li {
	margin: 0;
	padding:0;
	border:0;
	background:transparent;
	}

#footer-widgets li li li:hover {
	}

#footer-widgets li li li li {
	margin: 0;
	padding:0;
	background:transparent;
	}

#footer-widgets .textwidget {
	padding: 0;
	}

#footer-widgets li#tag-cloud ul { }

#footer-widgets li.widget_tag_cloud div { 
	padding:0px; 
	line-height:2em; 
	}

#footer-widgets li#tag-cloud ul.wp-tag-cloud { 
	padding:0; 
	line-height:2em; 
	}

#footer-widgets li#tag-cloud li {
	border:0;
	float:none;
	display:inline;
	padding: 0;
	margin: 0;
	background:transparent;
	background-image: none;
	}

#footer-widgets li#tag-cloud li a {
	padding:0;
	background:transparent;
	background-image: none;
	}

#footer-widgets li select {
	width:140px;
	margin: 0;
	border:2px solid #999;
	}

#footer-widgets ul.footer-widget1 {
	float:left;
	width:265px;
	margin: 0 30px 0 0;
	overflow:hidden;
	}

#footer-widgets ul.footer-widget2 {
	float:left;
	width:265px;
	margin: 0 30px 0 0;
	overflow:hidden;
	}

#footer-widgets ul.footer-widget3 {
	float:left;
	width:160px;
	margin: 0;
	overflow:hidden;
	}

#footer-widgets ul.footer-widget4 {
	float:right;
	width:160px;
	margin: 0;
	overflow:hidden;
	}

#footer-widgets .widget_flickrRSS img {
	margin: 0 5px 5px 0;
	background: #222;
	padding: 3px;
	width:75px;
	height:75px;
	}

#footer-widgets a, #footer-widgets a:link, #footer-widgets a:visited {
	text-decoration:none;
	}

#footer-widgets a:hover, #footer-widgets a:active {
	text-decoration:none;
	color:#fff;
	}

/* -------------------[ Footer Widgets Side Tabs ]------------------- */

#footer-widgets #side-tabs ul, 
#footer-widgets #side-tabs ul {
	margin: 0;
	padding: 0;
	background:transparent;
	border:0;
	}

#footer-widgets #side-tabs ul.tabs {  
	list-style-type:none;
	margin: 0;
	padding: 0;
	clear:both;
	}

#footer-widgets #side-tabs ul.tabs li {
	border:0;
	background:transparent;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	} 

#footer-widgets #side-tabs ul.tabs li a, 
#footer-widgets #side-tabs ul.tabs li a:link, 
#footer-widgets #side-tabs ul.tabs li a:visited {
	float: left;
	display: block;
	padding: 5px 8px;
	color:#aaa;
	font-size:8pt;
	font-weight:bold;
	} 

#footer-widgets #side-tabs ul.tabs li a:hover, 
#footer-widgets #side-tabs ul.tabs li a:active {
	color:#fff;
	}  

#footer-widgets #side-tabs ul.tabs li a.on {
	background:#111;
	color:#fff;
	}

#footer-widgets #side-tabs .cat_content {
	border:3px solid #111;
	padding: 0;
	background:#222;
	margin: 0 !important;
	}

#footer-widgets #side-tabs select {
	margin: 10px !important;
	}

#footer-widgets #side-tabs .cat_content li {
	margin: 0 !important;
	padding:10px !important;
	background:transparent !important;
	border-bottom: 1px solid #111 !important;
	}

/* ---------------[ Modules ]--------------- */

div.module { 
	position: relative; 
	padding-bottom: 10px;
}
 
div.module div.badge {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	height: 39px;
	background: url(/jul09/templates/yoo_phoenix/images/module_badges.png) 0 0 no-repeat;
	overflow: hidden;
	z-index: 1;
}
 
div.module div.badge-hot { background-position: 0 0; }
div.module div.badge-top { background-position: 0 -40px; }
div.module div.badge-pick { background-position: 0 -80px; }
div.module div.badge-new { background-position: 0 -120px; }


.module h3.header {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #323232;
	font-weight: normal;
}

.module span.header-2,
.module span.header-3 { display: block; }

 
.module h3.header span.title {
	display: block;
	font-size: 15px;
	line-height: 27px;
	font-weight: bold;
}

.module h3.header span.subtitle {
	display: block;
	margin-top: -5px;
	line-height: 10px;
	font-size: 9px;
	font-weight: normal;
	color: #646464;
	letter-spacing: 0px;
	text-indent: 1px;
}

div.mod-rounded div.box-t1 { background: url(/templates/thor/images/module_rounded_white_corners.png) 0 0 no-repeat; }

div.mod-rounded div.box-t2 {
	padding: 0px 10px 0px 10px;
	background: url(/templates/thor/images/module_rounded_white_corners.png) 100% -15px no-repeat;
}

div.mod-rounded div.box-t3 {
	height: 9px;
	border-top: 1px solid #D2D2D2;
	background: #ffffff;
}

div.mod-rounded div.box-1 {
	padding: 0px 14px 0px 14px;
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	background: #ffffff;
	overflow: hidden;
}

div.mod-rounded div.box-b1 { background: url(/templates/thor/images/module_rounded_white_corners.png) 0 -30px no-repeat; }

div.mod-rounded div.box-b2 {
	padding: 0px 10px 0px 10px;
	background: url(/templates/thor/images/module_rounded_white_corners.png) 100% -45px no-repeat;
}

div.mod-rounded div.box-b3 {
	height: 9px;
	border-bottom: 1px solid #D2D2D2;
	background: #ffffff;
}

div.mod-rounded span.header-3 {
	height: 30px;
	line-height: 27px;
}

/* color: grey */
div.mod-rounded-grey div.box-t1 { background-image: url(/templates/thor/images/module_rounded_grey_corners.png); }
div.mod-rounded-grey div.box-t2 { background-image: url(/templates/thor/images/module_rounded_grey_corners.png); }
div.mod-rounded-grey div.box-b1 { background-image: url(/templates/thor/images/module_rounded_grey_corners.png); }
div.mod-rounded-grey div.box-b2 { background-image: url(/templates/thor/images/module_rounded_grey_corners.png); }
div.mod-rounded-grey div.box-1 { background: #F5F6F7 url(/templates/thor/images/module_rounded_grey_corners.png) 0 -60px repeat-x; }
div.mod-rounded-grey div.box-b3 { background: #F5F6F7; }

div.mod-rounded-grey em.box { background: #ffffff; }

/* module: header based on rounded */
div.mod-rounded-header div.box-1 { padding: 30px 14px 0px 14px; }

div.mod-rounded-header h3.header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background: url(/templates/thor/images/module_rounded_white_header.png) 0 0 no-repeat;
}

div.mod-rounded-header span.header-2 {
	padding: 0px 10px 0px 10px;
	background: url(/templates/thor/images/module_rounded_white_header.png) 100% -40px no-repeat;
}

div.mod-rounded-header span.header-3 {
	height: 35px;
	background: url(/templates/thor/images/module_rounded_white_header.png) 100% -80px repeat-x;
	line-height: 35px;
}
div.mod-rounded-header h3.header span.icon { top: 2px; }

/* color: greyheader */
div.mod-rounded-header-grey h3.header {
	background-image: url(/templates/thor/images/module_rounded_grey_header.png);
	color: #ffffff;
}

div.mod-rounded-header-grey h3.header span.subtitle { color: #ffffff; }
div.mod-rounded-header-grey span.header-2 { background-image: url(/templates/thor/images/module_rounded_grey_header.png); }
div.mod-rounded-header-grey span.header-3 { background-image: url(/templates/thor/images/module_rounded_grey_header.png); }

/*
 * module: chrome
 */

div.mod-chrome div.box-t1 { background: url(/templates/thor/images/module_chrome_white.png) 0 0 no-repeat; }

div.mod-chrome div.box-t2 {
	padding: 0px 15px 0px 15px;
	background: url(/templates/thor/images/module_chrome_white.png) 100% -45px no-repeat;
}

div.mod-chrome div.box-t3 {
	height: 40px;
	background: url(/templates/thor/images/module_chrome_white.png) 0 -90px repeat-x;
}

div.mod-chrome div.box-1 {
	padding: 0px 6px 0px 6px;
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	background: #F0F1F2;
}

div.mod-chrome div.box-2 {
	padding: 0px 8px 0px 8px;
	background: #141414 url(/templates/thor/images/module_chrome_white.png) 0 -195px repeat-x;
	overflow: hidden;
	color: #c8c8c8;
}

div.mod-chrome div.box-b1 { background: url(/templates/thor/images/module_chrome_white.png) 0 -135px no-repeat; }

div.mod-chrome div.box-b2 {
	padding: 0px 15px 0px 15px;
	background: url(/templates/thor/images/module_chrome_white.png) 100% -155px no-repeat;
}

div.mod-chrome div.box-b3 {
	height: 15px;
	background: url(/templates/thor/images/module_chrome_white.png) 0 -175px repeat-x;
}

div.mod-chrome h3.header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	padding-left: 15px;
	line-height: 35px;
	overflow: hidden;
}
div.mod-chrome h3.header span.subtitle { margin-top: -5px; }
div.mod-chrome h3.header span.icon { top: 2px; }


/* color: black */
div.mod-chrome-black div.box-t1 { background-image: url(/templates/thor/images/module_chrome_black.png); }
div.mod-chrome-black div.box-t2 { background-image: url(/templates/thor/images/module_chrome_black.png); }
div.mod-chrome-black div.box-t3 { background-image: url(/templates/thor/images/module_chrome_black.png); }

div.mod-chrome-black div.box-1 {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #1E1E1E;
}

div.mod-chrome-black div.box-2 {
	background: #F0F1F2 url(/templates/thor/images/module_chrome_black.png) 0 -195px repeat-x;
	color: #323232;
}

div.mod-chrome-black div.box-b1 { background-image: url(/templates/thor/images/module_chrome_black.png); }
div.mod-chrome-black div.box-b2 { background-image: url(/templates/thor/images/module_chrome_black.png); }
div.mod-chrome-black div.box-b3 { background-image: url(/templates/thor/images/module_chrome_black.png); }

div.mod-chrome-black h3.header { color: #ffffff; }
div.mod-chrome-black h3.header span.subtitle { color: #c8c8c8; }

div.mod-chrome ul.menu span.bg {
	height: 25px;
	line-height: 24px;
	color: #c8c8c8;
	text-indent: 15px;
	z-index: 2;
}

 
div.mod-chrome ul.menu a.current span.bg { font-weight: bold; }

 
 

 
div.mod-chrome ul.menu li.level1 { background: url(/jul09/templates/yoo_phoenix/images/submenu_level1_item_black.png) 50% 0 no-repeat; }

div.mod-chrome ul.menu li.parent a.level1,
div.mod-chrome ul.menu li.parent span.level1 { background: url(/jul09/templates/yoo_phoenix/images/submenu_level1_parent.png) 100% 0 no-repeat; }

div.mod-chrome ul.menu li.parent a.active,
div.mod-chrome ul.menu li.parent span.active { background-position: 100% -25px; }

div.mod-chrome ul.menu a.level1 span.icon,
div.mod-chrome ul.menu span.level1 span.icon { text-indent: 35px; }

 
div.mod-chrome ul.menu li.level2 span.bg {
	height: 20px;
	line-height: 20px;
}

div.mod-chrome ul.menu a.level2 span.bg { text-indent: 30px; }

 
div.mod-chrome ul.menu a.level3 span.bg { text-indent: 40px; }

 
div.mod-chrome ul.menu a.level4 span.bg { text-indent: 50px; }

 
div.mod-chrome-black ul.menu span.bg,
div.mod-chrome-orange ul.menu span.bg,
div.mod-chrome-blue ul.menu span.bg,
div.mod-chrome-green ul.menu span.bg { color: #323232; }

div.mod-chrome-black ul.menu li.level1,
div.mod-chrome-orange ul.menu li.level1,
div.mod-chrome-blue ul.menu li.level1,
div.mod-chrome-green ul.menu li.level1 { background: url(/jul09/templates/yoo_phoenix/images/submenu_level1_item_white.png) 50% 0 no-repeat; }


#layout {
	margin-left:auto;
	margin-right:auto;
	width: 920px;
}

.leftcol, .rightcol { width: 200px; }

td.centercol {
	width: auto;
}

/* Reset form margin/padding */
.thumbsup_template_mini-thumbs form { position:relative; margin:0; padding:0; height:16px; color:#000; }

/* Stuff to hide */
.humbsup_template_mini-thumbs .thumbsup_hide { display:none; }

/* Position buttons */
.thumbsup_template_mini-thumbs input { position:absolute; top:0; left:0; width:16px; height:16px; background:url(./images/thumbs-sprite.png) no-repeat 0 0; border:0; text-indent:-9999px; cursor:pointer; }
.thumbsup_template_mini-thumbs input.vote_down { left:18px; background-position:-16px 0; }
.thumbsup_template_mini-thumbs input:hover { background-position:0 -16px; }
.thumbsup_template_mini-thumbs input.vote_down:hover { background-position:-16px -16px; }
.thumbsup_template_mini-thumbs input:active { background-position:0 -32px; }
.thumbsup_template_mini-thumbs input.vote_down:active { background-position:-16px -32px; }

/* Position score */
.thumbsup_template_mini-thumbs strong { display:block; margin:0 0 0 40px; font-size:12px; line-height:16px; text-align:left; }

/* Closed form */
.thumbsup_template_mini-thumbs .closed input, .thumbsup_template_mini-thumbs .closed input:hover { background-position:0 -48px; cursor:default; }
.thumbsup_template_mini-thumbs .closed input.vote_down, .thumbsup_template_mini-thumbs .closed input.vote_down:hover { background-position:-16px -48px; }

/* Right aligned */
.thumbsup_template_mini-thumbs.right input { left:auto; right:18px; }
.thumbsup_template_mini-thumbs.right input.vote_down { right:0; }
.thumbsup_template_mini-thumbs.right strong { margin:0 40px 0 0; text-align:right; }

/* Fix for IE <= 7: text-indent does not work to hide text on submit buttons */
.thumbsup_template_mini-thumbs input { font-size:0; line-height:999px; }
