/*------------------------------------------------
	Reset
--------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,cite,code,del,dfn,em,font,img,ins,
small,strong,sub,sup,tt,var,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;
	vertical-align:baseline;
	font-size:1em;
	text-decoration: none;
	white-space:normal;
}

:focus {
	outline:0;
}

body {
	line-height:1;
	background:#000 url(images/body.jpg) no-repeat top center;
}

body a{
	color: #0C415F;
}

body a:hover {
	color: #111;
}

ol,ul {
	list-style:none;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption,th,td{
	text-align:left;
	font-weight:normal;
}

blockquote:before,blockquote:after,q:before,q:after {content:""}

blockquote,q{quotes:""""}

input, textarea, select {
	font-family: arial;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border: 1px solid #ddd;
	padding: 2px 4px;
}

::-moz-selection{background:#DF1000; color:#FFFFFF;}
::selection {background:#DF1000; color:#FFFFFF;}
	a::-moz-selection{background:#175CBF; color:#FFFFFF;}
	a::selection{background:#175CBF; color:#FFFFFF;}
	
.clear {
	clear: both;
}

/*------------------------------------------------
	Main
--------------------------------------------------*/

#wrapper {
	width: 800px;
	margin: 30px auto 15px auto;
	font-family: arial;
	font-size: 0.75em;
	color: #333;
	padding:10px;
	background: #fefefe;
	border: 2px solid #ddd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#bigcolumn {
	float: left;
	width: 800px;
	overflow: hidden;
	margin: 0;
	display: inline;
}

#listwrapper {
	float: left;
	width: 514px;
	overflow: hidden;
	margin: 0;
	display: inline;
}

#listwrapper-2 {
	float: left;
	width: 514px;
	overflow: hidden;
	margin:0;
	display: inline;
}

#sidebar {
	float: right;
	width: 276px;
	display: inline;
}

#leftcolumn {
	float: left;
	width: 395px;
	margin: 0 10px 0 0;
}

#rightcolumn {
	float: left;
	width: 395px;
}

#nosidebarcolumn {
	display: block;
	width: 766px;
	padding: 2px 15px 15px 15px;
	background: #fefefe;
	border: 1px dotted #cbcbcb;
	margin:10px 1px 0 1px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#commentwrap {
	display: block;
	width: 482px;
	padding: 2px 15px 15px 15px;
	background: #fdfdfd;
	border: 1px solid #d3d3d3;
	margin:10px 1px 0 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#listwrapperright {
	float: right;
	width: 514px;
	overflow: hidden;
	margin: 0;
	display: inline;
}

#listwrapper-2right {
	float: right;
	width: 514px;
	overflow: hidden;
	margin:0;
	display: inline;
}

#sidebarleft {
	float: left;
	width: 276px;
	display: inline;
}

/*------------------------------------------------
	Header
--------------------------------------------------*/

#header {
	width: 800px;
	height: 136px;
	overflow: hidden;
	background: url(images/header.png) no-repeat bottom;
	position: relative;
}

#logo {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#logo img {
	display:block;
	overflow:hidden
}

/*------------------------------------------------
	Menu
--------------------------------------------------*/

#menu {
	display: block;
	width: 800px;
	height: 40px;
	background: url(images/menu.png) no-repeat;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 1;
	font-size: 1.9em;
	letter-spacing: -4px;
	text-align: center;
	font-family: "century gothic",sans-serif;
}

#menu ul {
	margin: 0 0 0 2px;
	display: inline;
	height: 40px;
}

#menu ul li {
	text-align: center;
	position: relative;
	display: inline;
}

#menu ul li a {
	display: inline;
	height: 40px;
	line-height: 40px;
	color: #444;
	font-weight: bold;
	padding: 1px 6px 1px 2px;
	border:1px solid #C5865B;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: url(images/pagenavi.png) repeat-x top center;
}

#menu ul li a:hover {
	color: #333;
	background: #f5f5f5 url(images/pagenavi.png) repeat-x bottom center;
}

/*------------------------------------------------
	Footer
--------------------------------------------------*/

#footer {
	background: url(images/footer.png) no-repeat center;
	width: 800px;
	text-align: center;
	font-family: arial;
	font-size: 0.9em;
	color: #222;
	display: block;
	margin: 0;
	height:40px;
	font-weight:bold;
	margin: 10px auto 0 auto;
}

#footer-inner {
	width: 800px;
	text-align: center;
	padding: 12px 10px 0;
}

.des {
	float: left;
	display: inline;
	text-align: left;
}

.copy {
	float: right;
	display: inline;
	text-align: right;
	padding: 0 20px 10px 0;
}

.des p, .copy p {
	line-height: 1.5em;
	vertical-align:middle;
}

.des a, .copy a {
	font-weight: bold;
}

#footer_menu {
	display: block;
	width: 800px;
	height: 30px;
	background: url(images/footer_menu.png) no-repeat;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 10;
	font-size: 1.3em;
	text-align: center;
	font-family: "trebuchet MS";
}

#footer_menu ul {
	display: inline;
	height: 30px;
}

#footer_menu ul li {
	text-align: center;
	position: relative;
	display: inline;
	margin:0;
	padding:0;
}

#footer_menu ul li a {
	font-weight: bold;
	display: inline;
	height: 30px;
	line-height: 30px;
	color: #444;
	padding: 1px 7px;
	border:1px solid #C8895E;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: url(images/pagenavi.png) repeat-x top center;
}

#footer_menu ul li a:hover {
	color: #333;
	background: #f5f5f5 url(images/pagenavi.png) repeat-x bottom center;
}

.aligncenterfooter {
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 10px auto 0 auto;
}

/*------------------------------------------------
	Advertisements
--------------------------------------------------*/

#header-min-ad {
	position: absolute;
	top: 10px;
	right: 12px;
	display: block;
	overflow: hidden;
}

#header-min-ad img {
	display: block;
	overflow: hidden;
}

#header-ad {
	position: absolute;
	bottom: 11px;
	right: 12px;
	display: block;
	overflow: hidden;
}

#header-ad img {
	display: block;
	overflow: hidden;
}

#big-ad {
	margin:10px 0 0 0;
	width: 800px;
	text-align:center;
	font-size:1.2em;
}

#big-ad a, #big-ad img, #big-ad span {
	margin: 0 auto 0 auto;
	text-align: center;
}

#big-ad span {
	display: block;
	line-height: 1.4em;
	color: #aaa;
}

#big-ad img {
	margin: 6px 0 5px;
}

#big-ad p {
	padding:5px 0 0;
}

.big-ad-h {
	width: 800px;
	background: url(images/big-ad-h.png) no-repeat top center;
	height:3px;
	padding: 0;
}

.big-ad-b {
	width: 800px;
	background: url(images/big-ad-b.png) repeat-y;
}

.big-ad-f {
	width: 800px;
	background: url(images/big-ad-f.png) no-repeat bottom center;
	height:3px;
	padding: 0;
}

.big-ad-wrap {
	padding:5px 10px 6px;
}

.big-ad-wrap a:hover {
	text-decoration:underline;
}

.content-ad {
	text-align:center;
	margin:0;
	vertical-align: middle;
}

.content-ad  img {
	border:none;
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	background:none;
	margin:0;
}

/*------------------------------------------------
	Posts - Pages
--------------------------------------------------*/

/* Image aligning */

.aligncenter, .alignnone {
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 10px auto 10px auto;
}

.alignleft {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	display: inline;
	overflow: hidden;
	margin: 0 0 10px 10px;
}

/* Post styles */

.post h1 {
	font-size: 2em;
	font-weight: normal;
	font-family: tahoma;
	margin: 12px 0 7px;
}

.post h2 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #222;
	margin: 10px 0 0 0;
}

.post h3 {
	color: #297eb9;
	font-size: 1.7em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 10px 0 0 0;
}

.post h4 {
	color: #666;
	font-size: 1.5em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 10px 0 0 0;
}

.post h5 {
	color: #ff4400;
	margin: 10px 0 0 0;
	letter-spacing: 1px;
}

.post h6 {
	font-size: 1.9em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #222;
	margin: 10px 0 0 0;
}

.post em {
	color: #777;
}

.post img {
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #ddd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:1px 1px 5px #999;
	-moz-box-shadow:1px 1px 5px #999;
	-webkit-box-shadow:1px 1px 5px #999;
	max-width:464px;
	max-height:348px;
}

.wp-caption-text {
	display:inline;
	font-size:0.9em !important;
	color:#555;
}

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

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

.post ul, .post ol {
	margin: 10px 0 0 10px;
}

.post ul ul, .post ol ol {
	margin: 5px 0 5px 15px;
	font-size: 0.9em;
	color: #888;
}

.post ul li {
	line-height: 1.2em;
	border-bottom: 1px solid #eee;
	padding: 1px 0 1px 0;
	list-style-type: disc;
	margin: 9px 0 0 12px;
}

.post ol li {
	line-height: 1.4em;
	border-bottom: 1px solid #eee;
	padding: 3px 0 3px 0;
	margin: 9px 0 0 20px;
	list-style-type: decimal;
}

.post ul li a:hover, .post ol li a:hover {
	color: #177CBF;
}

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

.post blockquote {
	display: block;
	background: #EFFCFF;
	border: 1px solid #D1DDDF;
	padding: 0 10px 10px 10px;
	margin: 20px 0 0 0;
	color: #31699F;
	font-weight: bold;
}

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

.post table{ 
	border-collapse: collapse;
	border: 1px solid #c69f85;
	margin:5px 0px;
	color: #333;
}

.post td, th {
	padding:5px 10px;
	border:1px solid #c69f85;
}

.post p {
	color:#2F2F2F;
	font-size:1.2em;
	line-height:1.3em;
	margin:10px 0;
	text-align:justify;
	word-wrap:break-word;
}

/* Global page styles */

.post {
	opacity:0.96;
	filter: alpha(opacity = 96);
	font-family: "trebuchet MS";
}

.post_thumb img {
	float: left;
	display: inline;
	margin: 12px 10px 10px 0;
	width:120px;
	height:90px;
}

.post_title {
	font-size: 1.4em;
	font-weight: normal;
	font-family: tahoma;
	margin: 10px 0 0 0;
	position: relative;
	display: block;
	width: 601px;
	height: 35px;
	padding: 0 0 0 13px;
	line-height: 35px;
	background: url(images/blog_header.png) no-repeat;
	overflow:hidden;
	text-shadow:1px 1px 6px #ccc;
}

.post .post_container {
	margin: 0 0 0 5px;
	padding: 0 1px;
	width: 502px;
	background: url(images/blog_body.png) repeat-y;
	border-bottom:1px solid #cd956f;
}

.post .post_footer {
	display: block;
	width: 504px;
	height: 13px;
	margin: 0 0 0 5px;	
	background: url(images/blog_footer.png) no-repeat;
	overflow: hidden;
}

.post .post_inside {
	margin: 0;
	display: block;
	background: #fdfdfd;
	padding: 1px 13px;
}

/* Seperate post styles */

#seperatedtags {
	margin: 10px 0 0;
	border: 1px solid #d3d3d3;
	background: #fdfdfd;
	text-align: center;
	padding: 10px 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.post-tags {
	color: #888;
	margin: 1px 1px 1px 5px;
	padding: 2px 0 2px 20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size: 0.9em;
	text-align: center;
}

.post-tags a {
	font-weight: bold;
	background-color:#eee;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:1px 7px 1px;
	line-height:16px;
	display:inline-block;
	margin:1px 0px;
	color:#999;
}

.post-tags a:hover {
	color:#ff4400;
}

.find {
	margin: 15px 0 0 0;
}

.find input {
	vertical-align:middle;
}

.findfield {
	border: 1px solid #ccc;
	padding: 2px;
	width: 250px;
	color: #555;
}

.findsubmit {
	background: #cd956f;
	border: 1px solid #d0d0d0;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	height: 21px;
	line-height:21px;
}

.findsubmit:hover {
	color: #333;
	background: #fff;
}

#infopost {
	margin: 10px 0;
	border: 1px solid #d0d0d0;
	background: #fefefe;
	text-align: center;
	padding: 0 0 10px 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.underpostnavigation a{
	color: #ff4400;
}

.olderentries {
	float: left;
	display: inline;
	margin: 10px 10px 0 0;
}

.newerentries {
	float: right;
	display: inline;
	margin: 10px 0 0 10px;
}

/*------------------------------------------------
	Category widget
--------------------------------------------------*/

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

.category_widget h3 {
	position: relative;
	display: block;
	width: 363px;
	height: 35px;
	padding: 0 0 0 32px;
	line-height: 35px;
	background: url(images/category_header.png) no-repeat;
	color: #222;
}

.category_widget h4 {
	position: absolute;
	width:395px;
	padding: 0 0 0 -1px;
	margin: -34px 0 0 0;
	line-height: 30px;
}

.category_widget .cat_container {
	padding:0 1px 0;
	width: 385px;
	background: url(images/category_body.png) repeat-y;
	margin:0 0 0 5px;
}

.category_widget .cat_footer {
	display: block;
	width: 395px;
	height: 13px;
	margin:0 0 0 5px;
	background: url(images/category_footer.png) no-repeat;
	overflow: hidden;
}

.minimizecat, .minimizeblog, .minimized, .minus, .plus {
	position: absolute;
	top: 10px;
	width: 15px;
	height: 14px;
}

.minimized {
	left: 10px;
	background: url(images/minimized.png) no-repeat center;
}

.minimizecat, .minimizeblog {
	left: 10px;
	background: url(images/icon_minimize.png) no-repeat top;
}

.minimizecat:hover, .minimizeblog:hover{
	background: url(images/icon_minimize.png) no-repeat bottom;
}

.minus {
	right: 15px;
	background: url(images/icon_minus.png) no-repeat top;
}
.minus:hover{
	background: url(images/icon_minus.png) no-repeat bottom;
}

.plus {
	right: 35px;
	background: url(images/icon_plus.png) no-repeat top;
}
.plus:hover{
	background: url(images/icon_plus.png) no-repeat bottom;
}

/* post styles */

.category_widget .cat_post {
	display: block;
	background: #fff;
	margin: 0 2px 0 0px;
	padding: 15px 10px 15px 10px;
}

.category_widget .cat_thumb img {
	float: left;
	display: inline;
	overflow: hidden;
	border: 1px solid #c6c6c6;
	padding: 1px;
	margin: 0 10px 0 0;
}

.category_widget p {
	line-height: 1.4em;
	margin: 5px 0 0 0;
	color: #999;
	text-align: justify;
	word-wrap: break-word;
	overflow: hidden;
}

.bold_permalinks {
	font-weight: bold;
	line-height: 1.4em; 
}

.do_extrarchive {
	display: block;
	margin: 10px 0 9px;
	text-align: center;
	color: #afafaf;
}

.do_extra {
	/*float: right;*/
	display: block;
	margin: 10px 0 0 0;
	text-align: center;
	line-height:18px;
}

.do_continue, .do_comment, .do_read , .do_date, .do_edit{
	font-size: 0.9em;
	font-weight: bold;
	color: #555;
	height: 16px;
	line-height: 16px;
}

.do_continue:hover, .do_comment:hover {
	color: #ff4400;
}

.do_continue {
	background: url(images/icon_more_text.png) no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	margin: 0 10px 0 0;
}

.do_date {
	background: url(images/icon_date.png) no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	margin: 0 10px 0 0;
}

.do_comment {
	background: url(images/icon_comment.png) no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
}

.do_read {
	background: url(images/icon_readed.png) no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	margin: 0 10px 0 0;
}

.do_category {
	font-size: 0.9em;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	background: url(images/icon_category.png) no-repeat left center;
	padding: 0 0 0 20px;
	margin: 0 10px 0 0;
}

.do_category a {
	color: #ff4400;
}

.do_category a:hover { 
	color: #555555; 
}

.do_edit {
	background: url(images/icon_edit.png) no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	margin: 0 10px 0 10px;
}

/* more stories */

.smalltitle {
	color:#04290e;
}

.smalltitle:hover{
	color:#ff4400;
}

.list_items {
	background: #fff;
	margin: 0 2px 0 0;
	font-size: 1em;
	font-weight: bold;
	border-bottom:1px solid #cb946e;
}

.list_items ul {
	margin:-1px 0;
	padding:0;
}

.list_items li {
	display: block;
	height: 1%;
	line-height: 30px;
	padding: 0 9px;
	height:30px;
	overflow:hidden;
}

.list_items li a {
	margin: 0 auto;
	line-height: 1.2em;
}

.list_thumb img {
	float: left;
	display: inline;
	margin: 2px 9px 2px 0;
	width:32px;
	height:24px;
	border:1px solid #ccc;
	opacity:0.8;
	filter: alpha(opacity = 80);
}

.list_thumb img:hover{
	opacity:0.96;
	filter: alpha(opacity = 96);
	border:1px solid #aaa;
}

/*------------------------------------------------
	Others
--------------------------------------------------*/

.wp-smiley {
	border:none !important;
	border-radius:none !important;
	-moz-border-radius:none !important;
	-webkit-border-radius:none !important;
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	padding:0 !important;
}

/*------------------------------------------------
	Sidebar
--------------------------------------------------*/

.minimizesidebar, .minimizedynwidget {
	position: absolute;
	left: 10px;
	top: 8px;
	width: 15px;
	height: 14px;
	background: url(images/icon_minimize.png) no-repeat top;
}
.minimizesidebar:hover, .minimizedynwidget:hover {background: url(images/icon_minimize.png) no-repeat bottom;}

/* Sidebar box */

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

.sidebar_box h2 {
	display: block;
	width: 246px;
	height: 21px;
	background: url(images/sidebar_header.png) no-repeat top;
	padding: 9px 0 0 30px;
	overflow: hidden;
	position: relative;
	color:#333;
	font-size:1.1em;
}

.sidebar_box .sidebar_container {
	background: url(images/sidebar_body.png) repeat-y;
	overflow: hidden;
	width:266px;
	margin:0 0 0 5px;
	border-bottom:1px solid #cd956f;
}

.sidebar_box span.sidebar_footer {
	display: block;
	height: 15px;
	background: url(images/sidebar_footer.png) no-repeat bottom;
	margin: -2px 0 0 5px;
	width:266px;
	overflow:hidden;
}

.sidebar_box p {
	line-height: 1.2em;
	color: #555;
	margin: 9px 0 0 0;
	font-size:0.95em;
	padding-bottom:6px;
}

.sidebar_box em {
	color: #666;
}

.sidebar_thumb img {
	margin: 0;
	padding:1px;
	width:244px;
	height:183px;
	background:#E4B89A;
	border:1px solid #cd956f;
	opacity:0.96;
	filter: alpha(opacity = 96);
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.sidebar_thumb img:hover {
	background:#cd956f;
	border:1px solid #BF855F;
	opacity:1;
	filter: alpha(opacity = 100);
}

/* Widgets style */

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

.sidebar_widgets h2 {
	display: block;
	height: 21px;
	background: url(images/sidebar_header.png) no-repeat top;
	padding: 9px 0 0 30px;
	overflow: hidden;
	position: relative;
	color:#333;
	font-size:1.1em;
}

.sidebar_widgets li{
	margin: 10px 0 0 0;
}

.sidebar_widgets li .sidebar_container {
	background: url(images/sidebar_body.png) repeat-y;
	overflow: hidden;
	width:266px;
	margin:0 0 0 5px;
	padding: 3px 0;
	border-bottom:1px solid #cd956f;
}

.sidebar_widgets span.sidebar_footer {
	display: block;
	height: 15px;
	background: url(images/sidebar_footer.png) no-repeat bottom;
	margin: -2px 0 0 5px;
	width:266px;
	overflow:hidden;
}

.sidebar_widgets li li {
	background: none;
	margin: 0;
}

/* arrows - special listing */

.sidebar_widgets ul li {
	padding: 3px 10px;
	font-size:0.97em;
}

.sidebar_widgets ul li a{
	padding:0 0 0 14px;
	background:url(images/arrow.png) left center no-repeat;
}

.sidebar_widgets ul li a:hover{
	text-decoration:underline;
}

.sidebar_widgets ul li li {
	padding:5px 0 0 15px;
}

.sidebar_widgets ul li li a{
	padding:0 0 0 14px;
	background:url(images/arrow2.png) left center no-repeat;
}

.sidebar_widgets ul li li li {
	padding:5px 0 0 15px;
}

.sidebar_widgets ul li li li a{
	padding:0 0 0 14px;
	background:url(images/arrow3.png) left center no-repeat;
}

.sidebar_widgets ul {
	padding: 2px 0;
}

.sidebar_widgets a {
	line-height: 1.4em;
}

.sidebar_widgets form {
	padding: 0 10px 0 10px
}

.sidebar_widgets div {
	padding: 0;
	line-height: 1.4em;
	margin: 10px 0;
}

.sidebar_widgets p {
	margin: 0 0 7px 0;
}

.sidebar_widgets form div {
	padding: 0;
}

.sidebar_widgets label {
	line-height:1.5em;
}

.sidebar_widgets input {
	border:1px solid #ddd;
	padding:1px;
	vertical-align:middle;
	color:#555;
}

/* Additional post/page sidebar styles */

div.autho p {
	margin:0;
	padding:0
}

span.side_avatar {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}

span.side_avatar img {
	padding: 2px;
	border: 1px solid #ddd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:1px 1px 3px #888;
	-moz-box-shadow:1px 1px 3px #888;
	-webkit-box-shadow:1px 1px 3px #888;
	margin:2px 0 0 2px;
}

div.autho {
	padding: 10px;
}

/* additional menu */

.admin_menu {
	display: block;
	padding: 4px 10px;
}

.admin_menu li {
	padding: 3px 0 3px 0;
	line-height: 1.3em;
	border-bottom: 1px solid #fefefe;
}

/* Various icons */

li.ico_categories {
	background: url(images/icon_category.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}

li.ico_categories a {
	font-weight:bold;
}

li.ico_comments {
	background: url(images/icon_comments.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}

li.ico_views {
	background: url(images/icon_views.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}

li.ico_ratings {
	background: url(images/icon_ratings.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}

li.ico_print {
	background: url(images/icon_print.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}

/* Search form */

#dosearch {
	position: absolute;
	top: 29px;
	right: 8px;
	display: block;
	overflow: hidden;
}

.searchform input {
	vertical-align: middle;
	margin: 0 4px 3px 0;
}

.searchfield {
	width: 373px;
	height: 25px;
	line-height: 23px;
	background: #fff url(images/search_bg.png) repeat-x center;
	color: #BF855F;
	border: 1px solid #cc9570;
	padding: 2px 0 2px 7px;
}

.searchfield:hover {color:#cc9570;}

input.searchbutton {
	border: 1px solid #cc9570;
}
.searchbutton {
	width: 80px;
	height: 31px;
	line-height: 31px;
	cursor: pointer;
	margin: 0 0 0 3px;
	text-align: center;
	color: #333;
	background: url(images/pagenavi.png) repeat-x top center;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	padding:0 0 2px 2px;
	vertical-align:middle;
}

.searchbutton:hover {
	color:#222;
	background: url(images/pagenavi.png) repeat-x bottom center;
}

/*------------------------------------------------
	Comments
--------------------------------------------------*/

.comments_box {
	zoom: 1;
	word-wrap:break-word;
}

.comments_box img {
	vertical-align: middle;
}

.comments_box h3 {
	color: #222;
	font-size: 1.7em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 20px 0 5px 5px;
}

.comments_box p {
	padding:1px;
}

#respond p {
	color: #777;
	line-height: 1.4em;
	margin: 0 0 0 0;
}

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

#respond textarea {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 2px 3px 3px 3px;
	color: #555;
	width: 100%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.submit {
	margin:7px 0 0 0;
	padding: 3px 7px;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #cbcbcb;
	background: #f5f5f5;
	color: #555;
	float:right;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:1px 1px 5px #ccc;
	-moz-box-shadow:1px 1px 5px #ccc;
	-webkit-box-shadow:1px 1px 5px #ccc;
}

.submit:hover {
	background:#fefefe;
	color:#177CBF;
	box-shadow:1px 1px 5px #ddd;
	-moz-box-shadow:1px 1px 5px #ddd;
	-webkit-box-shadow:1px 1px 5px #ddd;
}

.cancel-comment-reply {
	margin:9px 0 0 0;
	padding: 3px 7px;
	cursor: pointer;
	font-weight: bold;
	float:left;
}

.cancel-comment-reply:hover {
	text-decoration: underline;
}

/* comment navigation */

.commentnavigation {
	display: block;
}

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

.commentnavigation a:hover {
	border: 1px solid #bbb;
	color: #ff8a00;
}

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

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

.commentnavigation_left a {
	float: left;
	display: block;
	margin: 15px 0 15px 0;
}

.commentnavigation_right a {
	float: right;
	display: block;
	margin: 15px 0 15px 0;
}

/* listing of comments with ordered list */

ol.commentlist {
	border-top: 1px dashed #d0d0d0;
	margin: 15px 0 0;
	padding: 5px 0 0;
}

ol.commentlist li {
	border: 1px solid #d7d7d7;
	background:#f7f7f7;
	margin: 12px 0;
	padding: 12px;
	list-style-type: none;
	height: 1%;
	color:#555;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

ol.commentlist li p {
	display: block;
	margin: 1px 0 0 67px;
	line-height: 1.4em;
}

ol.commentlist li div.vcard {
	float:left;
	width: 70px;
	padding:0;
}

ol.commentlist li div.vcard img.avatar {
	border: 1px solid #ccc;
	padding: 2px;
	background: #fff;
	display: block;
	overflow: hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:1px 1px 5px #888;
	-moz-box-shadow:1px 1px 5px #888;
	-webkit-box-shadow:1px 1px 5px #888;
}

ol.commentlist li div.vcard img.photo { }

ol.commentlist li div.vcard span.says { }

ol.commentlist li div.commentmetadata {
	border-bottom:1px dashed #d0d0d0;
	font-size: 0.85em;
	margin:0 1px 0 70px;
	padding:0 0 5px;
}

ol.commentlist li div.comment-meta {
	color: #777;
}

ol.commentlist li div.comment-meta a { }

ol.commentlist li div.reply {
	text-align: right;
	padding: 0;
}

ol.commentlist li div.reply a {
	padding: 1px 5px;
	font-weight: bold;
	background: #f5f5f5;
	color: #222;
	border: 1px solid #d1d1d1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:1px 1px 3px #999;
	-moz-box-shadow:1px 1px 3px #999;
	-webkit-box-shadow:1px 1px 3px #999;
}

ol.commentlist li div.reply a:hover {
	background: #fff;
}

ol.commentlist li ul.children li {
	padding: 15px;
	margin: 15px 0 0 80px;
}

ol.commentlist li ul.children li div.reply a {
	background: #fff;
}

ol.commentlist li ul.children li.depth-2 {
	border: 1px solid #C3D9DF;
	background: #EFF5FF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

ol.commentlist li ul.children li.depth-3 {
	border: 1px solid #d1d1d1;
	background: #fdfdfd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

ol.commentlist li ul.children li.depth-4 {
	border: 1px solid #C3D9DF;
	background: #EFFEFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

ol.commentlist li ul.children li.depth-5 {
	border: 1px solid #d1d1d1;
	background: #fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

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 { }

ol.pinglist {
	margin: 15px 0 15px 20px;
}

ol.pinglist li {
	padding: 5px 0 5px 0;
	border-top: 1px dotted #d1d1d1;
	line-height: 1.4em;
}

.single_title {
	font-size: 1.1em;
	font-weight: normal;
	margin: 10px 0 0 0;
	position: relative;
	display: block;
	width: 514px;
	padding: 0;
	line-height: 15px;
	text-shadow: 0px 1px 1px #ccc;
	background: url(images/s_title_body.png) repeat-y;
}

.single_title table{ 
	border-collapse: collapse;
	border: 1px solid #c69f85;
	margin:0 0 4px 12px;
	color: #333;
}

.single_title td, th {
	padding:4px 10px;
	border:1px solid #c69f85;
	vertical-align:middle;
}

.single_title div {
	display: block;
	width: 514px;
	background: url(images/s_title_header.png) no-repeat top;
	position: relative;
	padding:12px 0 0;
	font-family: "century gothic",sans-serif;
	vertical-align:middle;
}

.single_title em {
	font-size:0.8em;
}

span.single_title_f {
	display: block;
	height: 8px;
	background: url(images/s_title_footer.png) no-repeat bottom;
}

span.stitlecolor {
	color:#ff4400;
}

.single_title small {
	font-size:11px;
}

#top-link {
	display:none;
	position:fixed;
	right:15px;
	bottom:15px;
	color:#222;
	font-weight:bold;
	text-decoration:none;
	border:1px solid #baa596;
	background:#d6bdac url(images/pagenavi.png) repeat-x top center;
	padding:8px 10px 7px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#top-link:hover {
	background:#d6bdac url(images/pagenavi.png) repeat-x bottom center;
	color:#111;
}

/* new related posts */

.related-post {
	font-size:1.1em;
}

.related-post ul {
	width:504px;
	padding: 0 0 0 8px;
}

.related-post li {
	width:234px;
	float:left;
	overflow:hidden;
}

.related-post ul li a {
	float: left;
	display: block;
	height: 1.8em;
	line-height: 1.8em;
	padding: 0 14px;
	background: url(images/arrow2.png) no-repeat left center;
	overflow:hidden;
	font-size:0.96em;
}

.related-post .post_container {
	margin: 0 0 0 5px;
	padding: 0 1px;
	width: 502px;
	background: url(images/blog_body.png) repeat-y;
	border-bottom:1px solid #cd956f;
}

.related-post .post_footer {
	display: block;
	width: 504px;
	height: 13px;
	margin: 0 0 0 5px;	
	background: url(images/blog_footer.png) no-repeat;
	overflow: hidden;
}

.related-post .post_inside {
	margin: 0;
	display: block;
	background: #fdfdfd;
	padding: 6px 10px;
}

/*
Changed style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	margin:18px 0 6px;
	width:514px;
	text-align:center;
	padding-bottom:1px;
}

.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #DFAD8B;
	padding: 5px 6px;
	margin: 0 1px;
	font-size:1.2em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(images/pagenavi.png) repeat-x top center;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #cc9570;
	background: url(images/pagenavi.png) repeat-x bottom center;
}

.wp-pagenavi span.current {
	font-weight: bold;
	background: url(images/pagenavi.png) repeat-x bottom center;
}

/* Send lyrics form */

.form-table{
	border:1px solid #DFDFDF !important;
	clear:both;
	margin:12px 0 !important;
	width:100%;
}

.form-table td, th {
	border:1px solid #DFDFDF !important;
	padding:10px !important;
	vertical-align:middle !important;
}

.form-table th{
	font-weight:bold;
	background:#f7f7f7;
	text-align:right;
	text-shadow:0px 1px 1px #ccc;
}

.form-table td{
	font-weight:normal;
	text-shadow:0 1px 1px #efefef;
}

span.description{
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:11px;
	font-style:italic;
}

.description {
	color:#777;
}

.formaddsubmit{
	background: url(images/pagenavi.png) repeat-x top center;
	height:30px;
	cursor:pointer;
	float:right;
	width:90px;
	color:#333;
}

.formaddsubmit:hover {
	background: #cc9570 url(images/pagenavi.png) repeat-x bottom center;
}

.formaddreset{
	width:75px;
	height:30px;
	cursor:pointer;
	float:left;
	color:#333;
}

.formaddreset:hover {
	background:#e7e7e7;
	border-color:#ccc;
}

.wrapforminput {
	padding:0 10px 7px 0;
}

.wrapformtextarea {
	padding:1px;
}

textarea#lyricstextareanormal{width:360px;}
textarea#lyricstextareabig{width:650px;}
.nicEdit-main{font-size:1.2em;}

#form-table input:focus, #form-table textarea:focus, #form-table select:focus {border: 1px solid #cecece;background:#f8f8f8;}
#lyricsname, #lyricstags, #lyricssender {width:100%;}

/* End of CSS */