/* dfBlog Custom Styles
***************************************************************************** */

/* Define your custom styles here */

/* try to use custom fonts trough css3 (opera 10, safari 3.1 and ff 3.1 only) */
@font-face {
  font-family: "Gotham";
  src: url(<?php echo get_template_directory_uri(); ?>/images/styles/<?php echo $dfblog_bg_style; ?>/GothaBla.ttf) format("truetype");
}

#mainmenu {
color:white;
}

body {
width:100%;
}

#page {

margin-left:auto;
margin-right:auto;
}

#bottom {
margin:20px 0 0 0;
padding:40px 0 40px 0;
height:120px;
width:900px;
}

h2 { 	
letter-spacing: 0px;
font-weight:normal;
}

.post-meta, .post-meta li {
list-style: none; 
display: inline;
padding:0;
margin:0; 
}
.post-meta-key {display:none;}

#twitter_update_list li span {
	font-family: Geneva,Helvetica,Arial,sans-serif;
	font-size:12px;
	color: #000000;
line-height: 14pt;
}

#twitter_update_list li
{
padding-left:10px;
}
/*hides timestamp*/
#twitter_div ul li span {
	visibility: visible;
}
 
#twitter_div ul li span a {
	color: #D78E42;
	visibility: visible;
}
 
#twitter_div ul li a {
	visibility: hidden;
}

#wrap {border:none;}

#si_contact_form { margin:-10px 0 0 23px; }
