/*
Theme Name: Elegant Box
Theme URI: http://wordpress.org/extend/themes/elegant-box/
Description: Elegant Box is my first experiment in WordPress theming. Compatible with WordPress 2.7, threaded comments ready.
Version: 3.2.3
Author: mg12
Author URI: http://www.neoease.com/
Tags: white, black, green, blue, purple, brown, two-columns, fixed-width, theme-options, right-sidebar, custom-colors, threaded-comments
*/

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif; font-size:small;
	font-size:12px;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
img {
	border:none;
}
a {
	text-decoration:none;
        
}

a:hover {
	text-decoration:underline;
        
}
pre {
	font-family:'Courier New', Courier, Monospace, Fixed;
	overflow:auto;
}
blockquote, pre {
	padding:5px 10px;
	margin:5px 0;
}
pre {
	overflow:scroll;
}
.clear, 
.fixed {
	clear:both;
}
small, 
.small {
	font-size:10px;
}
.more-link {
	font-size:10px;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft{
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright{
	text-align:right;
	float:right;
	margin-left:10px;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.inline {
	display:inline;
}
.left {
	float:left;
	margin-right:10px;
}
.right {
	float:right;
	margin-left:10px;
}
.fontthin {
	font-weight:normal;
}
.box {
	margin-bottom:10px;
}
.box .content {
	padding:8px 10px;
}
.box h3 {
	font-size:14px;
	margin-bottom:2px;
}
.boxcaption {
	padding:5px 10px;
	margin-bottom:10px;
}
.bottom_separator {
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
	margin-left:-5px;
	margin-right:-5px;
}
.bottom_space {
	margin-bottom:10px;
}
.button, 
a#cancel-comment-reply-link {
	font-size:10px;
	border-style:solid;
	border-width:1px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	text-align:center;
	padding:2px 8px;
}
a#cancel-comment-reply-link {
	padding:3px 8px;
}
a.button:hover, 
a#cancel-comment-reply-link:hover {
	text-decoration:none;
}

/* header START */
#header .inner {
	height:95px !important;
	height:96px;
}
#header .content {
	width:982px;
	margin:0 auto;
	text-align:left;
}
#header h1 {
	float:left;
	font-weight:normal;
	font-style:normal;
	padding:1px 0 0 10px !important;
	padding:2px 0 2px 10px;
	margin-top:9px;
}
#header #title {
	float:left;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-family:"BitStream vera Sans",Arial,Helvetica,sans-serif;
}
#header #tagline {
	float:left;
	font-size:10px;
	margin-left:10px;
	vertical-align:bottom;
	color:#999;
}
#header #searchbox, 
#header #nav {
	float:right;
	margin-top:1px !important;
	margin-top:0px;
}
#notice {
	margin:0 -5px 10px;
}
#notice .inner {
	padding:5px 7px;
}
#notice .icon {
	float:left;
	margin-right:5px;
	margin-bottom:0;
}
#notice .content {
	float:left;
}
#notice .content .separator {
	padding-right:10px;
}
#nav img {
	border:none;
}
#navlist {
	margin-right:10px;
}
#navlist li {
	list-style:none;
	float:left;
	margin-top:1px !important;
	margin-top:3px;
	font-size:10px;
}
#navlist li a {
        
	display:block;
	padding:3px 5px 4px !important;
	padding:3px 5px 5px;
	border-style:solid;
	border-width:0 1px 0 0;
}
*+html #navlist li a {
	padding:3px 5px 5px !important;
}
#navlist li.current_page_item a, 
#navlist li.current-cat a {
	font-weight:bold;
}
#navlist li a#feed {
	border-width:0;
	margin-left:10px;
	padding:1px 0;
	padding:1px 0 !important;
}
*+html #navlist li a#feed {
	padding:1px 0 !important;
}
#navlist li a#feed img {
	background-position:0 0;
	width:18px;
	height:18px;
}
#navlist li a#feed:hover img {
	background-position:0 -18px !important;
}
#search_textfield {
	width:247px;
	padding-right:20px;
}
/* header END */

/* submenu START */
#navlist li ul {
	display:none;
	background:#E1E1E1;
	padding:5px;
	border:1px solid #333;
}
#navlist li li {
	float:none;
	margin:0 !important;
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
#navlist li li a {
	display:block;
	padding:5px 10px;
	text-decoration:none;
	width:125px;
	font-size:12px;
	border-style:solid;
	border-width:1px 0 0;
}
#navlist li li.first a {
	border-top:none;
}
#navlist li li a:hover {
	font-weight:bolder;
}
/* submenu END */

/* main START */
#container_body {
	margin:15px auto;
	text-align:left;
	width:980px;
}
#main {
	float:left;
	padding:10px 15px 0;
}
.post img {
	max-width:600px;
}
.sided {
	padding:2px;
	margin-bottom:5px;
}
.wp-caption {
	padding:5px 0;
	margin-bottom:5px;
	text-align:center;
}
.post .content .wp-caption p {
	margin:3px 0 0;
}
.part {
	margin-bottom:10px;
}
.sidedate {
	float:right;
	font-size:10px;
}
.post .content ul li, 
.post .content ol li {
	list-style: none;
	padding-left:20px;
}
.post .content ul, 
.post .content ol {
	padding-bottom:10px;
}
.post {
	margin-bottom:20px;
}
.post .title h2 {
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	margin:0pt;
	padding:0px;
}
.post .content {
	line-height:145%;
	overflow:hidden;
}
.post .content p {
	margin:0 0 10px 0;
}
.post .comments {
	padding:3px 0 3px 22px;
	margin:10px 0 0;
	font-size:10px;
}
.post .comments_single {
	margin:10px 0;
}
#postnav {
	margin-top:20px;
}
.post .info {
	color:#999;
	font-size:10px;
	margin-bottom:8px;
	margin-top:0pt;
	padding-top:3px;
}
.post .info .edit, 
.post .info .editlinks {
	float:right;
}
#container_bottom {
	font-size:10px;
}
#container_bottom .postnav {
	float:left;
	padding:9px 10px !important;
	padding:9px 10px 0;
	width:629px;
}
#container_bottom .postnav span.right {
	margin-right:10px;
}
#container_bottom .anchor {
	float:right;
	text-align:right;
	width:251px;
	padding:11px 10px 10px;
	margin-bottom:-1px;
}
#container_bottom .anchor span {
	padding:4px 0 4px 20px;
}
/* main END */

/* sidebar START */
#sidebar {
	float:right;
	width:320px;
	height:100%;
}
#sidebar-body ul {
	padding:0 5px;
}
#sidebar-body li {
	list-style:none;
}
#sidebar-body div {
	margin:5px;
}
#sidebar-body ul div {
	margin:0;
}
#sidebar h3 {
	padding:3px 5px 4px;
	font-weight:bold;
	font-size:11px;
	margin-top:5px;
	text-decoration:none;
}
#sidebar .widget {
	margin:0;
	padding:0;
}
#styleswitcher {
	padding:5px;
}
#styleswitcher .clear, 
#styleswitcher .fixed {
	margin:0;
}
#style-text {
	float:left;
	font-size:11px;
	margin-top:1px;
	font-weight:bold;
}
#styleswitcher span.color {
	float:left;
	margin-top:2px;
	margin-left:4px;
	padding:1px;
}
#styleswitcher span.color a img {
	margin:0px;
	width:8px;
	height:8px;
}
#sidebar span.right {
	float:right;
}
#sidebar .widget_tag_cloud {
	padding:0 5px;
	margin:0px;
}
#sidebar .widget_tag_cloud h3 {
	margin-bottom:5px;
	margin-left:-5px;
	margin-right:-5px;
}
.widget ul li {
	line-height:18px;
	padding:3px 0;
}
.widget ul li span.right {
	font-size:10px;
}
.widget .box {
	padding:5px;
}
.widget ul li ul {
	padding-bottom:0;
	padding-right:0;
}
.widget ul li ul li {
	padding:3px 5px 0;
	border-bottom:none;
	line-height:18px;
	margin-top:3px;
	margin-right:-5px;
}
/* sidebar END */

/* footer START */
#footer {
	font-size:10px;
}
#footer .inner {
	margin:0;
	height:30px;
}
#footer .content {
	margin:8px auto 0;
	width:960px;
}
#footer #about {
	float:left;
}
#footer ul#admin {
	float:right;
	display:block;
	list-style-position:outside;
	list-style-type:none;
}
#footer ul#admin li {
	display:block;
	float:left;
	margin-left:12px;
}
/* footer END */

/* comments START */
#commentlist {
	margin-bottom:15px;
}
#commentlist ol {
	margin:0;
	padding-left:0;
	
}
#commentlist li.comment {
	list-style:none;
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
}
#commentlist .comment p {
	margin-bottom:8px;
}
#commentlist .comment blockquote {
	margin:0 0 8px;
}
.userinfo {
	padding:5px 10px 6px;
}
.userinfo .date {
	font-size:10px;
	position:relative;
}
.userinfo .userpic {
	padding:1px;
	float:left;
	margin-right:10px;
	position:relative;
}
.userinfo .usertext {
	float:left;
	position:relative;
}
.userinfo .count {
	float:right;
	text-align:right;
	font-size:10px;
	position:relative;
}
#commentlist .comment .username {
	font-weight:bold;
}
#commentlist .comment .comment_text {
	padding:8px 10px 0;
	line-height:145%;
}
#trackbacks {
	margin-bottom:8px;
}
ol#trackbacks {
	padding-bottom:8px;
}
#trackbacks li {
	border:0;
	list-style-position:inside;
}
textarea#comment {
	width:611px !important;
	width:610px;
}
#commentlist .children {
	margin:0 0 0 20px !important;
	margin:0 10px;
}
#commentlist .children textarea#comment {
	width:591px !important;
	width:586px;
}
#commentlist .children .children textarea#comment {
	width:571px !important;
	width:562px;
}
#commentlist .children .children .children textarea#comment {
	width:551px !important;
	width:538px;
}
#commentlist .children .children .children .children textarea#comment {
	width:531px !important;
	width:514px;
}
#commentlist .children .children .children .children .children textarea#comment {
	width:511px !important;
	width:490px;
}
#commentlist .children .children .children .children .children .children textarea#comment {
	width:491px !important;
	width:466px;
}
#commentlist .children .children .children .children .children .children .children textarea#comment {
	width:471px !important;
	width:442px;
}
#commentlist .children .children .children .children .children .children .children .children textarea#comment {
	width:451px !important;
	width:418px;
}
*+html #commentlist .children {
	margin:0 10px !important;
}
*+html #commentlist .children textarea#comment {
	width:587px !important;
}
*+html #commentlist .children .children textarea#comment {
	width:563px !important;
}
*+html #commentlist .children .children .children textarea#comment {
	width:539px !important;
}
*+html #commentlist .children .children .children .children textarea#comment {
	width:515px !important;
}
*+html #commentlist .children .children .children .children .children textarea#comment {
	width:491px !important;
}
*+html #commentlist .children .children .children .children .children .children textarea#comment {
	width:467px !important;
}
*+html #commentlist .children .children .children .children .children .children .children textarea#comment {
	width:443px !important;
}
*+html #commentlist .children .children .children .children .children .children .children .children textarea#comment {
	width:419px !important;
}
#submitbox {
	margin:8px 0;
	font-size:10px;
	text-align:right;
}
#comments_rss {
	padding:2px 0 2px 22px !important;
	padding:2px 0 16px 22px;
	float:left;
	position:relative;
}
#submitbox .act {
	float:right;
}
#submitbox #submit {
	cursor:pointer;
}
#emoticon {
	margin-right:10px;
	float:right;
}
#respond .row {
	margin:0 3px 5px 0;
	text-align:left;
	font-size:10px;
}
#commentnavi {
	font-size:10px;
	margin-bottom:15px;
}
#commentnavi a.page-numbers {
	padding:0 3px;
}
#commentnavi span.pages {
	padding:0 9px 0 0;
	float:left;
}
#commentnavi span.current {
	padding:0 3px;
	font-weight:bolder;
}
/* comments END */

/* links START */
.post .content .linkcat ul li {
	float:left;
	width:25% !important;
	width:24%;
	list-style-type:none;
	padding-left:0;
}
/* links END */

/* image switcher START */
.imageswitcher {
	padding:5px;
}
.imageswitcher_image {
	padding:2px;
}
a.imageswitcher_button {
	float:left;
	margin-top:5px !important;
	margin-top:3px;
	margin-bottom:0px;
	margin-right:4px;
	padding:2px 5px;
	text-decoration:none;
	font-size:11px;
}
.imageswitcher a.lastbutton {
	margin-right:0;
}
a.imageswitcher_button:hover {
	text-decoration:none;
}
/* image switcher END */

/* related posts START */
#related_posts ul {
	margin-left:5px;
	margin-bottom:0;
	padding-bottom:0;
}
.post #related_posts ul li {
	padding-left:0;
}
#related_posts .excerpt {
	display:block;
}
#headpages { 
float: left; 
height: 23px;
font-weight: bold;
}



ul#nvp {
	width: 100%;
	height: 23px;
	font-weight: bold;
	list-style-type: none;
        margin-top:10px;

}

ul#nvp li {
	display: block;
	float: left;
}
ul#nvp li a {
	height: 23px;
	color: #393536;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 0px 7px 0;
}
ul#nvp li a:hover {
        background-color: #393536;
	color: #ffffff;
}
ul#nvp li a.current {
	color: #ffffff;
        background-color: #393536;

}
                    
                    









#npost a { 
font-weight: bold;
}
.imgtfe {
margin-right: 10px;
padding: 3px;
border: 1px solid #C0C0C0;
}
#tweetz {
background-color: #E9E9E9; 
padding-top: 5px; 
padding-bottom: 5px; 
width: 630px;
margin-bottom:5px;
margin-top:3px;
}
#tweetz a {
font-weight: bold;
}
#relpostt {
border: 1px solid #C0C0C0; 
padding: 3px; 
width: 60px; 
height: 60px;

}
#postt {
float: left; 
margin-right: 10px;
border: 1px solid #C0C0C0; 
padding: 3px;
}
#rpost {
}

#rpost li {
padding: 2px;
list-style-type: none;
}

#rvid {
font-weight: bold; 
color: #3b5998;
margin-right:10px;
float:left;
}
#sb {
margin-left:20px;
margin-top:10px;
}
#x2 {
margin-top:10px;
margin-bottom:10px;
padding-left:3px;
width: 630px; 
height: 30px; 
padding-top: 5px; 
background-image: url('http://www.css-website-templates.com/pics/x2.jpg'); 
background-repeat: no-repeat;
font-weight: bold;
}
#x3 {
color:#ffffff;
width: 630px; 
height: 30px; 
padding-top: 2px; 
background-image: url('http://www.css-website-templates.com/pics/x2.jpg'); 
background-repeat: no-repeat;
font-weight: bold;

}
#x3 a {
color:#ffffff;
text-decoration: underline;
}
#x3 a:hoover {
color:#ffffff;
text-decoration: underline;
}
/* related posts END */

#twt {
padding-top:10px;
padding-bottom:10px;
widht:630px;
border-bottom-style: dashed;
border-bottom-width: 1px;
border-bottom-color: #C0C0C0;
}
#twt a {
font-weight: bold;
}
#twtt {
float: left; 
margin-right: 10px;
border: 1px solid #C0C0C0; 
padding: 3px;
width:52px;
height:52px;
}
#favicon {
float:left; 
margin-right: 5px;
}
#rsimg {
float:right;
margin-top:2px; 
padding-bottom: 2px; 
border-bottom-style: solid; 
border-bottom-width: 1px; 
border-bottom-color: #C0C0C0;
}




#introIMG { background:none; border:1px solid #A9A9A9; float:left; margin:3px 10px 0 0; padding:3px }
.related_box ul, .ps_posts ul { clear:both; margin:0; padding:0 }
.related_more h3, .related_box h3, .ps_posts h3 { height: 30px; padding-top: 2px; background-image: url('http://www.css-website-templates.com/pics/x2.jpg'); background-repeat: no-repeat; font-weight: bold; margin-bottom:10px; font-size:12px; color:#ffffff; }
.related_more a { font-weight: bold; }
.related_box h3 a { color: #ffffff }
.related_box h3 img.icon { margin:0 2px }
.related_box p { line-height:1.5em; margin:10px 0 }
ul.related_video { margin-left: 10px }
ul.related_video li { float:left; list-style:none; padding-bottom:10px; margin:0px 0 5px 22px }
ul.related_video li:first-child { margin-left:0 }
ul.related_video li #introIMG { width:120px; position:relative }
ul.related_video .yuvideo { height:72px!important; overflow:hidden; position:relative; display:block }
ul.related_video li a img { height:90px; width:120px; top:-10px; position:relative }
ul.related_video li .playvideo { background:url('images/play_icon01.png'); display:block; bottom:3px; left:3px; width:15px; height:15px; position:absolute }
ul.related_video li .vts { background:#000; color:#fff; font-weight:700; display:block; bottom:3px; right:0; position:absolute; line-height:1.3em; font-size:11px; padding:0 2px }
ul.related_video li .vtitle { clear:both; display:block; height:28px; width:115px; overflow:hidden; line-height:normal; font-size:90%; padding:5px }
.related_more h3 { background:none; border:0; text-align:right }
#yuv_box { background:#000; clear:both; display:none; margin-bottom:15px }
#yuv_head { background:#006699; color: #ffffff; border: 1px solid #000000; border-bottom:none; font-size:100%; font-weight:700; padding:3px 5px }
#yuv_title { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:550px }
#yuv_close { color:white; cursor:pointer;  float:right; font-size:12px; font-style:normal}
.yuv_select { background:url(images/ysu.gif) no-repeat bottom; top:1px; z-index:9999 }
.yp_loading { background:url(images/throbber.gif) no-repeat 50% 50% }
.yu_desc { background:url(images/ysll.gif) no-repeat 0 0; display:none; overflow:hidden; padding-left:8px; position:absolute; text-align:left; width:200px; z-index:99999 }
.yu_desc h3, .yu_dc { -moz-opacity:0.9; background:#ececec; border-top:1px solid #aaa; filter:alpha(opacity=90); font-size:12px; opacity:0.9; padding:5px }
.yu_dc { height:auto!important; min-height:65px }
#introIMG img, *, #sidebar .widget { margin:0; padding:0 }
.box, .bottom_space, .part, .srg_switcher { margin-bottom:10px }
.rel_terms { background:#eee; border-left:1px solid #ccc; clear:both; line-height:180%; margin-bottom:10px; padding:3px 5px }
#introIMG, .postimg-widget a, #entry-box img, .pybigimg { background:#f7f7f7 }
#ptools { background:#ececec; border:1px solid #ccc; display:none; height:20px; line-height:17px; position:fixed; right:-3px; bottom:-3px; z-index:999999; padding:5px 8px 2px 5px }
#ptools a { color:#369; margin:0 7px }
ul.related_video #introIMG { float:left }
ul.blnw { margin-left: 30px; list-style-image: url('images/bullett.gif'); } 
ul.blnw li { padding-bottom: 2px; }
ul.blnw li a { text-decoration: none; font-weight: bold; }
p.blnw { margin: 10px 0px 10px 5px; font-weight: bold; }
p.blnd { margin-bottom: 10px; }
.mimg {
margin-right:10px;
margin-bottom: 10px;
padding:2px;
border:solid 1px #a4a3a3;
float:left;
}
.yrp { font-weight:bold; }
.addtoany_share_save_container{ margin:16px 0;}
ul.addtoany_list{ display:inline; margin:0 !important; padding:0 !important; }
ul.addtoany_list li{ background:none; border:0; display:inline !important; list-style-type:none; margin:0 !important; padding:0 !important; line-height:32px; }
ul.addtoany_list li:before{content:"";}
ul.addtoany_list li a{padding:0 9px}
ul.addtoany_list img{ float:none; width:16px; height:16px; border:0; margin:0; padding:0; vertical-align:middle; }
ul.addtoany_list a img{ opacity:.6; -moz-opacity:.6; filter: alpha(opacity=60); }
ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img{ opacity:1; -moz-opacity:1; filter:alpha(opacity=100); }
a.addtoany_share_save img{border:0;width:auto;height:auto;}
.tdw {
	width: 20px;
	height: 18px;
}

.tdwa {
font-weight: bold;
}
.relp {
	font-family:Arial, Helvetica, sans-serif; font-size:small;
	font-size:12px;
}

.relp a {
	font-family:Arial, Helvetica, sans-serif; font-size:small;
	font-size:12px;
}

.di1 {margin-bottom: 5px; }

.diul { padding:0px; margin: 0px 0px 0px 10px; }
.dili { list-style-type: none; margin-left: 0; }
.dia1 { font-weight: bold; }
.disp { color: #03587f; }
.dip1 { width:580px;margin-bottom: 5px; }
.disp2 { color: #03587f; font-weight: bold; }
.dia2 { font-weight:bold; color: #03587f!important; }
.dia3 { color: #03587f; font-weight: bold; }
.dip2 a { color: #03587f}
.didivr { float:right; }
.dimg1 { margin-right: 5px; padding:1px;border: #b0b0b0 solid 1px;margin-bottom:-5px; width: 16px; height: 16px; }
.didivb { margin: 10px 0 15px 0; width: 600px; border-bottom: 1px #b0b0b0 dashed; }
.flickz { 
border: solid 1px #b0b0b0; padding:2px; background-color: #ffffff;
float:left; margin: 10px 0px 20px 12px; }
.hidden { display:none; }
.bmimga a { margin-right: 10px }
.bmimgb a { margin-right: 10px }
.bmimgb {  margin:10px 0px 10px 0px; }
.yrpt { font-weight:bold; }
.yrpimg { float:left;margin-right:10px; }
.yrpimg img {padding:2px;border: 1px solid #bdbdbd }
.yrpexc {  }
.yrpbt { clear:both; width 600px; border-bottom: 1px dashed #bdbdbd;padding-top:10px;margin-bottom:10px }
.yrpfv img { padding:1px;border: #bdbdbd }
.yrpfv {float:right;}