/*
Theme Name: Nogosari
Theme URI: http://themes.frl.com/
Description: Nogosari is cloning from java island cooky.
Version: 1.0
Author: frl
Author URI: http://www.frl.com/
Tags: wordpress, templtes, themes, frl, nogosari
*/


/*main*/
body{
  margin      : 0;
  padding     : 0;
  color       : #333333;
  background  : url(images/bg-stripes.jpg) #000000;
  font-size   : 11px;
  font-family : Tahoma, serif;
}

#main_table
{
	width  : 850px;
}

a 
{
  color           :#5aa70a;
  text-decoration : none;
}

a:active,a:link 
{
  color : #0e3e7c;
}

a:visited 
{
  color : #0e3e7c;
}

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

ul li 
{
  list-style-image : url(images/list.gif);
}

textarea 
{
  font-size   : 10px;
  font-family : tahoma;
}

input 
{
  font-size   : 10px;
  border      : 1px solid #999999;
  font-family : tahoma;
}

option 
{
  font-size   : 10px;
  font-family : tahoma;
}

select 
{
  font-size   : 10px;
  font-family : tahoma;
}

.button 
{
  height          : 17px;
  width           : 67px;
  border          : 0 solid #cccccc;
  color           : #ffffff;
  padding-bottom  : 3px;
  text-transform  : lowercase;
  font-size       : 10px;
}

/*top*/
a.header_menu 
{
  color           : #000000;
  text-decoration : none;
}

a.header_menu:active 
{
  color : #000000;
}

a.header_menu:link 
{
  color : #000000;
}

a.header_menu:visited 
{
  color : #000000;
}

a.header_menu:hover 
{
  color           : #0054a6;
  text-decoration : none;
}

#heder_logo_area
{
  height: 200px;
}

#text_logo
{
  border:0;
  margin: 100px 0 0 10px;
}


#top_header
{
    height:225px;
    background: url(images/header.jpg);
}

#search_form_area
{
  height:26px;
  background:url(images/bgsearch.gif); 
  text-align:left;
  padding-left: 20px;
  color: #FFFFFF;
}

.header_menu 
{
  font-size : 10px;
}

#headerlink 
{
  padding-top    : 3px;
  padding-bottom : 2px;
}

#headerlink a:link, #headerlink a:visited 
{
  color : #ffffff;
}

#headerlink a:hover 
{
  color : #009900;
}

#top_banner_area 
{
background          : url(images/bgbanner.gif); 
text-align          : center;
background-position : bottom center;
}

/*middle*/
#comment
{
	width  : 100%;
}

#table_content
{
	text-align : left;
}

p img {
	padding: 0;
	max-width: 100%;
	}

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

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 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/*siedebar*/
.sidebar_left
{
	border-width : 0 1px 0 0;
	border-color : #CCCCCC;
	border-style : solid;
	background-color:#FEFEFE;
}

.sidebar_right
{
	border-width : 0 0 0 1px;
	border-color : #CCCCCC;
	border-style : solid;
	background-color:#FEFEFE;
}

#sidebar ul
{
	padding    : 0 0 0 0;
	margin     : 0 0 0 0;
	text-align : left;
}

#sidebar ul h2
{
	background       : url(images/sidebar_caption_top.gif) repeat-y top left #f0f0f0;
	font-family      : Tahoma; 
	text-transform   : capitalize;
	font-size        : 10px;
	padding          : 5px 0 5px 33px;
	color            : #FFFFFF;
	text-align       : left;
}

#sidebar ul .hot
{
	background       : url(images/sidebar_caption_top_hot.gif) repeat-y top left #f0f0f0;
	font-family      : Tahoma; 
	text-transform   : capitalize;
	font-size        : 10px;
	padding          : 5px 0 5px 33px;
	color            : #FFFFFF;
	text-align       : left;
}

#sidebar ul .new
{
	background       : url(images/sidebar_caption_top_new.gif) repeat-y top left #f0f0f0;
	font-family      : Tahoma; 
	text-transform   : capitalize;
	font-size        : 10px;
	padding          : 5px 0 5px 33px;
	color            : #FFFFFF;
	text-align       : left;
}

#sidebar ul .offer
{
	background       : url(images/sidebar_caption_top_offer.gif) repeat-y top left #f0f0f0;
	font-family      : Tahoma; 
	text-transform   : capitalize;
	font-size        : 10px;
	padding          : 5px 0 5px 33px;
	color            : #FFFFFF;
	text-align       : left;
}

#sidebar ul li
{
	list-style : none;
	padding    : 0 0 0 0;
}

#sidebar ul li ul li
{
	margin           : 0 0 10px 20px;
	padding          : 0 0 0 0;
	list-style-type  : square;
}

#wp-calendar
{
	margin : 0 0 0 30px;
}

.widgettitle
{
	background     : url(images/sidebar_caption_top.gif) repeat-y top left #f0f0f0;
	font-family    : Tahoma; 
	text-transform : capitalize;
	font-size      : 10px;
	padding        : 5px 0 5px 33px;
	color          : #FFFFFF;
	text-align     :left;
}
	
/*bottom*/
#footer
{
   text-align:center;
   padding: 10px 0 10px 0;
   background-color: #FEFEFE;
}

a.footer 
{
  color           : #000000;
  text-decoration : none;
}

a.footer:active,a.footer:link,a.footer:visited 
{
  color : #000000;
}

a.footer:hover 
{
  color           : #0054a6;
  text-decoration : none;
}

#footerlink 
{
  padding-bottom : 5px;
}

#footerlink a:link, #footerlink a:visited 
{
  color : #ffffff;
}

#footerlink a:hover 
{
  color : #009900;
}