/*
Name: PageCrush
Description: Inspirational Design Hub Series 4.0.
Version: 4.0
Author: PageCrush.net
Author URI: http://www.pagecrush.net
*/

/*
CSS General Reset
*/
* {
	font-family: Arial, Helvetica, sans-serif;
	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}
.clear {clear: both}

/*
Layout CSS Information
*/
body {
	background: #efefef url(images/bg_main.jpg) no-repeat top center;
	text-align: center;
}

#container {
	width: 944px;
	background: none;
	margin: 0 auto 20px auto;
	text-align: left;
}

/*
Very Top Bar
*/
#top {
	float: right;
	width: 345px;
	background: none;
	padding: 4px;
}

#pagemenu {
	float: left;
	display: inline;
	height: 28px;
	z-index: 20;
}

#pagemenu li {
	float: left;
	display: block;
	height: 28px;
	border-right: 1px solid #2594bf;
}

#pagemenu li ul li {
	height: 24px;
	border-right: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

#pagemenu li a {
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
}

#pagemenu li a:hover {
	background: #8acce7;
}

#pagemenu li.current_page_item a {
	background: none;
}

#pagemenu li.current_page_item a:hover {
	background: none;
}

#pagemenu ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#pagemenu ul li a {
	display: block;
	background: #FFF;
}

#pagemenu li ul a:hover {
	display: block;
	background: #FFF;
}

#pagemenu ul a {
	display: block;
}

#pagemenu ul ul {
	margin-top: -25px;
	display: none;
	margin-left: 199px;
	position: absolute;
}

#pagemenu li:hover ul ul {
	display: none;
}
#pagemenu li:hover ul {
	display: block;
}
#pagemenu ul li:hover ul {
	display: block;
}
#pagemenu li ul li {
	display: block;
	width: 100%;
}

#pagemenu li.page_item ul {
	width: 200px;
}

#pagemenu li.page_item a {
	display: block;
}

#pagemenu li.page_item a:hover {
	display: block;
}

#pagemenu li.page_item ul li a {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	background: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: lowercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #666;
}

#pagemenu li.page_item ul li a:hover {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	background: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: lowercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #ee1c24;
}

/*
Search bar
*/
#searchbar {
	background: url(images/header/searchbox.png) no-repeat;
	width: 392px;
	height: 42px;
	float: right;
	display: inline;
	font-size: 0.7em;
	margin: 9px 0 0 0;
}

.searchform {
	display: inline;
	vertical-align: middle;
}

.searchform fieldset {
	display: inline;
	vertical-align: middle;
}

.searchform label {
	display: inline;
	vertical-align: middle;
}

.searchform input {
	display: inline;
	vertical-align: middle;
}

.searchform .searchterm {
	float: left;
	width: 280px;
	height: 20px;
	margin: 8px 0 0 8px;
	padding: 3px;
	color: #3e9ab8;
	background: none;
	font-size: 1.5em;
	font-weight: bold;
}

.searchform .searchterm:focus {
	color: #252525;
	background: none;
}

.searchform .searchbutton {
	background: none;
	margin: 8px 8px 0 8px;
	cursor: pointer;
	width: 81px;
	height: 26px;
}

.searchformI {
	vertical-align: middle;
	font-size: 0.7em;
}

.searchformI fieldset {
	display: inline;
	vertical-align: middle;
}

.searchformI label {
	display: inline;
	vertical-align: middle;
}

.searchformI input {
	display: inline;
	vertical-align: middle;
}

.searchformI .searchlabel {
	color: #9ca485;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
	font-family: verdana, arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

.searchformI .searchterm {
	border: 1px solid #ddd;
	width: 200px;
	padding: 3px;
	color: #757575;
	background: #fff;
}

.searchformI .searchterm:focus {
	border: 1px solid #bbb;
	color: #ee1c24;
	background: #fff;
}

.searchformI .searchbutton {
	border: 1px solid #ddd;
	text-transform: uppercase;
	background: #fff;
	cursor: pointer;
	color: #666;
	font-size: 0.9em;
	height: 21px;
}

.searchformI .searchbutton:hover {
	color: #ee1c24;
}

/*
Header CSS
*/
#header {
	width: auto;
	background: #252525;
	/*border-bottom: 1px solid #acacac;*/
	height: 55px;
	padding: 12px 0 14px 0;
}

#header_contain {
	width: 944px;
	margin: 0 auto;
}

#header_logo {
	background: url(images/header/logo.png) no-repeat top left;
	float: left;
	width: 80px;
	height: 59px;
}

#header .description {
	float: left;
	margin: 34px 0 0 15px;
	display: inline-block;
	color: #ffffff;
	font-size: 1.2em;
}

/*
Page Menu CSS
*/

#console {
	width: auto;
	height: 28px;
	background: url(images/header/menu.gif) repeat-x;
	border-bottom: 1px solid #0083ae;
}

#console #toprss a:hover {
	color: #e1f876;
}

#menu {
	width: 945px;
	height: 28px;
	margin: 0 auto 40px auto;
	border-left: 1px solid #2594bf;
}

#catmenu {
	float: left;
	display: inline;
	height: 28px;
	z-index: 20;
}

#catmenu li {
	float: left;
	display: block;
	height: 28px;
	border-right: 1px solid #2594bf;
}

#catmenu li ul li {
	height: 24px;
	border-right: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

#catmenu li a {
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
}

#catmenu li a:hover {
	background: #8acce7;
}

#catmenu li.current-cat a {
	color: #333;
	background: #FFF;
}

#catmenu li.current-cat a:hover {
	color: #333;
	background: #FFF;
}

#catmenu ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#catmenu ul li a {
	display: block;
	background: #FFF;
}

#catmenu li ul a:hover {
	display: block;
	background: #FFF;
}

#catmenu ul a {
	display: block;
}

#catmenu ul ul {
	margin-top: -24px;
	display: none;
	margin-left: 200px;
	position: absolute;
	border-left: 1px solid #ee1c24;
}

#catmenu li:hover ul ul {
	display: none;
}

#catmenu li:hover ul {
	display: block;
}

#catmenu ul li:hover ul {
	display: block;
}

#catmenu li ul li {
	display: block;
	width:100%;
}

#catmenu li.cat-item ul {
	width: 200px;
}

#catmenu li.cat-item a {
	display: block;
}

#catmenu li.cat-item a:hover {
	display: block;
}

#catmenu li.cat-item ul li a {
	display: block;
	text-align: left;
	font-size: 0.75em;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	color: #666;
	font-weight: bold;
	text-transform: none;
	background: #f9f9f9;
}

#catmenu li.cat-item ul li a:hover {
	display: block;
	text-align: left;
	font-size: 0.75em;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	color: #738ba1;
	font-weight: bold;
	text-transform: none;
	background: #FFF;
}

/*
Content Layout
*/
#content {
	width: 944px;
}

#content #column {
	float: left;
	width: 944px;
	margin: 20px 0 0 0;
	display: inline;
}

#content #column_main {
	display: block;
	position: inherit;
	float: left;
	width: 964px;
	margin: 20px 0 0 -1px;
	display: inline;
}

#content #sidebar {
	float: left;
	width: 300px;
	display: inline;
	padding-bottom: 10px;
}

/*
Sidebar Widgets
*/
#sidebar h2 {
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.3em;
	color: #666;
	margin-top: 20px;
}

#sidebar p {
	margin: 0px 0px 7px 0px;
}

#sidebar .box {
	margin-top: 5px;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #757575;
}

.videobox {
	border: 4px solid #ddddd4;
	width: 380px;
	height: 214px;
}

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#sidebar a:hover {
	color: #366799;
}

.sidebar1 {
	width: 388px;
}

.sidebar2 {
	width: 300px;
	float: left;
	display: inline;
}

.sidebar1 ul ul, .sidebar2 ul ul {
	font-size: 0.7em;
	color: #777;
	line-height: 1.4em;
	background: #d8e9f4;
	border: 1px solid #e1edef;
}

.sidebar1 ul div, .sidebar2 ul div {
	font-size: 0.7em;
	color: #777;
	line-height: 1.4em;
}

.sidebar1 ul div div, .sidebar2 ul div div {
	font-size: 1em;
	border: none;
}

.sidebar1 li li {
	padding: 5px 2px 2px 5px;
	border-bottom: 1px dotted #c4d5d8;
}

.sidebar2 li li {
	padding: 5px 2px 2px 5px;
	border-bottom: 1px dotted #c4d5d8;
}

.sidebar1 li li li {
	font-size: 1.0em;
	padding: 5px 2px 2px 5px;
}

.sidebar2 li li li {
	font-size: 1.0em;
	padding: 5px 2px 2px 5px;
}

/*
Feed CSS
*/
.rssfeed {
	background: url(images/latest_icons/rssimg.gif) no-repeat;
	background-position: left 0px;
	line-height: 15px;
	padding: 2px 0 2px 30px;
}

.getlatest {
	background: url(images/latest_icons/add-lt-blue.png) no-repeat;
	background-position: left 0px;
	line-height: 15px;
	padding: 2px 0 2px 30px;
}

.emailfeed {
	background: url(images/rssemail.gif) no-repeat;
	background-position: left 0px;
	padding-left: 30px;
}

.feedform {
	font-size: 0.9em;
}

.feedemail {
	border: 1px solid #ddd;
	width: 200px;
	padding: 3px;
	color: #757575;
	background: #fffff4;
}

.feedemail:focus {
	border: 1px solid #bbb;
	color: #ee1c24;
	background: #fff;
}

.feedsubmit {
	border: 1px solid #ddd;
	text-transform: uppercase;
	background: #fff;
	cursor: pointer;
	color: #666;
	font-size: 0.9em;
	height: 22px;
}

.feedsubmit:hover {
	color: #ee1c24;
}

/*
Sidebar Ads CSS
*/
ul.ads li {
	float: left;
	display: inline;
	margin-right: 3px;
}

ul.ads img {
	display: block;
	float: left;
}

/* view more */

#viewmore {
padding: 0;
margin: 0 0 10px 0;
font-weight: bold;
width: 944px;
}

.viewmoreleft a{
	display: block;
	width: 12px;
	height: 26px;
	float: left;
	color: #FFFFFF;
	background: url(images/footer/previous.png) no-repeat;
}

.viewmoreleft a:hover{
	color: #FFEEB5;
	background: url(images/footer/previous_hover.png) no-repeat;
}

.viewmoreright {
	display: block;
	width: 12px;
	height: 26px;
	float: right;
	color: #FFFFFF;
	background: url(images/footer/next.png) no-repeat;
}

.viewmoreright a{
	display: block;
	width: 12px;
	height: 26px;
	float: right;
	color: #FFFFFF;
	background: url(images/footer/next.png) no-repeat;
}

.viewmoreright a:hover{
	color: #FFEEB5;
	background: url(images/footer/next_hover.png) no-repeat;
}

/*
Footer CSS
*/
#footer {
	width: 944px;
	height: 40px;
	margin: 20px auto 0 auto;
	font-size: 0.7em;
	color: #333333;
	border-top: 1px solid #b8b8b8;
}

#footer a {
	color: #0b88b1;
	font-weight: bold;
}

#footer a:hover {
	color: #0e9ccb;
}

.copyright {
	text-align: left;
	line-height: 40px;
}

.credit {
	float: right;
	color: #757575;
	line-height: 1.4em;
}

a.sitename {
	color: #ccc;
	border-bottom: 1px dotted #366799;
}

.credit a {
	font-weight: bold;
	color: #666;
}

.credit a:hover {
	color: #ee1c24;
}

/* Post Main */

#content .postfull {
width: 300px;
height: 100px;
float: left;
margin: 0 17px 17px 0;
padding: 1px;
border: 1px solid #a6a6a6;
}

#content .postmain {
	clear: both;
	margin: -40px 0 10px 0;
}
#content .postmain h2 {
	margin: 0;
	padding: 3px 0 0 0;
	color: #eeeeee;
	font-size: 14px; font-weight: bold;
}
#content .postmain .featured_title {
	position: relative;
	right: 0px; top: 110px;
	padding: 5px 7px;
	width: 286px;
	height: 30px;
	background: url(images/full_stage/hw_title_bg.png) no-repeat;
}
#content .postmain .metamain {
	margin: 2px 0 0 0;
	color: #b5b5b5;
	font-size: 12px;
}
#content .postmain .metamain a {
	color: #61afc5;
	text-decoration: none;
	font-size: 12px;
}
#content .postmain .hr {
	margin: 0 0 0 75px;
	height: 2px;
	font-size: 0;
}
#content .postmain .datemain {
	position: absolute;
	right: 10px; top: 0px;
	padding-left: 10px;
	text-align: center;
	font-size: 10px;
	line-height: 1em;
	color: #eeeeee;
}
#content .postmain .datemain span {
	margin: 0 0 3px 0;
	height: 30px; line-height: 30px;
	font-size: 10px; font-weight: normal;
}

#content .hotcrush {
width: 300px;
height: 232px;
float: left;
margin: 0 0 0 10px;
}

#content .hotcrushfeedback {
	color: #949494;
	background: #ededed;
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 4px;
	margin: 0 0 5px 0;
}

#content .hotcrushcategory {
	color: #949494;
	font-weight: bold;
	border-top: 1px solid #999999;
	font-size: 12px;
}

#content .postfull_preview {
width: 300px;
height: 232px;
float: left;
margin: 0 0 10px 0;
}

#preview_container {
	width: 300px;
	padding: 0 0 0 15px;
	float: left;
}

#preview_process {
	width: 275px;
	margin: 0 0 0 15px;
	text-align: justify;
	float: left;
}

#content .preview_title {
	margin: 0; padding: 0;
	color: #eeeeee;
	font-size: 14px; font-weight: bold;
}

#preview_bg {
	clear: both;
	margin: 0 0 0 -10px;
	padding: 0 0px 0 10px;
	width: 290px;
	font-size: 11px;
	color: #eee;
	background: #000;
}

#content .groupage {
	color: #61AFC5;
}

#content .entrymain {
	padding: 0 0 0 10px;
	width: 290px;
	font-size: 11px;
	color: #eee;
	line-height: 14px;
}

#content .entrymain p{
	margin: 0;
}

#content .entrymain a {
	color: #88d3ff;
	text-decoration: underline;
}
#content .entrymain a:hover {
	text-decoration: none;
}

#content .entrymain img {
	border: none;
	float: left;
	margin: 0 0 0 -10px;
	cursor: url(images/full_stage/visit-tag.png), pointer;
}

#content #todays_featured_container {
	margin: 20px 0 0 -1px;
	padding: 1px;
	width: 942px;
	height: 100px;
	background: #fddd6f url(images/full_stage/featured_bg.jpg) repeat-x top left;
	border: 1px solid #eac134;
}

#content #todays_featured_placer {
	display: block;
	position: relative;
}

#content #todays_featured {
	display: block;
	position: absolute;
	margin: -102px 0 2px 1px;
	width: 944px;
}

#content #todays_featured_new {
	display: block;
	position: absolute;
	background: url(images/full_stage/new.png) no-repeat;
	width: 52px;
	height: 52px;
}

#content #todays_featured .postmain {
	clear: both;
	margin: 0 0 10px 0;
	height: 60px;
}

#content #todays_featured .postmain .featured_title {
	position: relative;
	right: 0px; top: 70px;
	padding: 5px 7px;
	width: 286px;
	height: 30px;
	background: url(images/full_stage/hw_title_bg.png) no-repeat;
}

#content #todays_featured .entrymain img{
	float: left;
	margin: 12px 20px 0 0;
}

#todays_featured .entrymain {
	width: 944px;
	margin: -52px 0 0 -10px;
	float: left;
	display: inline-block;
	font-size: 1.5em;
	color: #333333;
	line-height: 1.0em;
}

#todays_featured .entrymain a {
	color: #008ec5;
}

.liquid {
width: 52px;
height: 52px;
position: absolute;
z-index: 1000;
background: none;
}

.liquid_main a{
display: block;
width: 52px;
height: 52px;
background: url(images/full_stage/more-a.png) no-repeat;
}

.liquid_main a:hover{
display: block;
width: 52px;
height: 52px;
background: url(images/full_stage/more-b.png) no-repeat;
cursor: url(images/full_stage/more-tag.png), pointer;
}

.liquid_featured a{
display: block;
width: 52px;
height: 52px;
background: none;
}

.liquid_featured a:hover{
display: block;
width: 52px;
height: 52px;
background: url(images/full_stage/more-b.png) no-repeat;
cursor: url(images/full_stage/more-tag.png), pointer;
}

.review {
}

.review a{
}

.review a:hover{
cursor: url(images/full_stage/review-tag.png), pointer;
}

/*
Video Page
*/

.post .entry_vid {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.post .entry_goods_vid h3{
	display: none;
}

.post .entry_goods_vid div {
	display: none;
}

.post .entry_goods_vid {
	margin: 0 0 20px 0;
}

.post .entry_goods_vid p{
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0;
}

.post .entry_goods_vid strong{
	color: #E95C50;
}

.post .entry_goods_vid img {
	cursor: url(images/full_stage/visit-tag.png), pointer;
	border: 1px solid #d6d6d6;
}

.post .view_more_vids {
	background: #F7F7F7;
	border: 1px dashed #CCCCCC;
	padding: 10px;
	font-size: 1.4em;
}

.entry_vid embed {
	float: left;
	margin: 0 20px 20px 0;
}

.entry_vid .ratings_container_vid {
	display: block;
	float: right;
	background: #e8e8e8;
	width: 454px;
	height: 60px;
	padding: 18px 20px 22px 20px;
	margin: 0 0 20px 0;
	border: 1px solid #d6d6d6;
}

/*
Submission Preview
*/

#content .postfull_submit {
width: 300px;
height: 100px;
position: relative;
float: left;
margin: -1px 17px 17px -1px;
padding: 1px;
}

#content .postfull_submit p{
float: left;
position: absolute;
top: 14px;
left: 322px;
width: 600px;
display: block;
color: #333333;
font-size: 2.2em;
line-height: 1em;
}

#content .postfull_submit p a{
color: #008EC5;
text-decoration: underline;
}

#content .postfull_submit p a:hover{
color: #008EC5;
text-decoration: none;
}

/*
General Styles THE POST
*/
.post {
	border-top: 1px solid #ddd;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
}

.post p {
	line-height: 1.5em;
	margin: 0px 0px 7px 0px;
}

.post h1 {font-size: 1.7em}
.post h2 {font-size: 1.6em}
.post h3 {font-size: 1.4em}
.post h4 {font-size: 1.2em}
.post h5 {font-size: 1.1em}
.post h6 {font-size: 1em}
.post p {font-size: 0.75em}
.post h1 {color: #366799;letter-spacing:-1px;}
.post h2 {color: #78848f;letter-spacing:-2px;margin: 20px 0;}
.post h3 {color: #e95c50;letter-spacing:-1px;}
.post h4 {color: #00a2ff}
.post h5 {color: #e95c50}
.post h6 {color: #333}
.post p {color: #666}

.post ul, .post ol {
	font-size: 0.75em;
	color: #666;
	margin: 0px 0px 7px 0px;
}
.post li, .post li li {line-height: 1.5em}
.post ol {margin-left: 16px}

.post ul ul, .post ol ol {
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 5px;
}
.post ul li, .post ul li ul li {
	background: url(images/bullet.gif) no-repeat;
	background-position: left 8px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.post ol li, .post ol li ol li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.post .post_horizontal li{
	display: inline-block;
	margin: 0 8px 0 0;
}

.post img {
	vertical-align: middle;
}

.more-link {
	font-weight: bold;
	font-size: 1.1em;
	color:#e95c50;
	text-transform: uppercase;
}

.more-link:hover {
	color: #fff;
	background: #e95c50;
}

.post ins {
	text-decoration: underline;
}

.post del {
	text-decoration: line-through;
}

.post code {
	display: block;
	border: 1px dotted #ddd;
	width: 400px;
	padding: 10px;
	background: #eee;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.post blockquote {
	display: block;
	border: 1px dashed #ddd;
	width: 400px;
	padding: 10px 10px 0px 10px;
	background: #FFF;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}


.post blockquote p {
	background: url(images/blockquote.gif) no-repeat;
	background-position: left top;
	padding-left: 40px;
	color: #5a727b;
	font-weight: bold;
}

a {
	color: #189ad0;
}

a:hover {
	color: #666666;
}

.post h2 a {
	color: #2a6ea6;
	font-weight: bold;
}

.post h2 a:hover {
	color: #398cd0;
}

.post .entry {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.post .entry_goods {
	margin: 0 0 20px 0;
}

.post .entry_goods p{
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0;
}

.post .entry_goods img {
	cursor: url(images/full_stage/visit-tag.png), pointer;
	border: 1px solid #d6d6d6;
}

.post .postinfo {
	color: #333333;
	font-size: 1.0em;
	line-height: 1.4em;
	padding: 5px 0;
	margin: 0;
}

.post .info {
	float: left;
}

.post .info a {
	padding-top: 4px;
	padding-bottom: 4px;
	height: 15px;
}

.post .commentnum {
	float: right;
	background: url(images/ico_comments.png) no-repeat right center;
	padding-right: 12px;
	font-weight: bold;
}

.post .commentnum a {
	color: #E95C50;
}

.post .commentnum a:hover {
	color: #666666;
}

.post .category {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #777777;
	background: #fee58f;
	padding: 5px;
	margin: 0 0 20px 0;
	border: 1px solid #eac134;
}

.post .tags {
	font-size: 0.7em;
	color: #949494;
	line-height: 1.5em;
	border-top: 1px solid #eee;
}

.entry .ratings_container {
	display: block;
	position: absolute;
	right: 0px;
	background: #e8e8e8;
	width: 576px;
	height: 60px;
	padding: 18px 20px 22px 20px;
	border: 1px solid #d6d6d6;
}

.post .ratings {
	font-size: 1.4em;
	line-height: 1.3em;
	color: #666666;
}

.post .views {
	font-size: 0.75em;
	color: #666;
	margin: 0px 0px 10px 0px;
}

/*
Post Images - Alignments
*/
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	border: 3px solid #eee;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 2px;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 10px;
	margin-bottom: 2px;
}

.aligncenter {
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.alignnone {
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

p.wp-caption-text {
	padding: 3px;
	color: #757575;
}

/*
Default Navigation _Next entries _Previous entries
*/
.navigation {
	background: #e4e4e4;
	padding: 5px;
	color: #2A6EA6;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
}

.navigation a{
	color: #2A6EA6;
	font-weight: bold;
	text-decoration: none;
}

.navigation a:hover{
	color: #E95C50;
	font-weight: bold;
	text-decoration: none;
}

.nav {
	margin-top: 10px;
	font-size: 0.75em;
}

.nav a:hover {
	color: #333;
}
	

.nav_left {
	float: left;
	display: inline;
	padding: 5px;
	background: #f7f8ed;
	border: 1px solid #d6d6d6;
}

.nav_right {
	float: right;
	display: inline;
	padding: 5px;
	background: #f7f8ed;
	border: 1px solid #d6d6d6;
}

/*
Other Post Boxes
*/
.post_header {
	padding-top: 10px;
	padding-right: 10px;
}

.post_header h1 {
	font-size: 1.4em;
	color: #444;
}

.post_author, .post_follow {
	background: #fffff4;
	padding: 10px;
	font-size: 0.75em;
	color: #666;
	line-height: 1.5em;
	border: 1px solid #eeeee4;
	font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
	margin-top: 15px;
}

.post_follow a {
	font-weight: bold;
}

/*
Comments
*/
.commentlistdiv {
	margin-top: 10px;
	padding: 10px;
	background: #d8e9f4;
	font-size: 0.75em;
	color: #666;
}

.commentlistdiv h1 {
	font-size: 1.3em;
	color: #366799;
	border-bottom: 1px solid #eee;
	line-height: 1.5em;
}

.commentlist li {
	background: #fff;
	border-bottom: 1px dotted #ddd;
	padding: 20px;
}

.commentlist li.alt {
	background: #fff;
}

.pane_l {
	float: left;
	display: inline;
	width: 160px;
	min-width: 160px;
	max-width: 160px;
	border-right: 1px dotted #ddd;
	padding-right: 20px;
	margin-right: 20px;
}

.pane_r {
	display: block;
	line-height: 1.5em;
	margin-left: 201px;
}

.c_author {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
}

.c_avatar {
	display: block;
	margin: 0px 0px 7px 0px;
}

.c_date {
	color: #949494;
	font-size: 0.9em;
	margin: 0px 0px 7px 0px;
}

.c_approved {
	color: #949494;
	font-size: 0.9em;
}

/*
Trackbacks / Pinbacks
*/
.post_ping {
	background: #fffff4;
	padding: 10px;
	border: 1px solid #eeeee4;
	font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666;
	line-height: 1.5em;
}

.post_ping h1 {
	font-size: 1.2em;
}

.post_ping ol {
	margin-left: 20px;
}

.post_ping ol li {
	padding-top: 3px;
}

/*
Reply
*/
.reply {
	margin-top: 10px;
	padding: 10px;
	background: #f7f8ed;
	border: 1px dotted #ddd;
	font-size: 0.75em;
	color: #666;
}

.reply h1 {
	font-size: 1.3em;
	color: #366799;
	border-bottom: 1px solid #c6e1e5;
	line-height: 1.5em;
}

.reply label {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	margin-left: 5px;
}

.replytext {
	width: 200px;
	background: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	border: 1px solid #e0edef;
	padding: 2px;
}

.replytext:focus {
	background: #fffff9;
}

.replyarea {
	width: 500px;
	height: 100px;
	background: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	border: 1px solid #e0edef;
	padding: 2px;
}

.replyarea:focus {
	background: #fffff9;
}

.replybutton {
	cursor: pointer;
	font-size: 0.9em;
	font-weight: bold;
	background: #e8bb00;
	width: 100px;
	height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #fff;
	border: 1px solid #d3aa00;
}

.replybutton:hover {
	background: #f3ce00;
	border: 1px solid #d3aa00;
}

/* Submit Form */

.submitboxleft {
	width: 461px;
	height: 74px;
	float: left;
}

.submit_input {
	border: 1px solid #999;
	font-size: 1.5em;
	padding: 2px;
	width: 370px;
}

.submit_textarea {
	border: 1px solid #999;
	font-size: 1.5em;
	padding: 2px;
}

.submit_select {
	border: 1px solid #999;
	font-size: 1.5em;
	padding: 2px;
}

.submit_submit {
	background: #E95C50;
	padding: 2px;
	border: 1px solid #d23b2e;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5em;
	cursor: pointer;
}

.submit_submit_process {
	background: #E95C50;
	padding: 2px;
	margin: 20px 0 0 0;
	border: 1px solid #d23b2e;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5em;
	cursor: pointer;
}

.submit_submit_process a{
	color: #ffffff;
}

.submit_submit_process a:hover{
	color: #ffffff !important;
}

/* Drop Panel */

#panel_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 946px;
	top: 0px;
	left: -1px;
}

.panel_button {
	margin-left: auto;
	margin-right: auto; /* to right align place '0' here or to center place 'auto' */
	position: relative;
	top: 1px;
	width: 147px;
	height: 29px;
	background: url(images/header/dash_button.png);
	z-index: 20;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 3px;
	left: -3px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	top: -3px;
	left: -2px;
}
.panel_button a:hover {
	color: #e0f3ff;
}

#toppanel {
	position: absolute;
	width: 946px;
	left: 0px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 946px;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: #0083ae;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	height: 100%;
	width: 946px;
	position: absolute;
	z-index: -1;
}

#panel td{
	color: #ffffff;
}
#panel td a{
	border-bottom: 1px dotted #ddd;
	color: #e0f3ff;
}
#panel td a:hover{
	border-bottom: 1px dotted #ddd;
	color: #ffffff;
}
#panel #solestage1 {
	padding: 0 10px 0 20px;
	width: 316px;
	text-align: left;
	border-right: 1px dotted #85d3ee;
}
#panel #solestage2 {
	padding: 0 10px;
	width: 314px;
	text-align: left;
}
#panel #solestage2 li{
	background: url(images/latest_icons/heart.png) no-repeat center left;
	padding: 2px 0 2px 22px;
	line-height: 15px;
	list-style: none;
}
#panel #solestage2 li a{
	padding: 0 0 0 5px;
}
#panel #solestage3 {
	padding: 0 20px 0 10px;
	width: 314px;
	text-align: left;
	border-left: 1px dotted #85d3ee;
}
#panel #solestage1 h1{
	font-size: 1.5em;
	margin: 0 0 8px 0;
	color: #ffef5b;
}
#panel #solestage2 h2{
	font-size: 1.5em;
	margin: 0 0 8px 0;
	color: #ffef5b;
}
#panel #solestage3 h3{
	font-size: 1.5em;
	margin: 0 0 8px 0;
	color: #ffef5b;
}
#panel table {
	width: 946px;
	margin: 20px auto;
	display: block;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}

.border {
	border: 15px #1d1d1d solid;
}
img.border {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}
img.border_pic {
	border: 15px #1d1d1d solid;
	position: absolute;
	top: 110px;
	float: left;
	margin-left: 150px;
	width: 250px;
	height: 150px;
	z-index: 30;
}