/*
Theme Name: Segar
Theme URI: http://www.inijie.com
Description: It's fresh accent wordpress theme, suitable for food blogger.
Version: 1.0
Author: Jiewa
Author URI: http://www.inijie.com
Tags: black, green, big header, fixed width, three columns, widgets, twitter

	Segar v1.0
	 http://www.inijie.com/segar

	This theme was designed and built by Jiewa
	whose blog you will find at http://www.inijie.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body { background: #cccccc url(images/body_main.png) repeat-y top center; }

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.hidden {
	display: none;
}
	
ul {
	list-style-type:circle;
}

.rounded {
	-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
}

#headerTop {
	padding-top:10px;
	position:relative;
	/*background-color:#fff;*/
	height:50px;
}

#logo {
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:50px;
	text-indent: -9999px;
	float:left;
	margin-left:10px;	
}

#topNav ul {
	position:absolute;
	padding-top:10px;
	right:0px;
	margin-right:10px;
}

#topNav li {
	display:inline;
	margin-right:5px;
	margin-left:20px;
}

#topNav a {
	font-size: 1.2em;
	text-decoration:none;
	text-transform:lowercase;
	font-weight:bold;
	color:#252525; /* black */
}

#topNav a:hover {
	font-size: 1.2em;
	text-decoration:none;
	text-transform:lowercase;
	font-weight:bold;
	color:#99cc00; /* green */
}

#headerBottom {
	background-image:url(images/header-bg.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:380px;
	margin-top:10px;
}

#leftHeader {
	padding-top:10px;	
}

#headerNotes {
	text-indent:-9999px;
}

#subscribe {
	padding-top:180px;
	padding-left:25px;
}

#subscribe .subscribeCaption{
	font-weight:bold;
	font-style:italic;
	font-size:1.25em;
	color:#fff;
}

#subscribe .subscribeDesc{
	font-size:0.9em;
	color:#fff;
}

#subscribe .subscribeBox{
	font-size:1.9em;
	color:#252525;
	border-style:solid;
	width:350px;	
	height:32px;
	margin: 10px 5px 0px 0px; /*give space between search box and surrounding elements*/
	letter-spacing: -0.05em;
	float: left;
	padding: 0px 7px 0px 7px; /* give space between textfield and letters inside it*/
}

#subscribe .subscribeGo{
  width: 54px;
  height: 34px;
  margin: 10px 0px 10px 0px; /*give space between search button / GO and surrounding elements*/
  padding: 0;
  border: 0;
  background: transparent url(images/button-go.jpg) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer;
}

#maincontent{
}

#navigation a{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#99CC00;
	text-decoration:none;
}

#postTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	line-height:1.4em;
	font-style:italic;
	color:#99CC00;
	padding-left:30px;
	padding-top:40px;
}

#postTitle a {
	color:#99CC00;
	text-decoration:none;
}

#postTitle a:hover {
	color:#FFF;
	text-decoration:none;
}

#postDate {
	font-size:1.8em;
	color:#FFF;
	padding-left:30px;
	padding-top:25px;
}


.posting h2{
	margin-top:-7px;;
	margin-bottom:2px;;
}

.posting a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-decoration:none;
	color:#252525;
}

.posting a:hover {
	text-decoration:none;
	color:#99cc00; /* green */
}


.postMeta {
	text-transform:uppercase;
	font-size:0.8em;
	padding-bottom:20px;
}

.fancyGreen{
	color:#99CC00;
}

.fancyComments a {
	color:#99CC00;
	font-style: normal;
}


.postDetail{
	width:385px;
}

.postDetail p{
	/* font-family:Verdana, Arial, Helvetica, sans-serif; */
	/* line-height:1.8em; */
}

.mainEntry {
	line-height:1.9em;
	padding-right:10px;
	text-align:justify;
}

.mainEntry img {
	padding:5px;
}

.mainEntry .wp-smiley {
border: 0pt none;
margin: 0px;
padding: 0px;
vertical-align: middle;
}


.mainEntry h2 {
	padding-top:10px;
	/*padding-bottom:5px;*/
	font-family:Georgia;
	font-style:italic;
	/*border-bottom-style:solid;
	border-bottom-color:#333;
	border-bottom-width:2px;*/
}

.greenBox {
	padding:20px;
	background-color:#E1F3B5;
	margin-bottom:50px;
}

.postSummary {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
}

.widget {
	padding-bottom:30px;
}

.widget h3{
	font-weight:bold;
	font-style:italic;
	text-transform:lowercase;
	margin-bottom:10px;
}

.widget ul{
	margin-bottom:0em;
}

.widget a {
	color:#789F00;
	text-decoration:none;
}

.widget a:hover {
	color:#333;
}

#twitterUpdate{
	font-weight:bold;
	font-style:italic;
	background-color:#E1F3B5;
	padding:25px 15px 25px 15px;
	background-image:url(images/twitter.png);
	background-repeat:no-repeat;
	background-position:90% 90%;
}

#footer{
	position:relative;
	padding-top:20px;
}

#bottomNav{
	background-image:url(images/footer-bg.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:56px;
}

#bottomNav ul {
	position:absolute;
	padding-top:16px;
	right:0px;
}

#bottomNav li {
	display:inline;
	margin-right:5px;
	margin-left:20px;
}

#bottomNav a {
	font-size: 1.2em;
	text-decoration:none;
	text-transform:lowercase;
	font-weight:bold;
	color:#fff;
}

.backTop {
	position:absolute;
	padding-top:16px;	
	padding-left:10px;
}

.searchBox {
	font-size:1.5em;
	float:left;
	border-style:solid;
	color:#252525;	
	margin-top:0px;
	padding:0px 5px 0px 5px;
	width:170px;
}

.searchGo {
	background: transparent url(images/button-search.png) no-repeat center top;
	width:32px;
	height:30px;
	border:0px;
	margin-top:3px;
	margin-left:2px;
	cursor:pointer;
}

/* style for comment area */
#commentArea {
	padding-top:20px;	
}

.commentPoster{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	display:inline;
}

.commentBubble {
	position:relative;
	line-height:1.9em;
	padding:15px;
	margin-top:25px;
	margin-bottom:40px;
}

.commentBubble p{
	margin:0px;
}

.arrow {
	position:absolute;
	top: -20px;
	left: 20px;
}

.guest {
	background-color:#F2F2F2;
}

.owner {
	background-color:#E1F3B5;
}


.commentNum {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-decoration:none;
	color:#333333;
}

.pingslist {
	padding-bottom:30px;
}

#commentBox input[type=text] {
	font-size:1.5em;
	padding:5px;	
	width:250px;
}

#commentBox label {
	font-size:1.5em;
	padding-left:20px;
}

.commentTextarea {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:1.5em;
	line-height:1.2em;
}

.commentButton{
	font-size:1.5em;
	border-collapse:collapse;
	border-style:solid;
	border-width:2px;
	border-color:#333333;
	background-color:#99CC00;
	padding:5px;
	color:#FFFFFF;
	cursor:pointer;
}

#endNotes{
	padding: 10px 0 10px 10px;
}

.dropcap {padding: 0.17em 0.08em 0.05em 0;font-size: 4em;line-height: 0.6em;color: #8FBF00;float: left;}

blockquote.right {
font-family:Georgia, "Times New Roman", Times, serif;
width: 180px;
margin: 0px 5px 0px 10px;
font-size: 1.4em;
text-align: left;
color: #8FBF00;
background: none;
border: none !important;
padding: 0px !important;
float: right;
}

.counter a{
	text-decoration:none;
}
