/*
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/
*/

.custom #content_box {background-color:#eee;}
.custom #content {background-color:#fff;} 


.callout { padding: 0.846em; line-height: 1.385em; background: #e3f0f2; border: 0.077em solid #addde6; } 
.callout2 { padding: 0.2em 0.7em 0.2em 0.7em; line-height: 1.385em; background: #e3f0f2; border: 0.077em solid #addde6; } 

div#newsletterform { width: 320px; margin: 40px 0 0 80px; padding: 0.846em; line-height: 1.385em; background: #e3f0f2; border: 0.077em solid #addde6; } 
div#formdisclaimer { font-size: x-small; margin: 0 0 0 80px; width: 320px; }

div#newsletterform3 { width: 240px; margin: 0 0 0 0; padding: 0.846em; line-height: 1.385em; background: #e3f0f2; border: 0.077em solid #addde6; }
div#newsletterform3 input {background: #fff}



.custom li.widget ul {list-style-type: disc; padding-left: 1em; padding-top: 0.5em;}


div#rss-email-box {padding-top: 1.0em;}
div#rss-email-box input {background: #FFFFFF;}

.subscribe {padding: 10px 0 10px 0px}

.af-form-wrapper {text-align: center;}
/* .buttonContainer {margin: 0 0 0 0} */
.af-textWrap .text {width:120px; margin: 0 0 10px 0; }



.box-adverts p {font-style: italic;}


div#rss-email-box .button {
cursor:pointer;
border:outset 1px #ccc;
background:#000000;
color:#444;
font-weight:bold;
padding: 1px 2px;
background:url('http://vladdolezal.com/blog/images/formbg3.gif') repeat-x left top;
}

div#underpost {background: #faf39f; border: solid 1px #ddd;}

div#underpost input {background: #FFFFFF;}

div#underpost .button {
width: 90px;
cursor:pointer;
border:outset 1px #ccc;
background:#000000;
color:#444;
font-weight:bold;
padding: 1px 2px;
background:url('http://vladdolezal.com/blog/images/formbg3.gif') repeat-x left top;
}




div#aboutme { padding: 0 50 0 0; line-height: 1.385em; margin: 100 -20 0 -10; } 
div#aboutme img { margin-right: 10px}

.sidebar h3 {
font-variant: normal;
font-weight: bold;
color: #333;
letter-spacing: 1px;
}



body.custom { background: #c2e7f7; }

.custom #container { margin-top: 0em; margin-bottom: 2em; }

.custom #header_area {background:#c2e7f7;}
	.custom #header {border-bottom:0;}


.custom  #content_area .page {padding-right: 1em; padding-left: 1em;}
.custom  #nav_area .page {padding-right: 1em; padding-left: 1em; background: #fff; padding-top: 1em;}
.custom .menu {margin-left: 0; background: #fff; border-left: #ddd 1px solid; padding-top: 0em;}
.custom .menu li {border-right: solid #ddd 1px; border-top: solid #ddd 1px;}
.custom  #footer_area .page {padding-right: 1em; padding-left: 1em;}
.custom div#multimedia_box {border-left: 1px solid #ddd;}

.custom #header {background: #c2e7f7; width: 817px; margin-left: -1em; padding: 0; background-image: url('http://vladdolezal.com/blog/images/FunLifeDevelopment3.1.8.jpg'); height:145px;}

.custom .welcome-to-vladdyland #header {background: #c2e7f7; width: 817px; margin-left: -1em; padding: 0; background-image: url('http://vladdolezal.com/blog/images/vladdyland.jpg'); height:145px;}


.custom .main_image_container {
  width: 450px; 
  float: left; 
  margin-bottom: 12px; 
  }
	
.custom .main_image {
  background: #f6f6f6;
  border: 2px solid #ddd;
  padding: 6px; 
  }

	
.custom .main_image_caption {
  text-align: center;
  font-size: 10px;
  margin-bottom: 1em;
	}

div#fbshare {margin: 0 0 50px 0;}