/* 
Theme Name: yummyblog Volume.1
Theme URI: http://yummyblog.net
Description: yummyblog Volume.1
Author: Janeway Leo
Author URI: http://yummyblog.net
Version: 0.1
*/

/* Reset styles. Thanks go to lifesinger */

@import url(reset-min.css);

/* Contains everything */
body {
    text-align: center;
    background: url(images/stripe.png) repeat;
}

/* Wrapper for everything inside of the body */
#body-container {
    width: 950px;
    text-align: left;
    margin: 0 auto;
}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;

    text-decoration: none;
}

a:hover {
    color: #888;
    border-bottom: 1px solid;
    text-decoration: none;
}

a:active {
    color: #888;
    border-bottom: 1px solid;
    text-decoration: none;
}

.entry-content a:link, .entry-content a:visited {
    border-bottom: 1px dotted;
}

/* Paragraphs */
p {
    margin:15px 0;
}

p.tag-cloud {
	margin:0;
}


/* Unordered lists */
ul {
}

ul li {
    margin-left: 40px;
    list-style: disc inside;
}

/* Ordered lists */
ol {
}

ol li {
    margin-left: 40px;
    list-style: decimal outside;
}

/* Defition lists */
dl {
}

dt {
}

dd {
}

/* Blockquotes */
blockquote {
    margin: 20px 0 20px 40px;
    padding-left: 15px;
    border-left: 5px solid #222;
}

blockquote blockquote {
}

blockquote em {
}

/* Object */
object {
}

/* Code */
code {
}

pre {
}

pre code {
}

/* Tables */
table {
}

caption {
}

tr {
}

th {
}

td {
}

/* Forms */
form {
}

textarea {
}

input {
}

label {
}

option {
}

/* Drop caps */
.drop-cap {
}

/* Notes */
.note {
}

/* Warnings/Alerts */
.warning, .alert {
}

/* Errors */
.error {
}

/* Downloads */
.download {
}

/* Alignment */
.left, .alignleft {
}

.right, .alignright {
}

.center, .aligncenter {
}

.block, .alignnone {
}

.clear {
}

/**
* Images
************************************************/

/* Normal images */
img {
}

a img {
}

/* WP Smilies */
img.wp-smiley {
}

/* Thumbnails */
.thumbnail {
}

/* WP Captions [caption] */
.wp-caption {
}

.wp-caption img {
}

.wp-caption p {
}

/* Gallery [gallery] */
.gallery {
}

.gallery img {
}

/* Avatars */
.avatar {
    height: 40px;
    width: 40px;
}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
    margin-bottom: 60px;
}

/* Contains site title and tagline */
#header {
}

/* Site title */
#site-title {
    font-size: 28px;
    padding: 15px 0 5px 30px;
}

#site-title a {
    color: #555;
    font-weight: bold;
}

#site-title a span {
}

/* Site description/tagline */
#site-description {
    font-size: 16px;
    font-weight: normal;
    padding-left: 180px;
}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {
    display: none;
}

/* Page nav */
#page-nav {
}

#page-nav ul {
}

#page-nav li {
}

#page-nav li a {
}

#page-nav li.current_page_item {
}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
    overflow: hidden;
    _zoom: 1;
}

/**
    * Content
    ************************************************/

/* Contains site's main content */
#content {
    width: 650px;
    float: left;
    overflow: hidden;
}

.content {
    padding: 0 20px;

}

.aside {
    width: 280px;
    float: right;
    overflow: hidden;
}

.aside li {
    list-style: none;
    margin-left: 0;
}

.hentry {
    margin-bottom: 60px;
}

/* Breadcrumb trail */
.breadcrumb {
    display: none;
}

/* Archive and search <div> before posts are listed */
.author-info {
}

.category-info {
}

.date-info {
}

.search-info {
}

.tag-info {
}

/* Posts */
.post {
}

/* Post, page, and archive titles */
.entry-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.single-title {
}

.page-title {
}

.attachment-title {
}

.error-404-title {
}

.author-title {
}

.category-title {
}

.date-title {
}

.search-title {
}

.tag-title {
}

/* Author and date byline */
.byline {
    margin-bottom: 10px;
    font-size: 11px;
    color: #777;
}

/* Full entries */
.entry-content {
    line-height: 1.8;
}

/* Excerpts (introduced in Hybrid 0.4) */
.entry-summary {
}

/* Using <!--nextpage--> */
p.pages a {
}

/* More link <!--more--> */
a.more-link {
}

/* Post meta data */
.entry-meta {
    margin-top: 10px;
    font-size: 11px;
    color: #777;
}

/* Post series */
.series {
}

.series-title {
}

/* Navigation links */
.navigation-links {
}

.navigation-links .previous {
}

.navigation-links .next {
}

/* WP PageNavi (plugin) */
.wp-pagenavi {
}

.wp-pagenavi .pages {
}

.wp-pagenavi .current {
}

.wp-pagenavi .extend {
}

.wp-pagenavi a {
}

/* Attachment image navigation */
.navigation-attachment {
}

/**
        * Comments template
        ************************************************/

/* Wrapper for entire comments area */

.comment {
    list-style: none;
    background-color: #f3f3f3;
    border: 1px #cdcdcd solid;
    margin-bottom: 30px;
    padding: 15px;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    _zoom: 1;
}

#comments-template {
}

/* Comments section headers/titles */
.comments-header {
}

#comments-number {
    margin:15px;
}

/* Comments closed paragraph */
p.comments-closed {
}

/* Main comments section */
#comments {
}

#comments ol {
}

/* Individual comments (note that WordPress has even/odd backwards) */
#comments li {
}

#comments li li {
}

#comments li li li {
}

#comments li li li li {
}

#comments li.even {
}

#comments li.odd {
}

#comments li.thread-even {
}

#comments li.thread-odd {
}

#comments li.author {
}

#comments li.trackback {
}

#comments li.pingback {
}

/* Comment avatars */
#comments .avatar {
}

/* Comment meta data */
#comments .comment-meta-data {
	float:right;
	margin-right:220px;
	width:300px;
}


#comments .comment-meta-data cite {
}

/* Comment text */
#comments .comment-text {
    padding: 15px 5px;
}

#comments .comment-text p {
	margin: 10px;
}

/* Paged comments navigation */
#comments-template .paged-navigation {
}

#comments-template .paged-navigation .page-numbers {
}

#comments-template .paged-navigation .next {
}

#comments-template .paged-navigation .prev {
}

/* Main comment form div */
#respond {
}

/* Comment form title */
#reply {
}

/* Comment form elements */
p#cancel-comment-reply {
}

#respond form {
}

#respond .form-author {
}

#respond input {
}

#respond .form-email {
}

#respond .form-url {
}

#respond .form-textarea label {
    display: none;
}

#respond textarea {
    height: 160px;
    width: 480px;
}

#respond .button {
}

#respond .comment-action {
}

#respond .log-in-out,
    #respond .form-submit {
    line-height: 1.5;
}

 #respond .form-submit {
     margin:15px 0;
 }

#commentform label {
    display:inline-block;
    width:150px;
}


#commentform p {
    margin: 15px 0;
    line-height:1.5;
}


/**
        * Utility widget sections (see other widget code below)
        ************************************************/

/* All utility widget sections (except widgets template) */
.utility {
}

/* Before content */
#utility-before-content {
}

/* After content */
#utility-after-content {
}

/* After post but before comments */
#utility-after-single {
}

/* After page but before comments */
#utility-after-page {
}

/* Widgets page template widgets */
.page-template-widgets #content .widget {
}

/**
    * Widget sections (Primary and Secondary)
    ************************************************/

/* Widgets in general */
.widget {
    margin-bottom: 30px;
    -moz-border-radius:5px 5px 5px 5px;
    border:1px solid #DCDCDC;
}

.widget-inside {
    line-height: 2;
    padding-left:15px;
}

.widget-title {
    padding-left:15px;
}

/* Primary widget section */
#primary {
}

#primary .widget {
}

#primary .widget-inside {
}

#primary .widget-title {
}

#primary .widget ul {
}

#primary .widget ul li {
}

/* Secondary widget section */
#secondary {
}

#secondary .widget {
}

#secondary .widget-inside {
}

#secondary .widget-title {
}

#secondary .widget ul {
}

#secondary .widget ul li {
}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
    clear: both;
    margin: 20px 0 30px;
    padding-left: 120px;
    overflow: hidden;
}

/* Subsidiary widget section */
#subsidiary {
}

#subsidiary .widget {
}

#subsidiary .widget-inside {
}

#subsidiary .widget-title {
}

/* Footer section */
#footer {
}

/* Footer extra */
#footer .copyright {
}

#footer .credit {
}
