/*
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 #twitter_div {padding:0.625em; border:3px double #ddd; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
	.custom #twitter_div img {float:right;}

.HL	{background: #f3f781; color: #000000;}
.custom .social {
     color: #111;
	float:right;
}

@font-face {
    font-family: 'ChunkFive';
    src: url('http://tinysubversions.com/fonts/chunkfive/Chunkfive-webfont.eot');
    src: url('http://tinysubversions.com/fonts/chunkfive/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://tinysubversions.com/fonts/chunkfive/Chunkfive-webfont.woff') format('woff'),
         url('http://tinysubversions.com/fonts/chunkfive/Chunkfive-webfont.ttf') format('truetype'),
         url('http://tinysubversions.com/fonts/chunkfive/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.custom #header { position:relative; font-size:x-large; padding:0px; margin:0px; padding-top: 5px;}
.custom .pullout {font-family: 'Yanone Kaffeesatz', sans-serif; margin-left: auto;
    margin-right: auto; text-transform:uppercase; font-size:3em; padding:0px; margin:10px; line-height:110%; }

.custom #header #logo {
 font-family: 'ChunkFive' ;
font-weight: normal;
}

.custom h3 {
font-weight:700;
}

.custom .sidebar h3 {
font-variant:normal;
color:#000;
letter-spacing: 1px;
}



img.mybox {
    display: block;
    margin-bottom: 3px;
 }


.custom .format_text blockquote.left {
   width: 250px;
   margin: 5px 15px 5px 0;
   padding: 5px 0;
   border: 3px double #aaa;
   border-width: 3px 0;
   color: #111;
   border-color: #d4480d;
   font-size: 1.2em;
   text-align: left;
   float: left;
}

.custom .format_text blockquote.right {
   width: 250px;
   margin: 5px 0 5px 15px;
   padding: 5px 0;
   border: 3px double #aaa;
   border-width: 3px 0;
   border-color: #d4480d;
   color: #111;
   font-size: 1.2em;
   text-align: left;
   float: right;
}

.custom #custom_box, .custom #multimedia_box {
  background-color: #fff;
}

.custom #custom_box {
  margin-left: 10%;
}

li.widget {
margin-bottom: 0.569em;
}

.menu li a {
text-transform:capitalize;
}

.menu .current a {border-bottom-color:#ddd;}

#gdocs_0AhU_yVabdqAFdExvbEg0bWtRdmpVMjZ0bFJtZndGZ3c_od7
{
	
	font-size: 12px;
	background: #fff;

	width: 700px;
	border-collapse: collapse;
	text-align: left;
}
#gdocs_0AhU_yVabdqAFdExvbEg0bWtRdmpVMjZ0bFJtZndGZ3c_od7 th
{
	text-transform:capitalize;
	font-size: 16px;
	font-weight: strong;
	color: #000;
	padding: 10px 8px;
	border-bottom: 2px solid #111;
}
#gdocs_0AhU_yVabdqAFdExvbEg0bWtRdmpVMjZ0bFJtZndGZ3c_od7 td
{
	border-bottom: 1px solid #ccc;
	color: #111;
	padding: 6px 8px;
}
#gdocs_0AhU_yVabdqAFdExvbEg0bWtRdmpVMjZ0bFJtZndGZ3c_od7 td tbody tr:hover td
{
	color: #111;
}

.custom #fooe {background: #575E55;}

.info {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
}

.leftport {
  float: left;
  width: 300px;
}

.rightport {
  display: inline-block;
  width: 300px;
  float: right;
}