/*
Description: Maks L. Graphic design and art direction 
Version: 2.5
Author: Maks Loriot
Author URI: http://www.pathologikal.com
Tags: 4 column theme, white, clean

*/

/* Global */
* { margin: 0; padding: 0; }
body { font-size: 12px; font-family: verdana, arial, georgia; color: #000; }
#main_container { width: 1200px; margin: 0 auto; }
h1,h2,h3,h4,h5,p { margin: 10px 0; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
img { border: none; }
a { color: #000; text-decoration: none; }
a:hover { color:#666; }
.nocomments { color:#fff;}

/* Header */
#header { padding: 10px 0 30px; }
#menu_container { padding-bottom: 25px; padding-top: 19px; border-top: 1px solid #000; }
#menu_container ul { list-style-type: none; margin-right: 184px; float: left; text-transform: uppercase;}
#menu_container ul li { float: left; }
#menu_container ul li a { color: #000; text-decoration: none; background-color: #fff; padding: 6px 5px; margin-right: 5px; -moz-border-radius: 0px; -webkit-border-radius: 0px; -khtml-border-radius: 0px; border-radius: 0px; display: block; }
#menu_container ul li a:hover { color: #666; }
#menu_container ul li.current-menu-item a, #menu_container ul li.current_page_item a { background-color: #fff; }
#menu_container input[type=text] { width: 296px; height: 25px; background-color: #fff; color: #000; -moz-border-radius: 0px; -webkit-border-radius: 0px; -khtml-border-radius: 0px; border-radius: 0px; float: right; border: none; padding: 0 5px; text-transform: uppercase; }

.header_social_icons_cont { float: right; margin-right: 5px; }
.header_social_icons_cont img { float: left; margin-right: 7px; }


/* Content */
.home_post_cont { float: left; margin-right: 5px; width: 296px; min-height: 331px; margin-bottom: 5px; position: relative; }
.home_post_cont_last { float: left; margin-right: 0px; width: 296px; min-height: 331px; margin-bottom: 5px; position: relative; }
.home_post_cont img { width: 296px; height: 331px; -moz-border-radius: 0px; -webkit-border-radius: 0px; -khtml-border-radius: 0px; border-radius: 0px; }
.home_post_cont h3 { font-size: 14px; }
.home_post_cont h3 a { color: #000; text-decoration: none; }
.home_post_cont h3 a:hover {  text-decoration: none; color: #000; }

.home_post_content { color: #00000; font-size: 12px; padding-right: 30px; font-weight: normal; height: 270px; }
.home_post_content .in_title { color: #fff; font-size: 14px; margin: 0; font-weight: bold; }
.home_post_content h4 a { color: #fff; font-size: 14px; margin: 0; }
.home_post_cat { position: absolute; bottom: -20px; left: 10px; color: #00000; font-size: 10px; font-weight: normal; padding-right: 40px; }
.home_post_cat { color: #00000; font-size: 10px; font-weight: normal; padding-right: 40px; }
.home_post_cat a { color: #00000 !important; text-decoration: none; }
.home_post_cat a:hover {  text-decoration: none; color: #00000; }

.single_left { float: left; width: 665px; }
.single_left h1 { font-size: 13px; margin-top: 0; }




    .hover_caption {
   /* If you can count of CSS3 support: */
   background-color: /*rgba(0, 0, 0, 0.7)*/ #000; -moz-border-radius: 0px; -webkit-border-radius: 0px; -khtml-border-radius: 0px; border-radius: 0px;

   /* Or use a transparent image if you need to support bad browsers: */
   /* background-image: url(hover_caption_bg.png); */

   /* NOTE: If you're img elements have paddings or margins you'll need to
   match them here to get things lined up properly. */
}
  
#commentform input[type=submit] { background-color: #fff; border: none; color: #fff; padding: 0px 0px; }
#commentform a { color: #fff; }

.commentlist a { color: #fff; }    
.iphone-home-image { width: 300px !important; }

/* Sidebar */
#sidebar { float: right; width: 270px; }
.side_box { margin-bottom: 25px; }
.side_box h3 { padding: 5px 5px; background-color: #000; margin-top: 0; color: #fff; }
.side_box p { padding: 0px 5px; }
.side_box ul { list-style-type: none; margin-left: 5px; }
.side_box ul li { margin-bottom: 3px; }
.textwidget { padding: 5px; }

/* Footer */
#footer { margin: 25px 0; padding: 12px 0; border-top: 1px solid #000; border-bottom: 1px solid #000; color: #000; text-align: center; }
#footer a { color: #000; text-decoration: none; }
#footer a:hover { text-decoration: none; }


#infscr-loading { text-align: center; }


@media screen and (max-width: 480px) {

#main_container { width: 320px; }
#menu_container { display: none; }
.home_post_cont { margin-right: auto; margin-left: auto; float: none; clear: both; }
#footer { display: none; }
#commentform textarea { width: 220px; }
#sidebar { display: none; }
.single_left { float: none; width: 296px; margin-left: auto; margin-right: auto; }
.single_left img { width:296px; height:inherit; }


}