/*
Theme Name: Aurasky
Theme URI: http://www.annosmile.com/
Version: 2.20
Author: Anno
Author URI: http://www.annosmile.com/
*/

/*
CSS General Reset
*/

* {

	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}
.clear {clear: both}

/*	Layout CSS Information	*/
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #6E9CC7;
	}

#container {
	width: 1000px;
	border-left: 0px solid #cbdde1;
	border-right: 0px solid #cbdde1;
	background: #f6fce7 url(images/bgcontainer.gif) repeat-x top;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*	Very Top Bar	*/
#top {
	width: 1000px;
	background: #356d9e;
	border-bottom: 3px solid #711600;
	height: 24px;
}

#pagemenu {
	float: left;
	height: 24px;
    display: inline;
	margin-left: 20px;
	border-left: 1px solid #ddd;
	background: #fff;
	z-index: 20;
}

#pagemenu li {
	float: left;
	display: block;
	height: 24px;
}

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

#pagemenu li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 0.75em;
	text-transform: lowercase;
	line-height: 24px;
	border-right: 1px solid #ddd;
}

#pagemenu li a:hover {
	background: #a6dc00;
	color: #fff;
	border-right: 1px solid #a6dc00;
}

#pagemenu li.current_page_item a {
	background: #a6dc00;
	color: #fff;
	border-right: 1px solid #a6dc00;
}

#pagemenu li.current_page_item a:hover {
	background: #a6dc00;
	color: #fff;
	border-right: 1px solid #a6dc00;
}

#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 {
	border-top: 1px solid #ddd;
	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;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	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;
	border-right: 1px solid #a6dc00;
	border-left: 1px solid #ddd;
	background: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: lowercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #ff9000;
}


/*
Page Menu CSS
*/

#bar {
	width: 1000px;
	height: 28px;
	background: url(images/menu.gif) repeat-x;
	border-top: 4px solid #8acce7;
}

#bar #toprss {
	float: right;
	display: inline;
	height: 28px;
	margin-right: 10px;
}

#bar #toprss a {
	float: right;
	display: block;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(images/rssround.gif) no-repeat left center;
	padding-left: 25px;
	height: 28px;
	line-height: 28px;
}

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

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

#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: #f99b1c;
	background: #FFF;
}

#catmenu li.current-cat a:hover {
	color: #f99b1c;
	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 #ff9000;
}

#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;
}

/*

Blog Information Section

*/

#bloginfo {
	width: 1000px;
	background: url(images/bginfo.jpg) no-repeat;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #711600;
	color: #eee;
}

#bloginfo a {
	color: #FFF;
}

#bloginfo a:hover {
	color: #e3fa7a;
}

#bloginfobox {
	margin: 5px;
}

#bloginfo ul {
	width: 990px;
}

#bloginfo ul li {float: left}
#bloginfo ul li ul li {float: none}
#bloginfo ul li.posts, #bloginfo ul li.comments, #bloginfo ul li.tags {
	width: 330px;
}
#bloginfo ul li.posts h2 {
	display: block;
	background: url(images/ico_posts.gif) no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	font-size: 0.75em;
	line-height: 1.7em;
	font-weight: bold;
	color: #e3fa7a;
}

.search {
	position: relative;
}

.search #s {
	width: 160px;
	height: 40px;
	padding: 4px;
	border: 1px solid #666;
}

#searchsubmit {
	padding: 3px 2px;
	background: #C00000;
	color: #fff;
	right: 0;
	border: 1px solid #FF8F8D;
	border-bottom: 1px solid #6C0200;
	border-bottom: 1px solid #6C0200;

}

/*
Search bar
*/

#language {
	float: right;
	display: inline;
	margin-right: 20px;
	font-size: 0.9em;
	margin-top: 1px;
}

#bloginfo ul li.comments h2 {
	display: block;
	background: url(images/ico_comments.gif) no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	font-size: 0.75em;
	line-height: 1.7em;
	font-weight: bold;
	color: #e3fa7a;
}

#bloginfo ul li.tags h2 {
	display: block;
	background: url(images/ico_tags.gif) no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	font-size: 0.75em;
	line-height: 1.7em;
	font-weight: bold;
	color: #e3fa7a;
}

#bloginfo ul li.posts ul {
	width: 310px;
	padding: 10px;
}

#bloginfo ul li.comments ul {
	width: 310px;
	padding: 10px;
}

#bloginfo ul li.tags ul {
	width: 310px;
	padding: 10px;
}

#bloginfo ul li.posts ul li {
	border-bottom: 1px dotted #607991;
	padding-top: 4px;
	padding-bottom: 4px;
}

#bloginfo ul li.comments ul li {
	border-bottom: 1px dotted #607991;
	padding-top: 4px;
	padding-bottom: 4px;
}

#bloginfo ul li.tags ul li {
	border-bottom: 1px dotted #607991;
	padding-top: 4px;
	padding-bottom: 4px;
}

#bloginfo ul li.comments ul li a {
	display: block;
	font-size: 0.75em;
	background: url(images/ico_comment.gif) no-repeat left 3px;
	padding-left: 20px;
	line-height: 1.3em;
	font-weight: bold;
}

#bloginfo ul li.comments ul li a span {
	font-weight: normal;
}

#bloginfo ul li.comments ul li a:hover span {
	color: #fff;
}

#bloginfo ul li.comments ul li a:hover {
	background: url(images/ico_commento.gif) no-repeat left 3px;
}

#bloginfo ul li.tags ul li a {
	line-height: 1.3em;
	color: #ddd;
	font-size: 0.75em;
	text-transform: lowercase;
}

#bloginfo ul li.tags ul li a:hover {
	color: #e3fa7a;
}

.r_time {
	display: block;
	font-size: 0.7em;
	line-height: 1.3em;
}

.r_head a {
	display: block;
	font-weight: normal;
	font-size: 0.75em;
	line-height: 1.3em;
	font-weight: bold;
}

/* Content Layout */

#content {
	width: 1000px;
}

#content #column {
	float: left;
	width: 560px;
	margin-left: 5px;
	margin-right: 0px;
	display: inline;
}

#content #sidebar {
	float: left;
	width: 388px;
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
	background: #FFF;
	border-right: 1px dotted #ddd;
	border-left: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/*
Sidebar Widgets
*/

#sidebar h2 {
	font-size: 0.85em;
	font-family: "trebuchet ms", arial, tahoma;
	line-height: 1.3em;
	color: #666;	
	margin-top: 20px;
	border-top: 1px solid #eee;
	background: url(images/h.gif) no-repeat left 7px;
	padding-left: 15px;
}

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

#sidebar .box {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #999;
}

.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: 180px;
	float: left;
	display: inline;
}

.sidebar1 ul ul, .sidebar2 ul ul {
	font-size: 0.75em;
	color: #999;
	line-height: 1.4em;
}

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

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

.sidebar1 li li {
	background: url(images/bullet.gif) no-repeat;
	background-position: left 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-bottom: 1px dotted #ddd;
}

.sidebar2 li li {
	background: url(images/bullet.gif) no-repeat;
	background-position: left 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-bottom: 1px dotted #ddd;
}



.sidebar1 li li li {

	font-size: 1.2em;

	background: none;

	background-position: none;

	padding-top: 3px;

	padding-bottom: 3px;

	padding-left: 10px;

	border-bottom: 0;

	border-left: 1px dotted #ccc;

}



.sidebar2 li li li {

	font-size: 1.2em;

	background: none;

	background-position: none;

	padding-top: 3px;

	padding-bottom: 3px;

	padding-left: 10px;

	border-bottom: 0;

	border-left: 1px dotted #ccc;

}



/* Extra Sidebar*/

.sidebar4 {

	width: 388px;

}



.cripimage {

	float: left;

	margin-right: 5px;

	border: 1px solid #333;

}

.excerpt {

	font-size: 12px;

}



/* Feed CSS */



.rssfeed {



	background: url(images/rssimg.gif) no-repeat;



	background-position: left 0px;



	padding-left: 30px;



}







.rssfeed a {



	border-bottom: 1px dotted #ddd;



}







.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: #999;



	background: #fffff4;



}







.feedemail:focus {



	border: 1px solid #bbb;



	color: #ff9600;



	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: #ff9600;



}







/* Sidebar Ads CSS */

ul.ads li {

	float: left;

	display: inline;

	margin-right: 3px;

	margin-bottom: 5px;

}

ul.ads img {

	display: block;

	float: left;

}



/* Footer CSS */

#footer {

	width: 980px;

	padding: 10px;

	margin-top: 10px;

	background: #eeeee4;

	border-top: 3px solid #711600;

	font-size: 0.7em;

	color: #999;

	text-align: right;

}

#footer a {

	color: #366799;

	font-weight: bold;

}

#footer a:hover {



	color: #666;



}







.copyright {



	float: left;



	line-height: 2em;



	color:#7D1A00



}







.credit {



	float: right;



	color: #7D1A00;



	line-height: 1.4em;



}







a.sitename {



	border-bottom: 1px dotted #ff9600;



}







a.footrss {



	background: url(images/rssimg.gif) no-repeat left center;



	padding-left: 22px;



	margin-left: 10px;



}







.credit a {



	font-weight: bold;



	color: #666;



}







.credit a:hover {



	color: #ff9600;



}







/* Banner */











#banner {



	width: 980px;



	padding: 10px;



	background: #6e9dc7;



	font-size: 0.7em;



	color: #999;



	text-align: right;



}







#banner a {



	color: #366799;



	font-weight: bold;



}







#banner a:hover {



	color: #666;



}







.mybloglog {



	float:inherit



	line-height: 1em; }



	td.mbl_fo_hidden{display:none}



	tr#tr0{display:none}



	th.mbl_h{display:none}







.mblku {



	margin: 10px 0 0;



	padding: 0;



	line-height: 0;



}











.banner1 {



	float: inherit;



	line-height: 1em;



	margin-top: 10px;



	border-top: 3px solid #6e9dc7;



}























/*



General Styles THE POST



*/



.post {



	margin-top: 10px;



	background: #FFF;



	border: 1px dotted #ddd;



	padding: 10px;



}







.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {



	line-height: 1.3em;



	margin: 0px 0px 5px 0px;



}







.post p {



	line-height: 1.5em;



	margin: 0px 0px 7px 0px;



}







.post h1 {font-size: 1.1em}



.post h2 {font-size: 1em}



.post h3 {font-size: 0.95em}



.post h4 {font-size: 0.9em}



.post h5 {font-size: 0.85em}



.post h6 {font-size: 0.8em}



.post p {font-size: 0.75em}



.post h1 {color: #366799;letter-spacing:-1px;}



.post h2 {color: #78848f;letter-spacing:-1px;}



.post h3 {color: #adbd00;letter-spacing:-1px;}



.post h4 {color: #00a2ff}



.post h5 {color: #ff9600}



.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 img {



	vertical-align: middle;



}







.more-link {



	display: block;



	font-weight: bold;



	font-size: 1.1em;



	font-family: "Trebuchet MS";



}







.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: #3491c6;



}







a:hover {



	color: #87ba0b;



}







.post h2 a {



	color: #666;



	border-bottom: 1px dotted #ddd;



}







.post h2 a:hover {



	color: #ff9600;



	border-bottom: 1px dotted #ccc;



}







.post .entry {



	margin-top: 10px;



	margin-bottom: 10px;



}







.post .postinfo {



	color: #aaa;



	font-size: 0.7em;



	border-bottom: 1px dotted #ddd;



	line-height: 1.4em;



	padding-top: 2px;



	padding-bottom: 5px;



}







.post .info {



	float: left;



}







.post .info a {



	padding-top: 4px;



	padding-bottom: 4px;



	height: 15px;



	background: url(images/ico_author.gif) no-repeat left center;



	padding-left: 18px;



}







.post .commentnum {



	float: right;



	background: url(images/ico_commentw.gif) no-repeat left center;



	padding-left: 20px;



}







.post .category {



	font-size: 0.7em;



	color: #aaa;



	background: url(images/ico_cat.gif) no-repeat;



	background-position: left 3px;



	padding-left: 25px;



	padding-top: 5px;



	padding-bottom: 5px;



	border-bottom: 1px dashed #eee;



}







.post .tags {



	background: url(images/ico_tag.gif) no-repeat;



	background-position: left 3px;



	padding-left: 35px;



	font-size: 0.7em;



	color: #aaa;



	line-height: 1.5em;



	padding-top: 5px;



	border-top: 1px solid #eee;



	float: right;



	text-transform: lowercase;



}







.post .ratings {



	font-size: 0.75em;



	line-height: 1.3em;



	color: #666;



	margin: 0px 0px 10px 0px;



}







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

	float:inherit;

	display: inline;

	text-align: center;

	margin-right: auto;

	margin-left: auto;

}

.alignnone {

	display: inline;

	text-align: center;

	margin-right: auto;

	margin-left: auto;

}



/* Captions */

.aligncenter, div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

}

.wp-caption img {

	margin: 0;

	padding: 0;

	border: 0 none;

}

.wp-caption p.wp-caption-text {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}



/* End captions */







/*	Default Navigation _Next entries _Previous entries	*/

.nav {

	margin-top: 10px;

	font-size: 0.75em;

}

.nav a:hover {

	color: #333;

}

.nav_left {

	float: left;

	display: inline;

}

.nav_right {

	float: right;

	display: inline;

}



/*	Other Post Boxes	*/

.post_header {

	padding-top: 10px;

	margin-left: 10px;

	padding-right: 10px;

	border-bottom: 1px solid #e4e7cf;

}

.post_header h1 {

	font-size: 1em;

	color: #366799;

}

.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"

}

.post_follow a {

	font-weight: bold;

}

/*



Comments



*/

.commentlistdiv {

	margin-top: 10px;

	padding: 10px;

	background: #FFF;

	border: 1px dotted #ddd;

	font-size: 0.9em;

	color: #666;

}

.commentlistdiv h1 {

	font-size: 1.0em;

	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;

	text-align:justify;

}

.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: #aaa;

	font-size: 0.9em;

	margin: 0px 0px 7px 0px;

}

.c_approved {

	color: #aaa;

	font-size: 1.1sem;

}



/*	Trackbacks / Pingbacks	*/

.post_ping {

	background: #fffff4;

	padding: 10px;

	border: 1px solid #eeeee4;

	font-family: "Trebuchet MS";

	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: #FFF;

	border: 1px dotted #ddd;

	font-size: 0.75em;

	color: #666;

}

.reply h1 {

	font-size: 1.3em;

	color: #366799;

	border-bottom: 1px solid #eee;

	line-height: 1.5em;

}

.reply label {

	font-family: "Trebuchet MS";

	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 #eee;

	padding: 3px;

}

.replytext:focus {

	background: #fffff9;

}

.replyarea {

	width: 440px;

	height: 140px;

	background: #FFF;

	margin-top: 5px;

	margin-bottom: 5px;

	vertical-align: middle;

	color: #666;

	border: 1px solid #eee;

	padding: 3px;

}

.replyarea:focus {

	background: #fffff9;

}

.replybutton {

	cursor: pointer;

	font-size: 0.9em;

	font-weight: bold;

	background: url(images/commentbutton.gif) no-repeat;

	width: 100px;

	height: 22px;

	margin-top: 5px;

	margin-bottom: 5px;

	vertical-align: middle;

	color: #fff;

}

.replybutton:hover {

	background: url(images/commentbutton_on.gif) no-repeat;

}



/* Table */

.table-content {

	background: #fff;

	border-collapse: collapse;

	margin-bottom:7px;

}

.table-content td {

	border: 1px solid #bbb;

	background: #fff;

	text-align: center;

	padding: 3px;

}

.table-content tr {

	border: 1px solid #aaa;

	background: #DDDDFF;

	text-align: center;

	padding: 7px;

}



/* Twitter */

.twit h3 {

	background: url(images/twitter.png) 98% -5px no-repeat;

	margin-top: 5px;

	padding-top: 10px;

	padding-bottom: 10px;

	font-size: 1.5em;

}

.twit h3 span {

	color: #33ccff !important;

	.twit a:hover {

	color: #0099cc !important;

}

.twit ul li {

}

.zero h2,.zero h3,.zero h4,.zero h5,.zero h6 {

	border-bottom: none !important;

	padding: 0 !important;

	margin: 0 !important;

}



/*

.sidebar4 ul ul {

	font-size: 0.75em;

	color: #999;

	line-height: 1.4em;

}



.sidebar4 ul div {

	font-size: 0.75em;

	color: #999;

	line-height: 1.4em;

}



.sidebar4 ul div div {

	font-size: 1em;

}



.sidebar4 li li {

	background: url(images/bullet.gif) no-repeat;

	background-position: left 8px;

	padding-top: 3px;

	padding-bottom: 3px;

	padding-left: 15px;

	border-bottom: 1px dotted #ddd;

}



.sidebar4 li li li {

	font-size: 1.2em;

	background: none;

	background-position: none;

	padding-top: 3px;

	padding-bottom: 3px;

	padding-left: 10px;

	border-bottom: 0;

	border-left: 1px dotted #ccc;

} */
