  /*
    Theme Name: Summer Kiss
    Theme URI: http://yunie.com/devblog/?p=4
    Description: A ZONE theme
    Version: 1.2
    Author: Mk
    Author URI: http://unspoken.yunie.com/
  */
*{
margin: 0px;
padding: 0px;
}
body{
background:url('images/bg.gif') #9C7B6A;
text-align:center;
}
a {
color: #F26522;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #F7941D;
text-decoration: none;
font-weight: bold;
}
p{
margin-top: 10px;
}
/*layout*/
	#container{
	padding: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: url('images/container-bg.jpg');
	width: 730px;
	border-right: 3px solid #BA1523;
	border-left: 3px solid #BA1523;
	}
	#footer{
	text-align: center;
	font-family: verdana;
	font-size: 8pt;
	clear: both;
	width: 730px;
	padding-top: 2px;
	background: url('images/footer-bg.jpg');
	}
	#footer a:hover{
	background-color:#F78E57;
	color: #CCCCCC;
	}
	#banner{
	background: url('images/zone-image.jpg');
	height:177px;
	width: 730px;
	}
	#header{
	background: url('images/header-background.jpg');
	text-align: right;
	width: 730px;
	height: 54px;
	}
	#header h1{
	font-family: 'Times new roman';
	letter-spacing: 2px;
	font-size: 30pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FDC689;
	margin-right: 5px;
	}
	#header a{
	text-decoration: none;
	color: #FDC689;
	}
	#maincontent{
	width: 730px;
	padding: 0px;
	margin: 0px;
	}
	#sidebar{
	width: 242px;
	height: 100%;
	padding: 3px;
	font-family: verdana;
	font-size: 8pt;
	text-align: justify;
	float: left;
	padding: 3px;
	}
/*sidebar*/
	/*sidebar bottom*/
	#bottomnav ul{
	margin-right: 7px;
	padding: 0px;
	list-style-type: none;
	text-align: justify;
	}
	#bottomnav ul li{
	margin-top: 20px;
	padding: 2px;
	list-style-type: none;
	background-color: #9C7B6A;
	border-top: 3px solid #B9A693;
	border-bottom: 3px solid #B9A693;
	text-align: justify;
	}
	#bottomnav ul li h2{
	font-family: 'Garamond';
	text-align: justify;
	font-size: 12pt;
	font-weight: bold;
	color: #AF1D1E;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-left: 3px;
	}
	#bottomnav ul li ul li h2{
	font-family: arial;
	text-align: justify;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	text-transform: Capitalize;
	letter-spacing: 3px;
	padding-left: 3px;
	}
	#bottomnav ul li ul{
	margin: 0px;
	padding: 2px;
	background: none;
	border: 0px;
	text-align: left;
	list-style-image: url('images/list-1.gif'); 
	}
	#bottomnav ul li ul li{
	background: none;
	margin-top: 0px;
	margin-left: 15px;
	border: 0px;
	text-align: left;
	list-style-image: url('images/list-1.gif'); 
	}
	/* endsidebar bottom*/
/* end sidebar*/
#content{
text-align: justify;
padding-top: 20px;
width: 480px;
float: right;
font-family: arial;
font-size: 10pt;
}
/*content*/
	/* blog post */
	#content h2{
	border-bottom: 2px solid #F78E57;
	font-family: 'Garamound';
	font-size: 14pt;
	font-weight:bold;
	color: #F78E57;
	letter-spacing: 1px;
	margin-top: 10px;
	}
	.title{
	background: url('images/title-bg.jpg') repeat-x;
	width: 480px;
	padding: 0px;
	margin: 0px;
	text-align: justify;
	}
	.titletext{
	background: url('images/title-end.jpg') no-repeat;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	color: #FFFFFF;
	text-transform: capitalize;
	letter-spacing: 2px;
	font-size: 15pt;
	font-family: 'Times new roman';
	font-weight: bold;
	height: 40px;
	}
	.titletext a{
	color: #FFFFFF;
	text-decoration: none;
	}
	.titletext a:hover{
	color: #e6e6e6;
	text-decoration: none;
	}
	.meta{
	font-size: 8pt;
	font-family: tahoma;
	font-style: italic;
	text-align: right;
	margin-bottom: 10px;
	padding-left: 25px;
	text-align: left;
	color: #666666;
	}
	.post{
	width: 450px;
	margin-left: 25px;
	text-align: justify;
	font-family: arial;
	font-size: 10pt;
	letter-spacing: 1px;
	}
	blockquote{
	margin-top: 20px;
	padding: 2px;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	clear: both;
	background-color: #DBC9B8;
	border-left: 3px solid #B9A693;
	border-right: 3px solid #B9A693;
	text-align: justify;
	}
	.feedback{
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 20px;
	font-family: verdana;
	font-size: 8pt;
	}
	/* end blog post*/
#content ul {
		margin-top: 5px;
		list-style-position: inside;
		list-style-image: url('images/list-2.gif');
		margin-left: 5px;
		padding-left: 3px;
		padding-right: 3px;
	}
#content ul li {
		list-style-position: inside;
		list-style-image: url('images/list-2.gif');
		padding-left: 3px;
		padding-right: 3px;
		margin-bottom: 5px;
	}
/*content ends */
/*layout ends*/
/* comment css */
	.commentpost {
	float: right;
	text-align: right;
	}
	.commentlist {
	padding: 0px;
	margin-top: 20px;
	}
	ol.commentlist li {
	padding: 3px;
	margin-bottom: 10px;
	margin-left: 25px;
	width: 420px;
	background-color: #E6D7C8;
	border: 1px solid #CCCCCC;
	list-style-type: none;
	color: #000000;
	}
	.gravatar{
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 2px;
	background-color: #FFFFFF;
	}
/* end comment css */
/* links  list */
	#links {
	font-family: verdana;
	font-size: 10pt;
	}
	#links ul li ul li{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:15px;
	list-style-image: url('images/list-3.gif');
	border: 0px;
	list-style-position: inside;
	}
	#links ul li {
	list-style-image:none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type:none;
	border: 0px;
	}
	#links ul li h2{
	border-bottom: 2px solid #F78E57;
	font-family: 'times new roman';
	font-size: 14pt;
	font-weight:bold;
	color: #F78E57;
	}
	#links ul {
	list-style-image: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type:none;
	border: 0px;
	}
/*end links list */
/*misc */
	.postmetadata {
	text-align: center;
	}

	.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	.pagetitle{
	color:#7D4900;
	font-size: 12pt;
	margin-bottom: 10px;
	}
	
