/*
Theme Name: Flower Power
Author: Web Design By Asia
Description: Pink Wordpress Theme
*/

/* Global
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul, ol { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }

body {
font: 14px/18px "Trebuchet MS", Verdana, sans-serif; 
color: #464646; 
background: #eaeaea url(images/bg.jpg) repeat; 
}

h1, h2, h3, h4, h5,h6 { font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: bold; color: #464646; }
h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 20px; line-height: 24px; margin-bottom: 7px; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }

h1 span { color: #464646; }

a { color: #666; text-decoration: underline; }
a:hover { color: #fcc; text-decoration: none; }
a:visited { color: #06f; text-decoration: underline; }

p { 
margin-right: 25px;
margin-top: 30px; 
margin-bottom: 20px; 
margin-left: 25px; 
}

input, textarea { font: 12px "Trebuchet MS", Verdana, sans-serif; }

blockquote { 
	font: italic 14px/22px "Trebuchet MS", Verdana, sans-serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #E0E0E0; 
}



/* Container
-------------------------------------------------------------------*/
#container { 
	width: 1000px; 
	padding-bottom: 10px; 
	margin: 10px auto 10px auto;
	overflow: hidden; 
}
#container #wrapper { 
	width: 1000px; 
	float: left; 
	overflow: hidden; 
	background: transparent url(images/container.jpg) repeat-y top right; 
}


/* Header
-------------------------------------------------------------------*/
#header { 
	width: 1000px; 
	height: 200px; 
	float: left; 
	background: #E6E6E6 url(images/header.jpg) no-repeat center; 
	position: relative; 
}
#header h1 { 
	font: 65px "Trebuchet MS", Verdana, sans-serif;
	padding: 10px 0 0 200px; 
	margin-bottom: 0; 
	color: #FC3E62; 
}
#header h1 a { 
	color: #FC3E62; 
	text-decoration: none; 
}
#header p { 
	padding-left: 325px; 
	padding-top: 5px;
	font-size: 18px; 
	color: #FC3E62; 
}



#topmenu { 
	width: 1000px;
	float: left; 
	height: 32px; 
	background: #fff url(images/menu.jpg) repeat-x; 
	position: relative; 
}

#topmenu ul { 
	margin-left: 15px; 
}
#topmenu ul li { 
	display: inline; 
	margin-right: 20px; 
}
#topmenu ul li a { 
	font-weight: bold; 
	text-decoration: none; 
	color: #f36; 
	line-height: 33px; 
	padding: 8px;
	
}
#topmenu ul li a:hover { 
	color: #B90000;
	background: #fff; 
}
#topmenu #feed {  
	position: absolute; 
	right: 15px; 
	top: 7px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 20px;
	display: block; 
	background: url(images/feed.gif) no-repeat 0 3px; 
}



#content { 
	width: 775px; 
	float: left; 
	padding: 3px; 
}

#content .post { 
	margin-bottom: 40px; 
}
#content .post h1.post-title { 
	color: #464646;
	padding-left: 25px;
}
#content .post h1.post-title a { 
	text-decoration: none;
	color: #464646;
}

#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #000; 
	padding: 3px 5px 3px 5px; 
	margin-bottom: 20px; 
	border-top: 4px dotted #2A4F88; 
	background: #fff; 
}

#content .post img {
border: 5px solid #cf7f9f;
padding: 2px;
}
#content .post a img {
border: 5x solid #cf7f9f; 
padding: 2px;
}
#content .post a:hover img {
border: 5px solid #cf7f9f; 
padding: 2px;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

.alignright {
float: right;
}

alignleft {
float: left;
}

#content .post .post-info a { color: #2A4F88; text-decoration:none; }
#content .post .post-info a:hover { color: #4B8BC8; text-decoration:none; }

#content #pages { text-align: center; }
#content #pages a { font: bold 20px "Trebuchet MS", Verdana, sans-serif; color: #2A4F88; text-decoration: none; }
#content #pages a:hover { color: #4B8BC8; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #000;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }



/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #fafafa; 
	border: 5px solid #000; 
	padding: 10px; 
	color: #000; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 630px; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 10px; 
	padding: 3px 3px; 
}
#commentform input#submit { padding: 3px 10px; }



/* Comments
-------------------------------------------------------------------*/
#comments .comment { 
	width: 670px;
	background: #E0E0E0; 
	margin-bottom: 10px; 
	overflow: hidden; 
	padding-bottom: 5px; 
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#comments .comment .comment-avatar { 
	width: 50px; 
	float: left; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	width: 570px;
	float: left; 
	padding: 10px 15px; 
	margin: 5px 5px 0 0; 
	background: #fafafa ; 
}
#comments .comment .comment-content a { color: #2A4F88; }

#comments .comment .comment-info { 
	font-size: 11px;
	color: #000;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 20px "Trebuchet MS", Verdana, sans-serif;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #2A4F88; 
	text-decoration: none;
}



/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 216px; 
	float: left; 
	font: bold 15px "Trebuchet MS", Verdana, sans-serif; 
	color: #fff; 
	margin-bottom: 15px;
}
#sidebar h3 {font: bold 25px "Trebuchet MS", Verdana, sans-serif; 
	color: #666b5c; 	
}

#sidebar a { color: #936; text-decoration: none; display: block; width: auto; }
#sidebar a:hover { color: #996; background: #fff; }

#sidebar .section { 
	padding: 5px 3px 15px 15px; 
	overflow: hidden;
	background: url(images/section.jpg) no-repeat bottom center; 
}
#sidebar .section ul li { 
	padding-left: 0px; 
	margin-left: 0px;
	display: block;
	width: auto;
	
}

#sidebar .section ul { margin-left: 0px!important; list-style-position: outside!important; }
#sidebar .section ul ul { margin-left: 10px!important; }



/* Footer
-------------------------------------------------------------------*/
#footer {
	width: 1000px;
	height: 50px;
	float: left;
	clear: both;  
	position: relative;
	background: #fafafa url(images/footer.jpg) no-repeat; 
	
}
#footer a#theme-author { 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	display: block; 
	height: 28px; 
	width: 130px; 
}
#footer p { 
	line-height: 28px; 
	color: #464646; 
	padding-left: 15px; 
	font-size: 11px; 
	margin: 0; 
	text-align: center;
}
#footer a { 
	color: #464646;
	text-decoration: underline;
}



/*Miscellaneous
---------------------------------*/

fieldset { padding:10px; margin:0; border:0; }

legend { font-weight:800; }

code { font-size: 90%; font-family: "Courier New", Courier, monospace; white-space: pre; }

img.border {
border:1px solid #000; padding:2px; 
}

