
@import url('css/reset.css');
@import url('css/default.css');
@import url('css/comments.css');
@import url('css/color-scheme.css');
@import url('css/lavalamp.css');
@import url('css/glide.css');
@import url('css/slide.css');
@import url('css/widgets.css');
@import url('css/tabs.css');

body {
	background:#222220 url('./images/background.gif');
	font:normal 0.8em Arial, Tahoma, Verdana;
	color:#000000;
}

#body-in {
	background:transparent url('./images/body-in-bg.gif') repeat-x 0 0;
	padding:12px 0;
}

a { color:#BD2121; }

a:hover { color:#393939; }

#wrapper {
	background:transparent url('./images/wrapper-top-bg.png') no-repeat 0 0;
	padding-top:5px;
	width:999px;
	margin:0 auto;
}

#wrapper-in {
	background-color:#FFFFFF;
	padding:10px 0;
}

#wrapper-bottom {
	background:transparent url('./images/wrapper-bottom-bg.png') no-repeat 0 0;
	width:999px;
	height:5px;
	margin:0 auto 10px;
}

/* header */
#header {
	position:relative;
	padding-top:13px;
	margin-bottom:10px;
}

#branding {
	padding:0 8px;
	margin-bottom:10px;
}

#blog-title {
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:650px;
	height:50px;
	float:left;
	font-size:10px;
	color:#393939;
}

#blog-title a {
	color:#393939 !important;
	width:650px;
	height:50px;
	display:block;
}

#blog-description-wrap {
	/*background:transparent url('./images/tagline-bg.gif') no-repeat 0 0;*/
	padding-left:5px;
	margin:0 auto;
	margin-top:-20px;
	font-size:20px;
	font-weight:bold;
	height:23px;
	float:left;
	width:300px;
	text-align:center;
}

#blog-description {
	font-size:11px;
	line-height:23px;
	background:transparent url('./images/tagline-bg.gif') no-repeat 100% 0;
	height:23px;
	float:left;
	padding-right:5px;
	text-transform:uppercase;
}

#header-content {
	height:57px;
	width:960px;
	background:#393939 url('./images/header-content-bg.gif') no-repeat 0 0;
	margin:0 auto;
	padding:10px;
}

#header-tool{
	height:23px;
	/*margin-bottom:10px;*/
	font:normal 11px Arial, Tahoma;
	line-height:22px;
	color:#DEDEDE;
	padding:19px 0px;
	text-transform:uppercase;
	width:300px;
	float:right;
}

#header-tool a{ color:#DEDEDE; }

#header-tool a:hover{ color:#63747E; }

/* icon system */
.icon{
	background-image:url('images/all-icons.gif');
	background-repeat:no-repeat;
	display:block;
}
#bookmark, #search-top, #today-date {
	float:left;
	padding-left:25px;
}

#today-date {
	background-position:0 3px;
	width:108px;
}

#bookmark{
	background-position:0 -23px;
	width:128px;
}
#search-top{
	width:70px;
	background:none;
	color:#ffb500;
}

#rss-link { width:125px; }

.rss {
	background-position:0 -73px;
	padding-left:26px;
	width:100px;
	float:left;
	line-height:22px;
}

/* simple form */
.simple-form {
	margin:0;
	padding:0;
	background:transparent url('./images/simple-form-bg.gif') no-repeat 0 0;
	float:left;
	width:153px;
	height:23px;
	position:relative;
}

.input-text,.input-submit {
	border:medium none;
	background:transparent;
	position:relative;
	color:#63747E;
}

.input-text {
	left:8px;
	top:0;
	width:90px;
}

.input-submit {
	width:22px;
	height:22px;
	padding:0;
	left:18px;
	top:0;
	cursor:pointer;
}

#header .menu { 
	width:630px;
	float:left;
	padding:14px 0; 
}

/* top-content */

/* post */
.post { }

.post_ { 
	width:630px;
	float:left;
	margin: 0px 3px 8px 5px;
	padding:0px 0 0 0;
	background: #ffffff repeat-y;
	display:inline;
        border: solid 1px #505050;
	font-family:Arial,century gothic,verdana, sans-serif;
}

.post_ h2 {
	margin: 0px 0 0px 0;
	padding: 7px 0px 0px 0px;
	text-align: left;
	font-size: 14px;
	overflow:hidden;
	height:16px;
	font-weight:bold;
	text-transform: uppercase;
	}

.post_ h2 a, .post_ h2 a:link, .post_ h2 a:visited  {
	color: #000;
	overflow:hidden;
	background-color: transparent;
	}

.post_ h2 a:hover  {
	color: #000000;
        text-decoration : underline;
	background-color: transparent;
	}

.mentry a:link,
.mentry a:visited {
	color: #DF1000;
	background-color: transparent;
        }

.mentry a:hover {
	color: #fbb100;
	background-color: transparent;
	text-decoration: none;
        }

.mentry{
	min-height:85px;
	max-height:94px;
	overflow:hidden;
        }

.mentry p{
	margin: 0px 0;
	padding: 0px 10px;
	font-size:12px;
	color:#000000;
	}

.post_ .cat-img {
	float:left;
	padding: 5px;
}
/*end post */	


/* navigation */

.wp-pagenavi {
       float: left;
       padding: 5px 0px }
      

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #000000;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #000000;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
        text-decoration: none;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #000000;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
        text-decoration: none;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #ffffff;
	background-color: #363435;
        text-decoration: none;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #ccc;
	color: #000000;
	background-color: #FFFFFF;
        text-decoration: none;
}

.title, .title a {
	font:normal 14px 'Trebuchet MS', Verdana, Tahoma;
	font-weight:bold;
}

.meta {
	padding:5px 0;
	border-bottom:1px solid #E7E1C3;
	font:normal 10px Arial, Verdana, Tahoma;
	color:#3B3B3B;
	text-transform:uppercase;
}

.meta p {
	background:transparent url('./images/all-icons.gif') no-repeat 0 -102px;
	padding-left:22px;
	height:18px;
}

.meta a { color:#B7B396; }

.meta a:hover { color:#CFA03A; }

.edit { background-position:0 -86px; }

.entry { 
	line-height:18px; 
	text-align: justify;
}

.mini-post .entry {
	max-height:110px;
	overflow:hidden;
}

#togglebox { display:none !important; }

/* container */
#container { padding:0 10px; }

/* content */
#content {
	float:left;
	width:636px;
}

.pagetitle {
	font-size:18px;
	color:#393939;
	margin:6px 0 3px;
}

/* advertisement */
#advertisement { margin-bottom:10px; }

#advertisement .title {
	border-bottom:1px solid #AFAFAF;
	padding-bottom:3px;
	margin-bottom:5px;
	color:#393939;
}

#advertisement img {
	background-color:#D3D3D3;
	padding:5px;
	margin-right:25px;
	-moz-border-radius:5px;
}

#advertisement img.last { margin:0; }

/* mini posts */
.mini-post {
	float:left;
	width:312px;
	height:180px;
	margin-bottom:10px;
	position:relative;
}

#mini-posts .even { float:right !important; }

.mini-post .title {
	border:none;
	padding-bottom:3px;
	color:#AD0909;
}

.mini-post .meta {
	background:transparent url('./images/meta-bg.gif') repeat-x 0 0;
	width:312px;
	height:27px;
	position:absolute;
	bottom:0;
	border:none;
	padding:0;
	color:#FFFFFF;
	overflow:hidden;
}

.mini-post .meta a {
	color:#FFFFFF;
}

.mini-post .meta .icon {
	float:left;
	display:block;
	height:16px;
	padding:7px 0 0 27px;
	text-transform:none;
}

.mini-post .meta .date-post { background-position: 10px -118px; }

.mini-post .meta .read-more { background-position: 10px -140px; }

.mini-post .meta .read-more { margin:0; }

.mini-post .meta-left-bg, .mini-post .meta-right-bg {
	display:block;
	position:absolute;
	width:9px;
	height:27px;
	top:0;
}

.mini-post .meta-left-bg {
	background:transparent url('./images/meta-left-bg.gif') no-repeat 0 0;
	left:0;
}

.mini-post .meta-right-bg {
	background:transparent url('./images/meta-right-bg.gif') no-repeat 0 0;
	right:0;
}

/* post navigator */
#post-nav { text-align:center; }

#post-nav a {
	color:#FFFFFF;
	padding:7px;
	float:left;
	display:block;
}

#nav-prev-post, #nav-next-post {
	background-color:#393939;
	border:1px solid #161616;
	float:right;
	height:26px;
	margin-left:10px;
}

/* sidebar */
#sidebar {
	float:right;
	width:320px;
}

#sidebar li { list-style:none; }

#sidebar .widget li, #sidebar .categories li {
	font:normal 12px Arial, Verdana, Tahoma;
	padding:8px 0;
	border-bottom:1px solid #C5C5C5;
}

#top-sidebar .widget {
	margin-bottom:8px;
}

#top-sidebar .widget li a {
	color:#000000;
}

.widgettitle {
	font:normal 16px 'Trebuchet MS', Tahoma, Verdana;
	border-bottom:4px solid #393939;
	padding-bottom:3px;
	margin-bottom:3px;
}

#bottom-sidebar .widgettitle {
	background:#393939 url('./images/widget-title-bg.gif') no-repeat 0 0;
	height:25px;
	font-size:12px;
	line-height:25px;
	color:#FFFFFF;
	padding:0 7px;
	text-transform:uppercase;
	border:none;
	overflow:hidden;
}

#sidebar #bottom-sidebar .widget li, #sidebar #bottom-sidebar .categories li {
	font:normal 13px Tahoma, Verdana;
	color:#393939;
	border-color:#8e8d8d;
}

#sidebar #bottom-sidebar .widget li a, #sidebar #bottom-sidebar .categories li a { color:#393939; }

/* footer */
#footer {
	height:20px;
	font:normal 12px Arial, Verdana, Tahoma;
	line-height:20px;
	color:#FFFFFF;
	text-align:center;
	width:999px;
	margin:0 auto;
}

#footer a{
	text-decoration: none;
	color:#ffffff;
} 
#footer a:hover {
	text-decoration: none;
	color: #2193BD;
}

#footer .footer_tags { width:999px; margin:0 auto; }

#footer .fleft{
	float:left;
	padding: 0 0 0 10px;
        }

#footer .fright{
	float:right;
	padding: 0 10px 0 0;
       }
#commentform textarea {
	width:623px;
}

.related{
	border:1px solid grey;
	margin-bottom:6px;
	margin-top:7px;
	padding-bottom:4px;
}
.related h3 {
	background:#89B4E0 none repeat scroll 0% 0%;
	border-bottom:1px solid grey;
	font-size:1.2em;
	padding:5px 0px 5px 15px;
	margin:0px;
}

.related .related_post {
	padding-left:40px;
}

.share h2 { 
	font:normal 16px 'Trebuchet MS', Tahoma, Verdana;
	border-bottom:4px solid #393939;
	padding-bottom:3px;
	margin-bottom:3px;
	background:url('./images/widget-title-bg2.gif') no-repeat 0 0;
	height:25px;
	font-size:12px;
	line-height:25px;
	text-transform:uppercase;
	color:#FFFFFF;
	padding:0 7px;
	border:none;
}

.logosShare{
	margin: 0 0 5px 10px;
	padding-left: 10px;
	overflow:hidden;
}

.logosShare li{
	width: 145px;
	height: 33px;
	float: left;
	margin-right: 10px;
	border-bottom:1px dotted #999999;
	padding: 5px 0;
	list-style:none;
}
.logosShare li.oddItem{
  	margin-right: 0;
}
.logosShare li a{
	padding: 10px 0 0 40px;
	background: 0 0 no-repeat transparent;
	color: #333333;
	display: block;
	height: 33px;
	text-decoration: none;
	font-weight: bold;
}
.logosShare li a:hover{
	color: #990000;
	text-decoration: underline;
}  

.share div { 
	text-align:center;
	padding-bottom:5px;
}

#blog-description-wrap ul { margin-top:9px; }
#blog-description-wrap li { list-style:none; }
#blog-description-wrap .widgettitle { border:none; }
#blog-description-wrap p { width: 150px; display:inline; }

.arclist{
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 260px;
}
.arclist h2{
	color: #000;
	font-size: 18px;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size:14px;
	font-weight:bold;
	list-style:none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.index_partners {
	width:639px;
	height:235px;
	background-color:#fff;
	text-align:left;
	margin-bottom:7px;
	margin-left:0px;
	border:1px solid #333;
}

.index_partners a {
	color:#000;
}

.index_partners_post {
	float:left;
	width:255px;
	height:140px;
}

.index_partners_post img { 
	float:left;
	margin:5px;
}

.index_partners_post h2 {
	background: url(./images/meta-bg.gif) top repeat-x;
	width:218px;
	height:23px;
	line-height:23px;
	margin: 5px;
	padding:2px 15px;
	color:#fff;
	text-transform:uppercase;
	-moz-border-radius: 10px;
	-webkit-border-radius: 3px;
}

.index_partners_post a:link, .index_partners_post a:visited{ 
	font-size:14px;
	font-weight:bold;
}
.index_partners_post a:hover { 
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.index_partners_other {
	float:right;
	font-size:14px;
	line-height:24px;
	padding:45px 0pt 0pt 0px;
	width:365px;
}
