/*

	Theme Name: Back to basic
	Author: marblestech
	Author URI: http://www.marblestech.com
	Description: A basic theme packed with features, including header images, colour schemes and custom text modules!
	Version: 1.0
	License: The GNU General Public License
	License URI: licence.txt
	Tags: blue, white, red, green, orange, purple, fixed-width, theme-options, two-columns

*/

/*==============================================================================
Reset CSS
==============================================================================*/
*{

	padding: 0px;
	margin: 0px;
}

/*==============================================================================
Core Elements
==============================================================================*/
body{

	background: #f9f9f9;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial;', 'Sans-Serif';
	padding-bottom: 100px;
}

a{

	color:#0072ff;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    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;
}

.gallery-caption{

	font-size:14px;
}

.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: 0 4px 5px;
}

.bypostauthor{}

/*==============================================================================
Wrapper
==============================================================================*/
#wrapper{

	margin:20px auto;
	width: 940px;
	background: #fff;
}

/*==============================================================================
Header
==============================================================================*/
#header{

	padding: 20px;
	border-top:3px solid #0072ff;
	border-bottom: 1px solid #eee;
}

#header h1 a{

	color: #0072ff;
	text-decoration: none;
}

#header .description{

	color:#777;
	font-style: italic;
}

/*==============================================================================
Navbar
==============================================================================*/
#navbar{

	border-bottom: 1px solid #eee;
	padding-left: 4px;
}

#navbar li{

	display: inline-block;
	margin-left: -4px;
}

#navbar li a{

	display: block;
	padding: 10px;
	color:#444;
	text-decoration: none;
	border-right: 1px solid #eee;
}

#navbar li a:hover{

	color:#0072ff;
	background:#f9f9f9;
}

/*==============================================================================
Main Layout
==============================================================================*/
#main{

	float: left;
	width: 639px;
	padding: 20px;
	border-right: 1px solid #eee;
}

/*==============================================================================
Posts
==============================================================================*/
.post{

	margin-bottom: 20px;
	border-bottom:1px dashed #eee;
	padding-bottom: 10px;
}

.sticky{

	background:#feffa6;
}

.post-title{

	padding-bottom: 10px;
}

.post-title a{

	text-decoration: none;
}

.post-title a:hover{

	text-decoration: underline;
}

.post-meta{

	padding: 5px;
	color:#777;
}

.post-meta a{

	color:#666;
	text-decoration: none;
	font-weight: bold;
}

.post-meta a:hover{

	color:#0072ff;
}

.post-content{

	color:#444;
	line-height: 25px;
}

.post-content p{

	margin-bottom: 20px;
}

/*==============================================================================
Sidebar
==============================================================================*/

#sidebar{

	width: 260px;
	float: left;
	padding-bottom: 20px;
}

/*==============================================================================
Widgets
==============================================================================*/
.widget{

	border-bottom: 1px solid #eee;
	font-size: 14px;
}

.widget-title{

	border-bottom: 1px solid #eee;
	padding: 10px;
	color:#444;
	font-weight: bold;
}

.widget li{

	display: block;
	padding: 10px;
	color: #444;
	border-bottom: 1px solid #eee;
}

.widget li a{

	color:#0072ff;
	text-decoration: none;
}

.widget li a:hover{

	text-decoration: underline;
}

.widget li:last-child{

	border-bottom: 0px !important;
}

/*==============================================================================
Comments
==============================================================================*/
#respond,
#thecomments{

	color: #444;
	border:1px solid #f7f7f7;
	background:#f9f9f9;
}

.comment table{

	width: 100%;
}

div .comment{

	border-bottom: 1px dashed #ccc;
	display: block;
	padding: 10px;
}

#comments{

	margin-bottom: -10px;
}

#respond h3,
#thecomments h3{

	background:#0072ff;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

#respond input[type="text"]{

	display: block;
	border: 1px solid #eee;
	padding: 5px;
	outline: 0px !important;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

#respond textarea{

	display: block;
	border: 1px solid #eee;
	padding: 5px;
	outline: 0px !important;
	width: 100%;
}

#respond form{

	margin-right: 12px;
	padding: 10px;
}

input[type="submit"],
.reply a,
.button{

	padding: 5px 10px 5px 10px;
	background:#0072ff;
	border:1px solid #0072ff;
	color:#ffffff !important;
	margin-top: 10px;
	border-radius: 3px;
	text-decoration: none;
}

.comment-reply-link{

	color:#fff !important;
}

#respond { } 
#reply-title { } 
#cancel-comment-reply-link { }
#commentform { } 
#author { } 
#email { } 
#url { } 
#comment 
#submit
.comment-notes { } 
.required { }
.comment-form-author { }
.comment-form-email { } 
.comment-form-url { }
.comment-form-comment { } 
.form-allowed-tags { } 
.form-submit{}


/*==============================================================================
Footer
==============================================================================*/
#footer{

	clear: both;
	border-top: 1px solid #eee;
}

#footer #finner{

	padding: 15px;
	color:#444;
}

#footer #fmenu{

	border-top: 1px solid #eee;
}

#footer #fmenu li{

	display: inline-block;
}

#footer #fmenu li a{

	display: block;
	padding: 7px;
	color:#0072ff;
	text-decoration: none;
	font-size: 14px;
}

.underfooter{

	margin:-20px auto;
	width: 600px;
	padding: 5px;
	font-size:11px;
	text-transform: uppercase;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background:#fff;
}

.underfooter a{

	color:#0072ff;
	text-decoration: none;
}

.underfooter a:hover{

	text-decoration: underline;
}










