/*
Theme Name: MediaSilo Blog V3
Theme URI: http://blog.mediasilo.com/
Description: The matching blog template for MediaSilo's super-cool new redesign
Version: 1.0
Author: Eric D. Fields
Author URI: http://ericdfields.com/
*/
body { margin:0; padding:0; width:100%; }
html { padding:0; margin:0; }
a { text-decoration:none; color:#0E5CA5;}
a:hover { text-decoration:underline; }
.clr { clear: both; }

/* main */
.main { padding:0; margin:0 auto; }

/********** header **********/
.blok_header { margin:0; padding:0; background:url('images/header_bg.png') top repeat-x; height:70px;}
.header { width:935px; margin:0 auto; padding:0; }

/* logo */
.logo { padding:0; margin:0; width:232px; float:left; }

/* search */
.search { padding:0; margin:0 10px 0 20px; }
.search span { display:block; float:left; }
.search form { display:block; float:left; padding:5px 0; }
.search form .keywords { float:left; background:url('images/search_bg.gif') left top no-repeat; border:0; height:14px; width:227px; padding:11px 5px; margin:0; font:normal 11px Arial, Helvetica, sans-serif; color:#a1a1a1; }
.search form .button { float:left; margin:0; padding:0; }

/* menu */
.menu { padding:0; margin:0; float:right; }
.menu ul { padding:0; margin:0; list-style:none; border:0; height:68px; }
.menu ul li { float:left; margin:0; padding:0; border:0; }
.menu ul li a { text-shadow:1px 2px #000; outline:none; float:left; padding:28px 15px 0; height:40px; color:#D2D2D2; font:normal 15px Arial, Helvetica, sans-serif; text-decoration:none; }
.menu ul li a:hover { text-decoration:none; background:url('images/navigation_highlight.gif'); background-repeat:repeat-x; }
.currentnavitem { background:url('images/navigation_highlight.gif'); background-repeat:repeat-x; }
.currentitem { background:url('images/navigation_highlight.gif'); background-repeat:repeat-x; }

/*header_text_bg_sub*/
.header_text_bg { margin:0; padding:0; background:url('images/header_text_bg.png') top repeat-x; }
.header_text_bg_sub { margin:0; padding:0; background:url('images/header_text_bg_sub.png') top repeat-x; }


/*header_text*/
.header_text { height:351px; margin:0 auto; padding:0; width:935px; background:url('images/slider_bg.png') top no-repeat; }
.header_text .div .left1 { float:left; width:460px; padding:0; margin:0; }
.header_text .div .left1 img { margin:10px 5px 0 0; padding:0; }
.header_text p { font:normal 18px Arial, Helvetica, sans-serif; color:#979797; padding:5px 0; margin:0; line-height:1.6em; }

/* header_text2 */
.header_text2 { height:118px; margin:0 auto; padding:0; width:935px; background:url('images/header_bg2.png') top center no-repeat; }
.header_text2 h2 { width:300px; float:left; font:bold 48px Arial, Helvetica, sans-serif; color:#fff; margin:0; padding:25px 0 0 15px; }
.header_text2 p { width:450px; float:right; font:normal 14px Arial, Helvetica, sans-serif; color:#000; margin:0; padding:40px 0 0; }

/********** body **********/
.body { margin:0; padding:20px 0; background:#e0e0e0; }
.body h2,.entry .author_info h3,#respond h3,#comments h3 { font:bold 16px Arial, Helvetica, sans-serif; color:#2a2a2a; margin:0; }
.body a.normal { font:normal 11px Arial, Helvetica, sans-serif; color:#0E5CA5; padding:0; margin:0; background:none; }
.body_resize { margin:0 auto; padding:0; width:935px; }
img {border: none;}

/* side block */
.side_left { padding:0; width:569px; margin:0 auto; float:left; }
.side_right { padding:0; width:294px; margin:0 auto; float:right; }

/* smallbox */
.small_box { padding:0; width:294px; margin:0 auto; float:left; }
.smallbox { background:#e0e0e0 url(/images/smallbox_bg.gif) top repeat-y; width:294px; margin-bottom: 25px; }
.smallbox_top { background:url(/images/smallbox_top_bg.gif) top no-repeat; margin:0 auto; padding:0; }
.smallbox_bottom { margin:0; padding:10px 0 20px; width:294px; background:url(/images/smallbox_bottom_bg.gif) bottom no-repeat; }
.limited { height:253px; }
.smallbox p strong {font-size: 13px;}

/* bigbox */
.big_box { padding:0; width:614px; margin:0 auto; float:left; }
.bigbox { background:#e0e0e0 url(/images/bigbox_bg.gif) top repeat-y; width:614px; margin-bottom: 25px; }
.bigbox_top { background:url(/images/bigbox_top.gif) top no-repeat; margin:0 auto; padding:0; }
.bigbox_bottom { margin:0; padding:10px 0 20px; width:614px; height:333px; background:url(/images/bigbox_bottom.gif) bottom no-repeat; }

/* left-bigbox */
.left-big_box { padding:0; width:614px; margin:0 auto; float:left; }
.left-bigbox { background:#e0e0e0 url(/images/bigbox_bg.gif) top repeat-y; width:614px; margin-bottom: 25px; }
.left-bigbox_top { background:url(/images/leftbox_top.jpg) top no-repeat; margin:0 auto; padding:30px 0 0 0; }
.left-bigbox_bottom { margin:0; padding:10px 0 13px; width:614px; background:url(/images/leftbox_bottom_grey.jpg) bottom no-repeat; }

/*!!!!!!!!!!!*/
.footer { padding:0; margin:0; background:#d0d0d0; border-top:1px solid #fff; }
.footer_resize { width:950px; margin:0 auto; padding:0; border:0; }
.footer p { font:normal 11px Arial, Helvetica, sans-serif; color:#3d3d3d; padding:10px 0 0; }
.footer a { font:normal 11px Arial, Helvetica, sans-serif; color:#0E5CA5; text-decoration:underline; padding:5px; margin:0; }
.footer p.leftt { text-align:left; width:50%; margin:0; padding:40px 0; float:left; }
.footer p.rightt { text-align:right; width:50%; margin:0; padding:40px 0; float:right; }

.leftaligned {float: left;}
.rightaligned {float: right;}
/* blog stuff */
.blog_box {
  width: 686px;
  padding: 0;
}     
.sidebar_box {width:235px;}
.header_text2 h2 a {
  color: white;
  text-decoration: none;
}
.header_text2 h2 a:hover {
  color: #e0e0e0;
}
.post,
.sidebar_box > ul > li,
#respond,
#comments {
background: #F0F0F0;
  border: 1px solid white;
  -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 2px 1px rgba(0,0,0,0.15);
  box-shadow: 1px 2px 1px rgba(0,0,0,0.15);        
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 0 25px;       
  padding-bottom: 20px;  
  display: block;
}              
#respond,
#comments {
  -webkit-box-shadow: none;
  border: 0;
}
.post h2,
.sidebar_box h2,
#respond h3,
#comments h3 {
  padding: 10px 20px 10px;                                                   
}        
.single .post h2 {
  font-size: 24px;
}
#respond h3,
#comments h3 {
  padding-top: 15px;
}
.post h2,
.sidebar_box h2 {
  background: #e0e0e0 url('images/smallbox-top_bkg.png') repeat-x left top;
  border-bottom: 1px solid white;
}
.post h2 a:link,
.post h2 a:visited {
  color: #2a2a2a; 
}
.post p,
.sidebar_box li li,
.sociable,
.author_info,
#respond p,
#comments p,
ol.commentlist,
ol.commentlist li,
.navigation a,
.sidebar_box p,
.post li,
.sidebar_box form,
.sidebar_box table { font:normal 12px Helvetica, sans-serif; color:#5F5F5F; padding:5px 0; margin:0 20px; line-height:1.8em; }
ol.commentlist li {margin-bottom: 20px;}
.sidebar_box form {margin-bottom: 0;}

.post .date {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  margin-top: 1em;
  color: #a4a4a4;
}
.post a {
  font-weight: bold;
}        
.entry {
  position: relative;
}   
.entry strong {
  color: #2a2a2a;
}     
.entry img {
  margin: 20px;
  margin-top: 0;
}           
.entry img.alignleft {
  margin-left: 0;
}                
.entry img.alignright {
  margin-right: 0;
}
.entry .author_info {
  overflow: auto;
  padding: 8px;
  background: #e0e0e0;
  margin-top: 20px;
}
.entry .author_info p {
  margin: 0;
}           
.entry .author_info img {
  margin: 0 12px 0 0;
  float: left;
}
.comment-count {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 20px;
}         
.comment-count a {
  font-weight: normal;
}
.comment-count .none { color:#a4a4a4; }                           
.sidebar_box ul {
  margin: 0;
  padding: 0;
}   
.commentlist li {
  position: relative;
}         
.comment-author.vcard {
  line-height: 32px;
  border-bottom: 1px solid #ccc;
/*  overflow: auto;*/
  padding-bottom: 2px; 
  margin-bottom: 0.5em;
}
.comment-author.vcard img {
  float: left;     
  margin-right: 0.5em;
}  
.comment-author.vcard cite {
  font-style: normal;
  font-weight: bold;
}        
.commentmetadata {
  position: absolute;
  top: 0.95em;
  right: 0;
}
.commentmetadata a {
  color: #a4a4a4;
}
.sidebar_box li ul {
  margin: 1em 0 0;
}
.sidebar_box li li {
  list-style: none;
  padding: 0;
}
.sidebar_box li li a {
  color: #5f5f5f;
  font-weight: bold;
  text-decoration: underline;
}
.sidebar_box li li.current-cat a {
  color: #0E5CA5;
}
.sidebar_box li li.current-cat a:before {
  content: "» ";
}
.navigation a {
  background: #e0e0e0 url('images/smallbox-top_bkg.png') repeat-x left top;
  border: 1px solid white;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0.5em 0.5em rgba(0,0,0,0.15);
  box-shadow: 0 3px 3px rgba(0,0,0,0.15);        
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin: 0;
  padding: 4px 12px;
  font-weight: bold;
  color: #2a2a2a;
  text-decoration: none;
  font-size: 16px;
} 
.navigation a:hover {
  background-position: left bottom;
}                  
.postmetadata {
  text-align: right;
}
.posted {
  text-transform: uppercase;
  font-size: 0.85em;
}                  
.edit a {
  color: red;
}
hr {
  display: none;
}

/* overrides */
div.sociable {
  margin: 0 20px !important;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}