/*
Theme Name: Aromatry
Theme URI: http://ideaboxthemes.com/themes/aromatry-theme/
Description: A WordPress theme for bloggers. 
Version: 1.0
Author: IdeaBox Themes, Puneet Sahalot
Author URI: http://ideaboxthemes.com
License: GNU General Public License
License URI: license.txt
Tags: blue, black, white, two-columns, dark, light, custom-menu, full-width-template, front-page-post-form, sticky-post, custom-background, fixed-width, left-sidebar, one-column, featured-images, threaded-comments
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/960_12_col.css";
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400,700);

/* Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.7 'Droid Sans', sans-serif;
	background:#efefef; 
	color:#333;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing:0px;
	font-weight:normal;
	font-family:'Droid Serif', sans-serif;
	color:#333;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 10px;
}
a {
	color:#3F98DB;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
/* Form elements
----------------------------------------------------------------------------------------------------*/
input[type="text"] {
    display: block;
    width: 300px;
}
input, textarea {
    padding: 3px;
}
textarea {
    display: block;
    width: 98.5%;
}

/* Default WP classes
/* ----------------------------------------- */
.alignnone {
    margin: 5px 10px 10px 0;
}

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

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

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

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

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

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

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

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

.bypostauthor {
    text-align:left;
}

.gallery-caption {
    	color: #666;
        font-size: 12px;
}	

.sticky {
    background: #f6f6f6;
    border-top: 3px solid #ccc;
    padding: 1em;
}

.wp-caption {
    background: #fff;
    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;
}

.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;
}


/* Full width
----------------------------------------------------------------------------------------------------*/
.full_width {
	width:100%
}

/* Page Container
----------------------------------------------------------------------------------------------------*/
#container {
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	background:#fff;
	border:solid 1px #dfdfdf;
	border-radius:5px;
	margin:20px auto;
}
#contentbox {
	padding-top:20px;
}

/* Header
----------------------------------------------------------------------------------------------------*/
#headsection {
	background:url(images/header.jpg) repeat-x;
	height:230px;
}
#logo {
	margin:10px;
	color:#fff;
	height:120px;
}
#logo a {
	color:#fff;
}
#logo a:hover {
	text-decoration:none;
}
#site-description {
	font-size:20px;
	color:#fff;
}
#site-title {
	margin-bottom:0;
	font-size:50px;
}

/* Navigation
----------------------------------------------------------------------------------------------------*/
#access {
	padding:4px 5px;
}
#access a {
	padding:10px !important;
}
.menu a {
	font-size:11px;
	line-height: 19px;
	text-transform:uppercase;
}
#top-nav {
	float:right;
	margin-right:10px;
}
#topnav{
	height:38px;
}
/* Content
----------------------------------------------------------------------------------------------------*/
#content {
	margin:0 10px;
}


/* Home Posts
----------------------------------------------------------------------------------------------------*/
.post {
	border-bottom:dotted 1px #ccc;
	margin-bottom:10px; 
	padding-bottom:20px;
}
.entry-title {
	margin-bottom:10px;
}
.entry-title a {
	color:#333;
}
.entry-title a:hover {
	color:#3F98DB;
	text-decoration:none;
}
.entry-meta {
	margin-bottom:10px;
}
.prev_next {
	margin:10px 0; 
	padding:10px;
}
.home-thumb {
    border: 1px solid #ddd;
    float: left;
    margin: 0 10px 10px 0;
    padding: 2px;
}
.home-post-meta {
	clear:both;
}
.read-more {
	float:right;
}
.separator {
	border-right: 1px solid #CCCCCC;
    color: #666666;
    font-size: 10px;
    height: 5px;
    line-height: 6px;
    margin: 0 8px 0 5px;
}

/* Single Posts
----------------------------------------------------------------------------------------------------*/
img.single-big {
	padding:4px;
	border:solid 1px #ddd;
}
.post-content ol  li{
	list-style: decimal outside;
}
.post-content ul  li{
	list-style: disc outside;
}
.post-content img.size-full {
	max-width:98%;
	height:auto;
}
.prev_next .floated{
	float:left;
}
.prev_next .next {
	text-align:right;
}

/* Comments
----------------------------------------------------------------------------------------------------*/
#comments-title, #reply-title { 
	background:#ccc; 
	padding:5px 10px
}

.comment-list, .comment-list ol, .comment-list ul{
    border-top: 1px solid #ddd;
    list-style: none outside none;
    margin: 0 0 25px;
}
.comment-list li {
	border-color:#ddd;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 25px 25px 0;
	margin-left:0;
}
.comment-author img {
	float:left;
	margin-right:10px;
}

/* Sidebar
----------------------------------------------------------------------------------------------------*/
.sidebar li {
	margin:0px 0px 5px;
}
.widget-title {
	margin-bottom:10px;
}
.sidebar ul.children li {
	margin-left:20px;
	list-style:disc inside;
	border-bottom:none;
}
.sidebar input[type="text"]{
	width:280px;
	margin-bottom:5px;
}

/* Footer
----------------------------------------------------------------------------------------------------*/
#footersection {
	background:url(images/glow.png) center top no-repeat #111;
	border-top:solid 1px #000;
}
#footer {
	padding:10px 0; 
}
#footerwidgets {
	overflow:hidden;
	color:#fff;
}
#footerwidgets a {
	color:#fff;
}
#footerwidgets h3 {
	color:#fff;
}
#copyright {
	background:url(images/footer-bg.png) repeat-x; 
	clear:both;
	color:#fff;
	padding:10px; 
	text-align:center;
}

/* bbPress Support */
#bbpress-forums li {
	margin:0;
}