/*
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/
*/
body{
		  font-family: 'DIN', Arial, Helvetica, sans-serif;
	line-height:85%;
	color:#000;
}
.custom #header {
border-bottom:none;
padding-left:40%;
padding-top:0em;
padding-bottom:0em;
 margin-top: 0em; margin-bottom: 0em;
}

.custom #footer{text-align: center; font-size: 120%;}
.custom #headline_meta{text-transform: none; }

body.custom { background: #000;}
.custom #container { margin-top: 2em; margin-bottom: 2em; }
.custom #page { background: #fff; }
/*
body.custom { background: #000 url('images/bg-clouds.jpg') 50% 0 no-repeat; background-attachment: fixed;}
.custom #container { margin-top: 2em; margin-bottom: 2em; }
.custom #page { background: #fff; }*/
/*avatar styles*/
.custom .avatar {
   float: left;
   margin-right: 0.5em;
   margin-top:0.2em;
   /*margin-bottom: 0.5em;*/
}

.custom a{
	color:#666;
	text-decoration:none;
}
.custom a:Hover{
	color:#d4131c;
	text-decoration:none;
}
#contacts{
	font-size: 12px;
	/*color:#999;*/
}
#iframeTwitter{
	width:110%;
	height:300px;
}
#twitter{	
font-family: Garamond, "Times New Roman", Times, serif;
	border:0px;
}
#twitter a{
	 color: rgb(88, 77, 77);
    text-decoration: none;
}

.format_text p {
	margin-bottom:0.8em;

}
.sidebar_list li{
	margin-bottom:1.2em;
}
.custom li.widget_text a{
	text-decoration: none;
	}
.custom li.widget_text { 	
	border-bottom: 0.1em dotted #999;
	/*border-width: light; */

	padding-bottom:1em;
}
.custom li.thesis_widget_search { 	
	border-bottom: 0.1em dotted #999;
	/*border-width: medium; */

	padding-bottom:1em;
}
.custom li.widget_archive { 	
	border-bottom: 0.1em dotted #999;
	/*border-width: medium; */

	padding-bottom:1em;
}
widget_text h3{
	font-family: 'GARA';
	
	}
@font-face {
  font-family: 'DIN';
  src: url('fonts/arial.eot');
  src: local('DIN-Regular'), local('DIN Regular'), 
         url('fonts/DIN-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'DIN BOLD';
  src: url('fonts/DIN-Bold.eot');
  src: local('DIN-Bold'), local('DIN Bold'), 
   url('fonts/DIN-Bold.otf') format('opentype');
}

@font-face{
	font-family:'Garamond semiBold',Garamond, "Times New Roman", Times, serif;
  src: url('fonts/GARA.eot');
  src: local('Garamond-Regular'), local('Garamond Regular'), local('GARA'), 
   /*url('fonts/Garamond-Regular.otf') format('opentype');	*/
   url('fonts/GARA.ttf') format('truetype');
}
@font-face {
  font-family: 'DIN ITALIC', Arial, Helvetica, sans-serif;
  src: url('fonts/ARIALNI.eot');
  src: local('DIN-RegularItalic'), local('DIN RegularItalic'), local('DIN Italic'), 
   url('fonts/DIN-RegularItalic.otf') format('opentype');
}


#tabs li{
	font-family:'Garamond semiBold',Garamond, "Times New Roman", Times, serif;

}

#tabs a{
	font-family:'Garamond semiBold',Garamond, "Times New Roman", Times, serif;
	color:#666;
	text-decoration:none;
}
#tabs a:Hover{
	font-family:'Garamond semiBold',Garamond, "Times New Roman", Times, serif;
	color:#d4131c;
	text-decoration:none;
}

.entry-title {
	font-family:'Garamond semiBold',Garamond, "Times New Roman", Times, serif;

}
.entry-title a{
	font-family:'Garamond semiBold',Garamond, "Times New Roman", Times, serif;
	color:#000;
}
.entry-title a:Hover{
	ffont-family:'Garamond semiBold',Garamond, "Times New Roman", Times, serif;
	color:#d4131c;
}

h1	{
	font-family:'Garamond semiBold',Garamond, "Times New Roman", Times, serif;
}
h3{
	font-family:'Garamond semiBold',Garamond, "Times New Roman", Times, serif;
	font-size:12px;
}
.headline_meta{
	  font-family: 'DIN ITALIC', Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	margin-top:0px;
	}
.headline_meta a{
	  font-family: 'DIN ITALIC', Arial, Helvetica, sans-serif;
	color:#999;
	text-decoration:none;
}
.headline_meta a:Hover{
	  font-family: 'DIN ITALIC', Arial, Helvetica, sans-serif;
	color:#999;	
}
.LeftSidebarHeadline{
	font-family:'Garamond semiBold',Garamond, "Times New Roman", Times, serif;
	font-size:16px;
}
.headline_area h2{
	margin-top:3px;	
	line-height:80%;
}
.headline_area img{
	padding-right:5px;
	
}
.headline_area{
	margin-bottom:8px;
}
.to_comments a{
	font-size:12px;
	text-decoration:none;
}
.to_comments a:Hover{
	color:#d4131c;
text-decoration:none;
}
.to_comments .bracket{
	font-size:12px;
}

.custom #content_box {
	/*background: url('../lib/images/dot-ddd.gif') repeat-y; */
}
#flickr_badge_uber_wrapper {
width:100% !important;
border:0;
}
#flickr_badge_uber_wrapper * {
background:#ddd;
display:inline;
float:left;
}
#flickr_badge_uber_wrapper br {
display:none;
}
#flickr_badge_uber_wrapper td {
background:#ddd;
margin:0 !important;
padding:0 !important;
}