* {
	font-family: arial;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
ol {margin: 0 0 0 20px}
.clear {clear: both}

body {
	width: 100%;
	background: #00b0e3 url(../images/bg.png) repeat-x;
	text-align: center;
	font-size: 0.75em;
	color: #333;
}

body a {
	color: #1d6b9d;
}

#wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#column {
	display: block;
	background: #fff;
	width: 1000px;
}

#leftcolumn {
	float: left;
	display: inline;
	width: 330px;
	padding: 0 10px 10px 10px;
}

#middlecolumn {
	float: left;
	display: inline;
	width: 330px;
	padding: 0 0 10px 0;
}

#rightcolumn {
	float: left;
	display: inline;
	width: 300px;
	padding: 0 10px 10px 10px;
}

/********************************************
Header
********************************************/
#header {
	position: relative;
	height: 150px;
	background: url(../images/bg_header.png) repeat-x;
}

#today_is {
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 0.9em;
	color: #fff;
	font-weight: bold;
}

#sitelogo {
	position: absolute;
	top: 71px;
	left: 0;
}

.sitelogo {
	position: absolute;
	top: 50px;
	left: 0;
	font-size: 3em;
	letter-spacing: -1px;
	color: #000000;/* #f5006e;	*/
}

#header_ads {
	position: absolute;
	right: 20px;
	bottom: 59px;
	background: #fff;
	border: 5px solid #46c2f0;
}
#header_ads img, #header_ads a {
	display: block;
	overflow: hidden;
}

#searchtop {
	position: absolute;
	left: 825px;
	bottom: 14px;
}

#searchtop input {
	vertical-align: middle;
}

#findfield {
	color: #888;
	padding: 1px;
	width: 130px;
	margin-right: 2px;
}

#findbutton {
	width: 38px;
	height: 27px;
	background: url(../images/find.png) no-repeat top;
	cursor: pointer;
}
#findbutton:hover {background: url(../images/find.png) no-repeat bottom}

#menu {
	position: absolute;
	/*left: 240px;*/
	left: 10px;	
	bottom: 14px;
	display: block;
	height: 27px;
	border-left: 1px solid #555;
}

#menu li {
	float: left;
	display: block;
	height: 27px;
}

#menu li a {
	float: left;
	display: block;
	height: 27px;
	line-height: 27px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 10px 0 10px;
	border-right: 1px solid #555;
	font-weight: bold;
	font-family: helvetica, arial;
	font-size: 1.2em;
	letter-spacing: -1px;
}

#menu li a:hover {
	background: url(../images/menu_on.png) repeat-x;
}

/* sub menu style */
#menu ul {
	float: none;
	display: none;
	position: absolute;
	top: 27px;
	height: auto;
	width: 190px;
	z-index: 10;
	font-size: 11px;
	margin: 0;
	background: #000;
}
#menu ul ul {
	top: -1px;
	left: 190px;
	border: 1px solid #222;
}

#menu ul li {
	float: none;
	display: block;
	position: relative;
	padding: 0;border: 0;background: none;margin: 0;
	border-top: 1px solid #222;
}

#menu ul li a {
	float: none;
	display: block;
	position: static;
	padding: 0;border: 0;background: none;margin: 0;
	padding: 0 0 0 10px;
}
#menu ul li a:hover {background: url(../images/menu_on.png) repeat-x;}

#menu li a.current-cat-single, #menu li.current-cat a, #menu li.current-cat-parent a {
	background: url(../images/menu_active.png) repeat-x;
}

#menu li.current-cat ul a {background: none;}
#menu li.current-cat ul a:hover {background: url(../images/menu_on.png) repeat-x;}
#menu li.current-cat-parent ul a {background: none;}
#menu li.current-cat-parent ul a:hover {background: url(../images/menu_on.png) repeat-x;}
#menu li.current-cat-single ul a {background: none;}
#menu li.current-cat-single ul a:hover {background: url(../images/menu_on.png) repeat-x;}

/********************************************
Generic box type
********************************************/
.box_type_a .pic {
	float: left;
	margin-right: 10px;
}

.box_type_a .pic-alt {
	float: right;
	margin-left: 10px;
}

.box_type_a img {
	overflow: hidden;
}

.box_type_a h3 {
	display: block;
	font-size: 1.3em;
	line-height: 1.1em;
}
.box_type_a h3 a {
	color: #000;
}
.box_type_a h3 a:hover {text-decoration:underline}

.box_type_a p {
	margin: 3px 0 0 0;
	line-height: 1.3em;
}
.box_type_a p a {
	color: #333;
}

.etc {
	padding: 5px 0 0 0;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}

.etc li {
	float: left;
	margin-right: 10px;
	line-height: 1.5em;
}

.etc  .readit a {background: url(../images/sm_arrow.png) no-repeat right center; padding-right: 9px;}
.etc .commentit a {color: #777}
.etc a:hover {text-decoration: underline}

/********************************************
Latest stories on the left
********************************************/
.latest_stories h1 {
	font-size: 2em;
	letter-spacing: -1px;
	color: #f5006e;
}

.latest_stories h2 {
	font-size: 1.8em;
	margin: 0 0 10px 0;
}
.latest_stories h2 a {color: #000}
.latest_stories h2 a:hover {text-decoration:underline}

.latest_stories .last_date {
	display: block;
	line-height: 2.2em;
	font-family: georgia;
	font-style: italic;
	color: #666;
	border-bottom: 1px dotted #ddd;
}

.focus {
	margin: 10px 0 10px 0;
}

.focus .thumb {
	float: left;
	margin-right: 10px;
}
.focus .thumb img {
	overflow: hidden;
}

.focus p {
	font-size: 1.4em;
	line-height: 1.2em;
}
.focus p a {color:#333}
.focus p a:hover {color:#333}

.recently {
	padding: 10px 0 10px 0;
	border-top: 1px dashed #aaa;
}

.storylist {
	display: block;
	padding: 6px 0 0 0;
	border-top: 1px dashed #aaa;
}

.storylist li {
	display: block;
	padding: 4px 0 0 0;
}

.storylist a {
	color: #222;
	font-weight: bold;
	line-height: 1.3em;
}

.storylist a:hover {
	text-decoration: underline;
}

a.see_more {
	font-size: 0.9em;
	background: url(../images/sm_arrow.png) no-repeat right center;
	padding-right: 9px;
	text-transform: uppercase;
	color: #1d6b9d;
}

/********************************************
FeedBurner subscription form
********************************************/
.subscribe {
	border-bottom: 1px dashed #c3e1e9;
	background: #dff8ff;
	padding: 10px;
	margin: 10px 0 0 0;
	font-size: 0.9em;
}

.subscribe p {
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

.fe input {
	vertical-align: middle;
}

.email {
	background: #fff;
	padding: 2px;
	border-top: 1px solid #14d0f8;
	border-left: 1px solid #14d0f8;
	border-right: 1px solid #b8edf7;
	border-bottom: 1px solid #b8edf7;
	width: 200px;
	color: #fb00b1;
}

.bu {
	font-weight: bold;
	padding: 2px;
	background: #0f87aa;
	color: #fff;
	cursor: pointer;
}
.bu:hover {
	background: #3db4eb;
}

/********************************************
Most read stories
********************************************/
.top_reads {
	margin: 10px 0 0 0;
	background: #fcf2ae;
	width: 310px;
	padding: 10px;
	overflow: hidden;
}

.top_reads .pic {
	float: left;
	margin-right: 10px;
	width: 75px;
	height: 75px;
	overflow: hidden;
}
.top_reads img {overflow:hidden}

.top_reads ul {
	display: block;
	border-bottom: 1px dotted #fff;
	border-top: 1px dashed #aaa;
	padding: 2px 0 0 0;
}
.top_reads li {
	display: block;
	border-top: 1px dotted #fff;
	background: #fff url(../images/list_gradient.png) repeat-x;
	overflow: hidden;
}

.top_reads h5 {
	font-size: 1.6em;
	letter-spacing: -1px;
	font-style: italic;
	margin: 0 0 5px 0;
	color: #fb007c;
}

.top_reads h6 {
	display: block;
	padding: 10px 10px 10px 0;
	line-height: 1.2em;
	font-size: 1.1em;
}
.top_reads h6 a {
	color: #333;
}
.top_reads h6 a:hover {text-decoration: underline}

.top_reads span {
	display: block;
}
.top_reads span a {
	font-size: 0.9em;
	background: url(../images/sm_arrow.png) no-repeat right center;
	padding-right: 9px;
	text-transform: uppercase;
	font-weight: bold;
}
.top_reads span a:hover {text-decoration: underline}

.top_reads .s {display:inline;color:#111}

.top_readsn {
	margin: 10px 0 0 0;
	background: #fff;
}

.top_readsn h5 {
	font-size: 1.6em;
	line-height: 1.1em;
	font-style: italic;
	margin: 0 0 5px 0;
	color: #111;
}

.top_readsn .pic {
	float: right;
	display: inline;
	overflow: hidden;
	margin-left: 10px;
}
.topreadsn .pic a, .topreadsn .pic img {overflow: hidden;}

.top_readsn ul {
	display: block;
	overflow: hidden;
	border-bottom: 1px dotted #fff;
	border-top: 1px dashed #ccc;
}
.top_readsn li {
	display: block;
	overflow: hidden;
	background: #fff url(../images/list_gradient.png) repeat-x;
	border-bottom: 1px dashed #ccc;
}

.top_readsn .dtitle {
	display: inline;
	position: relative;
}

.top_readsn h6 {
	display: inline;
	line-height: 1.2em;
	font-size: 1.2em;
}
.top_readsn h6 a {
	top: 10px;
	left: 10px;
	position: relative;
}
.top_readsn h6 a:hover {text-decoration: underline}

.top_readsn .s {display:inline;color:#fb007c}

/********************************************
Photos column in the middle
********************************************/
.top_gallery {
	background: #00acd7 url(../images/top_ph_back.png) repeat-x;
	padding: 10px;
}

.top_gallery .pic img {
	display: block;
	overflow: hidden;
	padding: 1px;
	background: #fff;
}

.top_gallery h1 {
	display: block;
	margin: 10px 0 0 0;
	font-size: 1.6em;
	line-height: 1.2em;
}
.top_gallery h1 a {
	color: #fff;
}
.top_gallery h1 a:hover {text-decoration:underline}

.top_gallery p {
	margin: 3px 0 0 0;
	line-height: 1.3em;
	color: #fff;
}

.top_gallery .ext {
	padding: 5px 0 0 0;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}

.top_gallery .ext li {
	float: left;
	margin-right: 10px;
	line-height: 1.5em;
}

.top_gallery .ext  .readit a {color: #d6f5ff; background: url(../images/sm_arrow_w.png) no-repeat right center; padding-right: 9px;}
.top_gallery .ext .commentit a {color: #fff}
.top_gallery .ext a:hover {text-decoration: underline}

.focus_ph {
	display: block;
	margin: 10px 0 0 0;
	padding: 10px 0 0 10px;
	border-top: 5px solid #eee;
	border-left: 5px solid #eee;
}

.focus_ph_item {
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
	zoom: 1;
}

.focus_ph img {
	overflow: hidden;
}

.focus_ph .pic {
	float: left;
	margin-right: 10px;
}

.focus_ph .pic-alt {
	float: right;
	margin-left: 10px;
}

.focus_ph h2 {
	display: block;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.1em;
}
.focus_ph h2 a {
	color: #000;
}
.focus_ph h2 a:hover {text-decoration:underline}

.focus_ph p {
	margin: 3px 0 0 0;
	line-height: 1.3em;
}
.focus_ph p a {
	color: #333;
}

.last_photos {
	border-top: 5px solid #c2f1ff;
	border-left: 5px solid #c2f1ff;
	padding: 10px 0 0 10px;
}

.last_photo {
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
	zoom: 1;
}

.sponsors {
	border: 1px solid #ddd;
	padding: 10px;
}

.title {
	font-weight: bold;
	color: #aaa;
}

.item {margin: 20px 0 0 0}
.item a {
	color: #000;
	font-weight: bold;
}
.item a:hover {text-decoration: underline}
.item p {
	line-height: 1.4em;
	padding: 2px 0 2px 0;
}
.item span {
	color: #fb059b;
	font-weight: normal;
	font-size: 0.9em;
}

/********************************************
Advertisement boxes for the sidebar
********************************************/
.ad_box {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #bbb;
	text-align: center;
	line-height: 1.6em;
}

.ad_box img, .ad_box a, .ad_box_margin img, .ad_box_margin a {
	display: block;
	overflow: hidden;
	margin: 0 auto 0 auto;
}

/********************************************
Videos column on the right
********************************************/
.main_vid_item {
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
}

.more_videos {
	border-left: 5px solid #f220aa;
	border-bottom: 5px solid #f220aa;
	padding: 0 0 10px 10px;
}

.more_vid {
	display: block;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	border-top: 1px dashed #ddd;
	overflow: hidden;
	zoom: 1;
}

.random {
	background: #fff;
	color: #000;
	margin: 10px 0 0 0;
}

.random h4 {
	margin: 0 0 2px 0;
	text-transform: uppercase;
	font-size: 1.1em;
	display: block;
	background: #600972;
	padding: 5px;
}
.random h4 a {color: #fff}
.random h4 a:hover {text-decoration: none}

.random_item {
	display: block;
	background: #eddbf7;
	padding: 10px;
}

/********************************************
Archive - News
********************************************/
.news {
	float: left;
	width: 640px;
	margin: 10px 20px 20px 20px;
	display: inline;
}

.news h1 {
	font-size: 2.4em;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-style: italic;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #ccc;
}
.news h1 a {
	color: #f5006e;
}
.news h1 a:hover {text-decoration:none}

.news_i {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #999;
}

.news_i img {overflow:hidden}
.news_i a:hover {text-decoration:underline}

.news_i h2 a {
	color: #000;
	font-size: 1.8em;
	line-height: 1.2em;
}

.news_i p {
	margin: 10px 0 0 0;
	line-height: 1.5em;
}

.news_i .thumb {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.news_i .thumb-alt {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.news_i .date {
	margin: 4px 0 0 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #f5006e;
}

.news_i .continue {
	clear: both;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}
.news_i .continue a {
	background: url(../images/sm_arrow.png) no-repeat right center;
	padding-right: 9px;
}

.news_i .perm {
	color: #666;
	border-top: 1px dashed #ddd;
	padding: 6px 0 0 0;
	margin: 4px 0 0 0;
}

.navi {
	background: #88c219;
	border-bottom: 1px solid #ccc;
	padding: 2px 5px 2px 5px;
}

.navi a {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5em;
	font-family: "arial black";
	letter-spacing: -1px;
}
.navi a:hover {text-decoration:underline}

.navi_left {float: left}
.navi_right {float: right}

/**********************
Social bookmarks
************************/
.sharingb {
	background: #fff;
	margin: 10px 0 0 0;
	display: block;
	overflow: hidden;
	padding: 2px 0 2px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.sharing {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	background: #eee;
	height: 22px;
	overflow: hidden;
}

.sharing .post-to {
	float: left;
	display: block;
	background: #ddd;
	padding: 0 5px 0 5px;
	height: 22px;
	line-height: 22px;
	border-right: 1px solid #fff;
}
.sharing a {
	float: left;
	display: block;
	height: 22px;
	line-height: 22px;
	border-right: 1px solid #fff;
}
.sharing a:hover {text-decoration: none}

.dg, .gl, .su, .fb, .yh, .tn, .ml {
	padding-left: 26px;
	padding-right: 5px;
}
.dg {background: url(../images/digg.png) no-repeat 5px center}
.dg:hover {background: #faea9e url(../images/digg.png) no-repeat 5px center}
.gl {background: url(../images/googlebookmark.png) no-repeat 5px center}
.gl:hover {background: #faea9e url(../images/googlebookmark.png) no-repeat 5px center}
.su {background: url(../images/stumbleupon.png) no-repeat 5px center}
.su:hover {background: #faea9e url(../images/stumbleupon.png) no-repeat 5px center}
.fb {background: url(../images/facebook.png) no-repeat 5px center}
.fb:hover {background: #faea9e url(../images/facebook.png) no-repeat 5px center}
.yh {background: url(../images/yahoobuzz.gif) no-repeat 5px center}
.yh:hover {background: #faea9e url(../images/yahoobuzz.gif) no-repeat 5px center}
.tn {background: url(../images/technorati.png) no-repeat 5px center}
.tn:hover {background: #faea9e url(../images/technorati.png) no-repeat 5px center}
.ml {background: url(../images/email.png) no-repeat 5px center}
.ml:hover {background: #faea9e url(../images/email.png) no-repeat 5px center}

/********************************************
Right bar for the news archive
********************************************/
.nRight {
	float: right;
	width: 300px;
	margin: 0 20px 20px 0;
	display: inline;
}

.nRight h2 {
	margin: 15px 0 0 0;
	font-size: 1.8em;
	text-transform: uppercase;
	letter-spacing: -1px;
	border-bottom: 3px solid #000;
	line-height: 1.4em;
	font-style: italic;
	color: #000;
}

.child-cats ul li {
	padding: 4px 0 4px 0;
	margin: 1px 0 1px 0;
	border-bottom: 1px dashed #ccc;
	display: block;
}

.child-cats ul li a {
	font-family: georgia;
	text-transform: uppercase;
	font-size: 1.7em;
	color: #222;
	background: url(../images/big_arrow.png) no-repeat;
	background-position: right center;
	padding-right: 13px;
}
.child-cats ul li:hover {
	background: #faea9e;
}
.child-cats ul li:hover a {
	text-decoration: underline;
}

li ul.calendar-widget li {background:none;padding:0 0 0 0;margin: 0 0 0 0;}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	width: 90%;
	margin: 0 0 0 0;
}

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

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

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: center;
	padding: 5px 0 5px 0;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

.random_posts li {
	margin: 10px 0 0 0;
	border-bottom: 1px dashed #bbb;
	padding: 0 0 10px 0;
}

.random_posts .thumb {
	float: left;
	margin-right: 10px;
}

.random_posts .heading a {
	font-size: 1.5em;
	line-height: 1.2em;
	color: #333;
}
.random_posts .heading a:hover {text-decoration: underline}

/********************************************
Footer
********************************************/
#footer {
	display: block;
	width: 1000px;
	background: #0d4176;
	margin: 0 auto 20px auto;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #c7e3ff;
	text-align: center;
	color: #fff;
	font-size: 0.85em;
}

#footer ul {
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 600px;
}

#footer ul li {
	display: inline;
	font-weight: bold;
	line-height: 2em;
	text-transform: uppercase;
}

#footer ul a {
	color: #fff;
	background: url(../images/round.png) no-repeat;
	background-position: right 5px;
	padding-right: 12px;
	margin-right: 7px;
}

#footer ul a:hover {
	color: #9becfd;
}

.copyrights {
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 700px;
	border-top: 1px solid #426f9d;
	padding: 10px 0 10px 0;
}

.copyrights p {
	line-height: 1.5em;
	margin: 0 0 5px 0;
}

.copyrights a {
	color: #fff;
}

.copyrights a:hover {
	color: #9becfd;
}

/********************************************
Margin / Padding issues
********************************************/
.marginfv {
	margin: 15px 0 0 0;
}

/********************************************
Archiving photo posts / galleries
********************************************/
.p_main {
	float: left;
	margin: 10px 20px 20px 20px;
	width: 640px;
	display: inline;
}

.p_main h1 {
	font-size: 2.8em;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}
.p_main h1 a {
	color: #f5006e;
}
.p_main h1 a:hover {text-decoration:none}

.p_side {
	float: right;
	width: 300px;
	padding: 0 20px 20px 0px;
	display: inline;
}

.p_side h2 {
	margin: 15px 0 0 0;
	font-size: 1.8em;
	text-transform: uppercase;
	letter-spacing: -1px;
	border-bottom: 3px solid #000;
	line-height: 1.4em;
	font-style: italic;
	color: #000;
}

/* photo list */
.photolist li {
	float: left;
	display: inline;
	width: 290px;
	margin-right: 30px;
}

.photolist .thumb {
	float: left;
	margin-right: 10px;
	display: block;
	height: 130px;
}
.photolist .thumb img {
	overflow: hidden;
	padding: 1px;
	border: 1px solid #fff;
}
.photolist .thumb a:hover img {
	border: 1px solid #222;
}

.photolist h3 {margin: 0 0 2px 0}
.photolist h3 a {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #000;
}
.photolist h3 a:hover {text-decoration:underline}

.photolist .summary p {
	line-height: 1.4em;
	font-size: 0.9em;
}
.photolist .summary p a {color: #333}
.photolist .summary p a span {
	color: #999;
	text-transform: uppercase;
}

.photolist .seephotos {
	font-weight: bold;
	font-size: 0.9em;
	margin: 3px 0 0 0;
	text-transform: uppercase;
}
.photolist .seephotos a {background: url(../images/sm_arrow.png) no-repeat right center; padding-right: 9px;}
.photolist .seephotos a:hover {text-decoration: underline}

.pagenavi_t {
	text-align: right;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ddd;
}
.pagenavi_b {
	text-align: right;
	padding: 5px 0 0 0;
	margin: 15px 0 0 0;
	border-top: 1px solid #ddd;
}

/* photos top */
.top_pp {
	display: block;
	overflow: hidden;
	margin: 15px 0 0 0;
	padding: 10px;
	border: 1px solid #d8bdc8;
	background: #ffe5ef;
}

.top_pp ul {
	display: block;
	overflow: hidden;
}
.top_pp li {
	display: block;
	overflow: hidden;
	border-top: 1px dashed #d8bdc8;
	padding: 0 0 10px 0;
}

.top_pp h5 {
	font-size: 1.6em;
	line-height: 1.1em;
	font-style: italic;
	color: #111;
}

.top_pp .pic {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	width: 75px;
	height: 75px;
	overflow: hidden;
}
.top_pp img {overflow:hidden}

.top_pp h6 {
	display: block;
	padding: 10px 0 0 0;
	line-height: 1.2em;
	font-size: 1.5em;
	font-weight: normal;
}
.top_pp h6 a {color: #333}
.top_pp h6 a:hover {text-decoration: underline}

.top_pp .s {display:inline;color:#fb007c}

/* Video archive */
.vidlist li {
	float: left;
	width: 150px;
	height: 200px;
	margin-right: 10px;
}

.vidlist .videothumb {
	width: 150px;
	height: 113px;
	position: relative;
}

.vidlist .date {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	margin: 3px 0 3px 0;
	line-height: 1.4em;
}

.vidlist .title {
	display: block;
	font-size: 0.95em;
	line-height: 1.4em;
}

.vidlist .videothumb img {overflow:hidden}
.vidlist .title a:hover {text-decoration: underline}

.vidlist .playit a {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 113px;
	background: url(../images/play.png) no-repeat center;
	display: none;
}

/* videos top */
.top_vp {
	margin: 15px 0 0 0;
	padding: 10px;
	border: 1px solid #ddd;
	zoom: 1;
}

.top_vp .pic {
	float: left;
	margin-right: 10px;
	width: 75px;
	height: 75px;
	overflow: hidden;
}
.top_vp img {overflow:hidden}

.top_vp ul {
	display: block;
}
.top_vp li {
	display: block;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dashed #ddd;
}

.top_vp h5 {
	font-size: 1.6em;
	line-height: 1.1em;
	font-style: italic;
	color: #111;
}

.top_vp h6 {
	display: block;
	padding: 0 0 0 10px;
	line-height: 1.2em;
	font-size: 1.5em;
	font-weight: normal;
}
.top_vp h6 a {color: #333}
.top_vp h6 a:hover {text-decoration: underline}

.top_vp .s {display:inline;color:#fb007c}

/* Single Post - News */
#postcolumn {
	position: relative;
	display: block;
	background: #e9e9e9;
	width: 1000px;
	margin-top: -13px;
	padding: 0 0 10px 0;
}

.leftsidebar {
	float: left;
	width: 168px;
	margin: 0 0 0 10px;
	display: inline;
}

.postzone {
	float: left;
	/*width: 482px;*/
	width: 640px;
	margin: 0 10px 0 10px;
	display: inline;
}

.rightsidebar {
	float: left;
	width: 310px;
}

/* inner styles */
.latest_news {
	background: #fff;
	border: 1px solid #d1d1d1;
	margin: 10px 0 0 0;
}

.latest_news .heading {
	background: #f30770;
	display: block;
	border-bottom: 1px solid #d1d1d1;
}
.latest_news .heading a {
	display: block;
	color: #ffeeb3;
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 5px 5px 7px 5px;
	letter-spacing: -1px;
}

.latest_news li {
	font-weight: bold;
	line-height: 1.4em;
	padding: 6px 15px 6px 15px;
}

.latest_news a:hover {text-decoration: underline}
.latest_news .white {background: #fff}
.latest_news .white-alt {background: #f9f9f9}

.latest_news .viewarchive {
	display: block;
	padding: 5px 10px 5px 10px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	background: #fffbc3;
	margin: 9px 0 15px 0;
}
.latest_news .viewarchive a {
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/sm_arrow.png) no-repeat right center;
	padding-right: 9px;
}

.left_ads {
	background: #fff;
	border: 1px solid #d1d1d1;
	margin: 10px 0 0 0;
	font-size: 0.8em;
	color: #bbb;
	line-height: 1.6em;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding: 5px 0 5px 0;
}
.left_ads a, .left_ads img {
	display: block;
	overflow: hidden;
	margin: 0 auto 0 auto;
}

/* posti */
.posti {
	background: #fff;
	border: 1px solid #d1d1d1;
	padding: 5px;
	margin: 10px 0 0 0;
	width: 640px;	
}
.area {padding: 5px; 	width: 640px;	}
.area h1 {
	font-size: 1.9em;
	color: #000;
	line-height: 1.2em;
	padding: 0 0 5px 0;
}
.area .pcomment, .area .edit {
	margin-left: 10px;
	font-size: 0.5em;
}
.area .edit a {
	padding: 2px;
}
.area .pcomment a {
	padding: 2px;
	color: #fff;
	background: #ee006a;
}
.area .postby {
	font-weight: bold;
	color: #777;
	font-size: 0.9em;
}
.area .date {
	margin: 10px 0 10px 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #f5006e;
}

/* fix aligning */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background-color: #f3f3f3;
margin: 0 10px 10px 0;
padding: 4px 0 0 0;
text-align: center;
overflow: hidden;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
padding: 3px;
margin: 0;
font-style: italic;
color: #888;
}
p img {
padding: 0;
max-width: 100%;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 0;
margin: 0 0 10px 10px;
display: inline;
}
img.alignleft {
padding: 0;
margin: 0 10px 10px 0;
display: inline;
}
.alignright {float: right}
.alignleft {float: left}
/* done. continue... */

.entry {display: block}

.entry p {
	margin: 0 0 10px 0;
	line-height: 1.5em;
}

.entry ul {
	margin: 0 0 15px 0;
	padding: 5px 0 0 0;
}

.entry ol {
	margin-bottom: 15px;
	margin-left: 15px;
}

.entry ul ul, .entry ol ol {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666;
}

.entry ul li {
	background: url(../images/next.png) no-repeat;
	background-position: left 8px;
	padding: 3px 0 3px 10px;
	line-height: 1.4em;
}

.entry ol li {
	line-height: 1.4em;
	border-bottom: 1px dashed #ddd;
	padding: 3px 0 3px 0;
}

.entry em {
	color: #999;
	font-style: italic;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin: 0 0 10px 0;
}

.entry h1 {
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -1px;
}

.entry h2 {
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #ee006a;
}

.entry h3 {
	color: #00aed3;
	font-size: 1.8em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
}

.entry h4 {
	color: #297eb9;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
}

.entry h5 {
	font-size: 1.1em;
	color: #333;
}

.entry h6 {
	font-size: 1em;
	color: #000;
}

.entry del {
	text-decoration: line-through;
	color: #aaa;
}

.entry ins {
	text-decoration: underline;
	font-weight: bold;
}

.entry code {
	margin: 0 0 20px 0;
	display: block;
	background: #eee;
	border: 1px solid #e6e6e6;
	font-size: 1.1em;
	color: #444;
	padding: 10px;
}

.entry blockquote {
	display: block;
	background: #e9f8fb;
	border: 1px solid #cfdee1;
	padding: 0 10px 10px 10px;
	margin: 0 0 20px 0;
	color: #366799;
	font-weight: bold;
}

.entry blockquote blockquote {
	border: none;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	color: #555;
	font-weight: normal;
}

.entry a:hover {text-decoration:underline}

.articleads {
	text-align: center;
	margin: 0 auto 0 auto;
	font-size: 0.8em;
	color: #bbb;
	line-height: 1.6em;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.articleads img {
	display: block;
	overflow: hidden;
	margin: 0 auto 0 auto;
}

.fixnav {
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	padding: 3px 0 3px 0;
}
.fixnav2 {
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	padding: 3px 0 3px 0;
	margin: 10px 0 15px 0;
}
.pnav {
	background: #d8f7ff;
	padding: 8px 10px 8px 10px;
	font-weight: bold;
}
.pnav a {color: #000}
.pnav a:hover {text-decoration: underline}
.pnav a:hover span {text-decoration: underline}
.pnav span {
	font-size: 0.9em;
	display: block;
	line-height: 1.4em;
	color: #1d6b9d;
	padding: 2px 0 0 0;
}

.pnav_left {float: left;width: 40%;text-align: left;background: url(../images/prev.png) no-repeat left 3px;padding-left:10px;}
.pnav_right {float: right;width: 40%;text-align: right;background: url(../images/next.png) no-repeat right 3px;padding-right:10px;}

/* right sidebar style */
.right_ads {
	background: #fff;
	border: 1px solid #d1d1d1;
	margin: 10px 0 0 0;
	font-size: 0.8em;
	color: #bbb;
	line-height: 1.6em;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding: 5px 0 5px 0;
}
.right_ads a, .right_ads img {
	display: block;
	overflow: hidden;
	margin: 0 auto 0 auto;
}

/* right sidebar */
.rightsidebar h2, .sidebar_r h2, .photosidebar h2 {
	font-size: 1.4em;
	border-bottom: 2px solid #333;
	color: #000;
	margin: 2px 0 0 0;
	padding: 0 0 2px 0;
}

.rightsidebar p, .sidebar_r p, .photosidebar p {
	margin: 10px 0 0 0;
	line-height: 1.4em;
}

.rightsidebar form, .sidebar_r form, .photosidebar form {
	margin: 10px 0 0 0;
}

.rightsidebar a:hover, .sidebar_r a:hover, .photosidebar a:hover {text-decoration: underline}

.subscribe_p {
	border: 1px solid #d1d1d1;
	background: #fff;
	padding: 5px;
	margin: 10px 0 0 0;
}

.sidebar_r li {
	border: 1px solid #d1d1d1;
	background: #fff;
	padding: 5px;
	margin: 10px 0 0 0;
}
.sidebar_r li ul {padding: 5px}
.sidebar_r li ul.article_random, .sidebar_r li ul.calendar-widget,.sidebar_r li ul.mostreads {padding: 0 0 0 0}
.sidebar_r li li {
	border: none;
	background: #fff;
	padding: 3px 0 3px 10px;
	margin: 0 0 0 0;
	line-height: 1.4em;
	background: url(../images/next.png) no-repeat;
	background-position: left 8px;
	border-bottom: 1px dashed #eee;
}

.sidebar_r li ul.article_random li {
	background: none;
	padding: 10px 0 6px 0;
	border-bottom: 1px dashed #aaa;
}
.article_random .thumb {float: left; margin-right: 10px;}
.article_random img {overflow: hidden}
.article_random .heading a {
	font-size: 1.6em;
	color: #000;
}
.article_random .heading a:hover {text-decoration:underline}

.sidebar_r li ul.mostreads li {
	background: none;
	padding: 10px 0 6px 0;
	border-bottom: 1px dashed #aaa;
	line-height: 1.1em;
}
.mostreads .pic {float: left; margin-right: 5px;}
.mostreads img {overflow: hidden}
.mostreads h6 a {
	font-size: 0.8em;
	color: #000;
}
.mostreads h6 a:hover {text-decoration:underline}

.widget_tag_cloud a { line-height: 1.4em }

/* photos */
.gallery_ad {
	font-size: 0.8em;
	color: #bbb;
	line-height: 1.6em;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.gallery_ad span {display: block}
.gallery_ad a, .gallery_ad img {
	overflow: hidden;
	margin: 0 auto 0 auto;
}

.photobox {
	float: left;
	width: 638px;
	padding: 10px;
	background: #fff;
	border: 1px solid #d1d1d1;
	margin: 10px 10px 0 10px;
	display: inline;
}

.photopost h1 {
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1.5em;
	color: #000;
}

.photopost h2 {
	color: #ee006a;
	font-size: 1.8em;
	line-height: 1.5em;
	letter-spacing: -1px;
}

.photopost p a:hover {text-decoration: underline}

.photopost p {
	margin: 0 0 10px 0;
	line-height: 1.5em;
}

.photopost .date {
	margin: 5px 0 10px 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #f5006e;
}

.photos {
	display: block;
	border-top: 1px dashed #aaa;
	border-bottom: 1px dashed #aaa;
	padding: 15px 0 0 0;
	height: 1%;
}

.photos li {
	float: left;
	display: block;
	padding-right: 15px;
	padding-bottom: 15px;
}

.photos li a {
	float: left;
	display: block;
	border: 1px solid #fff;
}

.photos li img {
	padding: 1px;
	display: block;
	overflow: hidden;
}
.photos li a:hover {border: 1px solid #222}
.photos li a.selected, .photos li a.selected:hover {border: 1px solid #ee006a}

.tabcontent {
	display: none;
	background: #000 url(../images/black_grd.png) repeat-x;
	padding: 10px 0 10px 0;
	text-align: center;
}

.tabcontent img {
	overflow: hidden;
	text-align: center;
	margin: 0 auto 0 auto;
	border: 1px solid #fff;
	padding: 1px;
	max-width: 300px;
	max-height: 300px;
}

.pos-div {
	width: 100%;
	position: relative;
}

.para {
	position: absolute;
	top: 15%;
	right: 0px;
	color: #fff;
	font-size: 0.9em;
	width: 130px;
	text-align: left;
	background: #ff5db1 url(../images/para_grd.png) repeat;
	padding: 10px;
}

.next1, .prev1 {
	position: absolute;
	background: #fff;
	color: #777;
	padding: 5px;
	display: block;
	font-size: 0.85em;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.next1 {
	top: 10px;
	right: 10px;
}
.prev1 {
	top: 10px;
	left: 10px;
}
.next1:hover, .prev1:hover {background: #eee;color:#000}

@media print {
	.tabcontent {
	display: block !important;
	}
}

.photosidebar {
	float: left;
	width: 310px;
}

.recphoto {
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #ccc;
}

.recphoto .pic {
	float: left;
	margin-right: 10px;
}

.recphoto img {overflow: hidden}

.recphoto .sum {
	line-height: 1.3em;
	margin: 3px 0 0 0;
	font-size: 0.9em;
}
.recphoto .sum a {color: #333 }
.recphoto .sum a:hover {text-decoration: none}

.recphoto h3 {
	font-size: 1.1em;
	line-height: 1.2em;
}
.recphoto h3 a { color: #000 }

.recphoto .readit {
	padding: 7px 0 0 0;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}
.recphoto .readit a {background: url(../images/sm_arrow.png) no-repeat right center; padding-right: 9px;}

/* VIDEO COLUMN CSS */
#generic_v {
	display: block;
	width: 970px;
	padding: 15px;
	background: #000 url(../images/strip.png) repeat;
	border-top: 2px solid #df0c83;
	position: relative;
	margin-top: -14px;
}
#vidcolumn {
	width: 970px;
	display: block;
}

/* video pane */
.videodisplay {
	float: left;
	display: block;
	width: 462px;
}

.videotitle {
	display: block;
	width: 437px;
	padding: 10px 15px 25px 10px;
	color: #fff;
	font-size: 1.8em;
	line-height: 1.2em;
	background: url(../images/videotitle.png) no-repeat top;
	text-indent: 110px;
	margin-bottom: -15px;
	letter-spacing: -1px;
}

.videocontent {
	display: block;
	width: 460px;
	height: 260px;
	padding: 20px 1px 20px 1px;
	background: url(../images/video_back.png) no-repeat;
}

#morevids {
	float: right;
	display: block;
	width: 508px;
}

.videos_list {
	display: block;
	position: relative;
	width: 508px;
	height: 280px;
	overflow-y: scroll;
}

.videos_list img {overflow: hidden}
.videos_list li {
	float: left;
	display: inline;
	margin: 15px 0 0 30px;
	width: 200px;
	overflow: hidden;
	position: relative;
}

.videos_list li div {
	float: left;
	margin-right: 10px;
}

.videos_list li h3 {
	font-size: 0.9em;
	line-height: 1.3em;
}
.videos_list li h3 a {color: #fff}
.videos_list li h3 a:hover {color: #ff0078}

.video_ad {
	margin: 15px 0 0 30px;
	text-align: center;
	width: 468px;
	height: 60px;
	border: 2px solid #666;
}
.video_ad a, .video_ad img {overflow: hidden}

.watchit {
	position: absolute;
	left: 85px;
	bottom: 0px;
	width: 50px;
	height: 16px;
	line-height: 16px;
	display: block;
	background: url(../images/watch.png) no-repeat top;
	text-align: center;
	color: #fff;
	font-size: 0.9em;
}
.watchit:hover {background: url(../images/watch.png) no-repeat bottom}

/* rest of page video */
#tail {
	background: #fff;
	padding: 0 10px 10px 10px;
}

.showcomments {
	float: left;
	width: 660px;
	margin-right: 10px;
}

.showcomments h6 {
	font-size: 2.2em;
	letter-spacing: -1px;
	font-weight: normal;
	color: #000;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}
.showcomments h6 a:hover {text-decoration:underline}

/* page zone */
.pagezone {
	float: left;
	width: 638px;
	padding: 10px;
	background: #fff;
	border: 1px solid #d1d1d1;
	margin: 10px 10px 0 10px;
	display: inline;
}

/* begin css for comments box */
.comments-box {
	zoom: 1;
	border-top: 3px solid #eee;
	margin: 15px 5px 5px 5px;
}

.comments-box img {
	vertical-align: middle;
}

.comments-box h3 {
	color: #ee006a;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.4em;
	margin: 10px 0 10px 0;
}

.comments-box em {
	display: block;
	color: #999;
	margin: 10px 0 0 0;
}

.comments-box a:hover {text-decoration:underline}

#respond p, .cancel-comment-reply {
	color: #777;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

#respond textarea {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 2px;
	color: #777;
	width: 95%;
	height: 75px;
}

.text {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 2px;
	color: #777;
	width: 200px;
}

#respond textarea:hover {background:#fffafc}

/* add icons to fields */
.field_email {
	background: url(../images/f_email.png) no-repeat left center;
	padding: 2px 5px 2px 37px;
}
.field_email:hover {background: #fffafc url(../images/f_email.png) no-repeat left center}
.field_author {
	background: url(../images/f_author.png) no-repeat left center;
	padding: 2px 5px 2px 37px;
}
.field_author:hover {background: #fffafc url(../images/f_author.png) no-repeat left center}
.field_url {
	background: url(../images/f_url.png) no-repeat left center;
	padding: 2px 5px 2px 37px;
}
.field_url:hover {background: #fffafc url(../images/f_url.png) no-repeat left center}
.field_submit {
	background: #ee006a url(../images/f_comment.png) no-repeat left center;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #c9d8da;
	color: #fff;
	padding: 1px 5px 1px 37px;
}
.field_submit:hover {
	border: 1px solid #ccc;
	background: #fff url(../images/f_comment.png) no-repeat left center;
	color: #555;
}

/* other commenting styles */
.commentnav {
	display: block;
}

.commentnav a {
	padding: 4px;
	font-size: 1.2em;
	border: 1px solid #ddd;
	color: #999;
}

.commentnav a:hover {
	border: 1px solid #bbb;
	color: #000;
	text-decoration: none;
}

.commentnavleft {
	float: left;
	display: inline;
}

.commentnavright {
	float: right;
	display: inline;
}

.commentnavleft a {
	float: left;
	display: block;
}

.commentnavright a {
	float: right;
	display: block;
}

/* end */
/* framework for comments */
ol.commentlist { border-top: 1px dotted #ddd; margin: 15px 0 0 0; padding: 15px 0 0 0;}
ol.commentlist li { border-bottom: 1px dotted #ddd; margin: 0 0 15px 0; padding: 0 0 15px 0;list-style-type: none;  height: 1%;}
ol.commentlist li div.vcard { float:left; width: 90px;}
ol.commentlist li div.vcard cite.fn { display: block; margin: 10px 0 0 0; font-style: normal; font-weight: bold; font-size: 0.9em; }
ol.commentlist li div.vcard cite.fn a.url { }
ol.commentlist li div.vcard img.avatar { border: 1px solid #ccc; padding: 2px; background: #fff; display: block; overflow: hidden;}
ol.commentlist li div.vcard img.photo { }
ol.commentlist li div.vcard span.says { }
ol.commentlist li div.commentmetadata { font-size: 0.9em; color: #999; margin: 0 0 0 0;}
ol.commentlist li div.comment-meta {  color: #999; }
ol.commentlist li div.comment-meta a { color: #999; }
ol.commentlist li p { display: block; margin: 15px 0 0 90px; line-height: 1.5em;}
ol.commentlist li div.reply {text-align: right; padding: 15px 0 0 0;}
ol.commentlist li div.reply a { padding: 3px 7px 3px 7px;font-weight: bold;background: #eee;color: #000; border: 1px dotted #888}
ol.commentlist li div.reply a:hover { background: #fff; }
ol.commentlist li ul.children li {padding: 15px; margin: 15px 0 0 90px;}
ol.commentlist li ul.children li div.reply a {background: #fff}
ol.commentlist li ul.children li.depth-2 {border: 1px dotted #9acedd; background: #f3f6fb; }
ol.commentlist li ul.children li.depth-3 { border: 1px dotted #00C7FF; background: #fff; }
ol.commentlist li ul.children li.depth-4 {  border: 1px dotted #9acedd; background: #f3f6fb; }
ol.commentlist li ul.children li.depth-5 { border: 1px dotted #00C7FF; background: #fff; }
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor p { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { }
ol.commentlist li ul {}
ol.commentlist li ul.children {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { }
ol.commentlist li.odd { }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

.wp-pagenavi {
}
.wp-pagenavi a, .wp-pagenavi a:link {
	color: #f5006e;
	font-weight: bold;
	border-left: 1px solid #ddd;
	padding-left: 3px;
	padding-right: 3px;
}
.wp-pagenavi span.current, .wp-pagenavi span.extend {
	color: #999;
	border-left: 1px solid #ddd;
	padding-left: 3px;
	padding-right: 3px;
}
.wp-pagenavi span.pages {
	color: #000;
	font-weight: bold;
}
.wp-pagenavi a:hover {
	text-decoration: underline;
}