/*
Theme Name: Naughty and Nice cakes
*/

body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f321d;
	background: #fff url(../../../images/toprept.jpg) repeat-x left top;
	text-align:center;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, textarea {
	padding: 0px;
	margin: 0px;
}
a { 
	color:#ae0000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline; 
}

h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin-bottom:0;
	color:#ae0000;
	text-align:left;
}

h1 {font-size:2.6em;}
h2 {font-size:2em;}
h3 {font-size:1.6em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}


img {
	border:0;
}

input {
	font-size:1.2em;
}

input[type=text], textarea{
	background:#fff;
	border:1px solid #aaa;
}
input[type=submit] {
	background:#eee;
	border:1px solid #aaa;
}

textarea {
	font-size:12px;
}

pre {
	font-size:12px;
	overflow:auto;
}
code {
	font-size:12px;
	background-color:#f8f8f8;
	color:#111;
}

/* Layout */
#page-out {
	background-image: url(../../../images/bottomrept.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width:100%;
}
#page {
	width:964px;
	margin:0 auto;
	text-align:left;
}

#wrapper {
	width:844px;
	float:left;
	padding:36px 60px 27px 60px;
}

#content {
	width:844px;
	float:left;
}

#content-blog {
	width:600px;
	float:right;
}

#sidebar{
	float:left;
	width:210px;
	padding:10px;
}

#footer {
	clear:both;
}

/* Header */

#header {
	width:964px;
	float:left;
}

#flashbg {
	background-image: url(../../../images/flashbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#topmenu {
	background-image: url(../../../images/menubg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#topmenu ul {
	margin-top: 20px;
	margin-left: 20px;
	list-style-type: none;
}
#topmenu ul li {
	background-image: url(../../../images/cake-bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	height: 21px;
	padding-left: 35px;
	margin-bottom: 13px;
}
#topmenu ul li a {
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	color: #FFFFFF;
	text-decoration: none;
}
#topmenu ul li a:hover {
	color: #f9a631;
}




/* Sidebar */


#sidebar ul {
	padding:0;
	margin:0;
	list-style: none;
	font-size:1.1em;
}
#sidebar ul ul {
	font-size:1em;
}

#sidebar ul li {
	margin:0 0 2em 0;
}

#sidebar ul ul {
	margin:0;
	padding:0;
}

#sidebar li li {
	margin:0.1em 0;
}

#sidebar li li li {
	padding-left:10px;
}

#sidebar ul h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 100%;
	color: #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f3daae;
}


/* Footer */
#footernav {
	list-style-type: none;
}
#footernav li {
	display: inline;
	border-left: solid 1px #ffcbc7;
}
#footernav li a {
	font-size: 12px;
	color: #ffcbc7;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#footernav li#menu_item_1 {
	border-left: 0px;
}
#footernav li#menu_item_1 a {
	padding-left: 0px;
}
#footernav li a:hover {
	text-decoration: underline;
}
.copyright {
	font-size: 11px;
	color: #f0cd98;
}
.copyright span {
	color: #FFFFFF;
}
.credit {
	font-size: 11px;
	color: #f7a49d;
}
.credit a {
	color: #fce6bf;
	text-decoration: underline;
}
.credit a:hover {
	text-decoration: none;
}


/* Post */
.post {
	margin:0;
	clear:both;
}
.post-blog {
	margin:0 0 25px 0;
	clear:both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f3daae;
}
.posttitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 100%;
	color: #ae0000;
}
.post-blog p, .post-blog ol li, .post-blog ul li{
	margin-bottom:10px;
	text-align:justify;
}
.post-blog li li {
	font-size:1em;
}
.post-blog blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:0.9em;
}
.post-blog blockquote blockquote {
	margin-left:0;
	font-size:1em;
}

/*.postentry-blog a {
	border-bottom:1px solid #ddd;
}
.postentry-blog a:hover {
	border-bottom:1px solid #258;
	text-decoration:none;
}*/

.postmetadata {
	clear:both;
	margin:1em 0;
	font-size:1.1em;
	font-weight:bold;
	color:#000;
	text-align:justify;
}

div.navigation {
	font-size:1.1em;
}

/*.postentry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}


.postentry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;

}

.postentry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}*/

/* Comments */

#comments {
	font-size:1.2em;
}

.commentlist {
	margin:20px 0;
	padding:0;
	border-width:0 0.1em 0.1em 0;
	border-color:#eee;
	border-style:solid;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	border-width:0.1em 0 0 0.1em;
	border-color:#eee;
	border-style:solid;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
	font-size:1.2em;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
	font-size:0.9em;
}

/* Comment ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#aaa;
	text-align:left;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#27a;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

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

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

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}





/*-----------------------------------------------------------*/



.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 100%;
	color: #ae0000;
	background-image: url(../../../images/art.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-bottom: 10px;
	margin-bottom: 9px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f3daae;
}
.title span {
	color: #301d1a;
}
ul.linklist {
	list-style-type: none;
}
ul.linklist li {
	background-image: url(../../../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 2px center;
	height: 23px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6a65a;
}
ul.linklist li a {
	font-size: 12px;
	line-height: 23px;
	color: #090202;
	text-decoration: none;
}
ul.linklist li a:hover {
	text-decoration: underline;
}
.reviewbg {
	background-image: url(../../../images/reviewbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.reviewbg p {
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 18px;
	margin-left: 18px;
}