/*  
Theme Name: designer
Version: 1.0
*/
/* NEW */

.left-fix { border: 0px solid black;
position: fixed;
top: 0px;
right: 0px;
float: left
width: 100px;
height: 192px;
background-color: transparent;
z-index:3;
}

.image-page img {
float:left;
width:150px;
}

.image-page img {

}
.title-page {
background-color:#f4f4f4;
width:565px;
padding:10px 10px 10px 10px;
border-left:5px solid #000;
float:left;
}
.title-page h3 a {
	font:22px Arial;
color:#000;
text-decoration:none;
font-weight:bold;
}
.title-page h3 a:hover {
	font:22px Arial;
color:#000;
text-decoration:none;
font-weight:bold;
}
.text-page {
width:400px;
float:left;
margin:5px 0 0 10px;
color:#000;
font-size:11px;
display:inline;
}
.info-page, info-page a,info-page a:hover {
clear:both;
font-size:10px;
}
.text-page h3 a {
color:#000;
font-size:18px;
font-family: "tahoma'",serif;
text-decoration:none;
}
.text-page h3 a:hover {
color:#e04f25;
font-size:18px;
font-family: "tahoma'",serif;
text-decoration:none;
}


.news-page {
width:565px;
min-height:100px;
_height:100px;
clear:both;
margin:3px 0 0px 0;
background-color:#f4f4f4;
float:left;
display:inline;
}

.date-page-info {
text-align:left;
float:left;
margin:8px 0 0px 0px;
width:400px;
color:#000;
padding-left:5px;
display:inline;
}


.date-page {
text-align:right;
float:left;
margin:8px 0 0px 0px;
width:150px;
background-color:#000;
color:#fff;
padding-right:5px;
display:inline;
}


.date-page-top {
float:left;
width:565px;
border-bottom:1px solid #222;
}


@import 'categories.css';
#sponsor-s1 {
margin-top:10px;
min-height: 127px;
_height: 127px;
}
#sponsor-s1 ul {
float:left;
list-style:none;
margin-left:0px;
display:inline; /* For ie6 */
}
#sponsor-s1 ul li {
margin-top:5px;
background: #eee!important;
width:120px;
height:120px;
padding:2px;
border:1px solid #ddd;
list-style:none;
float:left;
margin-left: 15px;
display:inline; /* For ie6 */
}


#sponsor-s4 {
margin-top:10px;
height: 100px;
}
#sponsor-s4 ul {
float:left;
list-style:none;
margin-left:0px;
display:inline; /* For ie6 */
}
#sponsor-s4 ul li {
background: #eee!important;
width:420px;
height:80px;
padding:2px;
border:1px solid #ddd;
list-style:none;
float:left;
margin-left: 16px;
display:inline; /* For ie6 */
}
#sponsor-s4 ul li  img {
border:0;
padding:0;
margin:0;
}





#sponsor-s2 {
float:left;
width:584px;
height: 90px;
margin-top:10px;
margin-bottom:10px;
display:inline;
clear:both;
}
#sponsor-s2 ul {
list-style:none;
margin-left:0px;
}
#sponsor-s2 ul li {
width:584px;
height:80px;
padding:2px;
border:1px solid #ddd;
list-style:none;
background-color:#fff;
}
#sponsor-s2 ul li img{
border:0;
padding:0;
margin:0;
}


.register {
background-color:#e04f25;
width:320px;
height:50px;
}
.register:hover {
background-color:#ef5b31;
width:320px;
height:50px;
}
.register p  {
padding: 14px 0 0 20px;
margin:0;
color:#FFFFFF;
font-weight:bold;
font-family:"Courier New",Times New Roman,serif;
font-size: 20px;
letter-spacing: 3px;
}

.register p a {
margin:0;
color:#FFFFFF;
text-decoration:none;
}
.register p a:hover {
margin:0;
color:#FFFFFF;
text-decoration:none;
}




* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	color: #505050;
	/*background: #505050 url(images/bg.png) top left repeat-x;*/
/*background: #efefef url(images/bg2.png) top left repeat-x;*/
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #000000;
	text-decoration:none
	}

a:hover, a:active {
	color: #808080;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #ececec;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:930px;
	margin:0px auto;
	margin-top:0px;
	padding:10px 5px 15px 5px;
	font-size:0.7em;
	background:#fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#page {
	width:920px;
	margin:0px auto;
	padding:10px;
	background:#eeeeee url(images/bg_stripe.gif);
	font-size:0.7em;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	padding:0px 10px 0px 10px;
	text-transform:uppercase;
	background:#333333 url(images/navbar.png);
	width:920px;
	font-size:0.6em;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#page-bar {
	padding:0px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #303030;
	}

#page-bar li:hover {
	background: #5b5b5b;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:7px 14px;
	font-weight:bold;
	color:#eeeeee;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#page-bar p {
	margin:0;
	padding:0;
	}

#searchform {
	width:260px;
   font-size:13px;
	text-align:right;
	display:inline;
   margin-top:10px;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 132px;
	text-transform:none;

	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	width: 122px;
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	background: #5b5b5b url(images/dots_nav.gif) repeat-x top;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #909090;
	padding: 4px 10px 4px 10px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
    z-index:10;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:2.0em Arial;
	font-weight:bold;
	}

h3 {
	font:20px  "Times New Roman",serif;
	margin-bottom:3px;
	color:#303030;
	font-weight:bold;
	}

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333333;
	letter-spacing:-0.05em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	margin-bottom:15px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo h1 {background:#fff;width:190px;height:90px;background:url(./images/logo/logo_2009.jpg) no-repeat;text-indent:-9000px; display:block;cursor: hand; /* ie */cursor: pointer; /* w3c */}
/*
#logo {
	width:190px;
	height:90px;
	background:#fff;
	}
*/
#tagline {
	margin-top:10px;
	font-size:1em;
	color:#1d3566;
	font-weight:bold;
	}

#top {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	background:#eee;
	width:940px;
	/*font-size:0.7em;*/
		border-left:5px solid #fff;
		border-right:5px solid #fff;
	}

#headline {
	width:200px;
	float:left;
	padding:0px 12px 10px 25px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	background:#ddd;
	color:#555;
	overflow:hidden;
	}

#headline a {
	color:#555;
	}


#headline a:hover {
	color:#555;
	}

#top div.label {
	font:1.2em Arial;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:0px;
	padding-top:15px;
	}

#headline div.title {
	font:2.4em Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;
	padding-top:15px;
	}

#headline div.meta {
	display:block;
	padding:4px 0px 4px 0px;
	color:#000;
	font-size:0.85em;
	}

#headline p {
	padding-bottom:25px;
	}

#headline p {
	padding-bottom:25px;
	}

#featured-left a {
	width:20px;
	height:180px;
	float:left;
	font-size:12px;
	background-color:#222;	

}
#featured-left a:hover {
	width:20px;
	height:180px;
	float:left;
	font-size:12px;
	background-color:#555;	

}



#featured-right a {
	width:20px;
	height:180px;
	float:left;
	font-size:12px;
	background-color:#222;

}

#featured-right a:hover {
	width:20px;
	height:180px;
	float:left;
	font-size:12px;
	background-color:#555;	

}


#featured {
	width:900px;
	float:left;
	padding:0px 0px 0px 0px;
	font-size:12px;
	/*border:1px solid #000;*/
}



#featured li {
    list-style:none;
    width: 180px;
    height: 180px;
    margin-bottom:0px;
    padding-bottom:0px;
	display: block;
	position: relative;
	overflow: hidden;
	z-index:-1;
}

.title-insert {
	background: #222;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	width: 180px;
	z-index: 1;
	padding: 4px 0;
	/* opacity - move to sep. stylesheet */
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	opacity:.9;
}
.title-insert h2, .title-insert h3 {
	margin: 10px 12px 6px;
	line-height: 14px;
	font-weight:normal;
}

.title-insert h2 a, .title-insert h3 a {
	display: block;
	color: #ddd;
	text-decoration: none;
	border: 0;
	font-size:11px;
	font-family:tahoma;
	font-weight:normal;
}

.title-insert h2 a:hover, .title-insert h3 a:hover {
	color: #fff;
    text-decoration: none;
	font-size:11px;
}



#featured .carousel {
    overflow:hidden;
    width:930px;
	height: 180px;
}


#featured .info {
    margin-top:0px;
	padding-top:10px;
	/*float:right;*/
	/*width:203px;*/
	font-size:11px;
	}

#featured .meta {
	margin-top:5px;
    font-weight:normal;
    font-size:10px;
	}

#featured .title {
	font-weight:bold;
	}

#featured .divider {
	margin-left:95px;
	}

#headline a img, #featured a img {
	margin-top:0px;
	}


/*

#featured a {
	color:#000000;
	}

#featured a:hover {
	color:#808080;
	}

#featured a img {
	border:3px solid #fff;
	margin-right:10px;
	}

#featured a img:hover {
	border:3px solid #ccc;
	margin-right:10px;
	}
*/

#headline a img {
	border:3px solid #fff;
	margin-right:15px;
	margin-bottom:10px;
	}

#single_head {
	width:195px;
	float:left;
	padding:15px 12px 20px 25px;
	margin:0;
	background:#333333;
	color:#fff;
	}

#single_head a img {
	border:3px solid #fff;
	}

#single_desc {
	width:675px;
	float:right;
	padding:0px 10px 5px 10px;
	font-size:1.05em;
	line-height:1.5em;
	}


#single_desc div.title {
	font:2.4em Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;
	padding-top:10px;
	}

#single_desc div.meta {
	display:block;
	padding-bottom:5px;
	font-size:0.85em;
	}

#single_desc p {
	margin:0px;
	padding-bottom:10px;
	}

#single_desc a {
	color:#000000;
	}

#single_desc a:hover {
	color:#808080;
	}

#mores {
	margin:0 auto;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	border-bottom:5px solid #fff;
	width:940px;
	font-size:0.7em;
	}

#more-head {
	background:#333333;
	text-align:center;
	float:left;
	width:560px;
	padding:0px 12px 10px 25px;
	}

#more-feat {
	background:#dedede;
	text-align:center;
	float:right;
	width:320px;
	padding:0px 10px 10px 13px;
	}

#more-head a {
	background:#404040;
	color:#b0b0b0;
	}

#more-feat a {
	background:#d0d0d0;
	color:#505050;
	}

#more-head a, #more-feat a {
	display:block;
	font-weight:bold;
	padding:3px;
	}

#more-feat a:hover {
	text-decoration:none;
	background:#b0b0b0;
	}

#more-head a:hover {
	text-decoration:none;
	background:#505050;
	}

#middle {
	margin:0 auto;
	padding:10px 10px 0px 10px;
	background:#fff;
	width:920px;
	font-size:0.7em;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333333;
	margin:0px;
	padding:5px 10px 15px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font: 2em "Times New Roman",serif;
	letter-spacing:-0.05em;
	}
.category span.cat_title h2 {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font: 1.3em "Times New Roman",serif;
	letter-spacing:-0.05em;
	}

.category a  {
	color:#333333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	display:block;
	text-decoration:none;
	}






	#middle2 {
	margin:0 auto;
	padding:10px 10px 0px 10px;
	background:#fff;
	width:920px;
	font-size:0.7em;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

.category2 {
	width:164px;
	float:left;
	border-top:8px solid #333333;
	margin:0px;
	padding:5px 10px 15px 10px;
	background:#fff;
	}

.category2 p {
	margin:0;
	}

.category2 span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font: 2em "Times New Roman",serif;
	letter-spacing:-0.05em;
	}
.category2 span.cat_title h2 {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font: 1em "Times New Roman",serif;
	letter-spacing:-0.05em;
	}
.category2 a {
	color:#333333;
	display:block;
	background:none;
	}

.category2 a:hover {
	background:none;
	color:#fff;
	display:block;
	text-decoration:none;
	}





	#middle3 {
	margin:0 auto;
	padding:0px 10px 0px 10px;
	background:#fff;
	width:920px;
	font-size:0.7em;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

.category3 {
	width:164px;
	float:left;
	border-top:8px solid #333333;
	margin:0px;
	padding:5px 10px 15px 10px;
	background:#f4f4f4;
	}

.category3 p {
	margin:0;
	}

.category3 span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font: 2em "Times New Roman",serif;
	letter-spacing:-0.05em;
	}
.category3 span.cat_title h2 {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font: 1em "Times New Roman",serif;
	letter-spacing:-0.05em;
	}
.category3 a {
	color:#333333;
	display:block;
	background:none;
	}

.category3 a:hover {
	background:none;
	color:#fff;
	display:block;
	text-decoration:none;
	}



#front-list .cat_title {
	font-size:1.25em;
	}

#front-popular h3 {
	color:#fff;
	}

.more-link {
	display:block;
	margin:15px 0px;
	}



#bottom {
	width: 920px;
	}

#bottom-left {
	float:left;
	}

#bottom-left .meta, #content.archive .meta {
	font-size:0.85em;
	}

#front-list {
	width:570px;
	padding:10px;
	background:#fff;
	font-size:1.05em;
	line-height:1.75em;
	margin-bottom:0px;
	border-top:1px solid #ececec;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title {
	font:1.5em Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	}

	#front-list .title a {
	font:1.5em Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	color:#FFF;
	text-decoration:none;
	}

	#front-list .title a:hover {
	font:1.5em Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	color:#FFF;
	text-decoration:none;
	}


#front-list .divider {
	margin-left:216px;
	margin-top:0px;
	margin-bottom:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	color:#333333;
	font-weight:bold;
	}

#headline p, #featured p {
	margin:0;
	}


#paged-list {
clear:both;
	width:570px;
	padding:0px 10px;
	background:#fff;
	font-size:1.05em;
	line-height:1.75em;
	border-top:1px solid #ececec;
	}

#paged-list .clearfloat {
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;

	}

.onecolumn {
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}

.onecolumn img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox {
	width:275px;
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}

.archive {
	width:570px;
	padding:0px 10px;
	background:#fff;
	font-size:1.05em;
	line-height:1.75em;
	border-top:1px solid #ececec;
}
.archive .clearfloat {
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;

	}


.archive .tanbox {
	/*width:570px;*/
	/*background:url(images/dots_content.gif) repeat-x bottom;*/
    /*padding-bottom:1px;*/
	}

.tanbox img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}




.tanbox span.title a, .onecolumn span.title a {
	font:1.2em Arial;
	font-weight:bold;

	}

.tanbox span.title a, .onecolumn span.title a:hover {
	font:1.2em Arial;
	font-weight:bold;

	}

.tanbox p, .onecolumn p {
	margin:5px 0px;
	}	

#navigation {
clear:both;
	padding:15px 10px;
	background:#fff;
	font-size:1.05em;
	text-align:center;
	width:550px;
	
	}


/* Content Page*/

#content {
	width:570px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	border-top:1px solid #ececec;
	overflow:hidden;
	}
#content-main {
	width:570px;
	float:left;
	}
.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px solid #e2e2e2;
	}

.entry  {
overflow:hidden;
}

.entry ul, .post ol {
	margin-bottom:15px;
	}

#content h2.title {
	letter-spacing:-0.05em;
	border-bottom:1px solid #e2e2e2;
	border-top:3px solid #e2e2e2;
	margin-bottom:0px;
	padding:5px 0px;
	color:#000000;
	}

.entry ul li {	
	list-style:square;
	margin-left:30px;
	}

.entry ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.entry ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

#front-list img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.entry img, .post a img {
	border:1px solid #ccc;
	margin:0 0px 0px 0;
	padding:0px;
	}

.entry ul li .post-ratings-image {	
	border: 0px!important;
	padding: 0px!important;
	margin: 0px!important;
	}


.entry a {
	text-decoration:underline;
	}

.post .ads {
	margin-top:10px;
	}

#stats {
	margin-bottom:15px;
	padding:8px 0px;
	font:0.9em Arial;
	display:block;
	border-bottom:1px solid #e2e2e2;
	font-weight:bold;
	}

span#map {
	font-size:0.9em;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	}

.spoiler { 	
	padding:0px 12px 12px 12px;
	background:#fff;
	border-top:1px solid #ececec;
	margin-bottom:12px; 	
	overflow:hidden;
}

.spoiler img {
	border:1px solid #ccc;
	padding:2px;
	margin-right:10px;
	margin-bottom:5px;
	}


.spoiler h3 {
font: 1.5em "Times New Roman",serif;
	font-weight:bold; 	
	color:#222; 	
	margin:0px 0px 0px 0px; 	
	padding:0px 0px;
	border-bottom:1px solid #ececec; 	}

.spoiler h3 a {
	color:#222;
	text-decoration:none;
	}

.spoiler p {
	margin:0;
	color:#6d6d6d;
	}

.spoiler h4 {
	font:1.05em Arial, Helvetica, Verdana, Sans-Serif; 	font-weight:bold;
	margin-bottom:5px;
	}

.spoiler h4 a {
	color:#333333;
	}

#sidebar h3 {
	font:2em "Times New Roman", Arial;
	/*font-weight:bold;*/
    border-bottom:1px dotted #000;
	color:#000;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	letter-spacing: 0.05em;
	text-decoration:none;
	}


#sidebar h3 a {
	text-decoration:none;
	color:#000;
	}


#sidebar-top-bar {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	border-top:4px solid #222;
	}

#sidebar-top-bar h4 {
	font:1.5em "Times New Roman", Arial;
	/*font-weight:bold;*/
    border-bottom:1px dotted #000;
	color:#000;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	letter-spacing: 0.05em;
	text-decoration:none;
	}

#sidebar-top-bar h4 a{
	text-decoration:none;
	color:#000;
	}


#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	border-top:1px solid #ececec;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	border-top:1px solid #ececec;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	border-top:1px solid #ececec;
	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #bbbbbb;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar li ul li {
	border-bottom:0px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

#sidebar h3 img { margin-top:1px; }

/* Form Elements */

select {
	border:1px solid #333333;
	width:100%
	}
	
.submitbutton {
	padding: 1px;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	border-bottom:1px solid #222;
	border-right:1px solid #222;
	background:#c30202;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	cursor: pointer;
	}

.field {
	padding: 1px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background:#fff;
	font-size:1.0em;
	}
#search {
margin-top:10px;
}
#search .searchbutton {
	padding: 1px;
	border:1px solid #333333;
	background:#fff;
	font-size:1.0em;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 0px 0;
	}

#commentform textarea {
	width: 96%;
	margin-top:5px;
	border-top:4px solid #bbbbbb;
	border-left:4px solid #bbbbbb;
	border-right:4px solid #eeeeee;
	border-bottom:4px solid #eeeeee;
	padding:5px;
}
#commentform textarea:hover {
	width: 96%;
	margin-top:5px;
	border-top:4px solid #bbbbbb;
	border-left:4px solid #bbbbbb;
	border-right:4px solid #eeeeee;
	border-bottom:4px solid #eeeeee;
	background-color:#ffffcc;
	padding:5px;
}


/* Comments*/

#comments {
	line-height:1.5em;
	}

.commentlist cite {
	font-style:normal;
	margin-bottom:0px;
	display:block;
	font-size:1.1em;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	color:#4d4d4d;
	padding: 10px 14px 10px 14px;
	background:#f2f2f2;
	border-bottom: 1px solid #dcdbd7;
	list-style:none;
	margin-bottom:3px;
	line-height:1.0em;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	width:430px;
	float:right;
	line-height:1.5em;
	/*border:1px solid #000;*/
	}
img .photo {
border:0px!importnt;
	}
	
li.my_comment {
	background: #fff;
	}

li cite strong {
	font-size: 1.1em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #ccc;
	margin:15px 8px 6px 0;
	float:left;
	padding:2px;
	width:45px;
	height:45px;
	}	

	.avatar-user {
	border:1px solid #ccc;
	margin:15px 8px 6px 0;
	float:left;
	padding:2px;
	width:80px;
	height:80px;
	}	


#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/

#carousel {
	font-size:0.7em;
	color:#fff;
	width: 910px;
	background:#fff;
	margin: 0 auto;
	padding:15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

.carousel-item {
    width:131px;
    float:left;
    padding:0px 20px;
    border-right:1px dotted #ccc;
}

.carousel-item img {
    border:1px solid #ccc;
    padding:2px;
    margin-bottom:5px;
}





.carousel-item .info {
    font-weight:bold;
}

#gallery {
	font-size:0.7em;
	color:#333;
	width: 925px;
	background:#dedede;
	margin: 0 auto;
	padding:15px 0px 0px 15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#gallery #random {
    float:right;
    width:613px;
    padding-bottom:5px;
}

#gallery #style {
    float:left;
    width:920px;
    padding-bottom:5px;
}
#gallery #style img {
    padding:2px;
    border:1px solid #ccc;
    margin-right:16px;
    margin-bottom:15px; 
    background:#fff;
}
#gallery #style img:hover {
    padding:2px;
    border:1px solid #222;
    margin-right:16px;
    margin-bottom:15px; 
    background:#fff;
}


#gallery #random img {
    padding:2px;
    border:1px solid #ccc;
    margin-right:16px;
    margin-bottom:15px; 
    background:#fff;
}

#gallery #random img:hover {
    padding:2px;
    border:1px solid #222;
    margin-right:16px;
    margin-bottom:15px; 
    background:#fff;
}

#gallery #video {
    float:left;
    width:281px;
    padding-right:15px;
    margin-bottom:15px;
    border-right:1px solid #b0b0b0;
}

#gallery h3 {
    display:block;
    padding-bottom:5px;
}
#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 910px;
	background:#eee;
	margin: 0 auto;
	padding:15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#recentpost, #mostcommented {
	width:276px;
	float:left;
	padding:0px 20px 0px 0px;
	border-right:1px solid #808080;
	}

#mostcommented {
	margin-left:20px;
	}

#recent_comments {
	width:276px;
	float:right;
	padding:0px;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#222;
	}

	#recentpost h3 {
	color:#222;
	}


#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost li, #mostcommented li, #recent_comments li {
	list-style:none;
	background:url(images/dots_footer.gif) repeat-x top;
    padding-top:1px;
	}

#recentpost ul li a, #mostcommented ul li a, #recent_comments ul li a {
	padding:5px;
	display:block;
	text-decoration:none;
	}

#recentpost ul li a:hover, #mostcommented ul li a:hover, #recent_comments ul li a:hover {
	background:#afafaf;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	background:none;
	}


#footer {
	margin: 0 auto;
	width: 920px;
	font-size:11px;
	background:#dedede;
	color:#333333;
	padding:5px 10px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#footer a:hover {
	color:#808080;
	}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}



.title-news-block {
width:588px;
height:auto;
float:left;
margin-bottom:5px;
}


.title-news {
font-size:13px;
float:left;
width:278px;
/*height:380px;*/
height:280px;
margin-left:0px;
display:inline;
border-right:1px solid #dbdbdb;
border-bottom:1px solid #dbdbdb;
padding:5px;
background-color:#fff;
position:relative;
}
.title-news p, .title-news-2 p {
padding-left:18px;
font-size:20px;
color:#b11f24;
font-family:"Times", Verdana;
}

.title-news-2 {
font-size:13px;
float:left;
width:278px;
/*height:380px;*/
height:280px;
margin-left:10px;
display:inline;
border-right:1px solid #dbdbdb;
border-bottom:1px solid #dbdbdb;
padding:5px;
background-color:#fff;
margin-bottom:10px;
position:relative;
}

.title-news ul {
border-top:1px dashed #ccc;
padding-top:10px;
padding-left:20px;
list-style:square;
}

.title-news-2 ul {
border-top:1px dashed #ccc;
padding-top:10px;
padding-left:20px;
list-style:square;
}














#username {
    	background-image: url(images/16m.png);
    	background-repeat: no-repeat;
    	background-position:left;
		background-color: #f4f4f4;
	    width:230px;
    	font:normal 15px Arial;
    	color: #999999;
    	padding:3px 5px 3px 19px;
		clear:both;
		margin:5px 0 5px 0;
		border:2px solid #ccc;
}

   
#password {
    	background-image: url(images/16s.png);
    	background-repeat: no-repeat;
     	background-position:left;
			background-color: #f4f4f4;
	width:230px;
    	font:normal 15px Arial;
    	color: #999999;
    	padding:3px 5px 3px 19px;
		clear:both;
			margin:0px 0 5px 0;
					border:2px solid #ccc;
}


/*-----------------------------------------------------------------------------------------------*/
/*                   A BETTER TOOLTIP - POWERED BY JQUERY AWESOMENESS                            */
/*                   AUTHOR: jon cazier                                                          */
/*                   EMAIL: jon at 3nhanced dot com                                              */
/*-----------------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	font-size:13px;
	background: transparent url(images/tools/images/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(images/tools/images/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(images/tools/images/tipBtm.png) no-repeat bottom; height: 32px;}