/*
Theme Name: Acmetech
Author: Jatin Hariani
Author URI: http://jatinhariani.com/
Theme URI: http://jatinhariani.com/acmetech-2-0-is-here/
Description: Responsive tech-blog theme for WordPress.org. Released under the GPL license. 
Version: 2.0
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, translation-ready, white, blue, two-columns, right-sidebar, flexible-width


*/


.alignnone {
	border: 2px solid #00d6fc;
    margin: 5px;
}

.aligncenter,
div.aligncenter {
	border: 2px solid #00d6fc;
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
	border: 2px solid #00d6fc;
    float:right;
    margin: 5px 0 5px 5px;
}

.alignleft {
	border: 2px solid #00d6fc;
    float: left;
    margin: 5px 5px 5px 0;
}

.aligncenter {
	border: 2px solid #00d6fc;
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 5px 5px;
}

a img.alignnone {
    margin: 5px 5px 5px 5px;
}

a img.alignleft {
    float: left;
    margin: 5px 5px 5px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
	border: 2px solid #00d6fc;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 3px 4px 0;
}
.sticky{

}
.bypostauthor{

}
.gallery-caption{
 font-family: monospace;
}


.clear{
	display: block;
	height: 0;
	clear: both;
}

body{
	background: url(images/bg.jpg) repeat;
	font-family: 'Open Sans';
	color: #111;
}
h1,h2,h3,h4,h5,h6,b,strong{
	font-weight: 600;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	border-radius: 0;
}
#site-header{
	padding-top: 20px;
}
#site-title{
	line-height: 1.2em;
	font-weight: 600;
	font-size: 60px;
	margin-bottom: 18px;
}
#site-title a:hover{
	text-decoration: none;
}

#site-description{
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin-top: 49px;
	text-align: right;
	color: #888;
}
#primary-navbar{

}
#primary-navbar-inner{
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
}
#primary-menu, .navbar ul{
	list-style: none;
	overflow: hidden;
	margin: 0;
}
.navbar li, #primary-menu li{
	float: left;
	height: 36px;
}
.navbar li a, #primary-menu li a{
	float: left;
	font-size: 15px;
	line-height: 18px;
	padding: 8px 12px 10px 12px;  
	background-color: #444444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#111111));
  background-image: -webkit-linear-gradient(top, #444444, #111111);
  background-image:    -moz-linear-gradient(top, #444444, #111111);
  background-image:      -o-linear-gradient(top, #444444, #111111);
  background-image:         linear-gradient(to bottom, #444444, #111111);
	color: #f8f8f8;
	margin-right: 1px;
}
.navbar li a:hover, #primary-menu li a:hover{
	background: #00d6fc;
	text-decoration: none;
}

#content{
	margin-top: 14px;
	background: #f8f8f8;
	border-top: 5px solid #00d6fc;
}

.entry{
	padding: 0 10px;
	margin-bottom: 18px;
}
.entry-title{
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 0;
}
.entry-title a{
	color: #111;
}
.entry-title a:hover{
	color: #00d6fc;
	text-decoration: none;
}
.entry-content{
	margin: 15px 0 0 0;
	border-bottom: 1px solid #ccc;
}
.entry-content img
{
	max-width: 95%;
	height: auto;
}
td, th, td.label, th.label{
	padding: 3px 5px;
	background: transparent;
}
td, td.label{
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
}
th{
	border-bottom: 2px solid #00d6fc;
}
.gallery .gallery-item img{
	border: none;
}



#comments{
	padding: 0 10px;
}
#comments-title{
	font-size: 15px;
	color: #888;
	margin-top: 0;
	line-height: 18px;
}
.commentlist{
	margin-left: 0;
}
.comment{
	list-style: none;
}
.avatar{
	float: left;
	padding: 0px 5px 5px 0;
}
.comment{
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}
.comment .fn{
	font-size: 18px;
	font-weight: 600;
}
.comment-meta{
	font-size: 12px;
}
.comment-meta:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    padding-bottom:10px;
}
textarea#comment{
	min-width: 75%;
}
#submit{
	border-radius: 0;
	font-size: 15px;
	line-height: 18px;
	padding: 8px 12px 10px 12px;  
	border: none;
	background-color: #444444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#111111));
  background-image: -webkit-linear-gradient(top, #444444, #111111);
  background-image:    -moz-linear-gradient(top, #444444, #111111);
  background-image:      -o-linear-gradient(top, #444444, #111111);
  background-image:         linear-gradient(to bottom, #444444, #111111);
	color: #f8f8f8;

}
#submit:hover{
	background: #00d6fc;
}
#respond{
	border-top: 1px solid #ccc;
}

#older-posts a, #newer-posts a{
	float: left;
	font-size: 15px;
	line-height: 18px;
	padding: 8px 12px 10px 12px;  
	background-color: #444444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#111111));
  background-image: -webkit-linear-gradient(top, #444444, #111111);
  background-image:    -moz-linear-gradient(top, #444444, #111111);
  background-image:      -o-linear-gradient(top, #444444, #111111);
  background-image:         linear-gradient(to bottom, #444444, #111111);
	color: #f8f8f8;
	margin-right: 10px;
	margin-left: 10px;
	border: none;
	border-radius: 0;
}
#older-posts a:hover, #newer-posts a:hover{
	background: #00d6fc;
}
#newer-posts a{
	float: right;
}



#sidebar{
	margin-top: 14px;
}
#sidebar .widget{
	background: #f8f8f8;
	padding: 10px 0;
	margin-bottom: 20px;
}
#sidebar .widget>*{
	padding-left: 10px;
	padding-right: 10px;
}
#sidebar .widget-title{
	padding: 0 10px;
	font-size: 18px;
  
  background-color: #444444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#111111));
  background-image: -webkit-linear-gradient(top, #444444, #111111);
  background-image:    -moz-linear-gradient(top, #444444, #111111);
  background-image:      -o-linear-gradient(top, #444444, #111111);
  background-image:         linear-gradient(to bottom, #444444, #111111);


	color: #f8f8f8;
	margin: -10px 0 10px 0;
	line-height: 36px;
}
.widget ul{
	margin-left:0;
}
.widget li{
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding: 3px 0;
}
#s{
	border-radius: 0;
}
#searchform{
	margin-bottom: 0;
}
#searchsubmit{
	border: 1px solid #444;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	color: #f8f8f8;
	  background-color: #444444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#111111));
  background-image: -webkit-linear-gradient(top, #444444, #111111);
  background-image:    -moz-linear-gradient(top, #444444, #111111);
  background-image:      -o-linear-gradient(top, #444444, #111111);
  background-image:         linear-gradient(to bottom, #444444, #111111);
}
#searchsubmit:hover{
	background: #00d6fc;
	border: 1px solid #00d6fc;
}



#site-footer{
	margin-top: 30px;
}
#site-footer .widget{
	margin-bottom: 30px;
}
#site-footer .widget-title{
	line-height: 30px;
	font-size: 18px;
}
#footer-inside{
	padding-top: 15px;
	background: #f8f8f8;
	border-top: 5px solid #00d6fc;
}
#footer-col1 .widget{
	padding-left: 10px;
}
#footer-col3 .widget{
	padding-right: 10px;
}
#post-footer>.span12{  
	background-color: #444444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#111111));
  background-image: -webkit-linear-gradient(top, #444444, #111111);
  background-image:    -moz-linear-gradient(top, #444444, #111111);
  background-image:      -o-linear-gradient(top, #444444, #111111);
  background-image:         linear-gradient(to bottom, #444444, #111111);
}
#post-footer p{
	color: #fff;
	padding: 7px;
	margin: 0;
}
#post-footer a{
	color: #00d6fc;
}
#credit{
	text-align: right;
}

#wpstats{
	display: none;
}