/*
Theme Name: Strawberry Blend
Description: The WordPress theme was designed by <a href="http://suicreation.jp/">Kick</a>.
Version: 1.2
Author: Sui Creation
Author URI: http://suicreation.jp
Tags: red, green, black, custom header, fixed width, two columns, strawberry, food, dessert


	This theme was designed and built by Maruf Rahman,
	whose blog you will find at http://brightcherry.co.uk/

	If you have any questions about this theme, please
	visit http://brightcherry.co.uk/
*/




/* Html */
* {
	font-size: 12px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 2em;
}
body {
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0px;
	background-color: #f2ebe6;
}
a {
	color: #971407;
	text-decoration: none;
}
a:hover {
	color: #971407;
	text-decoration: underline;
	}

a img {
	border: none;
	}
form {
	margin: 0;
	}
td {
	vertical-align: top;
	}

/* ??? */
#outline {
	margin: 0px auto 0px auto;
}
#main {
	text-align: left;
	padding: 0px 0px 0px 0px;
	clear: both;
	width: 860px;
	margin: 0px auto;
	}
#main_bg {
	background-color: #594838;
	clear: both;
	padding: 0px 0px 10px 0px;
	background-image: url(images/main_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	min-width: 900px;
}

#main_bg:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


#content {
	float:left;
	width: 550px;
	padding: 20px;
	background-color: #f2ebe6;
	margin: 20px 0px 0px 0px;
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
	min-height: 330px;
	}
#content:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.entry {
	padding:0px;
	line-height: 18px;
}
.entry:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.entry p {
	margin-top: 0px;
}
.entry h3 {
	font-size: 14px;
	color: #594838;
	background-image: url(images/entry_h2.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	line-height: 16px;
	clear: both;
	vertical-align: baseline;
	margin: 20px 0px 20px 0px;
	display: block;
}
.entry h4 {
	font-size: 14px;
	color: #594838;
	padding: 0px 0px 0px 0px;
	line-height: 15px;
	clear: both;
}
.categorylink{
	font-size:10px;
	color:#999;
	text-align:right;
}

.categorylink a{
	color:#666;
	font-style:italic;
}

.categorylink a:hover{
	color:#666;
}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
h2#pagetitle {
	font-size: 16px;
	padding: 1px 0px 0px 10px;
	margin: 10px 0px 20px 0px;
	background-image: url(images/pagetitle.gif);
	height: 20px;
	background-repeat: no-repeat;
	color: #FFF;
	line-height: 20px;
	vertical-align: baseline;
	}






b.pink{
	font-weight:normal;
	color:#EC005E;
}

.commentlist li{
	background:url('images/commentlime.gif') no-repeat top left;
}
	
.commentlist li.alt{
	background:url('images/commentlemon.gif') no-repeat top left #eee;
}	
	
.commentlist cite{
	color:#666;
}	

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.8em;
	text-transform: none;
	color:#666;
	padding-left:70px;
	}
	
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}




	
.category a, .comments a{
	color:#fff;
}	
	


	
	
.navigation a{
	font-size:22px;
	color:#518E02;
}	
	

.navigation a:hover{
	font-size:22px;
	color:#9FD668;
}	
	
	
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0px 0px 20px 0px;
	text-align: justify;
	background:url('images/postdivide.gif') no-repeat bottom #fff;
	padding: 10px 10px 5px 10px;
	border-top: 2px solid #bab2a8;
	}





.post h2{
	padding:0px;
	margin: 0px 0px 10px 0px;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.postmetadata {
	width:240px;
	color: #777;
	clear: both;
	margin: 20px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
}
	
.postmetadata .comments{
	width: 200px;
	line-height: 12px;
}

.postmetadata .category{
	width:200px;
	line-height: 12px;
}	
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


.clear {
	clear: both;
}





h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 10px 15px;
	display: inline;
	}

img.alignleft {
	margin: 0 15px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



	



/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}



/* End Entry Lists */



/* Begin Form Elements */


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:1px solid #666;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	border:1px solid #666;
	}

#commentform #submit {
	margin: 0;
	float: right;
	margin-right:4px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
	
.commentinfo{
	padding-left:70px;
}	

.commentlist {
	padding: 0;
	text-align: justify;
	}

ol.commentlist{
	margin:0px;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */










/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}




.navigation {
	width:505px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/* Header */
#header{
	margin: 0px auto;
	padding: 0;
	width: 900px;
	position:relative;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
#header h1 a{
	display: block;
	height: 90px;
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}

/* Menu */
#header ul {
	list-style-type: none;
	margin: 0px 0px 0px 40px;
	clear: both;
	padding: 0px;
	display: block;
}
li.menu-item {
	float: left;
	background-image: url(images/navleft.gif);
	margin: 0px 0px 0px 5px;
	background-repeat: no-repeat;
}
li.menu-item a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 10px 10px 5px 5px;
	line-height: 15px;
	background-image: url(images/navright.gif);
	background-position: right top;
	margin: 0px 0px 0px 5px;
}
li.menu-item a:hover {
	text-decoration: none;
	color: #FF9;
}
li.current-menu-item {
	background-image: url(images/navleft_current.gif);
}
li.current-menu-item a {
	background-image: url(images/navright_current.gif);
}

/* Begin Sidebar */
#sidebar
{
	width: 230px;
	position:relative;
	padding:0 10px 10px 10px;
	float:right;
	display:inline;
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #f2ebe6;
	min-height: 100%;
	background-image: url(images/sidebar_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px 0px 20px 0px;
	}
#sidebar h2 {
	font-size: 14px;
	color:#fff;
	height:22px;
	margin: 0px;
	padding: 0px 0px 15px 10px;
	font-weight:normal;
	background-image: url(images/sidebar_title.gif);
	background-repeat: no-repeat;
	line-height: 22px;
	vertical-align: baseline;
	}
#sidebar h3 {
	font-size: 14px;
	color: #594838;
	background-image: url(images/entry_h2.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
	line-height: 16px;
	clear: both;
	vertical-align: baseline;
	margin: 10px 0px 10px 0px;
}
#sidebar ul li a{
	color:#666;
}
#sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote {
	color: #777;
	}

#sidebar ul ul li:before {
	content: "\00BB \0020";
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	line-height:1.6em;
	margin: 0px 0px 20px 0px;
	}
#sidebar ul li div{
	margin: 0px 0px 0px 5px;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0 0 5px;
	display: block;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#abouttxt{
	padding:0px;
}
.textwidget:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
/* Footer */
#footer {
	padding: 20px 0px 20px 0px;
	clear: both;
	position:relative;
	top:0px;
	}

#footer p {
	margin: 0;
	padding: 0px 10px 10px 10px;
	text-align: center;
	}
#footer a{
	color:#548C1C;
	}
#icon {
	margin: 0px 0px 20px 0px;
	height: 120px;
}
a.icon_hair  {
	background-image: url(images/icon_hair.jpg);
	display: block;
	width: 180px;
	height: 120px;
	float: left;
	margin: 0px 5px 0px 0px;
	text-indent: -9999px;
}
a:hover.icon_hair  {
	background-image: url(images/icon_hair_sw.jpg);
}
a.icon_oil-massage  {
	background-image: url(images/icon_oil-massage.jpg);
	display: block;
	width: 180px;
	height: 120px;
	float: left;
	margin: 0px 5px 0px 0px;
	text-indent: -9999px;
}
a:hover.icon_oil-massage  {
	background-image: url(images/icon_oil-massage_sw.jpg);
}
a.icon_eyelash  {
	background-image: url(images/icon_eyelash.jpg);
	display: block;
	width: 180px;
	height: 120px;
	float: left;
	margin: 0px 0px 0px 0px;
	text-indent: -9999px;
	color: #f2ebe6;
}
a:hover.icon_eyelash   {
	background-image: url(images/icon_eyelash_sw.jpg);
}
#melma-txtarea {
	width: 205px;
}
.table_noborder {
	margin: 0px 0px 10px 0px;
}
.table_noborder td {
	padding: 0px 0px 8px 0px;
	vertical-align: top;
}
.red {
	color: #F00;
}
.orange {
	color: #F90;
}
.small {
	font-size: 10px;
	line-height: 14px;
	color: #666;
}


.staff {
	margin: 0px 10px 20px 0px;
	float: left;
	width: 127px;
	padding: 0px;
	font-size: 12px;
	color: #666;
	display: block;
}
.staff img{
	margin: 0px 0px 10px 0px;
	display: block;
}
.staff p{
	margin: 0px 0px 0px 0px;
	font-size: 0.8em;
	color: #333;
}
.staff a.profile  {
	margin: 5px 0px 0px 0px;
	display: block;
	background-image: url(images/profile_blog.gif);
	text-indent: -9999px;
	line-height: 16px;
	clear: both;
}
.staff hr {
	display: none;
}




#info {
	clear: both;
	padding: 10px 10px 0px 10px;
	color: #f2ebe6;
	background-image: url(images/info_bg.gif);
	background-repeat: no-repeat;
	height: 170px;
	line-height: 16px;
}
#info h2 {
	color: #FFF;
	margin: 0px 0px 10px 0px;
	background-image: url(images/info_h2.gif);
}
#info table td {
	line-height: 16px;
	padding: 0px 0px 8px 0px;
}
.top-post {
	padding: 10px 10px 45px 10px;
	margin: 0px 0px 20px 0px;
	clear: both;
}
dl.digest {
	margin: 0px 0px 10px 0px;	
}
.digest dt {
	float: left;
	width: 95px;
}
.digest dd {
}
.menu-table td {
	font-size: 15px;
	color: #333;
}
.font_18px {
	font-size: 18px;
	color: #900;
}
.red {
	color: #900;
	}
#profile {
	margin: 0px 0px 20px 0px;
	height: 350px;
	}

#profile h3 {
	clear: none;
	color: #594838;
	font-size: 14px;
}
.attachment-thumbnail {
	float: left;
	margin: 0px 10px 0px 0px;
}
#center-banner {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#center-banner li {
	width: 265px;
	float: left;
}
#center-banner li a {
	width: 265px;
	height: 130px;
	display: block;
	text-indent: -9999px;
}
#center-banner #cutmodel {
	padding: 0px;
	background-image: url(images/banner-model.gif);
	margin: 0px 20px 0px 0px;
}
#center-banner #recruit {
	padding: 0px;
	background-image: url(images/banner-recruit.jpg);
	margin: 0px 0px 0px 0px;
}
#twitter {
	height: 300px;
	display: block;
	clear: both;
}

