/*
Theme Name: Pyrmont V2
Theme URI: http://imotta.cn/wordpress/pyrmont-theme-v2-for-wordpress.html
Description: A dark WordPress theme. Build in links and archives pages. Widget support. The theme is released under GPL.
Version: 2.0.3
Author: motta
Author URI: http://imotta.cn/
Tags: black, dark, two-columns, fixed-width, threaded-comments, sticky-post
*/


/* 
   Meyer's CSS Reset
   v1.0 | 20080212 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* css reset ends */

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(images/headertopbg.gif) repeat-x top;
	}

a{
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	border: none;
}

a img{
	border: none;
}

.clear{clear: both;}

div#page_wrap{
	width: 1000px;
	margin: 0 auto;
	}

div#header{
	font-size: 12px;
	}
div#header div.blog_title{
	float: left;
	margin:1px 0 0 30px;
	}
div#header div.blog_title h1 a{
	display: block;
	width:240px;
	height:79px;
	background:url(images/logo.gif) no-repeat top;
	}
div#header div.blog_title p.description{
			color: #999;
			margin-top: 10px;
			margin-left: 5px;
			}
div#header div#search{
		border: none;
		float: right;
		position: relative;
		}
div#header div#search form#searchform{
			position: absolute;
			top: 65px;
			right: 10px;
			width: 200px;
			height: 25px;
			border: none;
			background-color: #fff;
			}
div#header div#search form#searchform .searchinput{
				position: absolute;
				top: 5px;
				left: 8px;
				color: #666;
				font-size: 13px;
				width: 165px;
				}
div#header div#search form#searchform .button{
				position: absolute;
				top: 0px;
				left: 175px;
				background: url(images/mag.gif) no-repeat;
				height: 25px;
				width: 25px;
				border: 0;
				cursor: pointer;
				}
	
/*div#main_navi{
	float: left;
	margin-top: 10px;
	height: 37px;
	width: 1000px;
	}
div#main_navi ul.left{
		float: left;
		list-style-type: none;
		padding: 9px 0 0 20px;
		width: 750px;
		height: 20px;
		overflow: hidden;
		}
div#main_navi ul li{
			display: inline;
			text-transform: uppercase;
			}
div#main_navi ul.left li a{
				float: left;
				overflow: hidden;
				color: #ccc;
				font-size: 13px;
				line-height: 18px;
				margin: 0 30px 0 0;
				}
div#main_navi ul.left li a:hover{
				color: #ff5a00;
				}
div#main_navi ul.right{
		float: right;
		list-style-type: none;
		padding: 9px 10px 0 0;
		}
div#main_navi ul.right li a{
				float: left;
				overflow: hidden;
				color: #fff;
				font-size: 12px;
				line-height: 20px;
				margin: 0 0 0 10px;
				text-transform: uppercase;
				}
div#main_navi ul.right li.twitter a{
				background: url(images/twitter.gif) no-repeat 0 3px;
				padding-left: 21px;
				}
div#main_navi ul.right li.twitter a:hover{
				color: #0af;
				}
div#main_navi ul.right li.feed a{
				background: url(images/feed.gif) no-repeat 0 5px;
				padding-left: 15px;
				}
div#main_navi ul.right li.feed a:hover{
				color: #ff5a00;
				}*/
/* END div#header */

div#main{
	width: 710px;
	float: left;
	display: inline;/* fix double margin */
	margin: 40px 25px 30px 10px;
	border:1px solid #C1BEBE;
	}
div#main div.post{
	color: #ccc;
	line-height: 22px;
	margin-bottom: 30px;
	}
	/* sticky post */
div#main div.sticky{
		background-color: #0d0d0d;/* if a post is set as sticky post, it'll have a darker bg color */
		}
div#main div.post div.date{
	background: url(images/date.gif) no-repeat;
	float: left;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-weight:bold;
	height: 43px;
	width: 50px;
	/*margin-left: 10px;*/
	margin:5px 12px 0 10px;
	padding-top: 4px;
	position: relative;/* ie6 fix */
	}
div#main div.post div.title{
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 16px;

	/*float: left; 0620*/
	}
div#main div.post div.title h2{
	font-family:'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	color: #0c3b6a;
	width: 672px;
	line-height: 30px;
	/*float:right;*/
	}
div#main div.post div.title h2 a{color: #0c3b6a;}
div#main div.post div.title h2 a:hover{color: #03478b;}
div#main div.post div.title div.postmeta{
	font-size: 13px;
	color: #000;
	width: 672px;
	}
	
	div.postmeta ul{padding-bottom: 24px;
	margin-left: 40px;
	margin-right: 40px;
	list-style-type:disc;}
	
*+html div#main div.post div.title div.postmeta p 
	{
	margin-left:0px;
	}

div#main div.post div.title div.postmeta p{
	margin:10px 0 20px 0; 
	}	
	
div#main div.post div.title div.postmeta a{
	color: #000;
	text-decoration: none;
	font-weight:bold;
	}
div#main div.post div.title div.postmeta a:hover{
	color: #014e9a;
	text-decoration: underline;
	}
div#main div.post div.entry{
	padding: 10px 20px 0 20px;
	overflow: hidden;/* in case large img or video */_width: 618px;
	font-size: 13px;
	}
div#main div.post div.no_result{
	padding: 20px;
	}
div#main div.post div.no_result p.no_result{
	margin-bottom: 0;
	}
div#main div.post div.entry a{
	color: #ff5a00;
	border: none;
	text-decoration: none;
	}
div#main div.post div.entry a:hover{
	text-decoration: underline;
	}
div#main div.post div.entry p{
	margin-bottom: 20px;
	color:#707273;
	}
			/* 20090629 add h1-h6 style in entry */
div#main div.post div.entry h1{ font-size: 20px; margin-bottom: 5px; }
div#main div.post div.entry h2{ font-size: 18px; margin-bottom: 5px; }
div#main div.post div.entry h3{ font-size: 16px; margin-bottom: 5px; }
div#main div.post div.entry h4{ font-size: 15px; margin-bottom: 5px; }
div#main div.post div.entry h5{ font-size: 14px; margin-bottom: 5px; }
div#main div.post div.entry h6{ font-size: 12px; margin-bottom: 5px; }
			
div#main div.post div.entry ul,
div#main div.post div.entry ol{
	padding-bottom: 24px;
	margin-left: 40px;
	margin-right: 40px;
	}
div#main div.post div.entry ul{
				list-style-type: disc;
				}
div#main div.post div.entry ol{
				list-style-type: decimal;
				color:#707273;
				}
				div#main div.post div.entry ul li,
				div#main div.post div.entry ol li{
					padding: 1px 0;
					list-style: inside;
					color:#707273;
					}
			div#main div.post div.entry blockquote{
				background: url(images/blockquote.gif) no-repeat;
				padding: 35px 20px 10px 50px;
				margin: 0 15px 24px 15px;
				background-color: #181818;
				border-top: 1px solid #2a2e2f;
				border-bottom: 1px solid #2a2e2f;
				color: #999;
				}
				div#main div.post div.entry blockquote p{
					margin-bottom: 8px;
					}
			div#main div.post div.entry code{
				font-family: "Courier New", mono;
				background-color: #181818;
				border-left: 1px solid #2a2e2f;
				color: #197b30;
				padding: 5px 10px;
				display: block;
				}
			/* 20090629 add table layout */
			div#main div.post div.entry table{
				margin-bottom: 20px;
				border-collapse:collapse;
				border: 1px solid #2a2e2f;
				background-color: #181818;
				color: #999;
				}
				div#main div.post div.entry table td,
				div#main div.post div.entry table th{
					padding: 2px 5px;
					border: 1px solid #2a2e2f;
					}
/*	div#main div.navigation{
		font-size: 13px;
		}
		div#main div.navigation a{
			display: block;
			color: #ccc;
			border: 1px solid #1f2223;
			padding: 0 5px;
			background-color: #101010;
			line-height: 28px;
			}
			div#main div.navigation .left a:hover,
			div#main div.navigation .right a:hover{
				color: #ff5a00;
				background-color: #000;
				}
		div#main div.navigation .left{
			float: left;
			}
		div#main div.navigation .right{
			float: right;
			}*/
/* END div#main */

/*div#footer{
	color: #666;
	font-size: 12px;
	width:1000px;
	margin: 0 auto;
	width:1000px;
	height:210px;
	margin: 0 auto;
	}
div#footer .ftop{
	background:url(images/footer-topbg.gif) repeat-x top;
	height:7px;
	}	
div#footer div.footer_wrapper{
		margin: 15px auto;
		padding: 10px 0;
		position: relative;
		border-top:solid 1px #bbbdc0; 
		}
div#footer div.footer_wrapper a{
			color: #ccc;
			text-decoration: none;
			}
div#footer div.footer_wrapper a:hover{
			color: #fff;
			}*/
			
			
			
.footer{
	width:1000px;
	height:219px;
	background:url(images/footer-bg.jpg) repeat-x left top;
	/*margin:24px 0 0 0;*/
	margin:0 auto;
	clear:both;
	}
.footer h2{
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:24px; 
	color:#000;
	font-weight:normal;
	}	
.footer-box{
	width:976px;
	float:left;
	height:168px;
	margin:14px  12px;
	}
.footer-smack{
	width:305px;
	height:156px;
	background:url(images/dott.jpg) repeat-y right top;
	margin:7px 0 0 0;
	float:left;
	}
.footer-box-text-left{
	width:197px;
	height:120px;
	float:left;
	text-align:left;
	}
.footer-box-text-left p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	color:#000;
	margin:10px 0 0 5px;
	}
.footer-box-text-left-earn{
	width:218px;
	height:120px;
	float:left;
	text-align:left;
	}
.footer-box-text-left-earn p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	color:#000;
	margin:10px 0 0 5px;
	}
.footer-box-text-left-artist{
	width:300px;
	height:120px;
	float:left;
	text-align:left;
	}
.footer-box-text-left-artist p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	width:214px;
	line-height:normal;
	color:#000;
	margin:10px 0 0 5px;
	}
.learn-more{
	width:auto;
	height:20px;
	margin:0 auto;
	clear:both;
	text-align:center;
	color:#003399;
	}
.learn-more a{
	color:#003399;
	text-decoration:underline;
	}
.learn-more a:hover{
	color:#003399;
	text-decoration:none;
	}
.footer-smack-img{
	width:77px;
	height:91px;
	float:right;
	margin:0 10px 0 0;
	background:url(images/footer-smack.jpg) no-repeat right top;
	}
.footer-earn{
	width:341px;
	height:156px;
	background:url(images/dott.jpg) repeat-y right top;
	margin:7px 0 0 0;
	float:left;
	margin: 7px 0 0 18px;
	}
.footer-earn-img{
	width:113px;
	height:91px;
	float:right;
	margin:0 10px 0 0;
	background:url(images/earn.jpg) no-repeat right top;
	}
.footer-artist{
	width:299px;
	height:156px;
	background:url(images/artist.jpg) no-repeat right top;
	margin:7px 0 0 0;
	float:right;
	margin: 7px 0 0 12px;
	}
.footer-link-box{
	width:100%;
	height:20px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
.footer-link{
	width:300px;
	height:20px;
	float:left;
	color:#444546;
	text-align:left;
	}
.footer-link a{
	color:#444546;
	text-decoration:none;
	}
.footer-link a:hover{
	color:#444546;
	text-decoration:underline;
	}
.copyright{
	width:300px;
	float:right;
	color:#7c7d7e;
	height:20px;
	text-align:right;
	}
			
			
/* END div#footer */

div#sidebar{
	width: 250px;
	float: right;
	display: inline;/* fix double margin */
	margin-top: 10px;
	margin-bottom: 30px;
	overflow: hidden;
	color: #aaa;
	}
div#sidebar ul{
	/*background-color: #131313;*/
	}
div#sidebar ul li h2{
	background: url(images/smack-store.jpg) no-repeat;
	background-position: left bottom;
	width:260px;
	height:29px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	padding: 0px 10px;
	font-weight: bold;
	text-transform:uppercase;
	}
div#sidebar ul li ul{
	list-style-type: none;
	color: #eee;
	line-height: 20px;
	}
div#sidebar ul li ul li{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 26px;
	padding-right: 10px;
	/*background: url(images/sidebar_list_bg.gif) no-repeat;*/
	background-position: left bottom;
	}
div#sidebar ul li ul li:hover{
	/*background-color: #0d0d0d;*/
	}
div#sidebar ul li ul li a{
	background: none;
	display: inline;
	color: #000;
	line-height: 26px;
	text-decoration: underline;
	}
div#sidebar ul li ul li a:hover{
	color: #FF5A00;
	text-decoration:underline;
	}
/* END div#sidebar */

/* modify div#sidebar for default widget */

div#sidebar ul li ul li.rc a{
	display: inline;
}

div#sidebar ul li ul li.rc span{
 color:#666666;}

div#sidebar ul li.widget_archive,
div#sidebar ul li.widget_categories, 
div#sidebar ul li.widget_search, 
div#sidebar ul li.widget_tag_cloud div, 
div#sidebar ul li.widget_text{/* sidebar_list_bg fix */
	background: url(images/sidebar_list_bg.gif) no-repeat left bottom;
}

div#sidebar ul li.widget_archive select, 
div#sidebar ul li.widget_categories select{/* dropdown view */
	margin: 15px 26px;
}

/* calendar widget */
div#sidebar ul li.widget_calendar div#calendar_wrap{
	padding: 15px 0px;
	width:230px;
	}

#wp-calendar {
	color: #000;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
}

#wp-calendar caption {
	padding:0px 0 10px 0;
	letter-spacing: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	}

#wp-calendar th{
	border-bottom: 1px solid #1f2223;
	border-top: 1px solid #1f2223;
	}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	color: #ff5a00;
}

#wp-calendar a:hover {
	text-decoration: underline;
}

#wp-calendar #prev{
	text-align: left;
	padding-left: 5px;
}

#wp-calendar #next{
	text-align: right;
	padding-right: 5px;
}

#wp-calendar #prev, #wp-calendar #next, #wp-calendar tfoot tr td.pad{
	/*border-top: 1px solid #1f2223;*/
}

#wp-calendar #prev a, #wp-calendar #next a{
	color: #999;
}

#wp-calendar td#today{
	color: #fff;
	background-color: #074888;
	font-weight: bold;
}

/* multi-level category */
div#sidebar ul li ul li ul li,
div#sidebar ul li ul li ul.children li{
	background: none;
}

div#sidebar ul li ul li ul li:hover,
div#sidebar ul li ul li ul.children li:hover{
	background: none;
}

/* widget rss */
.widget_rss a{
	color: #ccc;
}

/* widget search */
li.widget_search #search{/* 090627fix */
	padding: 10px 30px;
	}

li.widget_search form#searchform{
	width: 200px;
	height: 25px;
	border: none;
	position: relative;
	}
li.widget_search form#searchform .searchinput2{
	position: absolute;
	color: #666;
	font-weight:bold;
	width: 145px;
	height:18px;
	border:solid 1px #6f6e6f;
	padding:2px 0 2px 10px;
	}
li.widget_search form#searchform .button{
	position: absolute;
	background: url(images/search.jpg) no-repeat;
	width: 66px;
	height: 31px;
	border: 0;
	cursor: pointer;
	margin-left:162px;
	}

/* tag cloud */
div#sidebar ul li.widget_tag_cloud div{
	padding: 10px 16px;
}

div#sidebar ul li.widget_tag_cloud div a{
	color: #ccc;
}

div#sidebar ul li.widget_tag_cloud div a:hover{
	color: #ff5a00;
}

/* textwidget */
.textwidget{
	padding: 10px 26px;
	line-height: 16px;
}

.textwidget p{
	margin-bottom: 10px;
	line-height: 16px;
}

.textwidget a, .textwidget p a{
	color: #ff5a00;
	text-decoration: none;
}

.textwidget a:hover, .textwidget p a:hover{
	text-decoration: underline;
}

/* END modify div#sidebar */

div#main div#comments{
	margin-bottom: 10px;
	}
	div#main div#comments h3{
		float: left;
		font-size: 16px;
		color: #000;
		line-height: 24px;
		font-weight: normal;
		}
	div#main div#comments .add_your_comment a{
		float: right;
		font-size: 16px;
		color: #000;
		line-height: 24px;
		font-weight: normal;
		}
	div#main div#comments .add_your_comment a:hover{
		color: #ff5a00;
		}
div#main ol.commentlist{
	font-size: 13px;
	color: #ccc;
	overflow: hidden;
	}
	div#main ol.commentlist li{
		margin-bottom: 15px;
		background-color: #101010;
		border: 1px solid #1f2223;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		padding: 20px 20px 15px 20px;
		}
		div#main ol.commentlist li ul{
			list-style-type: none;
			margin-left: 60px;
			margin-top: 6px;
			}
			div#main ol.commentlist li ul.children li{
				background-color: #0d0d0d;
				border-left: 1px solid #181a1b;
				border-top: 0;
				border-bottom: 0;
				border-right: 0;
				}
		div#main ol.commentlist li div.vcard{
			float: left;
			}
		div#main ol.commentlist li div.vcard div.left{
			width: 56px;
			margin-right: 5px;
			}
			div#main ol li div.left img{
				border: 1px solid #000;
				display: block;
				height: 48px;
				width: 48px;
				}
			div#main ol li div.left div.reply a{
				background: url(images/reply.gif) no-repeat 0 0;
				display: block;
				height: 0;
				padding-top: 17px;
				width: 41px;
				overflow: hidden;
				margin-left: 5px;
				margin-top: 5px;
				}
			div#main ol li div.left div.reply a:hover{
				background-position: 0 -17px;
				}
		div#main ol.commentlist li div.right{
			float: left;
			line-height: 20px;
			width: 80%;/* 3-level or less thread comments display well. 4 or more leves may have some issue. */
			}
			div#main ol.commentlist li div.right p a{
				color: #ccc;
				text-decoration: none;
				border-bottom: 1px solid #ccc;
				}
			div#main ol.commentlist li div.right p a:hover{
				color: #ff5a00;
				border-bottom: 1px solid #ff5a00;
				}
			div#main ol li div.right div.commentmetadata{
				font-size: 12px;
				color: #999;
				border-bottom: 1px solid #181a1b;
				padding-bottom: 3px;
				margin-bottom: 8px;
				}
				div#main ol li div.right div.commentmetadata a{
					color: #ccc;
					text-decoration: none;
					font-weight: bold;
					}
				div#main ol li div.right div.commentmetadata a:hover{
					color: #ff5a00;
					}
			div#main ol li div.right p{
				margin-bottom: 20px;
				}
div#main .comments_navi{
	font-size: 12px;
	}
	div#main .comments_navi .alignleft{
		float: left;
		}
	div#main .comments_navi .alignright{
		float: right;
		}
		div#main .comments_navi .alignleft a, 
		div#main .comments_navi .alignright a{
			display: block;
			color: #ccc;
			border: 1px solid #1f2223;
			padding: 0 5px;
			background-color: #101010;
			line-height: 28px;
			}
		div#main .comments_navi .alignleft a:hover, 
		div#main .comments_navi .alignright a:hover{
			color: #ff5a00;
			background-color: #000;
			}
div#main div#respond{
	background-color: #101010;
	border: 1px solid #181a1b;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #ccc;
	padding: 15px 20px;
	margin-top: 15px;
	}
	div#main div#respond div.h3_cancel_reply{
		margin-bottom: 5px;
		}
	div#main div#respond h3{
		font-size: 16px;
		color: #ccc;
		line-height: 24px;
		font-weight: normal;
		float: left;
		display: inline;/* fix double margin */
		}
		div#main div#respond span.cancel-comment-reply{
			float: right;
			display: inline;/* fix double margin */
			padding-top: 6px;
			}
		div#main div#respond span.cancel-comment-reply a{
			font-size: 12px;
			color: #999;
			text-decoration: none;
			}
		div#main div#respond span.cancel-comment-reply a:hover{
			color: #ff5a00;
			}
	div#main div#respond form#commentform{
		}
		div#main div#respond form#commentform p{
			font-size: 12px;
			color: #999;
			padding: 3px 0;
			}
			div#main div#respond form#commentform p a{
				color: #fff;
				border: 0;
				}
			div#main div#respond form#commentform p a:hover{
				border-bottom: 1px solid #fff;
				}
		div#main div#respond div.input_area{
			padding: 15px 30px;
			}
			div#main div#respond div .message_input{
				font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
				background-color: #eee;
				border: 2px solid #000;
				color: #333;
				font-size: 13px;
				padding: 5px;
				height: 120px;
				width: 98%;
				}
		div#main div#respond div.user_info{
			font-size: 12px;
			line-height: 16px;
			display: block;
			padding: 0 30px;
			}
			div#main div#respond div.user_info div.single_field{
				display: inline;
				float: left;
				width: 33%;
				}
				label.desc{
					display: block;
					color: #999;
					padding-bottom: 4px;
					}
					label.desc abbr{
						color: #ff5a00;
						border: 0;
						}
				div#main div#respond div.user_info input.comment_input{
					background-color: #eee;
					color: #666;
					border: 2px solid #000;
					padding: 2px 3px;
					width: 90%;
					}
		div#main div#respond div.submit_button{
			margin: 15px 30px 0;
			}
			div#main div#respond form#commentform div.submit_button input.button{
				display: block;
				background: url(images/submit.gif) no-repeat 0 0;
				width: 76px;
				height: 28px;
				padding: 0;
				border: 0;
				/*text-indent: -9999px; 20090708 no text button*/
				color: #bbb;/*20090708 no text button*/
				font-size: 12px;/*20090708 no text button*/
				cursor: pointer;
				float: left;
				}
			div#main div#respond form#commentform div.submit_button input.button:active{
				background-position: 0 -28px;
				color: #fff;/*20090708 no text button*/
				}
			div.submit_button span.key{
				float: left;
				margin-left: 10px;
				padding-top: 6px;
				font-size: 12px;
				line-height: 16px;
				color: #333;
				}
.nocomments{
	color: #ccc;
	font-size: 16px;
}
/* END single page */

/*---------------- WordPress Generated Classes -------------------*/

.aligncenter,
div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

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

img.alignleft{
	display: inline;
	margin-bottom: 2px;
	margin-right: 6px;
	padding: 3px;
	}

img.alignright{
	display: inline;
	margin-bottom: 2px;
	margin-left: 6px;
	padding: 3px;
	}

.wp-caption {
   border: 1px solid #1f2223;
   text-align: center;
   background-color: #0d0d0d;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 12px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   color: #ccc;
}

div#main div.post div.entry div.wp-caption p{
	margin-bottom: 3px;
	padding: 5px;
	} 


/*------------------------ Archives Page ------------------------*/

ul.archiveslist{
	color: #ccc;
	font-size: 13px;
	}

div#main div.post div.entry  ul.archiveslist li a{
	color: #ccc;
}

div#main div.post div.entry  ul.archiveslist li a:hover{
	color: #ff5a00;
	}

/*------------------------ Links Page ------------------------*/

.linkpage{
	background-color: #131313;
	padding: 10px 15px;
}

.linkpage ul{
	list-style-type: none;
}

.linkpage ul li{
	float: left;
	margin-bottom: 10px;
}

.linkpage ul li ul li{
	float: left;
	width: 130px;
	text-align: center;
	margin: 5px 12px;
	line-height: 180%;
	background-color: #202020;
}

.linkpage ul li ul li a{
	color: #ccc;
	display: block;
	text-decoration:none;
	border: 1px solid #1f2223;
	font-size: 12px;
}

.linkpage ul li ul li a:hover{
	background-color: #0d0d0d;
	border: 1px solid #1f2223;
	color: #ff5a00;
}

.linkpage ul li h3{
	margin-bottom: 5px;
	margin-left: 12px;
}

/*------------------------ Strong ------------------------*/

div.strong{
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
	margin-bottom: 25px;
}

div.strong .keyword{
	color: #ff5a00;
}
/*-------------------- Start Menu css ---------------------*/
.navigation{
	width:650px;
	height:45px;
	float:left;
	clear:both;
	padding:0 0 0 33px;
	}

#topnav {width:600px;z-index:30;  }

#topnav ul {list-style:none;margin:0;padding:0;margin-right:5px;float:left; text-align:left;}

#topnav a, #topnav h2 {margin:0;padding:0;}

#topnav h2,#topnav ul li,#topnav ul li ul {margin:0;padding:0; background:#123455;}

#topnav a { font-size:12px;text-decoration:none;color:#fff;}

#topnav a:hover {color:#205990;}

#topnav a.red {color:#cc0000;}

#topnav a.red:hover {color:#ff0000;}

#topnav_numitems{text-align:right;display:inline;overflow:hidden;}

#topnav_numitems a{text-decoration:none;color:#1b325f;font-weight:bold;font-family:Arial;}

#topnav li {position: relative;}

#topnav ul li ul  {position:absolute;}

#topnav ul li ul li{padding:0px 10px 0 10px; background-color:#123455; }

div#topnav ul li ul{display: none;}

div#topnav ul li:hover ul{display: block;}



div#topnav ul li ul li{margin:0;font-family:Arial;}

div#topnav ul li h2 a{background-repeat:no-repeat;display:block;height:35px; margin:0; padding:0;}



li.topnav_home ul,li.topnav_wtfaq ul,li.topnav_info ul{width:145px;}

li.topnav_participate ul{width:170px;}



li.topnav_home h2 a{background-image:url(images/home.jpg);width:109px; margin:0; padding:0;}

li.topnav_home:hover h2 a{background-position:-109px 0px;}



li.topnav_wtfaq h2 a{background-image:url(images/wtfaq.jpg);width:151px;}

li.topnav_wtfaq:hover h2 a{background-position:-151px 0px;}



li.topnav_participate h2 a{background-image:url(images/smack.jpg);width:172px;}

li.topnav_participate:hover h2 a{background-position:-172px 0px;}



li.topnav_info h2 a{background-image:url(images/contest.jpg);width:124px;}

li.topnav_info:hover h2 a{background-position:-124px 0px;}



.topnav_divider {
	height:1px;
	overflow:hidden; 
	display:block; 
	width:100px; 
	margin:0 0 0 50px;
	}

.topnav_divider {
	border-top:1px solid #e1e1e1;
	height:1px; 
	width:100px;
	}
.bottom{
	text-align:left; 
	width:145px; 
	height:10px; 
	float:left; 
	background: url(images/140bot.gif) no-repeat left top;
	}
	
/* navigation links

-------------------------------------------------------- */

ul#nav {
	position: relative;
	margin: 21px 0 0 0;
	height: 35px; width: 556px;
	background: url("images/nav.jpg") no-repeat;
	}


	ul#nav li {
		float: left;
		list-style: none;
		}


	ul#nav li a {
		position: absolute;
		text-indent: -9999px;
		text-decoration: none;
		border: none !important;
		top: 0; height: 35px;
		outline:none;
		}


		ul#nav li#nav-home a { 
			left: 0; width: 109px;
			background: url("images/nav.jpg") 0px 0px no-repeat;
			}


		ul#nav li#nav-company a { 
			left: 109px; width: 152px; 
			background: url("images/nav.jpg") -109px 0 no-repeat;
			}


		ul#nav li#nav-smackblog a {
			left: 261px; width: 171px; 
			background: url("images/nav.jpg") -261px 0 no-repeat;
			}


		ul#nav li#nav-contest a { 
			left: 432px; width: 124px; 
			background: url("images/nav.jpg") -432px 0 no-repeat;
			}


ul#nav li#nav-home a:hover 						{ background-position:   0px -35px; }
ul#nav li#nav-company a:hover  					{ background-position: -109px -35px; }
ul#nav li#nav-smackblog a:hover  				{ background-position: -261px -35px; }
ul#nav li#nav-contest a:hover					{ background-position: -432px -35px; }

ul#nav li#nav-home a.active  					{ background-position:   0px -70px; }
ul#nav li#nav-company a.active  				{ background-position: -109px -70px; }
ul#nav li#nav-smackblog a.active  				{ background-position: -261px -70px; }
ul#nav li#nav-contest a.active 	
/********************************/



.subnav-contest {
	margin: 0px 0px 0 0;
	height: 20px; width: 553px;
	border-right: solid 1px #133455;
	float:left; text-align:right;	
	}
	
.subnav-home {
	margin: 0px 0px 0 0;
	height: 20px; width: 553px;
	border-left: solid 1px #133455;
	float:left; text-align:left;	
	}
	

.subnav-blog a {
color:#000099;
text-decoration:underline;
}

.subnav-blog a:focus, a:hover {
color:#000000;
}

.subnav-blog {
	margin: 0px 0px 0 264px;
	height: 20px; width: 200px;
	border-left: solid 1px #133455;
	float:left; text-align:left;	
	}
