/*  
Theme Name: Daily Morsels
Theme URI: http://www.dailycookie.net
Description: 3 Columns
Version: 1.5
Author: Gina - Creative Streak
Author URI: http://creative-streak.com
*/


/* Layout
----------------------------------------------- */

body {
padding: 0;
margin: 0;
font-family: arial, helvetica, verdana, sans-serif;
font-size: 12px;
line-height: 18px;
background-color: #FBE1DD;
background-repeat: repeat;
background-image: url(images/background.jpg);
color: #000000;
}

#bigcontainer {
width: 987px;
margin: 0 auto 0 auto;
}

#header {
margin-top: 10px;
width: 987px;
height: 407px;
background-repeat: no-repeat;
background-image: url(images/header.gif);
}

#container {
width: 987px;
margin: 0 auto 0 auto;
background-repeat: repeat;
background-image: url(images/bg.gif);
float: left;
}

#content {
float: left;
width: 460px;
margin: 20px 0 0 46px;
color: #000000;
display: inline;
}

#leftbar {
float: left;
width: 185px;
margin: 5px 0 0 -30px;
display: inline;
}

#sidebar {
float: right;
width: 300px;
margin: 15px 50px 0 -80px;
display: inline;
}

#footer {
margin:0;
width: 987px;
height: 92px;
background-repeat: no-repeat;
background-image: url(images/footer.gif);
clear: both;
}

#header, #footer, #content {
overflow: hidden;
}

#leftbar, #sidebar, #menu, #home, #content {
position: relative;
}

/* Content
----------------------------------------------- */

#content ul li {
list-style: square;
margin: 0;
padding: 0;
}

/* Sidebars
----------------------------------------------- */

#leftbar, #sidebar {
color: #000000;
}

#leftbar a:link, #leftbar a:visited, #leftbar a:active {
text-decoration: none;
color: #FFFFFF;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
text-decoration: none;
color: #FFFFFF;
}

#leftbar a:hover, #sidebar a:hover {
text-decoration: underline;
color: #FFFFFF;
}

#leftbar ul li {
width: 185px;
list-style: none;
margin: 0;
padding: 0;
}

#leftbar ul li.centered {
margin-left: -3px;
}

#leftbar ul ul, #sidebar ul ul {
list-style: none;
margin: 0;
padding: 0;
}

#sidebar ul li {
width: 300px;
list-style: none;
margin: 0;
padding: 0;
}

/* Menu
----------------------------------------------- */

#menu {
width: 870px;
margin: 52px 0 0 0;
height: 27px;
background: #F2B6B7 url(images/menu_bg.gif) 0 27px;
border-left: 6px solid #ffffff;  
}
	
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
	
#menu li {
border-right: 1px solid #ffffff;
color: #4E4D4D;
font-size: 12px;
height: 27px;
line-height: 27px;
list-style: none;
font-weight: bold;
}
	
#menu ul li#beauty {
width: 6.5em;
}
	
#menu ul li#out {
width: 11em;
}
	
#menu ul li#munch{
width: 10.5em;
}
	
#menu ul li#living{
width:9em;
}
	
#menu li.text {
float: left;
text-align: center;
width: 120px;
}

#menu li a {
height: 27px;
line-height: 27px;
background: #F2B6B7 url(images/menu_bg.gif) 0 27px;
color: #4E4D4D;
display: block;
padding: 0 10px 0 12px;
text-decoration: none;
}

#menu li a:hover {				    
background-position: top left;
text-decoration: none;
color: #FFFFFF;
}
	 
#menu li a.selected {				  
background-position: top left; 
color: #FFFFFF;
}

#header .current_page_item a {
background-position: top left; 
color: #FFFFFF;
}

#header .current_page_item a:hover {
background-position: top left; 
color: #FFFFFF;
}

#home{
margin: -390px 0 0 240px;
background-color: transparent;
width: 500px;
height: 150px;
}


/* Posts
----------------------------------------------- */

.post {
margin-bottom: 10px;
color: #000000;
font-size: 12px;
line-height: 20px;
}

.postdatetime {
font-size: 9px;
text-transform: uppercase;
letter-spacing: 2px;
color: #000000;
margin-top: -20px;
}

.postmetadata {
font-size: 12px;
margin-bottom: 8px;
padding: 5px;
}

.post li {
margin-left: 20px;
}

.post ul {
list-style: square;
margin-bottom: 10px;
}

.pagespace {
height: 350px;
}

.text {
text-align: justify;
}


/* Comments
----------------------------------------------- */

ol.commentlist {
width: 440px;
margin: 0 0 0 -39px;
text-align: justify;
}

ol.commentlist li{
margin-left: 0px;
margin-bottom: 10px;
list-style: none;
}

small.commentmetadata {
font-size: 12px;
margin-bottom: 5px;
display: block;
padding: 5px;
}

#comments {
padding-left: 10px;
margin-left: 5px;
margin-bottom: 10px;
}

#commentform {
color: #000000;
padding-left: 10px;
}

#comment {
font-family: arial, helvetica, verdana, sans-serif;
font-size: 12px;
color: #000000;
}

.commentcountbg {
float: right;
width: 61px;
height: 39px;
font-family: arial, helvetica, verdana, sans-serif;
background-image: url(images/commentcount_bg.gif);
background-position: center center;
background-repeat: no-repeat;
}

.commentcount {
float: right;
margin: 0 -18px 0 0;
font-size: 12px;
font-weight: bold;
color:  #000000;
}

/* Blockquote
----------------------------------------------- */

blockquote {
font-style: italic;
padding-left: 25px;
padding-right: 10px;
border-left: 4px solid #ADE1E5;
background-color: transparent;
text-align: justify;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

/* Copyright
----------------------------------------------- */

.copyright {
text-align: center;
margin: 0 0 0 -122px;
color: #000000;
font-size: 12px;
}


/* Images
----------------------------------------------- */

a img {
border: none;
}

img.aligncenter {
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
}

img.centered {
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft {
float: left;
padding: 4px;
margin: 0 7px 2px 0;
text-align: left;
display: inline;
}

img.alignright {
float: right;
padding: 4px;
margin: 0 0 2px 7px;
text-align: right;
display: inline;
}

/* Search
----------------------------------------------- */

#searchform {
text-align: left;
display: inline;
}

#searchform #s {
width: 60%;
}

#searchsubmit {
background-image: url(images/search.jpg); 
background-repeat: repeat-x; 
background-position: top;
width: 49px;
border: 1px solid #404040;
padding: 1px;
}

/* General
----------------------------------------------- */
h2 {
margin-top: 2px;
padding-bottom: 2px;
font-family:  arial, helvetica, verdana, sans-serif;
font-size: 22px;
color: #4E4D4D;
line-height: 24px;
text-align: left !important;
}

h2 a:hover, h2 a:visited, h2 a:active, h2 a:link {
color: #4E4D4D;
text-decoration: none;
}

h3 {
margin-top: 15px;
font-family:  arial, helvetica, verdana, sans-serif;
font-size: 18px;
color: #4E4D4D;
text-align: left
}

a, a:link, a:visited, a:active {
color: #DC7F89;
text-decoration: none;
}

a:hover {
color: #DC7F89;
text-decoration: underline;
}

code {
font-size: 12px;
color: #DC7F89;
}

input, textarea, option  select {
border: 1px solid #404040; 
background-color: #FFFFFF;
color: #000000; 
font-family: arial, helvetica, verdana, sans-serif; 
font-size: 12px;
padding: 2px;
}

#submit {
background-image: url(images/submit.jpg); 
background-repeat: repeat-x; 
background-position: top;
width: 104px;
height: 20px;
position: relative;
top: 1px;
}

acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #808080;
}

.alignleft {
float: left;
padding-left: 10px;
text-align: left;
display: inline;
}

.alignright {
float: right;
padding-right: 10px;
text-align: right;
display: inline;
}

#respond {
font-size: 16px;
margin-left: 10px;
}

.gravatar {
margin: 2px 0 0 2px;
}

.small {
font-size: 10px;
}

.clear {
clear: both
}





