
/* --------------------------------------------------------------

 Theme Name: Thai Variety
 Theme URI: http://wpdevthai.com
 Description: มันก็แค่ธีมวาไรตี้ตัวหนึ่งเท่านั้น
 Author: WPDevThai
 Author URI: http://wpdevthai.com
 Version: 2.0

 -------------------------------------------------------------- */

/* @group Default */

* {
	padding:0;
	margin:0;
	outline:none;
}
body {
	color: #616161;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.229;
	background-color: #F5F6F7;
}
img {
	border:0;
}
button {
	background:none;
	border:0;
	vertical-align:middle;
	cursor:pointer;
	margin:0 0 1px 0;
}
input, textarea, select {
	font-family: Helvetica, Arial, Sans-Serif;
}
p {
	padding-bottom:10px;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
	font-weight:normal;
}
strong em, em strong {
	font-style:italic;
	font-weight:bold;
}
h1 {
	font-size:20px;
	font-weight:bold;
	padding:0px 0px 7px 0px;
}
h2 {
	font-size:18px;
	font-weight:bold;
	padding:0px 0px 7px 0px;
}
h3 {
	font-size:16px;
	font-weight:bold;
	padding:0px 0px 7px 0px;
}
h4 {
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 7px 0px;
}
h5 {
	font-size:13px;
	font-weight:bold;
	padding:0px 0px 7px 0px;
}
h6 {
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 7px 0px;
}
a {
	color:#7ab937!important;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
ul {
	margin:0px 0px 0px 7px;
	padding-bottom:10px;
	list-style: inside;
}
ul ul{list-style-type:circle;}
ol {
	margin:0px 0px 10px 25px;
	list-style-type:decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0px;
}
ul li {
	background:url(images/bullet.gif) no-repeat 0px 9px;
	padding:3px 0px 3px 5px;
	line-height:15px;
}
ol li {
	padding:3px 0px 3px 0px;
	line-height:15px;
}
li a:link, li a:visited {
	color:#222;
}
li a:hover {
	color:#16387c;
}
li ul {
	margin:0px;
	padding:0px;
}
del {
	text-decoration:line-through;
	color:#aaa;
}
ins {
	text-decoration:underline;
	font-weight:bold;
}
code {
	display:block;
	background:#f9f9f9;
	margin:10px 0px;
	padding:10px;
	font:12px Monaco, monospace;
	color:#333;
	border-left:4px solid #e6e6e6;
}
blockquote {
	background:#f9f9f9;
	font-size:12px;
	line-height:16px;
	color:#333;
	margin:15px 0px;
	padding:10px;
	border:1px solid #e6e6e6;
}
blockquote cite {
	display:block;
	margin:5px 10px 5px 10px;
	font-size:12px;
	color:#555;
	font-style:italic;
	text-align:left;
}
blockquote.alignright {
	width:40%;
	margin:0px 0px 10px 1em;
}
blockquote.alignleft {
	width:40%;
	margin:0px 1em 10px 0px;
}
blockquote p {
	margin:0px;
}
hr {
	background:#e6e6e6;
	color:#e6e6e6;
	clear:both;
	width:100%;
	height:1px;
	margin:15px 0px;
	border:none;
}
.clear {
	clear:both;
	height:0px;
}

img.page_icon, img.category_icon {
    margin-bottom: 0;
    padding: 0 5px 0 0!important;
    text-decoration: none;
    vertical-align: middle;
}
/* @end */

/* @group Header */

#header-wrap {
	clear: both;
    margin: auto;
    padding: 0;
    position: relative;
    width: 980px;
    z-index: 20;
}
#header {
	clear: both;
	height: 100px;
	margin: 0 auto;
	position: relative;
	width: 980px;
}

#h1-logo{ 
	display:block; float:left;
}
a#logo {
	color:#4D4D4D !important;
  display:block;
  font-family:'Comic Sans MS';
  font-size:50px;
  font-weight:bold;
  margin:0;
  padding:0;
  text-decoration:none;
  width:auto;
}
/* @end */

/* @group Menu */


#navigation {
	
	background-color: #FFFFFF;
    font: 14px/14px sans-serif;
    height: 45px;
    margin: auto;
    padding: 10px 0 0;
    position: relative;
    width: 980px;
    z-index: 30;
    
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color:#fff;
	border-left:#eee solid 1px;
	border-right:#eee solid 1px;
	border-top:#eee solid 1px;
}
#nav {
	background-color: #4D4D4D;
	clear: both;
	display: block;
	float: left;
	height: 35px;
	margin-left: 10px;
	width: 960px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#nav .menu {
	border-right: 1px solid #323232;
	display: block;
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#nav .menu li {
	border-left: 1px solid #323232;
	border-right: 1px solid #686868;
	display: block;
	float: left;
	height: 35px;
	line-height: 13px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	z-index: 50;
}
#nav .menu li:first-child {
	border-left:none;
}
#nav .menu > li:first-child a{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#nav .menu li a {
	display: block;
	font-size: 1em;
	height: 15px;
	line-height: 16px;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
	z-index: 50;
	color: #C9F571 !important;
	font-weight:bold;
}
#nav .menu li a:hover, 
#nav .menu li.current-menu-item a {
	color:#ebefe4 !important;
	background-color: #3E3D3D;
}
#nav .menu li a img{
	margin-left: -10px;
    margin-top: -6px;
    padding-right: 5px;
    vertical-align: middle;
}


#nav .menu li .sub-menu {
	height: auto;
	margin-left: 0px;
	position: absolute;
	width:200px;
	display:none;
	margin-top:0px;
	z-index: 60;
}
#nav .menu li .sub-menu li {
	display:block;
	float: left;
	padding: 0;
	width:100%;
	height: auto;
	border:none;
}

#nav .menu li .sub-menu li a {
	background-color: #4E4D4D;
	border-bottom: 1px solid #3E3D3D;
	display: block;
	height: 20px;
	padding: 6px 10px;
	width: 180px;
}
#nav .menu li .sub-menu li a:hover {
	background-color: #3E3D3D;
}
#nav .menu li .sub-menu li:last-child a {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#nav .menu li:hover .sub-menu {
	display:block!important;
}




#searchform {
	border: 1px solid #AAAAAA;
	display: block;
	float: right;
	margin: 3px;
	padding: 0;
	width: 225px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#searchform .screen-reader-text {
	display:none;
}
#searchform #s {
	background: none repeat scroll 0 0 #FFFFFF;
	border: medium none;
	display: block;
	float: left;
	font-size: 1em;
	height: 15px;
	margin: 0;
	padding: 6px;
	width: 183px;
}
#searchform #searchsubmit {
	background: url("images/search-b.png") no-repeat scroll center center #7AB937;
	border: medium none;
	display: block;
	float: right;
	height: 27px;
	line-height: 14px;
	margin: 0;
	padding: 6px;
	text-indent: 9999px;
	width: 30px;
	overflow: hidden;
}
/* @end */

/* @group Laout */

#wrap {
	background-color: #FFFFFF;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    width: 960px;
    z-index: 20;
}
#inner-wrap {
	position:relative;
	clear:both;
	min-height:650px;
	padding:0 0 10px 0;
}
#bottom-container {
	display:block;
	float:left;
	width:960px;
}
.sidebar {
	width:160px;
	display:block;
	float:left;
}
.sidebar.left {
	float:left;
}
.page .sidebar.right {
	width:170px;
}
.sidebar.left .xoxo {
	padding:0;
	margin:0;
}
.sidebar.left .xoxo li.widget_categories li {
	border-bottom: 1px dotted #D9E0CC;
}
.widget_nav_menu .menu {
	 border: medium none;
    display: block;
    float: left;
    padding: 0;
    width: 100%;
}
.widget_nav_menu .menu li {
	border:none;
	width:auto;
	height:auto;
	/*background: url("images/ui-list-box-blue.png") no-repeat scroll 5px center transparent; */
	border-bottom: 1px dotted #D9E0CC;
	padding: 3px 10px 3px 0;
	display: block;
	width: 120px;
	margin-left:-5px;
	width:100%;
}
.widget_nav_menu .menu li:last-child { border:none;}
.widget_nav_menu .menu li:hover, 
.widget_nav_menu .menu li.current-menu-item {
	background-color:#D9E0CC;
}
.widget_nav_menu .menu li a img{
  margin-bottom:0;
  padding-bottom:0;
  padding-left:5px;
  padding-right:5px;
  padding-top:0;
 }
.widget_nav_menu .menu li a:hover, 
.widget_nav_menu .menu li.current-menu-item a {
	color: #333333 !important;
}

.sidebar.right {
	float:right;
}


.single .sidebar.right, .category .sidebar.right {
	width:170px;
}
.single .sidebar.right .widget-container {
	padding:5px;
}
.home .sidebar.right {
	width:400px;
}
#home-feature {
	width:800px;
	overflow:hidden;
	display:block;
	float:left;
	margin-bottom:10px;
}
.sidebar.right #home-feature .widget-container {
	margin-bottom:10px;
	display:inherit;
}
#main-container {
	width:550px;
	overflow:hidden;
	float: left;
	margin-bottom: 20px;
}

.home #main-container {
	width:550px;
	display:block;
	float:left;
}
.no-sidebar-right {
	width:800px!important;
}
.full-width {
	width:960px!important;
}

#header .widget-container{
	background: none repeat scroll 0 0 transparent;
    display: block;
    float: right;
    margin: 30px 0 0;
 }

#home-feature .widget-container{
	background: none repeat scroll 0 0 transparent;
    display: block;
    float: left;
   }

/* @end */

/* @group Sideber */
.sidebar-row {
	clear:both;
	padding:0 0 25px 0;
	margin:0 0 25px 0;
}
.sidebar-row h3 {
	font-size:14px;
	border-bottom: 1px solid #E4E4E4;
	padding:0 0 9px 0;
	margin-bottom:15px;
	line-height:24px;
}
.sidebar-row ul li {
	line-height:13px;
	margin-bottom:7px;
	list-style:none;
}
.sidebar-row.subscribe ul li {
	padding:1px 0 3px 23px;
}
.sidebar-row.ads a img {
	padding:8px;
	background:#f5f6f6;
	border:1px solid #ebebeb;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	margin:3px 0 12px 3px;
}
.sidebar.right .widget_sp_image {
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding:5px;
	display:block;
	float:left;
}
.sidebar.right .widget_sp_image a {
	line-height:0;
	display:block;
	float:left;
}
.sidebar-row.ads a img:hover {
	background:#fff
}
.sidebar-row.ads.small {
	position:relative;
	left:-5px;
}
.sidebar-row.ads.small img {
	padding:4px;
	margin-bottom:2px;
}
#search {
	background:#F5F6F6;
	border:1px solid #EBEBEB;
	padding:15px 27px 20px 15px;
	margin-bottom:35px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
#search strong {
	font-size:16px;
	line-height:24px;
	clear:both;
}
input.inputs {
	padding:2px 3px 4px 3px;
	font-family:verdana;
	font-size:10px;
	width:95px;
	color:#999999;
	margin-top:5px;
}
.sidebar.left .widget_recent_entries {
	padding-right:10px;
}
.sidebar.left .widget_recent_entries .widget-title {
}
.sidebar.left .widget_recent_entries li {
}
.sidebar.left .widget_meta {
	padding-right:10px;
}
.sidebar.left .widget_meta .widget-title {
}
.sidebar.left .widget_meta li {
	width:100%;
	padding:5px 0;
	border-bottom:#eee dotted 1px;
}
.sidebar.left .widget_meta li:last-child {
	border: none;
}
.xoxo {
	list-style:none;
	padding:0;
}
.xoxo ul {
	padding:10px 0 0 0;
	list-style:none;
}
.xoxo .widget-container {
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:block;
}
.sidebar.left .widget-container {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 5px;
	width: 140px;
}
.sidebar.left .widget-container h3.widget-title {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#post-comment ul {
	display:block;
}
#post-popular ul li, #post-latast ul li, #post-comment ul li {
	border-bottom: 1px solid #E8E8E8;
	height: 29px;
	padding: 10px;
}
#post-comment ul li {
	margin: 0px;
	padding: 5px!important;
	background-color:#FFFFFF;
	height:50px;
	width: auto;
}
#post-popular ul li a, #post-latast ul li a, #post-comment ul li a {
	color: #555555 !important;
	font-weight: bold;
}
#post-popular ul li .meta {
 	color: #777777;
	font-size:10px;
}
/* @end */
/* @group Gallery */

.gallery {
	clear:both;
	margin-bottom:25px;
}
.gallery a img {
	background:#f5f6f6;
	border:1px solid #ebebeb;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	padding:8px;
}
.gallery a img:hover {
	background:#fff;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
.gallery-caption {
	margin-left: 0;
	font-size:9px;
}
/* @end */

/* @group Content */

.post-row img.wp-post-image {
	background:#f5f6f6;
	border:1px solid #ebebeb;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	padding:3px;
	float:left;
	margin:0 10px 8px 0;
}
.post-row img.wp-post-image:hover {
	background:#fff;
}
.post-row .post-title {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 0px;
}
.post-title.insingle {
	margin-bottom:0px;
	font-size:2em;
	line-height:1.5em;
}
.post-title a {
}
.post-title a:hover {
	text-decoration:none;
}
.post-content {
	margin:0 0 10px 0;
	line-height:17px;
	color:#666666;
}
.post-content.excerpt {
	max-height: 85px;
	min-height: 70px;
	max-height:70px;
	height:70px;
	overflow: hidden;
	margin:0;
}
.category-internet .post-content.excerpt {
	width:500px;
}
.post-content img.alignright {
	display:inline;
	margin:8px 0 5px 20px;
}
.post-content img.alignleft {
	display:inline;
	margin:8px 10px 5px 0;
}
.post-content img.aligncenter {
	clear:both;
	margin:10px auto;
	display:block;
}
.post-content img.alignnone {
	clear:both;
	margin:10px auto;
	display:block;
}
.post-content a img.alignright {
	display:inline;
	margin:8px 0 5px 10px;
}
.post-content a img.alignleft {
	display:inline;
	margin:8px 10px 5px 0;
}
.post-content a img.aligncenter {
	clear:both;
	margin:10px auto;
	display:block;
}
.post-content a img.alignnone {
	clear:both;
	margin:10px auto;
	display:block;
}
.wp-caption {
	padding:8px 3px 0px 3px;
	border:1px solid #ebebeb;
	text-align:center;
	margin:0 auto;
}
.wp-caption.alignright {
	margin:8px 0 5px 15px;
}
.wp-caption.alignleft {
	margin:8px 15px 5px 0;
}
.wp-caption.aligncenter {
	clear:both;
	margin:15px auto;
	display:block;
}
.wp-caption.alignnone {
	clear:both;
	margin:15px auto;
	display:block;
}
p.wp-caption-text {
	text-align:center;
	font-family:georgia;
	font-style:italic;
	font-size:9px;
	line-height:13px;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.alignnone {
	clear:both;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding:5px 10px 0px 25px;
	margin:0 5px 15px 15px;
	border-left:2px solid #E4E4E4;
}
blockquote blockquote {
}
.post-meta {
	border-bottom: medium none;
	border-top: medium none;
	color: #7AB937 !important;
	font-size: 8px;
	line-height: 12px;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
}
.post-meta p {
	margin:0;
	padding:0;
}
.post-meta-insingle {
	font-size: 8px;
	font-family:verdana, georgia, sans-serif;
	text-transform:uppercase;
	margin-bottom:16px;
	border-bottom: 1px solid #E4E4E4;
	border-top: 1px solid #E4E4E4;
	line-height:12px;
	padding:5px 0;
}
/* Post Tag */
.post-tag h2 {
	color:#ebefe4;
	padding: 5px 10px;
	font-size:1em;
	border-bottom:1px solid #ebefe4;
}
.post-tag ul {
	list-style:none;
	margin:0px 18px 0 22px;
	overflow:hidden;
	height:1%;
	padding:0;
}
#post-tag-3 ul li.last {
	padding-right: 0;
}
.post-tag ul li {
	float: left;
	height: 225px;
	margin: 5px 0 10px;
	overflow: hidden;
	padding: 6px;
	width: 150px;
}
.post-tag ul li:first-child {
	padding-left:0;
	width:150px;
}
.category-tabs .ui-tabs-pane ul li:last-child {
	height: 17px;
	text-align: right;
	width: 458px;
}
.post-tag ul {
	margin:0
}
.post-tag ul img {
	width:150px;
	height:85px;
}
.post-tag ul p {
}
.post-tag ul h2 {
	color:#6a655d;
	padding:5px 0;
}
.post-tag ul h3 a {
	color:#5C4A32;
	font-size: 13px;
}
/* @end */

/* @group Post Box */

ul.post-box {
	list-style:none;
	margin:5px 18px 0 22px;
	overflow:hidden;
	height:1%;
	padding:0;
}
ul.post-box li {
	border-left: medium none;
	float: left;
	height: 132px;
	margin: 0;
	overflow: hidden;
	padding: 0 6px 5px;
	width: 145px;
}
ul.post-box li:first-child {
	padding-left:0;
	width:300px;
	height:290px;
	margin-left:5px;
}
ul.post-box {
	margin:5px 0;
}
ul.post-box img {
	width:150px;
	height:100px;
	display:block;
	margin-bottom:5px;
}
ul.post-box h3 {
	padding-bottom:0px;
}
ul.post-box li:first-child img {
	width:300px;
	height:auto;
}
ul.post-box li:first-child p {
}
ul.post-box p {
}
ul.post-box h2 {
	padding:5px 0;
}
ul.post-box h3 a {
	font-size:13px;
}
ul.post-box li.first h3 a {
	font-weight:bold;
}
/* @end */

/* @group UI Tabs */

.ui-tabs {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	padding: 0;
	position: relative;
}
.ui-tabs-nav {
	display:block;
	float:left;
	width:100%;
}
.ui-tabs-nav li {
	display:block;
	float:left;
	background:#d9e0cc;
}
.ui-state-default {
	float:left;
	display:none;
	background:#d9e0cc;
}
.ui-tabs .ui-tabs-nav li a {
	background: none repeat scroll 0 0 #EBEFE4;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #4D4D4D !important;
	float: left;
	padding: 0.5em 1em;
	text-decoration: none;
	font-size:1.4em;
	margin-bottom: -1px;
}

.category-tabs .ui-tabs .ui-tabs-nav li a {
     padding: 0.25em .75em 0.25em 0.25em;
	 height:25px;
  }
  

.category-tabs img.category_icon  {
    margin-bottom: 0;
    padding: 0 5px 0 0;
  }
 .widget-post-box img.category_icon{
 	 margin-bottom: 0;
    padding: 0 5px 0 0;
    margin-left: -3px;

 }

.ui-tabs .ui-tabs-nav li a:hover, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	background: none repeat scroll 0 0 #D9E0CC!important;
	color: #7AB937 !important;
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a:hover{ cursor:pointer!important;}
.ui-tabs .ui-tabs-panel {
	background: none repeat scroll 0 0 #FFFFFF !important;
	border: 1px solid #D9E0CC !important;
	display: block !important;
	padding: 5px !important;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	border-radius: 3px;
	border-top-left-radius: 0;
	width:98%;
}
.ui-tabs .ui-tabs-panel .post-box	{ padding-top:5px;}
.ui-tabs-selected {
	display:block;
}
.ui-tabs #post-comment ul {
	list-style:none;
	padding:0;
}
.ui-tabs #post-comment ul li {
	padding:5px;
}
.ui-tabs #post-comment ul li .avatar {
	width:50px;
	height:50px;
	display:block;
	float:left;
	margin-right:10px;
}


.wp-pagenavi {
    clear: both;
    line-height: 2em;
}

.wp-pagenavi span.current {
    font-weight: bold;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #BFBFBF;
    margin: 2px;
    padding: 3px 5px;
    text-decoration: none;
}
/* @end */

/* @group Widget*/
.widget_categories li a {
	color: #4D4D4D !important;
}
.widget_recent_entries ul li {
	border-bottom:#ccc dotted 1px;
}
.widget_recent_entries ul li:last-child { border:none;}
.widget_recent_entries ul li:hover {
	background-color:#d9e0cc;
}
.widget-post-box {
	background: none repeat scroll 0 0 #EBEFE4;
	display: block;
	float: left;
	height: auto;
	margin: 0 10px 10px 0;
	margin-top: -5px;
	/*margin-top: -5px;*/
	padding: 10px;
	width: 220px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:315px;
}
.widget-post-box .post-title {
	font-size:13px;
	font-weight:bold;
	line-height:13px;
	margin:0;
}
.widget-post-box h3.box-title {
	background: none repeat scroll 0 0 #4D4D4D;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #D6D9D0;
	height: 20px;
	margin: -10px -10px 0;
	padding: 5px 10px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.widget-post-box h3.box-title a {
	color: #EBEFE4 !important;
	line-height: 20px;
}
.widget-post-box ul li:first-child h3.post-title {
	background: none repeat scroll 0 0 #333333;
	display: block;
	float: left;
	font-weight: 700 !important;
	height: 15px;
	margin-top: -20px;
	opacity: 0.75;
	overflow: hidden;
	padding: 5px;
	position: relative;
	width: 210px;
}
.widget-post-box .box-footer {
	display:block;
	float:left;
	width:100%;
	text-align:right;
	display:none;
}
.widget-post-box ul {
	padding:0;
	margin:0;
	width:100%;
	display:block;
	float:left;
}
.widget-post-box ul li {
	border-bottom: 1px dotted #D9E0CC;
	display: block;
	float: left;
	padding: 5px 0;
	width: 100%;
}
.widget-post-box ul li:last-child {
	border:none;
}
.widget-post-box ul li:hover {
	background:#d9e0cc;
}
.widget-post-box ul li .thumb {
	padding-top:5px;
}
.widget-post-box ul li .thumb img {
	width:100%;
	height:auto;
	height:147px;
	widows:220px;
}
.widget-post-box .post-content {
	margin-bottom:5px;
}
.widget-post-box ul li .post-title a {
	color: #4D4D4D !important;
	float: left;
	font-size: 1em !important;
	font-weight: normal;
	height: 15px;
	line-height: 16px;
	margin: 0 !important;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.widget-post-box ul li:first-child h3.post-title a {
	color: #fff !important;
}
.post-row {
	border-bottom: 1px dotted #D9E0CC;
	clear: both;
	margin-bottom: 10px;
}
.page .post-row{ border-bottom:none;}
#post-popular ul, #post-latast ul, #post-comment ul {
	border: 1px solid #E8E8E8;
	list-style:none;
	padding:0;
	float: left;
}
#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;
}
.widget_pages, .widget_calendar {
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:block;
	float:left;
}
.widget_pages ul {
	padding: 5px 0px;
	list-style:inside;
}
.widget_pages ul li :hover {
	background-color:#d9e0cc;
}
.sidebar.right .widget_pages {
	width:145px;
	margin-right:10px;
}
.widget_tag_cloud .tagcloud {
	padding: 10px;
	list-style:inside;
}
.widget_links {
	background-color:#f8f8f8;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:block;
	float:left;
}
.widget_links ul.xoxo {
	list-style: disc inside none;
	margin: 5px 0;
}
/* @end */


.widget-container {
	background-color: #EBEFE4;
	display: block;
	margin-bottom: 10px;
}
.widget-container h3.widget-title {
	background-color: #4d4d4d;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #EBEFE4;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	margin: -5px -5px 0;
	padding: 5px 10px;
}
.sidebar.right h3.widget-title {
	margin:0!important;
}
.sidebar.right .widget-container {
	float:left;
}
.sidebar.right .sitebar-tabs {
	padding:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.sidebar.right .sitebar-tabs .ui-tabs .ui-tabs-nav li a {
	font-size:1em;
}
.sidebar.right .widget_meta {
	width:145px;
	margin-right:10px;
}
.widget-container.post-tab {
	background: none repeat scroll 0 0 #4D4D4D;
	margin: 0 -10px -10px;
	padding: 0 10px;
	width: 960px;
    margin-top: 13px;
	
}
.widget-container.post-tab ul li h3 {
	font-size:1em;
}
.widget-container.post-tab ul li {
	color:#FFFFFF;
}
.widget-container.post-tab ul li.last {
	padding-right: 0px;
}
.sidebar.right .widget_links {
	width:145px;
}
/* @group Comment */

h3#comments, #respond h3 {
	padding-bottom:42px;
	font-size:25px;
	color:#999999;
}
#respond h3 {
	padding:25px 0 25px 0;
}
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#response-title {
	font-family:arial, helvetica;
	text-transform:uppercase;
	text-shadow:1px 1px 0 #fff;
	margin:15px 0 24px 0;
	font-size:24px;
}
h3#response-title a {
	text-transform:capitalize;
	color:#666666;
}
h3#response-title a:hover {
	color:#000000;
}
a#cancel-comment-reply {
	clear:both;
	margin:0 0 24px 0;
	display:block;
}
a#cancel-comment-reply-link {
	font-size: 11px;
	line-height: 10px;
	font-weight: normal;
	display:block;
	font-family:verdana, Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	clear:both;
	margin:0 0 25px 0;
}
p#loggedinas {
	margin:35px;
	display:block;
	font-family:verdana;
	height:45px;
	line-height:20px;
}
p#loggedinas a {
	text-transform:capitalize;
	color:#666666;
}
#main-container ul.commentlist {
	list-style: none;
	margin:0 0 0 0;
	padding:0;
}
.commentlist li.comment {
	margin: 0 0 0 0;
	padding: 0 0 0 35px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:25px;
}
.comment-body {
	background:#F5F6F6;
	padding:15px 15px 15px 20px;
	margin:0 0 23px 0;
	border:1px solid #EBEBEB;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family:'Droid Sans';
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
.comment-body p {
	padding-top:5px;
	text-shadow:1px 1px 0 #fff;
}
.comment-body p a {
	color:#666666;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	padding:7px;
	background:none repeat scroll 0 0 #F5F6F6;
	position: absolute;
	top: 0px;
	left:0;
	border-top:1px solid #EBEBEB;
	border-bottom:1px solid #EBEBEB;
	border-left:1px solid #EBEBEB;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
em.comment-awaiting-moderation {
	padding:15px 0 0 0;
	clear:both;
	display:block;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
}
.comment-author {
	margin-bottom:6px;
}
.comment-author cite {
	color: #666666;
	font-style: normal;
	font-weight: bold;
	text-transform:capitalize;
	font-size:16px;
}
.comment-author cite a.url {
	color:#666666;
	text-decoration:none;
	text-shadow:1px 1px 0 #fff;
}
.comment-author .says {
	font-style: italic;
	font-size:10px;
}
.comment-meta {
	font-size: 8px;
	font-family:verdana, georgia, sans-serif;
	text-transform:uppercase;
	margin-bottom:6px;
	border-bottom: 1px solid #E4E4E4;
	border-top: 1px solid #E4E4E4;
	line-height:12px;
	padding:5px 0;
}
.reply a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding:3px 7px 6px 7px;
	background:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#228570;
	text-decoration:none;
	text-shadow:1px 1px 5px #ccc;
	border:1px solid #EBEBEB;
	position:relative;
	top:20px;
}
.reply a:hover {
	color:#666666;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+ li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}
/* Comments form */
#respond, #contactForm {
	clear:both;
	margin: 34px 0 54px 16px;
}
#respond p {
	margin: 0;
	float:left;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#respond .required {
	color:#ff4b33;
	font-weight:bold;
}
.input-float {
	width:295px;
	float:left;
	margin:0 0 15px 0;
}
#respond input, #contactForm input {
	background:#fff;
	padding:5px 10px 7px 10px;
	font-size:13px;
	text-shadow:1px 1px 3px #ccc;
	border:1px solid #ccc;
	margin:0 0 0 0;
	clear:both;
	line-height:14px;
	color:#666666;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.comment-form-labels, #contactForm label {
	font-family:'Droid Sans', georgia;
	padding:0 0 3px 0;
}
.comment-form-labels small, #contactForm label small, .error {
	font-family:verdana;
	font-size:9px;
	color:#993300;
	padding-left:4px;
	font-style:italic;
}
.comment-form-labels.email {
	position:relative;
	top:-19px;
}
#respond input#author {
	width:260px;
	margin-right:10px;
}
#respond input#email {
	width:275px;
	position:relative;
	top:-19px;
}
#respond input#url {
	width:570px;
	margin-bottom:25px;
}
#respond textarea, #contactForm textarea {
	background:#fff;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	text-shadow:1px 1px 3px #ccc;
	border:1px solid #ccc;
	margin:0 0 10px 0;
	clear:both;
	line-height:14px;
	color:#666666;
	width:570px;
	height:100px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	margin-bottom:25px;
}
#respond input.send-comment {
	padding:10px 25px;
	border:1px solid #ccc;
	display:block;
	margin:5px 0 0 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-style:normal;
	font-weight:bold;
	text-shadow:none;
	text-transform:uppercase;
}
/* @end */

/* @group Contact Form */

.screenReader {
	left: -9999px;
	position: absolute;
	top: -9999px;
}
.thanks {
	padding:10px 25px;
	border:1px solid #ccc;
	display:block;
	margin:5px 0 0 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-style:normal;
}
ol.forms li {
	list-style:none;
	padding:0 0 15px 0;
}
#contactForm label {
	display:block;
}
input#contactName, input#email {
	width:260px;
}
#contactForm textarea {
	width:354px;
}
input#sendCopy {
	position:relative;
	top:-10px;
}
li.buttons button {
	padding:10px 25px;
	border:1px solid #ccc;
	display:block;
	margin:5px 0 0 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-style:normal;
	font-weight:bold;
	text-shadow:none;
	text-transform:uppercase;
	color:#666666;
	background:#FFFFFF;
}
/* @end */

/* @group Footer */

#footer-wrap {
	margin:0 auto;
	padding:0px 0 25px 0;
}
#footer {
	background-color: #FFFFFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: #686868;
    border-style: solid;
    border-width: 3px 0 0;
    height: auto;
    margin: auto;
    padding: 0 10px 15px;
    width: 960px;
    
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#footer p {
	font-size:10px;
	position:relative;
	top:15px;
}
#footer p a {
	float:right;
}
/* @end */
.banner-top-site{
	height: auto;
    margin: auto;
    position: relative;
	text-align:center;
  
}
.banner-left-site{
	display: block;
	margin-bottom: auto;
    padding-right: 490px;
    position: absolute;
    right: 50%;
    margin-top:110px;
    z-index: 0;
}

.banner-right-site{
	display: block;
    left: 50%;
    padding-left: 490px;
    position: absolute;
    margin-top:110px;
    z-index: 0;
}
