/*---------------------------------------------------------------------------------*/
/* DEFAULTS */
/*---------------------------------------------------------------------------------*/

/* reset */
@import "css/reset.css";

body {
	color: #666666;
	background: #eeebe2 url(http://i46.tinypic.com/9bc7jc.png) repeat-x;
	font: 14px/20px Arial, Helvetica, sans-serif;
}

/* hyperlinks */
a, a:visited, a:active {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#369;
	text-decoration:underline;
}

/*---------------------------------------------------------------------------------*/
/* CONTAINERS */
/*---------------------------------------------------------------------------------*/
#wrapper {
	width:1002px;
	margin:15px auto;
}
#column1 {
	float:left;
	width:647px;
}
.wrap {
	width:960px;
	margin:0px auto;
}

#header_wrap {
	position: relative;
	min-width: 1002px;
	padding: 0 10px;
	z-index: 10;
}

#content_wrap {
	position: relative;
	min-width: 1002px;
	padding: 0 10px;
	background: #eeebe2 url(images/backgrounds/fff_pixel.gif) repeat-x 0 0;
}
#footer_wrap {
	background: #423e35 url(images/backgrounds/footer_background.png) repeat-x 0 0;
	position: relative;
	min-width: 1002px;
	padding: 0 10px;
}

/*---------------------------------------------------------------------------------*/
/* TOP */
/*---------------------------------------------------------------------------------*/
#top {
	background:#222 url(http://i49.tinypic.com/34rg83p.png) repeat-x top center;
	height:29px;
	color:#fff;
	font-size:11px;
	line-height:30px;
	border-top:1px solid #333;
}
#top .subscribe {
	padding:9px 10px 0px 0px;
}



#navigation {
	position: absolute;
	top: 65px;
	left: 0px;
}
#navigation li {
	display: inline;
	float: left;
}
#navigation li a {
	color: #c0bbaa;
	display: block;
	padding: 5px 10px;
}
#navigation li a:hover, #navigation li.current_page_item a {
	color: #fff;
}




/*---------------------------------------------------------------------------------*/
/* HEADER */
/*---------------------------------------------------------------------------------*/

#header {
	position: relative;
	width: 1002px;
	height: 306px;
	margin: 0 auto;
	background: url(http://i48.tinypic.com/123w40w.png) no-repeat 0 0;
	z-index: 10;
}
#single #header {
	height: 103px;
}
#full #header {
	height: 230px;
}
#forum #header {
	height: 275px;
}
#directory_short #header {
	height: 275px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 3px;
        
}
.user_info {
	position: absolute;
	top: 62px;
	right: 115px;
	padding: 5px 10px;
	color: #eeebe1;
	font-size: 12px;
}
#single .user_info {
	right: 84px;
}
.user_info li {
	display: inline;
}
.user_info span {
	color: #9c957f;
	padding: 0 3px;
}
.user_info a {
	color: #bac60c;
}
.user_info a:hover {
	color: #c1cb0f;
}


#mascot {
	position: absolute;
	top: 41px;
	right: 80px;
	z-index: 9;
}

#panel {
	width: 1022px;
	position: absolute;
	top: 103px;
	left: 0px;
}
#home #panel {
	height: 224px;
	width: 1022px;
	left: 0px;
}
#home #panel .large_green_img {
	position: absolute;
	top: 0;
	left: 0;
}
.panel_heading {
	position: absolute;
	left: 30px;
	bottom: 20px;
}
.breadcrumbs {
	position: absolute;
	left: 0px;
	bottom: 53px;
	color: #969288;
	font-size: 14px;
	font-family: Arial;
}
#directory_short .breadcrumbs {
  bottom: 22px;
}
.breadcrumbs a {
	color: #f0f942;
}
.wplinks_breadcrumb {
  position: absolute;
  top: -93px;
  left: -22px;
  z-index: 99;
  color: #969288;
	font-size: 14px;
	font-family: Arial;
}
.wplinks_breadcrumb a {
  color: #f0f942 !important;
  text-decoration: none !important;
}
.welcome {
	position: absolute;
	top: 15px;
	left: 30px;
	width: 280px;
	font-size: 17px;
	line-height: 22px;
	font-family: Helvetica, Arial, sans-serif;
	color: #f1f3d8;
}

.newsletter {
	position: absolute;
	top: 65px;
	left: 365px;
	width: 300px;
	font-size: 14px;
	line-height: 22px;
	font-family: Helvetica, Arial, sans-serif;
	color: #f1f3d8;
	
}


#signup {

position: absolute;
top: -30px;
left: 10px;
color: #ffffff;
font-size: 14px;

}





 *  SEARCH FROM
 * ---------------------------------------------------------------- 
*/ 
.search_wrap {
	position: absolute;
	right: 266px;
	top: 13px;
	font:10px/22px arial, helvetica, sans-serif;
	z-index: 10;
}
.search_wrap input {
	float:left;
	background: #262222;
	border:1px solid #312f2a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 2px 10px;
	padding-top: 4px;
	height: 20px;
	text-transform: uppercase;
	color: #c5c0b0;
	width: 160px;
}
.search_button {
	border: none;
	float: left;
	background: url(http://i49.tinypic.com/15i0y9s.png) no-repeat;
	width: 50px;
        height: 50px;
	padding: 2px;
	padding-bottom: 7px;
	margin-top: -4px;
	margin-left: 8px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 35px;
	font-family: arial, helvetica, sans-serif;
	cursor: pointer;


}


.sear_wrap {
	position: absolute;
	right: 20px;
	top: 13px;
	font:10px/22px arial, helvetica, sans-serif;
	z-index: 10;
}
.sear_wrap input {
	float:left;
	background: #262222;
	border:1px solid #312f2a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 2px 10px;
	padding-top: 4px;
	height: 20px;
	text-transform: uppercase;
	color: #c5c0b0;
	width: 160px;
}


.sear_button {
	border: none;
	float: left;
	background: url(http://i49.tinypic.com/15i0y9s.png) no-repeat;
	width: 50px;
        height: 50px;
	padding: 2px;
	padding-bottom: 7px;
	margin-top: -4px;
	margin-left: 8px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 35px;
	font-family: arial, helvetica, sans-serif;
	cursor: pointer;


}


#social {
        float: left;
        display: block;
	width: 32px;
	height: 32px;
	margin-left: 0px;
        margin-top:30px;
        padding: 20px;
        


}         




/*---------------------------------------------------------------------------------*/
/* CATEGORY MENU */
/*---------------------------------------------------------------------------------*/
#cat-menu {
	background:url(images/bg-cat-menu.jpg) repeat-x bottom center;
	height:47px;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #ddd;
}

/* category navigation */
.nav {
	z-index:99;
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:1;
	height:47px;
	border-left:1px solid #ddd;
	border-right:1px solid #fff;
}
.nav a {
	position:relative;
	color:#333;
	display:block;
	z-index:100;
	text-decoration:none;
}
.nav li {
	float:left;
	width:auto;
	border-left:1px solid #fff;
	border-right:1px solid #ddd;
}
.nav li a {
	font:bold 12px/15px Arial, Helvetica, sans-serif;
	padding:16px 17px;
	text-decoration:none;
}
.nav li a:hover, .nav li a:active, .nav li.current-cat, .nav li.current-cat-parent {
	background:#f5f5f5;
	color:#369;
}
.nav li a.sf-with-ul {
	
}
.nav li ul {
	background:#fff;
	position:absolute;
	left:-999em;
	width:182px;
	margin:0px 0px 0px -2px;
	border:1px solid #dbdbdb;
	border-width:1px 1px 0px;
	z-index:999;
}
.nav li ul li {
	border-top:1px solid #fff;
	border-bottom:1px solid #dbdbdb;
	border-right:none;
}
.nav li ul li a {
	background:#f5f5f5;
	width:147px;
	padding:7px 17px;
	color:#333;
	font-size:12px;
	font-weight:normal;
}
.nav li ul li a.sf-with-ul {
	padding:7px 17px;
}
.nav li ul li a:hover {
	background:#ebebeb;
	text-decoration:underline;
}
.nav li ul ul {
	margin:-31px 0px 0px 181px;
}
.nav li ul ul li a {
	
}
.nav li ul li ul li a {
	
}
.nav li:hover,.nav li.hover {
	position:static;
}
.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul {
	left:-999em;
}
.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul {
	left:auto;
}

/* category navigation indicator */
.nav .sf-sub-indicator {
	display:none;
}
.nav li ul .sf-sub-indicator {
	background:url(images/icon-arrow-right.png) no-repeat;
	position:absolute;
	display:block;
	right:0.4em;
	top:0.9em;
	width:10px;
	height:10px;
	text-indent:-999em;
	overflow:hidden;
}

/*---------------------------------------------------------------------------------*/
/* POST BOXES */
/*---------------------------------------------------------------------------------*/
.post {
	width:645px;
	margin:0px 0px 15px 0px;
	border:1px solid #dfdfdf;
}
.postbox {
	background:#fff url(images/bg-box.png) repeat-x top center;
	width:605px;
	padding:20px;
	border-bottom:1px solid #dfdfdf;
}
.postbox h2 {
	margin:0px 0px 5px 0px;
	font-size:26px;
	font-weight:bold;
	line-height:30px;
	letter-spacing:-1px;
}
.postbox h2 a, .postbox h2 a:visited {
	color:#222;
	text-decoration:none;
}
.postbox h2 a:hover {
	color:#000;
}
.post-date {
	margin:10px 0px;
	color:#fff;
}
.post-date a, .post-date a:visited {
	color:#369;
	border-bottom:1px dotted #369;
}
.post-date a:hover {
	border-bottom:none;
	text-decoration:none;
}
.post-date em {
	background:none;
	font:12px/16px Georgia;
	color:#777;
}
.post-exerpt {
	
}
.post-thumb {
	float:left;
	margin:0px 20px 5px 0px;
}
.post-thumb img {
	background:#fff;
	padding:4px;
	border:1px solid #e6e6e6;
}
.post-bottom {
	background:#fff url(images/bg-cat-menu.jpg) repeat-x top center;
	height:43px;
	padding:0px 20px;
}
.filedin {
	float:left;
	background:url(images/icon-file.png) no-repeat 0px -1px;
	width:545px;
	margin:14px 0px 0px 0px;
	padding:0px 0px 0px 19px;
	color:#555;
}
.filedin a, .filedin a:visited {
	color:#555;
	border-bottom:1px dotted #999;
}
.filedin a:hover {
	color:#369;
	text-decoration:none;
	border-bottom:none;
}
.small-comment-cloud {
	float:right;
	background:url(images/bg-small-comment-cloud.png);
	width:32px;
	height:32px;
	margin:5px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
}
.small-comment-cloud a {
	color:#369;
	text-shadow:#fff 0px 1px 0px;
}

/*---------------------------------------------------------------------------------*/
/* CONTENT */
/*---------------------------------------------------------------------------------*/
#fullcontent {
	background:#fff url(images/bg-box.png) repeat-x top center;
	width:920px;
	padding:25px 20px;
	border:1px solid #dfdfdf;
}
#content {
	float:left;
	background:#fff url(images/bg-box.png) repeat-x top center;
	width:605px;
	padding:25px 20px;
	border:1px solid #dfdfdf;
}

/* browsing */
#browsing {
	background:#fff url(images/bg-box.png) repeat-x top left;
	width:605px;
	height:20px;
	margin:0px 0px 15px 0px;
	padding:15px 20px;
	line-height:20px;
	border:1px solid #dfdfdf;
}
#browsing h1 {
	float:left;
	font:18px/18px Arial;
	font-weight:bold;
	letter-spacing:-1px;
}
#browsing .catfeed {
	float:right;
	background:url(images/icon-cat-rss.png) no-repeat right 3px;
	padding:0px 17px 0px 0px;
}
#browsing .catfeed a:hover {
	text-decoration:none;
	border-bottom:1px dotted #369;
}


/* page title*/
.pagetitle {
	padding:0px 0px 10px 0px;
	font:bold 26px/28px Arial;
	letter-spacing:-1px;
}
.pagetitle a, .pagetitle a:hover {
	color:#222 !important;
	text-decoration:none;
}

/* post header & title */
.post-header {
	float:left;
	width:545px;
}
.post-title {
	margin:0px 0px 10px 0px;
	font-size: 26px;
	font-weight:bold;
	line-height:30px;
	letter-spacing:-1px;
}
.post-title a, .post-title a:visited {
	color:#222;
}

/* comment cloud */
.comment-cloud {
	float:right;
	background:url(images/bg-comment-cloud.png);
	width:42px;
	height:42px;
	font:bold 16px/35px Arial;
	text-align:center;
}
.comment-cloud a {
	color:#369;
	text-shadow:#fff 0px 1px 0px;
}

/* entry */
.entry {
	padding:10px 0px 15px 0px;
}
.entry p {
	padding-bottom:10px;
}
.entry strong {
	font-weight:bold;
}
.entry em {
	font-style:italic;
	font-weight:normal;
}
.entry strong em, .entry em strong {
	font-style:italic;
	font-weight:bold;
}
.entry h1 {
	font:24px/26px Arial;
	font-weight:bold;
	padding:0px 0px 10px 0px;
	letter-spacing:-1px;
}
.entry h2 {
	font:22px/24px Arial;
	font-weight:bold;
	padding:0px 0px 10px 0px;
	letter-spacing:-1px;
}
.entry h3 {
	font:20px/22px Arial;
	font-weight:bold;
	padding:0px 0px 10px 0px;
}
.entry h4 {
	font:17px/19px Arial;
	font-weight:bold;
	padding:0px 0px 10px 0px;
}
.entry h5 {
	font:15px/17px Arial;
	font-weight:bold;
	padding:0px 0px 10px 0px;
}
.entry h6 {
	font:13px/16px Arial;
	font-weight:bold;
	padding:0px 0px 10px 0px;
}
.entry a, .entry a:visited {
	color:#369;
}
.entry a:hover {
	color:#369;
	text-decoration:underline;
}
.entry a img {
	border:none;
}
.entry ul {
	margin:0px 0px 0px 7px;
	padding-bottom:10px;
	list-style:none;
}
.entry ol {
	margin:0px 0px 10px 25px;
	list-style-type:decimal;
}
.entry ol ol {
	list-style:upper-alpha;
}
.entry ol ol ol {
	list-style:lower-roman;
}
.entry ol ol ol ol {
	list-style:lower-alpha;
}
.entry ul ul, .entry ol ol, .entry ul ol, .entry ol ul {
	margin-bottom:0px;
}
.entry ul li {
	background:url(images/icon-bullet.png) no-repeat 0px 5px;
	padding:3px 0px 3px 19px;
	font-size:12px;
	line-height:19px;
}
.entry ol li {
	padding:3px 0px 3px 0px;
	font-size:12px;
	line-height:19px;
}
.entry li a:link, .entry li a:visited {
	color:#222;
}
.entry li a:hover {
	color:#369;
}
.entry li ul {
	margin:0px;
	padding:0px;
}
.entry del {
	text-decoration:line-through;
	color:#aaa;
}
.entry ins {
	text-decoration:underline;
	font-weight:bold;
}
.entry blockquote {
	margin:20px 0px;
	padding:15px 15px 1px 15px;
	background:#f5f5f5;
	border:1px solid #eee;
	border-width:1px 0px;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.entry blockquote p, blockquote a, blockquote {
	color:#666;
	font-style:italic;
	font-size:1em;
}
.entry dfn {
	font-weight:bold;
}
.entry pre, .entry code, .entry tt {
	margin:1.5em 0px;
	white-space:pre;
	display:block;
}
.entry pre, .entry code, .entry tt {
	font:12px 'andale mono', 'monotype.com', 'lucida console', monospace;
	line-height: 20px;
	background:#f5f5f5;
	overflow:auto;
	padding:1em;
	color:#666;
}
.entry hr {
	background:#e6e6e6;
	color:#e6e6e6;
	clear:both;
	width:100%;
	height:1px;
	margin:15px 0px;
	border:none;
}
.entry input, .entry textarea {
	font-size:1em;
	padding:3px;
}

/* post images */
img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding:0px;
}
img.alignnone {
	padding:0px;
	margin:0px 0px 10px 0px;
	display:inline;
}
img.alignright {
	padding:0px;
	margin:0px 0px 10px 10px;
	display:inline;
}
img.alignleft {
	padding:0px;
	margin:0px 10px 10px 0px;
	display:inline;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
.alignright {
	float:right;
	margin:0px 0px 10px 10px;
}
.alignleft {
	float:left;
	margin:0px 10px 10px 0px;
}
.wp-caption {
	background:#F7F7F7;
	text-align:center;
	padding:4px 0px 5px 0px;
	border:1px solid #e6e6e6;
}
.wp-caption img {
	margin:0px 0px 5px 0px;
	padding:0px;
	border:0px;
}
.wp-caption p.wp-caption-text {
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:normal;
	line-height:12px;
}

/* tags */
.tags {
	background:#fff url(images/icon-tag.png) no-repeat 0px 1px;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 21px;
	color:#222;
}
.tags a, .tags a:visited {
	color:#222;
	text-decoration:none;
}
.tags a:hover {
	color:#369;
	text-decoration:underline;
}

/* post navigation */
.postnavi {
	padding:7px 0px 10px 0px;
	border-top:1px solid #e6e6e6;
}
.postnavi a:hover {
	text-decoration:none;
	border-bottom:1px dotted #369;
}
.postnavi p {
	font-family:Georgia, Times New Roman;
	font-style:italic;
	font-size:11px;
	color:#777;
	clear:both;
	text-transform:uppercase;
}
.postnavi .left {
	width:295px;
	text-align:left;
}
.postnavi .right {
	width:295px;
	text-align:right;
}

/*---------------------------------------------------------------------------------*/
/* SIDEBAR */
/*---------------------------------------------------------------------------------*/
#sidebar {
	float:right;
	width:300px;
}

/* ad blocks */
.adbox {
	background:url(images/bg-box.png) repeat-x;
	padding:18px 18px 3px 18px;
}
.ad125x125 {
	width:125px;
	height:125px;
	margin:0px 0px 15px 0px;
}

/* subscribe widget */
#subscribe {
	background:#FEFEFE url(images/bg-box.png) repeat-x;
	width:290px;
	margin:0px 0px 15px 0px;
	padding:8px 5px;
        
	border:1px solid #ddd;
	font-size:90%;
}



#subscribe ul li {
height:25px;
line-height:25px;
list-style:none;
padding-left:10px;
padding-top: 10px;


font-size: 14px;
color:#FFF;
border-top:#e3e3e3 solid;
border-bottom:#fff solid;
border-width:1px;
cursor:pointer;
}

#subscribe ul li:hover {background-color:#deddde; position:relative;}



#shoutbox {
	background:#FEFEFE url(images/bg-box.png) repeat-x;
	width:290px;
	margin:0px 0px 15px 0px;
	padding:8px 5px;
        
	border:1px solid #ddd;
	font-size:90%;
}

#shoutsetting {
width: 240px;
padding-left: 25px;
}


#instantwin {
	background:#FEFEFE url(images/bg-box.png) repeat-x;
	width:290px;
	margin:0px 0px 15px 0px;
	padding:8px 5px;
        
	border:1px solid #ddd;
	font-size:90%;
}

#instantsetting {
width: 197px;
padding-left: 50px;
}


#ad {
	background:#FEFEFE url(images/bg-box.png) repeat-x;
	width:290px;
	margin:0px 0px 15px 0px;
	padding:8px 5px;
        
	border:1px solid #ddd;
	font-size:90%;
}

#adsetting{

width:220px;padding-left:25px;font-size:18px;text-align:center;}






font-size: 14px;
color:#FFF;
border-top:#e3e3e3 solid;
border-bottom:#fff solid;
border-width:1px;
cursor:pointer;
}

/* tabber */
#tabber {
	background:#FEFEFE url(images/bg-box.png) repeat-x;
	height:auto;
	display:block;
}
#tabber .inside {
	padding:0px 15px 0px 15px;
}
#tabber ul.tabs {
	height:53px;
	background:url(images/bg-widget-title.png) repeat-x center top;
	padding:0px 5px;
}
#tabber ul.tabs li {
	background:none;
	float:left;
	display:inline;
	font-size:11px;
	color:#fff;
	margin:0px 1px 0px 0px;
	padding:0px 0px 0px 5px;
	cursor:pointer;
	border-bottom:none;
}
#tabber ul.tabs li a.selected, #tabber ul.tabs li a:hover {
	color:#369;
	text-decoration:none;
	background:url(images/bg-tabs-selected.png) no-repeat center 41px;
	border-bottom:none;
}
#tabber ul.tabs li a {
	color:#444;
	line-height:42px;
	display:block;
	float:left;
	padding:0px 7px 10px;
	text-transform:uppercase;
}
#tabber #tag-cloud, #tabber .inside li {
	padding:10px 0px;
}
#tabber .inside li {
	background:none;
	border-bottom:1px solid #ededed;
}
#tabber .inside li a {
	color:#333;
	line-height:19px;
}
#tabber .inside a:hover {
	color:#369;
}
#tabber .inside li div.info {
	display:table;
	top:0px !important;
	margin:0px !important;
	padding:0px !important;
}
#tabber .inside li span.meta {
	display:block;
	font:italic 11px/20px Georgia, Times New Roman;
	color:#999;
}
#tabber .inside li span.meta a {
	color:#999;
}
#tabber .inside li span.meta a:hover {
	color:#369;
	text-decoration:none;
	border-bottom:1px dotted #369;
}
#tabber .inside li img.avatar, #tabber .inside li img.thumb {
	border:1px solid #f0f0f0;
	padding:2px;
	background:#fff;
	float:left;
	margin:0px 8px 0px 0px;
}

/* widgets */
.widget {
	background:#fff;
	width:300px;
	margin:0px 0px 15px 0px;
	border:1px solid #dfdfdf;
}
.widget h3 {
	background:url(images/bg-widget-title.png) repeat-x;
	height:43px;
	padding:0px 15px;
	font-size:15px;
	font-weight:bold;
	color:#444;
	line-height:42px;
	letter-spacing:-1px;
}
.widget p {
	padding-bottom:5px;
}
.widget ul {
	clear:both;
	margin:0px;
}
.widget ul li {
	background:url(images/icon-arrow.png) no-repeat 0px 10px;
	padding:8px 0px 8px 19px;
	border-bottom:1px solid #ededed;
}
.widget ul li a {
	padding:0px;
	text-decoration:none;
	color:#333;
}
.widget ul li a:hover {
	color:#369;
	text-decoration:underline;
}
.widget ul ul {
	margin:0px;
	padding:0px;
	border-top:none;
}
.widget ul ul li {
	border:none;
}
.widgetbox {
	background:url(images/bg-box.png) repeat-x;
	padding: 10px 15px 15px 15px;
}
.textwidget {
	padding-top:5px;
}

/* calendar */
#wp-calendar {
	width:100%;
}
#wp-calendar, #wp-calendar th, #wp-calendar caption {
	text-align:center;
}
#wp-calendar th {
	background:#f5f5f5;
	padding:3px;
	border:1px solid #f0f0f0;
}
#wp-calendar td {
	padding:5px 2px;
	border:1px solid #f0f0f0;
}
#wp-calendar caption {
	background:transparent;
	font-weight:bold;
	padding:3px 0px 7px 0px;
	color:#333;
}
#wp-calendar #today {
	background:#f5f5f5;
	font-weight:bold;
}

/*---------------------------------------------------------------------------------*/
/* COMMENTS */
/*---------------------------------------------------------------------------------*/
#respond {
	margin:15px 0px 0px 0px;
}
#respond p {
	color:#777;
	margin:0px;
}
.comments-box {
	padding:30px 0px 0px 0px;
	border-top:1px solid #e6e6e6;
}
.comments-box h3 {
	font-size:14px;
	letter-spacing:-1px;
}
.cancel-comment-reply {
	padding:5px 0px 0px 0px;
	font-size:11px;
}
.text {
	border:1px solid #e6e6e6;
	padding:2px;
	color:#777;
	width:200px;
}

/* comment framework */
#pings {
	margin-bottom:40px;
}
ul.children {
	margin-left:0px;
}
ol.commentlist {
	margin:15px 0px 0px 0px;
}
cite.fn {
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	letter-spacing:-0.05em;
	display:block;
	padding-top:9px;
}
cite.fn a, cite.fn a:hover {
	color:#333;
	text-decoration:none;
}
span.says {
	display:none;
}
.commentlist li {
	margin:-1px 0px 0px 0px;
	padding:15px;
	list-style:none;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}
.commentlist li.depth-2 {
	background:#ffffff;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	margin-left:15px;
}
.commentlist li.depth-3 {
	background:#fafafa;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	margin-left:15px;
}
.commentlist li.depth-4 {
	background:#ffffff;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	margin-left:15px;
}
.commentlist li.depth-5 {
	background:#fafafa;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	margin-left:15px;
}
.commentlist code {
	background:#e6e6e6;
	padding:5px;
}
.commentlist .moderation {
	margin-top:10px;
	color:#660000;
}
.commentlist .thread-even {
	background:#fafafa;
}
.commentlist .children {
	margin-top:15px;
}
.commentlist p {
	clear:both;
}
.comment-author {
	margin-bottom:5px;
}
.avatar {
	margin-right:10px;
	float:left;
	padding:2px;
	border:1px solid #e6e6e6;
	background:#fff;
}
.reply {
	margin:15px 0px 0px 0px;
}
.reply a, .reply a:visited {
	color:#fff;
	text-align:center;
	font-size:10px;
	padding:0px 6px 1px !important;
	text-transform:uppercase;
	text-decoration:none !important;
}
.comment-meta {
	float:left;
	margin-bottom:15px;
}
.comment-meta a {
	color:#666;
}
.comment-date a, .comment-date a:visited {
	color:#888;
	font-size:1.1em;
}

/* comment form */
#commentform {
	margin:10px 0 0 0;
}
#commentform input.txt, #commentform textarea {
	font:14px/14px Arial, Helvetica, sans-serif;
	border-color:#ccc #efefef #efefef #ccc;
	border-width:1px;
	border-style:solid;
}
#commentform input.txt {
	color:#666;
	background:#fcfcfc;
	width:170px;
	margin:0 5px 10px 0;
	padding:5px 7px;
}
#commentform textarea {
	color:#666;
	background:#fcfcfc;
	width:95% !important;
	padding:5px 7px;
}
#commentform #submit {
	margin:15px 0 0 0;
}

/* subbmit & reply button */
.button, .button:visited, .reply a {
	display:inline-block;
	position:relative;
	background:url(images/alert-overlay.png);
	padding:5px 8px 6px;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff !important;
	text-decoration:none;
	border:none;
	cursor:pointer;
}
.button, .button:visited, .reply a {
	background-color:#666;
}
.button:hover, .reply a:hover {
	color:#fff  !important;
	text-decoration:none;
}
.button:active, .reply a:active {
	top:0px;
}
.button, .button:visited {
	font-size:13px;
	font-weight:bold;
	line-height:1;
}
.button, .button:visited {
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
}
.button, .button:visited, .reply a {
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	border:1px solid rgba(0,0,0,.25);
	border-bottom-color:rgba(0,0,0,.35);
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.25);
}
.button:hover, .reply a:hover {
	opacity:0.9;
}

/*---------------------------------------------------------------------------------*/
/* PAGINATION */
/*---------------------------------------------------------------------------------*/

/* default pagination */
.pagination {
	margin:15px 0px 0px 0px;
	padding:5px 0px;

	font-size:12px;
	font-style:italic;
	line-height:18px;
}
.pagination a {
	display:block;
	background:#fff;
	margin:0px;
	padding:4px 8px;
	color:#369;
	text-shadow:#fff 0px 1px 0px;
	border:1px solid #dfdfdf;
}
.pagination a:hover {
	background:#ddd;
	border:1px solid #ccc;
}
.pagination .left a {
	background-image:url(images/icon-arrow-left.png);
	background-repeat:no-repeat;
	background-position:8px center;
	padding-left:20px;
}
.pagination .right a {
	background-image:url(images/icon-arrow-right.png);
	background-repeat:no-repeat;
	background-position:95% center;
	padding-right:20px;
}

/* wp-pagenavi */
.pagination .wp-pagenavi {
	text-align:right;
}
.pagination .wp-pagenavi a:link, .pagination .wp-pagenavi a:visited {
	display:inline;
	background:#fff;
	color:#369;
	margin:0px 0px 0px 3px;
	padding:4px 8px;
	border:1px solid #ccc;
	text-decoration:none;
}
.pagination .wp-pagenavi .on, .pagination .wp-pagenavi .current, .pagination .wp-pagenavi a:hover {
	background:#efefef;
	margin:0px 0px 0px 3px;
	padding:4px 8px;
	font-weight:normal;
	color:#369;
	border:1px solid #ccc;
}
.pagination .wp-pagenavi .extend, .pagination .wp-pagenavi span.pages {
	background:#fff;
	padding:4px 8px;
	color:#333;
	text-shadow:#fff 0px 1px 0px;
	border:1px solid #ccc;
}

/* comments navigation */
.navigation {
	padding:20px 0px 0px 0px;
	font-style:italic;
}

/*---------------------------------------------------------------------------------*/
/* FOOTER */
/*---------------------------------------------------------------------------------*/
#footer {
	background:#e6e6e6 url(images/bevel-footer.png) repeat-x top center;
	margin:30px 0px 0px 0px;
	padding:25px 0px 10px 0px;
}

/* footer widgets */
#footer1 {
	float:left;
	width:229px;
}
#footer2 {
	float:left;
	width:229px;
	margin:0px 0px 0px 15px;
}
#footer3 {
	float:left;
	width:229px;
	margin:0px 0px 0px 15px;
}
#footer4 {
	float:right;
	width:228px;
}
.footerwidget {
	background:#fff;
	margin:0px 0px 15px 0px;
	box-shadow: 0px 0px 3px #bbb; -moz-box-shadow: 0px 0px 3px #bbb; -webkit-box-shadow: 0px 0px 3px #bbb;
}
.footerwidget h3 {
	background:url(images/bg-cat-menu.jpg) repeat-x top center;
	height:43px;
	padding:0px 15px;
	font-size:15px;
	font-weight:bold;
	color:#333;
	line-height:44px;
	letter-spacing:-1px;
	border-bottom:1px solid #dfdfdf;
}
.footerwidget ul li {
	background:url(images/icon-bullet.png) no-repeat 0px 10px;
	padding:8px 0px 8px 19px;
	border-bottom:1px solid #ededed;
}

/*---------------------------------------------------------------------------------*/
/* BOTTOM */
/*---------------------------------------------------------------------------------*/
#bottom {
	background:#bbb url(images/bevel-bottom.png) repeat-x top center;
	padding:10px 0px;
	font-family:georgia;
	font-style:italic;
	color:#333;
}
#bottom a {
	color:#333;
}
#bottom a:hover {
	color:#222;
	text-decoration:none;
	border-bottom:1px dotted #333;






/*-----------------------------------------------------------------------------------*/
#cat {

width:150px; 
font-size:12px;
margin:0px; 
padding:0px; 
background-color:#666;

}

#cat ul li {
height:25px;
line-height:25px;
list-style:none;
padding-left:10px;

color:#FFF;
border-top:#fff solid;
border-bottom:#fff solid;
border-width:1px;
cursor:pointer;
}


.topcat {
	position: absolute;
	top: 15px;
	left: 30px;
	width: 280px;
	font-size: 17px;
	line-height: 22px;
	font-family: Helvetica, Arial, sans-serif;
	color: #f1f3d8;


}







