/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


/*Menu Css*/


.custom #menu
{
width: 100%;
float: left;
background: #3366CC;
}


.custom #menu ul
{
list-style: none;
margin: 0;
padding: 0;
background: #3366CC;
}

.custom #menu ul li
{
float: left;
}

.custom #menu ul li ul li
{
float: none;
}

.custom #menu ul ul
{
display: none;
}

.custom #menu ul li:hover > ul
{
display: block;
}
.custom #menu li
{
position: relative;
}

.custom #menu ul li ul
{
width: 263px;
}

.custom #menu ul ul
{
position: absolute;
z-index: 500;
}

.custom #menu ul ul ul
{
top: 0;
left: 100%;
}

.custom #menu a
{
font: 9px Verdana;
display: block;
padding: 0;
color: #ffffff;
text-decoration: none;
background-color: #3366cc;
text-align: left;
background-image: url(http://www.yakidoo.com/images/sce/submenu-bg.jpg);

}

.custom #menu ul li ul li a {

}

.custom #menu a.main_menu
{
font: 9px Verdana;
color: #ffffff;
text-align: left;
background: #ffffff;
margin-bottom: -2px;
}

.custom #menu a.main_current
{
color: #3366cc;
background: #FFFFFF;
}

.custom #menu a.current
{
color: #3366cc;
background: #FFFFFF;
}

.custom #menu a:hover
{
color: #3366cc;
background: #ffffff;
cursor: pointer;
}

.custom #menu a.main_menu:hover {
color: #3366cc;
background: #ffffff;
cursor: pointer;
}


/* Legacy Yakidoo */

body.custom {
  background-color: white;
  background-image: url(http://www.yakidoo.com/images/sce/body-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.custom #container {
  width: 960px;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
}

.custom #header {
  width: 960px;
  height: 103px;
  padding: 0px;
  position: relative;
  top: -2.2em;
  left: -.5em;
}

.custom #menuarea {
  width: 757px;
  height: 31px;
  background-image: url(http://www.yakidoo.com/images/sce/menu-bg.jpg);
  background-repeat: no-repeat;
  padding-left: 203px;
  margin-top: -2px;
}

.custom #contentarea {
  width: 960px;
  height: auto;
  min-height: 400px;
  font-size: 9pt;
  font-family: verdana;
  color: #747474;
}

.custom #contentarea a {
  color: #5371ab;
}

.custom #contentarea a:hover {
  color: #8d0000;
}
  
.custom h1 {
  color: #1a418f;
  font-family: verdana;
  font-size: 18pt;
  font-weight: normal;
  margin-left: 25px; 
}

.custom h2 {
  color: #1a418f;
  font-family: verdana;
  font-size: 14pt;
  font-weight: normal;
  margin-left: 30px;
  margin-bottom: 5px;
}

.custom h3 {
  color: #8d0000;
  font-family: verdana;
  font-size: 12pt;
  font-weight: normal;
  font-style: italic;
  margin-left: 30px; 
}

.custom p 
{
  line-height: 150%;
  font-family: verdana;
  color: #747474;
  font-size: 9pt;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 15px;
}

.custom #contentarea ul {
  font-family: verdana;
  color: #747474;
  font-size: 9pt;
  line-height: 150%;
  list-style-image: url(http://www.yakidoo.com/images/sce/sub-bullet.jpg);
  margin-left: 50px; 
}

.custom .check {
  list-style-image: url(http://www.yakidoo.com/images/sce/check-mark-bullet.jpg);
}


.custom #contentarea li {
  margin-bottom: 15px;
  margin-left: 0px;
}

.custom #homefunnel {
  width: 306px;
  height: 270px;
  color: #747474;
  float: left;
  margin-right: 20px;
  padding: 0;
  overflow: hidden;
  cursor:hand;
}

.custom #popup {
  display: none;
}

.custom #popup1 {
  display: none;
}

.custom #popup2 {
  display: none;
}

.custom #homefunnel h2 {
  color: white;
  font-size: 9pt;
  text-align: center;
  margin-left: 0px;
  margin-top: 18px;
  padding-left: 20px;
  width: 306px;
}

.custom #homefunnel ul {
  padding-left: 100px;
  list-style-image: url(http://www.yakidoo.com/images/sce/home-bullet.jpg);
  color: #747474;
  line-height: 110%;
  font-size: 8pt;
}

.custom a.noline {
  text-decoration: none;
}

.custom #homefunnel li {
  margin-bottom: 8px;

}

.custom #homefunnel strong {
  color: #8d0000;
  font-weight: bold;
}

.custom #clear {
  clear: both;
}

.custom #footerarea {
  background-image: url(http://www.yakidoo.com/images/sce/footer-bg.jpg);
  width: 100%;
  height: 100px;
  text-align: center;  
}

.custom #footerarea a {
  text-decoration: none;
  color: black;
}

.custom #footerarea a:hover {
  color: #5371ab;
  text-decoration: underline;
}

.custom strong {
  font-weight: bold;
  color: #5371ab;
}

.custom .testimonial {
  color: #38517a;
  font-style: italic;
}

.custom #testimonial {
  background-image: url(http://www.yakidoo.com/images/sce/testimonial-bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  width: 364px;
  float: right;
  margin-left: 20px;
  padding-top: 10px;
}

.custom #testimonial p {
  font-size: 8pt;
  line-height: 150%;
  margin-left: 20px;
  margin-right: 20px;
  color: #5371ab;
}

.custom #testimonial strong {
  color: #747474;
  font-weight: bold;
  font-style: italic;
  text-align: right;
}

.custom #testimonial li {
margin-bottom: 5px;
font-size: 8pt;
color: #5371ab;
margin-left: 20px;
margin-right: 20px;
}

.custom #nolabel label {
display: none;
}

.custom #nolabel1 label.required {
display: none;
}


/* MENU */
.custom #menu a
{
font: 8pt Verdana;
display: block;
padding: 5px;
padding-left: 0px;
padding-right: 0px;
color: #ffffff;
text-decoration: none;
background: #656565;
text-align: left;
background-image: url(http://www.yakidoo.com/images/sce/submenu-bg.jpg);
/* background-position: bottom;
background-repeat: no-repeat; */
}

.custom #menu ul li ul
{
width: 200px;
border: 1px solid black;
background: #656565;
padding: 5px;
}

.custom #menu ul li ul li {
  background-color: white;
}

.custom #menu a.main_menu
{
padding: 0;
}

.custom #menu a.current
{
color: white;
font-weight: bold;
background: #656565;
}

.custom #menu a:hover
{
color: white;
background: #3596c5;
cursor: pointer;
}

.custom .left {
  float: left;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 1px;
  border: 1px solid #808080;
}

.custom .right
{
  float: right;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 1px;
  border: 1px solid #808080;
}

.custom .leftnoborder {
  float: left;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}


.custom .rightnoborder
{
  float: right;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.custom #homenews ul {
margin-left: 0px;
padding: 0px;
}

.custom #homenews li {
margin-left: 10px;
padding: 0px;
}

.custom #homenews h2 {
margin-left: 0px;

}

.custom #homenews {
  float: right;
  width: 200px;
  margin-left: 20px;
  margin-bottom: 20px;
  border: 1px solid gray;
  padding: 10px;
}

.custom .news_headline, .headline {
  width: auto;
  height: auto;
  margin-bottom: 20px;
  color: gray;
}

.custom .news_date {
  align: right;
  clear: right;
  color: #004ba3;
  width: 100%;
}

.custom .news_title {
  font-weight: bold;
  clear: right;
  color: #004ba3;
}

.custom #ctl01_MainContent_news_detail_news_title {

  font-family: verdana;
  font-weight: normal;
  font-size: 14pt;
  color: #808084;
  margin-left: 5px;
  background-image: url(http://www.yakidoo.com/images/sce/h1-bg.jpg);
  background-repeat: no-repeat;
  padding-top: 5px;
  background-position: bottom left;
  width: auto;
  height: 50px;
  margin-top: 0px;
}

.custom #ctl01_MainContent_news_detail_news_headlines {

  margin-top: 0px;
  font-family: verdana;
  font-weight: normal;
  font-size: 12pt;
  color: #cdb020;
  margin-left: 10px;
}

.custom #yakidoo_footer .footer_link { border-right:solid 1px #000; padding-right:4px;}
.custom #yakidoo_footer .footer_language_link {	border-left:solid 1px #000;}
.custom #yakidoo_footer .footer_last{}

.custom div#yakidoo_footer ul li {
display:inline;
}

.custom div#yakidoo_footer ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}




/*Thesis Styles*/

.custom #tabs
{
	margin-left: 3px;
}

.custom .headline_meta
{
	color:#8D0000;
}

.custom .teaser .teaser_date, .custom .teaser .teaser_author a, .custom .teaser a.teaser_comments, .custom .teaser a.teaser_category 
{
	color:#8D0000;
	margin-left: 30px;	
}

.custom .teaser .teaser_link {
	color:#1A418F;
	margin-left: 30px;
}

.custom h2 a
{
	color:#1A418F;
font-family:verdana;
font-size:18pt;
font-weight:normal;
}

/*.custom .sidebar .widget_tag_cloud h3 {
	color:white;
	font-size:9pt;
	margin-left:0px;
	margin-top:0px;
	margin-bottom: 0px;
	padding-left: 80px;
	padding-top: 10px;
	font-variant: normal;
 	width: 200px;
 	height: 35px;
	background-image: url(http://www.mi6agency.com/root/yakidoo/wordpress/wp-content/themes/thesis_151/custom/images/sidebar_tag_cloud_bg.gif);
  background-repeat: no-repeat;
}*/

.custom .sidebar h3 {
  color: #1a418f;
  font-family: verdana;
  font-size: 14pt;
  font-weight: normal;
  font-variant: normal;
  text-align: left;
  margin-left: 0px;
  margin-bottom: 5px;
}




.custom .sidebar a
{
color:#5371AB;
}

.custom #content_box
{

}

.custom .headline_meta a, .teaser .edit_post a {
	color:#8D0000;
font-weight:bold;
}

.custom .format_text .to_comments span.bracket {
	color:#1A418F;
}

.custom .format_text .to_comments a {
	color:#5371AB;
}

.post_box, .teasers_box, .full_width #content_box .page{
	margin: 0px;
}

.custom #footer p {
	display: none;
}

.custom #footer {
	border: none;
}

#footerarea {
 	float: left;
	margin-top: -100px;
}

.custom .sticky
{

}

.custom .sticky .headline_area, .format_text
{

}

.custom #social_media_buttons {float: right; padding-left: 5px;}

.custom .social_blog {position: relative;  left: -10px; top: -45px; margin-bottom: -30px;}

.custom .social_single {position: relative; left: -10px;}

.custom #content img {max-width: 600px;}

.custom .format_text ul {font-family: verdana;
  color: #747474;
  font-size: 9pt;
  line-height: 150%;
  list-style-image: url(http://www.yakidoo.com/images/sce/sub-bullet.jpg);
  margin-left: 70px;
  margin-right: 30px;
  }
.custom #content_box
{

background-image:url(http://www.yakidoo.com/blog/wp-content/themes/thesis_151/custom/images/shadow-left.png);

background-repeat:repeat-y;

background-position:left;

}

#tabs { border-left: 0px;}

.custom #tabs .home-item.current_page_item
{
	background-image:url(http://www.yakidoo.com/blog/wp-content/themes/thesis_151/custom/images/shadow-left.png);

background-repeat:repeat-y;

background-position:-3px 0;
}

.custom #content
{
 background-image:url(http://www.yakidoo.com/blog/wp-content/themes/thesis_151/custom/images/shadow-right.png);

background-repeat:repeat-y;

background-position:right;	
}

.custom .sidebar {
 
background-image:url(http://www.yakidoo.com/blog/wp-content/themes/thesis_151/custom/images/shadow-right.png);

background-repeat:repeat-y;

background-position:left;
padding-left: 17px;

margin-left: -17px;
	
}


.custom #content
{


clear: both;

margin-bottom: 4em;

}

.custom .post_box, .teasers_box, #comments
{
	width: 95%;
	margin-left: 15px;
}

.custom .prev_next, .custom .post_nav {
	display: none;
}

.custom .widget_tag_cloud a {color:#8D0000; padding: 3px;}

.custom .widget_tag_cloud div {font-size: .1em;}

.custom .widget_twitter {margin-bottom: 6em;}

.custom .entry-content h2 {border-bottom: 1px solid #CCCCCC; width: 75%;}

.custom .sidebar_social_buttons ul {list-style: none;}

.custom .sidebar_ads ul {list-style: none;}

.custom .sidebar_social_buttons li {float: left; margin-right: 2px; margin-bottom: 20px;}

.custom .sidebar_ads li {float: left; margin-right: 10px; margin-bottom: 20px;}

.custom .sidebar_ads img {border:solid #cccccc 1px;}



.custom .sidebar_social_buttons h2 {font-size: 1.25em; text-align: left; margin: 10px 0px 10px 5px; font-weight: bold;}

.custom #sidebars {margin-bottom: 50px;}




