/*  
Theme Name: Travelandleisuresea
Theme URI: http://www.prr.co.th
Description: T+L Blog
Version: 1.0
Author: Phumeth Hongsakrai
Author URI: http://www.pr-r.co.th
*/

/*========= SETUP =========*/

*{
	margin: 0;
	padding: 0;
}

body {
	background-color:#EAEAEA;
	background-image:url(images/bg.png);
	background-position:center top;
	background-repeat:repeat-y;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	margin:0;
}
img{
	border:0;
}
a{
	color: #298B8D;
	text-decoration: none;
}
a:hover{
	color: #D12F7C;
	text-decoration: underline;
}

input,select,textarea{
	font-size: 12px;
	padding: 2px;
}

select{
	padding: 0;
}
li{
	list-style: none;
}

/*========= LAYOUT =========*/

#page{
	background: #ffffff;
	margin: 0 auto;
	width: 1000px;
}
/*--- Main Columns ---*/
#columns{
	margin: 10px 0 0;
	padding: 0 10px 0px 10px;
}
.col1{
	float: left;
	width: 677px;
	background-image:url(images/bg-home.png);
	background-position:-3px 30px;
background-repeat:no-repeat;


}
.col2{
	float: right;
	width: 303px;
}

.col-entry{
	float: left;
	width: 677px;
	background-image:url(images/bg-home.png);
	background-position:-3px bottom;
	background-repeat:no-repeat;
}
 .col-archives{
	float: left;
	width: 677px;
	background-image:url(images/bg-home.png);
	background-position:-3px bottom;
	background-repeat:no-repeat;
}
/*--- Sub Columns ---*/
.subcol{
	width: 141px;
}
.subcol h2{
	color: #ff7800;
	font-size: 14px;
	padding: 0 0 10px;
}

/*========= HEADER =========*/

#navigator {
	background-color:#298B8D;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	height:32px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1000px;
}
#nav ul {
	float:right;
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav li {
	display:inline;
	font-weight:bold;
	line-height:2em;
}
#nav li a:link, #nav li a:visited {
	color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
}
#nav li a:hover {
	background-color:#70C0F5;
	color:#FFFFFF;
	padding:6px 5px 6px 5px;
	text-decoration:none;
}
.blog-text {
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	height:22px;
	line-height:22px;
	padding-bottom:5px;
	padding-left:10px;
	padding-top:5px;
	text-align:left;
	color:#fff;
}

/*- Page Navigation -*/
#nav{
	background-color:#298B8D;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	height:32px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1000px;
}
#nav-left {
	float:left;
	display:inline;
	width:509px;
	}
#nav-right {
	font-family:Arial,Helvetica,sans-serif;
	float:right;
	display:inline;
	}
/*- Category Navigation -*/
.nav2, .nav2 * {
	margin:0;
	padding:0;
	
}
.nav2 {
	height: 35px;
	border-bottom:3px solid #B3B3B3;
	font-weight:bold;
	font-size:15px;	
	position:relative;
}
.nav2 ul {
	background:#fff; /*IE6 needs this*/
	float: left;
	position:relative;
}
.nav2 li {
	line-height: 35px;
	float: left;
	list-style:none;
	z-index:999;
}
.nav2 li.current ul {
	z-index: 999;	
}
.nav2 li.sfHover ul,
ul.nav2 li:hover ul {
	z-index: 1000;
	background: #B3B3B3;
	color: #ffffff;
	text-decoration: none;		
}
.nav2 li li {
}
.nav2 a {
	color: #000000;
	display: block;
	padding: 0 13px;
}
.nav2 li ul {
	left:0;
	top:-999em;
	position:absolute;
	width:960px;
}
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #FF7800;
	text-decoration: none;
	background: #B3B3B3;
}
.nav2 li.sfHover a,
.nav2 li.current a,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	border-bottom: none;
}
.nav2 li li.current a {
	font-weight: bold;
}
.nav2 li li:hover,
.nav2 li li a:focus, .nav2 li li a:hover, .nav2 li li a:active {

}
.nav2 li:hover ul, /* pure CSS hover is removed below */
body .nav2 li.current ul, /* this must be more specific than the .superfish override below */
ul.nav2 li.sfHover ul {
	top:2.5em;
}

.nav2 li:hover li ul,
.nav2 li.sfHover li ul {
	top:-999em;
}
.nav2 li li:hover ul, /* pure CSS hover is removed below */
ul.nav2 li li.sfHover ul {
	top:2.5em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
/*- Search -*/
#search-box {
	float:right;
	margin:5px 15px 10px 0;
	text-align:right;
	width:310px;
}
#search-box input {
	border:1px solid #298B8D;
	color:#298B8D;
	display:inline;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-right:12px;
	padding:4px;
	text-align:left;
	vertical-align:middle;
	width:222px;
}

form#formSearch  button {
	background:transparent url(images/button-search.png) no-repeat scroll 0 0;
	border:medium none;
	height:27px;
	width:27px;
	display:inline;
	height:27px;
	margin:0;
	padding:0;
}

/*- Header -*/
#header{
	/*background: url(images/hl-dot.gif) repeat-x bottom;
	height: 92px;
	padding: 0 0 2px;*/
	background-color:#343234;
	height:91px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	text-align:left;
	width:980px;	
}


/*- Logo -*/
#header h1{
	float: left;
	display:inline;
	margin-top:7px;
}
#header h1 a{
	display: block;
	height: 91px;
	width: 222px;
}

#header .ad-leaderboard {
	border:1px solid #CCCCCC;
	float:right;
}
#header .ad-text {
	border:0 solid #CCCCCC;
	float:right;
	margin:-3px 0 0 5px;
}

#header h1 a img {
	border:0;
}
#header a img {
	border:1px solid #CCCCCC;
	float:right;
}
#header div {
	/*border:1px solid #CCCCCC;*/
	float:right;
}



/*- RSS -*/
#rss{
	float: right;
	font-size: 12px;
	padding: 16px 15px 0 0;
	text-align: right;
	width: 285px;
}
#rss a{
	color: #b3b3b3;
}
#rss ul{
	float: left;
	margin: 13px 0 0;
	width: 220px;
}
#rss li{
	margin: 0 0 3px;
	padding: 0 0 5px;
}
#rss img{
	float: right;
}

/*========= FEATURED POSTS (FRONT-PAGE) =========*/

.featured {
	background-color:#FFFFFF;
	border-right:1px solid #D7D7D7;
	color:#000000;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-bottom:27px;
	margin-right:9px;
	padding-right:9px;
	width:150px;
	height:275px;
}
.featured-last  {
	background-color:#FFFFFF;
	/*border-right:1px solid #D7D7D7;*/
	color:#000000;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-bottom:27px;
	margin-right:9px;
	padding-right:9px;
	width:150px;
	height:275px;
}
.featured .photo,.featured-last .photo {
	border-style:none;
	margin-bottom:5px;
}
.featured .icon, .featured-last .icon {
	border-style:none;
	margin-right:5px;
}
.featured a:link, .featured a:active, .featured a:visited,.featured-last a:link, .featured-last a:active, .featured-last a:visited  {
	color:#298B8D;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}
.featured a:hover, .featured-last a:hover {
	color:#D12F7C;
	font-weight:bold;
	text-decoration:underline;
}

.featured p, h3, h2, .featured-last p, h3, h2{
	margin-bottom:0px;
	/*margin-top:5px;*/
}

.featured h3, .featured-last h3 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:bold;
}
.featured h3 a:link, .featured h3 a:active, .featured h3 a:visited, .featured-last h3 a:link, .featured-last h3 a:active, .featured-last h3 a:visited { 
	color:#000000;
	font-size:15px;
	text-decoration:none;
}
.featured h2, .featured-last h2 {
	color:#757575;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
}
.featured h2 img, .featured-last h2 img {
	margin:0 7px 0 0;
	padding:0;
}
.featured-img{
	margin: 0 10px 5px 0;
	width:150px;
	height:100px;
	float:left;
	display:inline;
}

/*========= FEATURED CATEGORIES =========*/

.featured-head-interest{
	text-indent:-10000px;
	width:150px;
	height:25px;
	background:#C0C0C0 url(images/head-interest.png) right center no-repeat !important;
}
.featured-head-destination{
	text-indent:-10000px;
	width:150px;
	height:25px;
	background:#C0C0C0 url(images/head-destination.png) right center no-repeat !important;
}
.featured-head-food-drink{
	text-indent:-10000px;
	width:150px;
	height:25px;
	background:#C0C0C0 url(images/head-food.png) right center no-repeat !important;
}
.featured-head-photo-blog{
	text-indent:-10000px;
	width:150px;
	height:25px;
	background:#C0C0C0 url(images/head-photo.png) right center no-repeat !important;
}


/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	background:#DDD;
	float:left;
	width:550px;
	height:auto;
	margin-bottom:30px;
	}
.video-left {
	float:left;
	width:350px !important;
	display:inline;
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:right;
	width:200px;
	display:inline;
	padding-top:7px;
	}
.video-right h2{
	color: #ff7800;
	font-size:1.3em;
	line-height:1.2em;	
	font-weight:bold;
	padding: 0 0 0 10px !important;
	margin:0 !important;
	}
.video-right p{
	color: #000;
	font-size:0.9em;
	line-height:0.8em;
	font-weight:bold;
	padding: 0 0 7px 10px !important;
	margin:0 !important;	
	}
.video-right .idTabs {
	border-top:1px solid #FFF;
	list-style:none;
	margin:5px 0px 0px 0px;
	padding:0px;
	}
.video-right .idTabs li {
	margin:0px;
	border-bottom:1px solid #FFF;
	background:#DDD;
	line-height:10px;
	}
.video-right .idTabs li a {
	color:#000;
	font-weight:bold;
	font-family:Tahoma, Arial;
	font-size:12px;
	text-decoration:none;
	display:block;	
	padding:10px 10px;
	}
.video-right .idTabs li a:hover {
	background:#C0C0C0 url(images/ico-watch.gif) right center no-repeat !important;
	}
.video-right .selected {
	background:#C0C0C0 url(images/ico-watch.gif) right center no-repeat !important;
	}

/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/
.post{
	margin: 0;
}
.post h2{
	font-size: 1em;
	padding: 0 0 5px;
}
.post h3{
	font-size: 1.3em;
}
.post h3 a{
	color: #000000;
}
.post p{
	padding: 0 0 15px;
}
.post p.posted{
	color: #c0c0c0;
}
/*- Box -*/
.box{
	background-image:url(images/bg-home.png);
	background-position:-3px bottom;
	background-repeat:no-repeat;
	border-top: 1px solid #D7D7D7;
	clear: both;
	height: 1%;
	margin: 0 10px 20px;
	padding: 20px 20px 20px 0px;
}
.box .post{
	width: 260px;
}
.box .post h2{
	font-size: .85em;
}
.box .post h3{
	font-size: 1em;
}
.box .post p.posted{
	font-size: .85em;
}
/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 10px 0;
	padding-bottom:10px;
	border-bottom:1px dotted #8C8C8C;
}
.post-alt h2{
/*	font-size: 1.1em;
	padding: 0 0 5px;*/

	background-color:#8C8C8C;
	color:#FFFFFF;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.2em;
	margin-top:0px;
	margin-bottom:5px;
	margin-right:10px;
	padding:3px 10px 3px 6px;
	text-transform:uppercase;
	/*width:115px;*/
}
.post-alt h1{
	font-family:Verdana,Geneva,sans-serif;
	font-size:22px;
}
.post-alt h2 a{
	color:#FFFFFF;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
.post-alt h3{
	font-size: 1.4em;
	font-family:Arial,Helvetica,sans-serif;
	/*padding-top:5px;*/
}

.post-alt h3 a{
	color: #000000;
}
.post-alt p{
	padding: 0 0 0 0;
}
.post-alt p.posted{
	color:#757575;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-top:7px;
}

.post-alt p.posted img{
	margin-right:5px;

}
.post-alt p.posted span{
	margin-left:7px;
	font-weight:bold;
}
.post-alt p.posted span a{
	color:#757575;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-top:7px;
	text-decoration:none;
}

.wording {
	float:right;
	margin-right:5px;
	text-align:left;
	width:430px;
}

.wording h3 a:link, .wording h3 a:active, .wording h3 a:visited {
	color:#000000;
	font-size:16px;
	text-decoration:none;
}
.wording h3 a:hover {
	color:#D12F7C;
}


/*=== Buttons ===*/
.continue{
	/*background: url(images/ico-arrow.gif) no-repeat left;*/
	/*padding: 0 0 0 13px;*/
	font-weight:bold;
}
.comments {
	padding-bottom:0px !important;
	color:#757575;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
}
.comments a{
	background: url(images/icon-comment.png) no-repeat left;
	color:#757575;
	padding: 0 0 0 25px;
	/*font-weight:bold;*/
}
.comments a:link, .comments a:active, .comments a:visited {
	color:#757575;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
}


a.more{
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/


#navigator {
	background-color:#298B8D;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	height:32px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1000px;
}
#navigator ul {
	float:right;
	list-style-type:none;
	margin:0;
	padding:0;
}
#navigator li {
	display:inline;
	font-weight:bold;
	line-height:2em;
}
#navigator li a:link, #navigator li a:visited {
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}
#navigator li a:hover {
	background-color:#3FA6A7;
	color:#FFFFFF;
	padding:6px 10px;
	text-decoration:none;
}

.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	padding:0px;
	width:530px;
	margin-bottom:10px;
}
#archivebox h2 {
	color:#D12F7C;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
font-weight:bold;
margin-bottom:5px;
margin-right:10px;
padding:3px 3px 3px 6px;
text-transform:uppercase;
}
#archivebox h2 span{
	background-color:#8C8C8C;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.2em;
	margin-bottom:5px;
	margin-right:10px;
	padding:3px 3px 3px 6px;
	text-transform:uppercase;
}

.categorytags{
	color:#D12F7C;
	font-family:Verdana,Geneva,sans-serif;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	margin-right:10px;
	padding:3px 3px 3px 6px;
	text-transform:uppercase;
	text-decoration:none;
}

.archivefeed {
	margin-top:5px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	padding-left:20px;
	color:#000;
	font-weight:bold;
}
.arclist{
	margin: 0 0 15px;
	width: 49%;
}
.arclistr{
	margin: 0 0 15px;
	width: 48%;
	padding-right:20px;
}
.arclist h2, .arclistr h2{
	background-color:#8C8C8C;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.2em;
	margin-bottom:5px;
	margin-right:10px;
	padding:3px 3px 3px 6px;
	text-transform:uppercase;
}
.arclist ul, .arclistr ul{
	padding:5px 30px 0px 16px;
}

.arclist ul li, .arclistr ul li{
	border-bottom:1px dotted #8C8C8C;
	list-style-image:url(images/bullet-plus.png);
	list-style-type:none;
	margin-top:5px;
	padding-bottom:5px;
	font-size:11px;
	color:#000;
	font-family:Verdana,Geneva,sans-serif;
}

.arclist ul li a,.arclistr ul li a{
	color:#298B8D;
	font-weight:bold;
	text-decoration:underline;
}

#populartagbox h2{
	background-color:#8C8C8C;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.2em;
	margin-bottom:5px;
	margin-right:10px;
	padding:3px 3px 3px 6px;
	text-transform:uppercase;
}
#populartagbox{
	padding-right:20px;
}


/*========= SINGLE POST SPECIFIC =========*/

.singletags, .singletags a {
	color:#757575;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-top:7px;
	text-decoration:none;
}
.entry{
	padding-right: 15px;
	
}


.entry p{
	text-align:left;
	font-size:11px;
	font-family:Verdana,Geneva,sans-serif;
	padding-top: 10px;
}



.entry p a:link, .entry p  a:active, .entry p  a:visited {
color:#298B8D;
font-size:11px;
font-weight:bold;
text-decoration:underline;
	}

.entry p a:hover {
color:#000000;
font-weight:bold;
text-decoration:underline;
}


.entry blockquote { 
	padding: 3px 15px;
	background: #def3ff;
	border: 1px solid #0253b8;
	margin: 5px auto 15px auto;
	color:#000;
	width:85%;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	padding:10px 10px 0 0;

	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}
.entry div.wp-caption p{
	background-color:#C7C7C7;
	margin-right:10px;
	padding:5px 10px 5px 0;
	text-align:center;
}

/*========= COMMENTS =========*/

h2.commh2{
	background-color:#8C8C8C;
	color:#FFFFFF;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.2em;
	margin-bottom:5px;
	margin-right:10px;
	padding:3px 6px 3px 6px;
	text-transform:uppercase;

}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
	width: 90%;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 30px 10px !important;
	background:#DDD;
	border:1px solid #C0C0C0;	
}

/*========= SIDEBAR =========*/

#mostbox {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	margin:0;
	padding:0;
}
#mostbox ul {
	list-style-type:none;
	margin:0;
	padding:0;
}


/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/
.sideTabs {
	
	height:29px;
	width:303px;
	float:left;
	display:block;
	padding-top:10px;
}
.sideTabs .idTabs{
	width:303px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	margin:0;
	padding:0;
}
.sideTabs .idTabs li{
	float: left;
	font-size: 13px;
	line-height: 29px;
}
.sideTabs .idTabs li a{
	background: #298B8D;
	color: #000000;
	display: block;
	margin: 0 0 0 1px;
	padding: 0 13px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
}
.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected{
	background: #298B8D;
	color: #FFFFFF;
	text-decoration: none;
}
.navbox{
	margin: -2px 0 25px;
	padding: 10px 10px 0;
	position: relative;
}
.list1,list3,list4{
	padding-bottom:12px;
	}
.list1 li,.list3 li,.list4 li{
	background: url(images/ico-star.gif) no-repeat left center;
	padding: 6px 0 6px 25px;
	border-bottom:1px dashed #C0C0C0;
}
.list1 li a,.list3 li a,.list4 li a{
	color: #000000;
}
.list3 li {
	background: url(images/ico-mostcomm.gif) no-repeat left center !important;
	}
.list4 li {
	background: url(images/ico-feat.gif) no-repeat left center !important;
	}

#sidebar1, #sidebar2, #sidebar3, #sidebar4 {
	float:right;
	margin-top:10px;
	width:300px;
}

#sidebar2, #sidebar4 {
	background-color:#333333;
	margin-right:3px;
	width:300px;
}

#sidebar3-title{
	background-color:#298B8D;
	margin-right:2px;
	height:34px;
}

.insider {
	border-bottom:1px dotted #8C8C8C;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	margin:5px 5px 0;
	padding:5px;
	width:280px;
}
.insider p, h1, h2 {
	margin-bottom:0;
	margin-top:0;
}
.insider  h1 {
	font-family:Verdana,Geneva,sans-serif;
}

.insider img {
	margin-right:10px;
}
.insider h1 a, .insider h1 {
	color:#000000;
	font-size:16px;
	text-decoration:none;
}
.insider h1 a:hover {
	color:#298B8D;
}
.insider h2 {
	color:#298B8D;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-top:0;
}

/*- Social -*/
#social {
	float:right;
	height:30px;
}
#social .img-no_line {
	border-style:none;
	margin-bottom:10px;
	margin-left:9px;
	margin-right:0;
	padding-right:0;
}
#social img {
	border-right:1px solid #298B8D;
	border-style:none solid none none;
	margin-bottom:8px;
	margin-left:1px;
	margin-right:0;
	padding-right:9px;
}
/*- Ads -*/
.ads{
	/*border: 1px solid #eeeeee;*/
	height: 272px;
	/*margin: 0 0 25px;*/
	padding: 0px;
	border-bottom:1px solid #D7D7D7;
}
#ad-largerectangle{
	border:1px solid #D7D7D7;
	display:block;
}
.ads a{
	float: right;
	margin: 0;

}
.ads img{
	float: left;
	margin-left:2px;
	
}
.ads img.last{
	margin: 0 !important;
}
.ad-text {
	border:medium none;
	display:block;
	padding-bottom:3px;
	padding-top:3px;
}
/*- Flickr -*/
.flickr{
	background: #fafafa;
	border: 1px solid #c0c0c0;
	margin: 0 0 25px;
	padding: 10px 0px;
}
.flickr .flickr_badge_image img {
	float:left;
	display:inline;
	padding-left:10px;
	padding-bottom:5px;	
}
.flickr h2{
	color: #ff7800;
	font-size: 14px;
	height: 21px;
	margin: 0 0 10px 0px;
	padding-left:10px;
}
.flickr h2 span{
	float: left;
}
.flickr h2 img{
	float: right;
	margin: 0 2px;
}
.flickr h2 em{
	color: #848382;
	float: right;
	font-style: normal;
}
.flickr-ar {
	margin:10px 10px 0px 0px !important;
	padding:0px !important;
	text-align:right;
}

/*=== DropDown Lists ===*/
.catlist{
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 0 0 10px;
	width: 141px;
}
.catlist h2{
	color: #ff7800;
	font-size: 14px;
	padding: 0 20px 0 0 !important;
	background:url(images/ico-catlist.gif) center right no-repeat;
}
.list-alt {
	padding-top:10px;
	}
.list-alt li{
	margin: 0 0 7px;
}
.list-alt li a{
	color: #000000;
}
/*=== Styling Widget Lists ===*/
.theme-my-login-avatar{
	width:300px;	
}
.widget {
	width:280px;	
	background-color:#C7C7C7;
	font-size:12px;
	padding:10px;

}

/*========= FOOTER =========*/

#footer{
	background-color:#262626;
	clear:both;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	line-height:25px;
	margin:20px auto 0;
	text-align:center;
	width:1000px;
}
#footer a{
	color: #b3b3b3;
}
#footer img {
	vertical-align:middle;
}

/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}

.hl{
	text-indent:-10000px;
	height:1px;
}

.hl-full{
	background: url(images/hl-dot-full.gif) repeat-x bottom;
	float:left;
	clear:both;
	height:2px;
	width:100%;
	margin:20px 0 25px !important;
	margin:10px 0 15px;	
	padding:0 !important;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-top: 3px solid #c0c0c0;
	padding: 10px 0 0;
}
.blog{
	width:100% !important;
	float:left;
}
.blogin{
	width:97% !important;
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	float: left;
	margin: 0;
	border:none;
}
.gravatar {
	float:left;
	margin-right: 10px;
}

.replace, .br {
	display:block;
	font-size:1%;
	line-height:0;
	text-align:left;
	text-indent:-10000px;
}

#mostbox li {
	display:inline;
	font-weight:bold;
	margin:0;
	padding:0;
}
#mostbox li a:link, #mostbox li a:visited {
	background-color:#298B8D;
	border-left:1px solid #C4C4C4;
	color:#000000;
	font-weight:bold;
	margin:0;
	padding:8px 10px 9px;
	text-decoration:none;
}
#mostbox li a:hover {
	background-color:#298B8D;
	color:#FFFFFF;
	text-decoration:none;
}
.mostbullet {
	float:left;
	font-size:11px;
	margin-bottom:0;
	padding:5px 5px 0 20px;
	width:280px;
}
.mostbullet ul {
	list-style-type:none;
	margin-bottom:0;
	margin-left:1em;
	margin-top:3px;
	padding-left:0;
}
.mostbullet li {
	border-bottom:1px dotted #8C8C8C;
	list-style-image:url(images/bullet-plus.png);
	list-style-type:none;
	margin-top:5px;
	padding-bottom:5px;
}
.mostbullet a {
	color:#000000;
	text-decoration:none;
}
.mostbullet a:hover {
	color:#298B8D;
}

.widget h2{
	float:right;
	color:#666666;
	font-size:18px;
	width:190px;
}

.widget-logged li{
	font-weight:bold;
	font-size: 18px;
	color:#666666;
}

.widget-logged {
	width:280px;	
	background-color:#C7C7C7;
	font-size:12px;
	padding:90px 5px 10px 15px;
	margin-top:10px;

}
.login-avatar{
	float:left;
	width:90px;
}
.login-links{
	width:190px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana,Geneva,sans-serif;
	padding-top:10px;
}
.login-links a{
	padding-left:2px;
}

.login-links li{
	padding-bottom:3px;
	font-size:12px;
}

.login ul li{
	float: left;
	padding-top: 10px;
	font-weight:bold;
}

.login ul li a{
	color:#298B8D;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana,Geneva,sans-serif;
}

.links  li:before, .login-links  li:before{
	content: url(images/bullet-plus.png);

}

.links li {
	list-style-type:none;
	margin:0;
	padding:0;
	list-style-position:inside;
}

.links li a{
	font-weight:bold;
	padding-right:10px;
	padding-left:4px;
}
.login {
    padding: 5px;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	height:120px;
    }
    
.login p.error {
    padding: 5px;
    border: 1px solid #c00;
    background-color: #ffebe8;
    }

.login p.message {
    padding: 5px;
    border: 1px solid #e6db55;
    background-color: #ffffe0;
    }

.widget#loginform-tml-1 {
	color:#FFFFFF;
}
#loginform-tml-1 p, #loginform-tml-2 p{
	width: 135px;
	float: left;
}
#loginform-tml-1 .forgetmenot{
	padding-top: 10px;
	width:280px;
}

#loginform-tml-1 .submit{
	padding-top: 10px;
	width:280px;
}

#loginform-tml-2 .forgetmenot{
	padding-top: 10px;
	width:280px;
}

#loginform-tml-2 .submit{
	padding-top: 10px;
	width:280px;
}

.login li a:hover {
	color:#D12F7C;
}

.login li a .login li a:hover {
	font-weight:bold;
}
#loginform-tml-1  #user_pass-tml-1, #loginform-tml-1 #user_login-tml-1,#loginform-tml-2  #user_pass-tml-2, #loginform-tml-2 #user_login-tml-2{
	width:120px;
}

.cat_head {
	background-color:#8C8C8C;
	color:#FFFFFF;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.2em;
	margin-bottom:5px;
	margin-right:10px;
	padding:3px 3px 3px 6px;
	text-transform:uppercase;
}

#tml-1 #loginform-tml-1{
	color:#666666;
	font-weight:bold;
}
#post-31 #tml-1 #loginform-tml-1, #post-31 #tml-1 #registerform-tml-1{
	color:#000;
}


#post-31{
	width:400px;
}
#post-31 .login form{
	padding-top:10px;
}
#post-31 .login form p{
	width:60%;
	padding:0;
}
#post-31 .login form #user_login-tml-1, #post-31 .login form #user_pass-tml-1{
	width:177px;
}

#post-31 .login form .forgetmenot, #post-31 .login form .submit{
	width:400px;
	margin:0;
	padding-top:10px;
}

#post-31 ul li{
	float: left;
	padding-top: 10px;
	padding-left:5px;
	margin:0 0 0 -12px;
	font-weight:bold;
	list-style-position:inside;
}

#post-31 ul li a{
	color:#298B8D;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	font-family:Verdana,Geneva,sans-serif;
	padding:0;

	margin-right:10px;
	padding-left:4px;
}

#post-31 h2{
	background-color:#8C8C8C;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.2em;
	margin-bottom:5px;
	margin-right:10px;
	padding:3px 3px 3px 6px;
	text-transform:uppercase;
	width:150px;
}
#post-31 p{
	color:#000;
}
.custom_field{
	border: #999999 1px solid;
	padding: 2px;
}


.post-ratings{
	width:100%;
}

dl{
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;

}
dl.ls{
	border-top: #999999 1px solid;
}
dt{
	float:left;
	font-weight:bold;
	width:220px;
}
dd{
	float:left;
	width:200px;
}

dt, dd{
	line-height:20px;
}
#u-profile{
	float:right;
	padding-right:20px;
	width:500px;
}
#u-profile-left{
	width:129px;
	float:left;
}
#u-profile-left span{
	float:right;
}

#profilebox {
	padding:0px;
	width:667px;
	margin-bottom:10px;
}
#profilebox h2 {
	color:#D12F7C;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	margin-right:10px;
	padding:3px 3px 3px 6px;
	text-transform:uppercase;
}
#profilebox h2 span{
	background-color:#8C8C8C;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.2em;
	margin-bottom:5px;
	margin-right:10px;
	padding:3px 3px 3px 6px;
	text-transform:uppercase;
}

.sprofile img{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	float:left;
}
.sprofile{
	font-size: 10px;
	float: left;
	width: 640px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7D7D7;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.sprofile  h1{
	margin: 0px;
	padding-top: 5px;
}
.sprofile p{
	padding-top:15px;
}

.sprofile h2 {
	color: #298B8D;
	background-color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0;
}

.sprofile h1 a:link, .sprofilet h1 a:active, .sprofile h1 a:visited {
	color:#000000;
	font-size:16px;
	text-decoration:none;
}

.sprofile h1 a:hover {
	color:#D12F7C;
}

.sharethis{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:20px 0px;
}

.sharethis a{
	font-weight:bold;
	text-decoration:underline;
}

.login-avatar{
}

.photo{
	width:70px;
	height:70px;
}

#post-history {
	float:right;
	font-size:11px;
	margin-bottom:0;
	padding:5px 20px 0px 0px;
	width:500px;
}

#post-history h2{
	margin:0;
	padding:0;
}
#post-history ul {
	list-style-type:none;
	margin-bottom:0;
	margin-left:1em;
	margin-top:3px;
	padding-left:0;
}
#post-history li {
	border-bottom:1px dotted #8C8C8C;
	list-style-image:url(images/bullet-plus.png);
	list-style-type:none;
	margin-top:5px;
	padding-bottom:5px;
}
#post-history li a {
	color:#000000;
	text-decoration:none;
}
#post-history a:hover {
	color:#298B8D;
}

#license {
	height:100px;
	width:500px;
}

.wp-caption-text{
	text-align:center;
}
.img-new{float:left;}

.tag_list{
color:#757575;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
}
