/*  
Theme Name: Cuppie Corner
Theme URI: http://www.cuppiecorner.cookingmomster.com
Description: Custom theme for Sue of Momster's Cuppie Corner
Author: CJ Kastum 
Author URI: http://forevertulip.com
Created On: August 7, 2009
*/

/* General Format */

*{margin: 0; padding: 0;}

body {
	background: url(images/cuppie-bg.gif) repeat;
	color: #4E4E4E;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	font-size/* */:/**/small;
	font-size: /**/small;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 0px 0;
}

a {
	color: #CC728A; 
	text-decoration:none; 
	outline: none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border: 0;
}

.sidebar a {
	color: #CC728A;
}

.sidebar a:hover {
	text-decoration: underline;
}

.clear {
	clear:both; 
	height: 0 !important; 
	margin: 0 !important; 
	padding: 0;
}

h1, h2, h3, h4, h5 {
	font-family: 'Century Gothic', sans-serif; 
	font-weight: normal; 
	color: #FFF;
}

#s {
  	height:1.6em;
  	width:120px;
  	margin:0 5px 0 0;
  	padding:0;
  	border:1px solid;
  	font-size:0.8em;
  	vertical-align:middle;
	border: 2px #cabae8 solid;
}

#searchbutton {
  	height:2em;
  	width:auto;
  	padding:0 1px;
  	border:1px #e586a4 solid;
  	font-size:9px;
  	letter-spacing:1px;
  	text-align:center;
  	vertical-align:middle;
	color: #FFF;
  	background-color:#EA95B0;
}

.navigation { 	
	width: 550px; 	
	margin: 0 0 10px 18px; 	
	float: left; 
}	

.alignleft { 	
	padding: 0 5px 0 0; 	
	float: left; 
}	

.alignright { 	
	float: right; 
}

.readmore { 
	text-align:right;
   	font-size: 12px;
	font-weight: bold;
	padding: 5px; 
	color: #ffffff !important;
	background-color: #B6DB4D;
}

.readmore:hover{
	background-color: #fab8d5;
}	

a.blog-home, a.blog-about, a.blog-menu, a.blog-link, a.forevertulip {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: 9000px;
}

a.blog-home {
	height: 14px;
	width: 65px;
	top: 341px;
	left:268px;
}

a.blog-about {
	height: 14px;
	width: 114px;
	top: 341px;
	left:390px;
}

a.blog-menu {
	height: 14px;
	width: 64px;
	top: 341px;
	left:568px;
}

a.blog-link {
	height: 14px;
	width: 112px;
	top: 341px;
	left:691px;
}

a.forevertulip {
	height: 45px;
	width: 115px;
	bottom: 33px;
	right: 20px;
}	

/* Blog Structure */

#container {
	margin: 0 auto;
}

#header {
	margin: 0 auto; 
	padding: 0;
	height: 374px;
	width: 825px;
	background: url(images/cuppie-header.png) no-repeat left top;
	position: relative;
}

a.blog-title, a.rss {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: 9000px;
}

a.blog-title {
	height: 105px; 
	width: 820px; 
	top: 105px; 
	left: 3px;
}

a.rss {
	height: 31px; 
	width: 32px; 
	top: 22px; 
	right: 20px;
}

/* Content */

#content {
	background: #d7cbee;
	margin: 0 auto;
	padding: 20px 0 0;
	width: 825px;
}

#main {
	float:left;
	padding: 0 12px;
	width: 550px;
}

#sidebar{
	float: right; 
	width: 200px; 
	margin: 0 20px 0 0;
}

/* Posts */

.post {
	margin: 0px 0 !important; 
	padding-left: 20px;
	text-align: justify;
}

.post-title {
	background: url(images/cuppie-titlebg.gif) no-repeat;
	height: 54px;
	margin: 0px 0;
	padding: 17px 15px 0;
	color: #FFF;
}

.post-title a {
	color: #FFF;
}

.post p{
	margin-top: 4px;
	line-height: 15px;
	padding: 0px 0px 10px 0px;
}

.post-footer {
	background: url(images/cuppie-postfooterbg.gif) no-repeat;
	height: 54px;
	margin: 5px 0;
	padding: 5px 15px 20px;
}
 
.post-body {
	background: #fff1f8;
	margin: -17px 0;
	padding: 20px 15px 35px;
}
	
.entry-title {
	float: left;
} 

.entry-date {
	font-size: 11px;
	float:right;
	margin-top: -20px;
	padding-bottom: 20px;
	color: #4A3C44;
}

.entry-title {
	font-family: 'Century Gothic', sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 100%;
}

.post-labels, .post-labels a {
	color: #FBD1E5;
	font-size: 11px;
	margin: 12px 0 0px 0;
}

.post-comments {
	margin: -20px 0;
	color: #FBD1E5;
	float: right;
}

.post-comments a {
	color: #FBD1E5;
	font-family: 'Georgia', sans-serif; 
	font-size: 16px;
}

.post blockquote {
	background: #fde4f1;
	margin:1em 20px;
	padding: 0 10px;
	color: #666;
	font-style: italic;
	border-left: 3px solid #EA95B0;
}

.post blockquote p {
	margin: 5px 0;
}

.post ul {
	margin:0 0 1.5em 15px;
}

.post ol {
	margin:0 0 1.5em 15px;
}

.post li {
	margin:0 0 0 20px;
}

/* Comments */


#commentform {	
	width: 400px;
}

#commentform #author, #commentform #email, #commentform #url, #commentformtextarea, #commentform #submit {			
	background: #e9e4f4;	
	border: 1px solid #c7b8e5;	
	padding: .2em;		
	color: #404040;
}

#commentform textarea {	
	width: 90%;
}

#commentform input {	
	border: 1px solid #c7b8e5;
	margin: 5px 0;	
	background: #D7CBEE;	
	color: #404040;
}

.commentlist {	
	background-color: #D7CBEE;	
	color: #404040;	
	margin: 5px;	
	padding: 0px;	
	text-align: left;
}

.commentlist li  {		
	background-color: #e9e4f4;	
	color: #404040;	
	border: 1px dashed #c7b8e5;	
	font-size: 12px;	
	list-style: none;	
	margin: 2px 0px 10px 0px;	
	padding: 2px 10px 0px 10px;
}

.authorcomment {	
	color: #404040;	
	border: 1px dashed #c7b8e5;	
	margin: 10px 0px 10px 0px;	
	padding: 2px 10px 3px 10px;	
	text-align: left;	
	background-color: #D7CBEE;
}

/* Sidebar Content */

.sidebar .widget{
	background: #D7CBEE;
	padding: 72px 20px 0;
}

.sidebar .widget-title {
	color: #000;
	font-family: 'Century Gothic', sans-serif;
	font-size: 20px;
	margin: -25px 20px 15px 0 !important;
	text-align: left;
}

.sidebar p {
	color:#666; 
	line-height:1.5em;
}

.sidebar ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
}

.sidebar ul li {
	margin: 0; 
	padding: 0;
}

.sidebar ul li ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

.sidebar ul li li {
	line-height: 20px;
	margin: 0;
	padding: 0 0 5px 15px;
	text-indent: -15px;
}

/* Footer */

#footer {
	margin: 0 auto;
	color: #4E4E4E;
	height: 78px;
	width: 825px;
	background: url(images/cuppie-footer.png) no-repeat top center;
	position: relative;
}

#credits {
	margin: 0px auto;
	padding-top: 15px;
	text-align: left;
}


