/*
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/
*/


.amazon-template, 
.article-template,
.clickbank-template, 
.commissionjunction-template, 
.ebay-template, 
.flickr-template, 
.flickr-thumbnail-template, 
.post_tags, 
.pressrelease-template, 
.twitter-template, 
.yahoo-answer-template, 
.yahoo-news-template  {
	 font-size: 12px;
	 font-style : none;
	 color: #666666;
	 font-weight: 400;
	 text-decoration: none;
	 display:block;
	 width:510px;	 
}

ul.related_post { padding-top : 10px; padding-bottom : 10px; background:#fff; border-top: 1px solid #f1f1f2; border-bottom: 1px solid #f1f1f2; }

ul.related_post li { padding: 3px; list-style-type: none; display:block; font-weight:700; }

.flickr-thumbnail-template, .flickr-thumbnail-template a, .flickr-thumbnail-template a:link, .flickr-thumbnail-template a:hover, .flickr-thumbnail-template a:visited { font-size : 0px; font-style : none; text-decoration : none;}

.article-template h3, .ebay-template h3, .pressrelease-template h3 , .clickbank-template h3, .commissionjunction-template h3 { padding : 0; margin-bottom: 5px; font-weight : 700; font-size : 14px; text-decoration : underline; }

.amazon-template h3 { padding : 0; margin-bottom: 5px; font-weight : 700; font-size : 14px; font-style : none; text-decoration : underline; }

.amazon-template img, .rss-template img { padding : 2px; margin-top: 5px; border:1px solid #ffffef; }

.amazon-template a, .amazon-template a:link, .amazon-template a:visited, .amazon-template a:hover {
     font-size: 14px;
	 font-style : none;
     color: #2b33cc;
     font-weight: 700;
     text-decoration: underline;
}

.ebay-template img { float: left; margin-right : 25px; }

.article-template a, .article-template a:link, .article-template a:hover, .article-template a:visited,
.flickr-template a, .flickr-template a:link, .flickr-template a:hover, .flickr-template a:visited,
.pressrelease-template a, .pressrelease-template a:link, .pressrelease-template a:hover, .pressrelease-template a:visited,
.twitter-template a, .twitter-template a:link, .twitter-template a:hover, .twitter-template a:visited, .twitter-template i,
.yahoo-answer-template a, .yahoo-answer-template a:link, .yahoo-answer-template a:hover, .yahoo-answer-template a:visited,
.yahoo-news-template a, .yahoo-news-template a:link, .yahoo-news-template a:hover, .yahoo-news-template a:visited  {
	 font-size: 12px;
	 font-style : none;
	 color: #666666;
	 font-weight: 400;
	 text-decoration: none;
}

.clickbank-template a, .clickbank-template a:link, .clickbank-template a:hover, .clickbank-template a:visited,
.commissionjunction-template a, .commissionjunction-template a:link, .commissionjunction-template a:hover, .commissionjunction-template a:visited,
.ebay-template a, .ebay-template a:link, .ebay-template a:hover, .ebay-template a:visited,
.post_tags a, .post_tags a:link, .post_tags a:hover, .post_tags a:visited,
.rss-template a, .rss-template a:link, .rss-template a:hover, .rss-template a:visited,
.yahoo-news-template a, .yahoo-news-template a:link, .yahoo-news-template a:hover, .yahoo-news-template a:visited {
     font-size: 12px;
	 font-style : none;
     color: #2b33cc;
     font-weight: 700;
     text-decoration: underline;
}

.article-template b, .article-template strong, 
.flickr-template b, .flickr-template strong, 
.flickr-thumbnail-template b, .flickr-thumbnail-template strong, 
.pressrelease-template b, .pressrelease-template strong, 
.twitter-template b, .twitter-template strong, 
.yahoo-answer-template b, .yahoo-answer-template strong, 
.yahoo-news-template b, .yahoo-news-template strong {
	 font-size: 12px;
	 font-style : none;
	 color: #666666;
	 font-weight: 400;
	 text-decoration: none;
}

.article-template br, 
.flickr-template br, 
.flickr-thumbnail-template br, 
.pressrelease-template br, 
.twitter-template br, 
.yahoo-answer-template br,
.yahoo-news-template br {
	 padding : 0;
	 margin : 0;
	 text-indent : -9999px;
}

a.teaser_category, a:hover.teaser_category, a.headline_meta {
   color: #2b33cc;
}

.custom .teasers_box h2 a {
   font-weight: 700;
   color: #2b33cc;
   text-decoration: underline;
}
#canada-flag {
 	 background:url("./images/canada.gif") repeat scroll 0 0 #FFFFFF;
	 float:right;
	 margin:10px;
	 width:80px;
	 height:80px;
}
.canada-flag {
 	 background:url("./images/canada.gif") repeat scroll 0 0 #FFFFFF;
	 float:left;
	 margin-right:10px;
	 width:80px;
	 height:60px;
}
#deutschland-flag {
 	 background:url("./images/germany.gif") repeat scroll 0 0 #FFFFFF;
	 float:right;
	 margin:10px;
	 width:80px;
	 height:80px;
}
.deutschland-flag {
 	 background:url("./images/germany.gif") repeat scroll 0 0 #FFFFFF;
	 float:left;
	 margin-right:10px;
	 width:80px;
	 height:60px;
}
#france-flag {
 	 background:url("./images/france.gif") repeat scroll 0 0 #FFFFFF;
	 float:right;
	 margin:10px;
	 width:80px;
	 height:80px;
}
.france-flag {
 	 background:url("./images/france.gif") repeat scroll 0 0 #FFFFFF;
	 float:left;
	 margin-right:10px;
	 width:80px;
	 height:60px;
}
#japan-flag {
 	 background:url("./images/japan.gif") repeat scroll 0 0 #FFFFFF;
	 float:right;
	 margin:10px;
	 width:80px;
	 height:80px;
}
.japan-flag {
 	 background:url("./images/japan.gif") repeat scroll 0 0 #FFFFFF;
	 float:left;
	 margin-right:10px;
	 width:80px;
	 height:60px;
}
#united-kingdom-flag {
 	 background:url("./images/uk.gif") repeat scroll 0 0 #FFFFFF;
	 float:right;
	 margin:10px;
	 width:80px;
	 height:80px;
}
.united-kingdom-flag {
 	 background:url("./images/uk.gif") repeat scroll 0 0 #FFFFFF;
	 float:left;
	 margin-right:10px;
	 width:80px;
	 height:60px;
}
#united-states-flag {
 	 background:url("./images/usa.gif") repeat scroll 0 0 #FFFFFF;
	 float:right;
	 margin:10px;
	 width:80px;
	 height:80px;
}
.united-states-flag {
 	 background:url("./images/usa.gif") repeat scroll 0 0 #FFFFFF;
	 float:left;
	 margin-right:10px;
	 width:80px;
	 height:60px;
}

#google-post{
	 overflow:hidden;
	 text-align:center;
	 vertical-align:middle;
	 width:510px;
	 padding-bottom:0.6em;
	 margin-bottom:0.6em;
	 border-bottom:1px solid #efefef;
}

#google-search{
	 float:right;
	 width:336px;
}

#google-box{
	 margin-left:1.2em;
	 margin-right:1.2em;
	 margin-top:1.2em;
	 margin-bottom:1.2em;	 
	 width:336px;
	 height:280px;
	 overflow:hidden
}

#google-sidebar{
	 width:160px;
	 height:600px;
	 overflow:hidden;
}

.custom_box{
     background:none repeat scroll 0 0 #ffffff
}

.format_text img{
     background:#ffffff;
     border:0;
     margin:0;
     padding:0 10px 10px
}

.image_box{
     background:none repeat scroll 0 0 #f5f5f6
}

.submit-button{
     background:#e1e1e2;
     color:#333333;
     font-size:20px;
     font-weight:700
}

.wpcf7-form input{
     background:#ffffff;
     color:#666666;
     padding:0.6em;
     width:250px
}

.wpcf7-form textarea{
     background:#ffffff;
     color:#666666;
     padding:0.6em;
     width:500px
}

blockquote{
     background:#f5f5f6;
     border-left:8px solid #e2dede;
     color:#808085;
     overflow:hidden;
     padding-bottom:0.3em;
     padding-top:0.5em
}

h1,h2,h3,h4,h5,h6,h7, .sidebars a{
    font-weight: 700;
	line-height:1.25em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h7 a:hover,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h7 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, h7 a:visited {
	 color:#2B33CC;
	 font-weight:700;
	 line-height:1.25em;
 	 text-decoration:underline;
}

.widget_yd_rp * {
	margin:0;
	padding:0;
}

.yd_rp_widget {
	 border-bottom:1px solid #efefef;
	 display:block;
	 width:336px;
	 margin-left:1.2em;
	 margin-right:1.2em;
	 margin-top:1.2em;
	 margin-bottom:1.2em;
}

.yd_rp_widget ul li {
	 clear: both;
	 float:none;
	 padding-bottom:1.2em;
	 list-style-type: none;
	 display:block;
}

.yd_rp_widget ul li img{
	 display:block;
	 height:60px;
	 width:60px;
	 margin-right:5px;
	 margin-bottom:5px;
	 float:none;
}

.yd_rp_excerpt {
	 display:block;
	 font-size:12px;
	 font-family:arial;
}

.yd_rp_widget ul li h4 {
	 display:block;
	 font-size:14px;
	 font-family:arial;
	 color:#2B33CC;
	 font-weight:700;
	 line-height:1.25em;
 	 text-decoration:underline;
}

.yd_rp_widget a.rpw_bottom_link {
	display: block;
}