/*

Theme Name: Tropicala
Description: Simple, modern, lightweight
Version: 1.5
Author: Goro Harumi
Author URI: http://goroharumi.com
Tags: orange, white, two-columns, fixed-width, right-sidebar

This template is being distributed via Wordpress.org under GPLv3 license. Enjoy!

To replace the banner image, just swap out masthead.png with your own image, sized 723px x 147px. 
The dropshadows are in the background CSS, not the image.

v1.1 - changed license to GPLv3
v1.2 - added comments and removed some blank elements from stylesheet
v1.3 - added license.txt (Apparently some people don't read this stylesheet), added link back to the theme's page at Wordpress.org
v1.4 - Some minor tweaks to CSS for newer wp.net preview examples
v1.5 - Updated my link

*/


* {
  padding:0;
  margin:0;
  list-style:none;
}

html {
  font:62.5% Arial, Helvetica, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
}

body {
  background:#FFF url(./images/bg.jpg) repeat-x; /* Set background image here */
  color:#333333;
  font-size:1.2em;
}

p, h2, h3, h4, h5, h6 {
  font-size:1em;
}

hr {
  border:0;
  border-bottom:1px solid #EAEAEA;
  margin:20px 0;
  height:1px;
}

img {
  border:0;
}

dl {
  color:#333333;
  margin:10px 0;
}

dt {
  font-weight:bold;
}

dd {
  font-style:italic;
  margin:5px 0 10px;
}

fieldset {
  border:1px solid #DDD;
  padding:10px 20px;
}

form h2 {
  margin-bottom:10px;
}

legend {
  font-size:1.2em;
  color:#333333;
  padding:0 10px;
}

label {
  font-weight:bold;
}

textarea {
  width:450px;
  height:200px;
  border:1px solid #CCC;
  margin:10px 0;
}

.wraptop
	{
	width:1008px;
	  height:9px;
	  margin:0px auto 0px auto;
	  background:url(./images/top.png) no-repeat;
	  background-position: 0 0;
	  display:block;
	  overflow:hidden;
	  border:none;
	}
div#wrapper {
  width:1008px;
  padding:0px 0px 0px 0px;
  margin:25px auto 0px auto;
  display:block;
  overflow:hidden;
    }

div#inner_wrapper
	{
	  width:1008px;
	  float:left;
	  padding:0px 0px 0px 0px;
	  margin:0px 0px 0px 0px;
	  background:url(./images/main_bg.png) repeat-y;
	  background-position: 0 0;
	  border:none;
	 }
div#masthead {
  width:1000px;
  padding:10px 0px 0px 0px;
  margin:0px auto 0px auto;
  display:block;
  overflow:hidden;
}

.inner_content
	{
	  width:1000px;
	  padding:10px 0px 0px 0px;
	  margin:0px auto 0px auto;
	  display:block;
	  overflow:hidden;
	}
/* Blog Title */
h1 {
  font:3.2em 'Trebuchet MS', Arial, Helvetica;
  color:#ff7e00;
}

h1 a {
  position:absolute;
  width:300px;
  height:30px;
  left:40px;
  top:15px;
  font-weight:bold;
  text-decoration:none;
  color:#ff7e00;
}

/* Tagline */
#masthead p {
  position:relative;
  margin:0;
  top:62px;
  left:50px;
  color:#888;
}

/* Pages Navigation */
/*div#masthead ul {
  float:left;
  margin:0px 0px 0px 120px;
  position:relative;
  z-index:2;
  bottom:-2px;
  clear:left;
}

div#masthead ul li {
  float:left;
}

div#masthead ul li a {
  color:#686868;
  text-decoration:none;
  display:block;
  font-size:1.2em;
  padding:5px 20px 18px;
}

div#masthead ul li a:hover,
div#masthead ul li.current_page_item {
  
}*/

/* Banner image dropshadow */
div#masthead_image {
  background:url(./images/image_bg.png) 0 0 no-repeat;
  width:970px;
  height:214px;
  padding:10px 0px 0px 0px;
  margin:0px auto 0px auto;
  clear:both;
  display:block;
  overflow:hidden
 }
div#subpage_image {
  background:url(./images/image_bg.png) 0 0 no-repeat;
  width:970px;	/* Image width */
  height:214px;
 padding:10px 0px 0px 0px;
  margin:0px auto 0px auto;
}


a {
  outline:0;
}

/* Page dropshadow */
div#content {
  width:1000px;
  margin:0px auto 0px auto;
  padding:0px 0px 0px 0px;

}

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

div#main {
margin:0px 0px 0px 0px;
  padding:0px 20px 20px 25px; 
  width:700px;
  float:left;
 }

/* Hey, don't use h1 in the articles-- it's already in the header.
   This is just here because it looks totally funky in the preview at wordpress.net... */
   
div.entry h1 {
  font-size:2.4em;
  font-weight:bold;
}

div.entry h2,
div.entry h3,
div.entry h4,
div.entry h5,
div.entry h6 {
  color:#ff7e00;
  margin:20px 0 10px;
}

div.entry h2 {
  font-size:1.8em;
}

div.entry h3 {
  font-size:1.4em;
}

div.entry table {
  border-collapse:collapse;
  margin:10px 0;
}

div.entry table th,
div.entry table td {
  padding:10px;
  border:1px solid #EAEAEA;
  text-align:center;
}

/* Main header on single pages */
h2.header {
  color:#ff7e00;
  font-size:24px;
  padding:10px 0 0;
  line-height:1;
  margin:0 0 5px;
  border-bottom:1px solid #e7e7e7;
  position:relative;
}

div#main h2.header a {
  color:#ff7e00;
  text-decoration:none;
}

h2.header span {
  position:relative;
  background:#FFF;
  padding-right:10px;
  bottom:-5px;
}

/* Secondary headline above comments and comment form */
div#main h3 {
  margin:15px 0 5px;
  color:#ff7e00;
}

div#main p {
  color:#333333;
  line-height:2;
  margin:10px 0;
}

div#main a {
  color:#006699;
}

.article {
  margin-bottom:20px;
}

.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:5px solid #B8D1E4;
  background:#F0F0F0;
}

div.article code {
  font-size:1.2em;
}

div.article pre {
  width:500px;
  line-height:1.5;
  font-size:1.2em;
  margin:20px 0;
  overflow:hidden;
}

.article ul, .article ol {
  color:#333333;
  margin-left:15px;
}

.article ul li {
  margin:5px 0;
  padding-left:15px;
  background:url(./images/square.png) 0 center no-repeat;
}

.article ol {
  margin-left:30px;
}

.article ol li {
  list-style:decimal;
  margin:10px 0;
}

.article ol li ol {
  font-size:1em;
  margin-left:15px;
}

#main p.byline {
  color:#999;
}

ul.article_footer {
  text-align:right;
  margin:10px 0;
  background:#F1F1F1;
  padding:5px 10px;
  border:1px solid #DADADA;
  border-width:1px 0;
  line-height:1.5;
}

ul.article_footer li {
  font-size:0.9em;
  display:inline;
  background:none;
  border-left:1px solid #DADADA;
  margin-left:5px;
  padding-left:10px;
}

ul.article_footer li.first {
  border-left:0;
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
  padding:15px 20px 20px 10px;
  width:220px;
  float:left;
 }

div#secondary ul#sidebar {
  margin:15px 0 20px;
  color:#006699;
  padding-bottom:10px;
  border-bottom:1px solid #e7e7e7;
}

div#secondary ul#sidebar li {
  margin:5px 0;
  font-size:1em;
  line-height:1.5em;
}

/* Sidebar headers */
div#secondary h2 {
  text-transform:uppercase;
  color:#006699;
  margin:20px 0 8px;
  font-size:1.1em;
  line-height:1;
}

div#secondary a {
  color:#333333;
  text-decoration:none;
}

div#secondary a:hover {
  text-decoration:underline;
}

div#secondary ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li li {
  font-size:1em;
}

/* Optional bio area header (commented out by default) */
div#author h2 {
  font-size:1.2em;
}

div#secondary p {
  line-height:1.5;
  margin:5px 0;
  color:#333333;
}

/* Search input */
form#searchform {
  position:relative;
  height:28px;
  margin-bottom:20px;
}

form#searchform input#s {
  height:18px;
  width:177px;
  padding:5px;
  float:left;
  background:url(./images/text_bg.png) repeat-x;
  border:1px solid #bcbcbc;
}

input#search_submit {
  float:right;
  }

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

ul#footer {
  height:9px;
  width:1008px;
  margin:0px auto 0px auto;
  background:url(./images/bottom.png) no-repeat;
  text-align:center;
  font-size:1em;
  color:#686868;
  padding:15px 0;
}

ul#footer li {
  display:inline;
  margin-left:10px;
}

ul#footer li span {
  position:absolute;
  text-indent:-9999em;
}

ul#footer li a {
  color:#686868;
  text-decoration:none;
}

/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
}

/* Background color for visitor comments */
ol.commentlist li {
  background:#F1F1F1;
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
  background:#EBF9FC;
}
input#author , input#url ,input#email1
	{
	background:transparent url(./images/text_bg.png) repeat-x scroll 0 0;
	border:1px solid #BCBCBC;
	padding:5px;
	}
textarea#comment {
 margin:5px 0px 0px 0px;
 width:500px;
}

#main p.comment_meta {
  margin:0;
  float:right;
}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
  background:#FFF;
  padding:20px;
}

body#commentspopup a {
  color:#333333;
}

body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

/* Image stuff for 2.6.1 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.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-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

p.entry_info {
  clear:both;
}

div.navigation {
  margin:10px 0;
}

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */

.headerimg
	{
	width:1000px;
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
	display:block;
	overflow:hidden;
	}
	#logo_img
	{
	background-image:url('images/logo_1.jpg');
	background-repeat:no-repeat;
	width:79px;
	height:83px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 30px;
	float:left;
	}
	#logo_snogun
	{
	background-image:url('images/log_2.jpg');
	background-repeat:no-repeat;
	width:313px;
	height:50px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 30px;
	float:left;
	}
	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder{
		margin:0px auto 0px auto;	/* "Air" */
		/* Floating gallery at the right side of other web page content */		
		width:948px;	/* Image width */
		height:192px;	/* Image height */
		padding:0px 0px 0px 0px;
		position:relative;	/* Don't remove this line */
		}
	.leftFloatingDiv{
		float:left;
		width:723px;	/* Image width */
		height:147px;	
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}

.sukarnav
	{
	width:1000px;
	margin:0px 4px 0px 0px;
	padding:0px 0px 0px 0px;
	display:block;
	float:left;
	}

	/*navigation css*/
	#suckerfishnav 
	{
	background:#fff;
	/*font-size:10px;
	font-family:verdana,sans-serif;
	font-weight:bold;*/
	display:block;
	overflow:hidden;
	list-style:none;
	float:right;
    line-height:22px;
	padding:10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	width:590px;
	}
 #suckerfishnav ul 
	{
	float:left;
	list-style:none;
    line-height:22px;
	padding:10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	width:150px;
	}
#suckerfishnav a 
	{
	display:block;
	color:#686868;
	text-decoration:none;
	padding:0px 0px 0px 0px;
	}
#suckerfishnav li 
	{float:left;
	padding:0px 10px 0px 10px;
	}
#suckerfishnav li ul 
	{position:absolute;
	left:-999em;
	height:auto;
	display:block;
	width:20px;
	font-weight:normal;
	z-index:9999;
	margin:0px 0px 0px 0px;
	line-height:1;-moz-opacity:1;opacity:1;khtml-opacity:1}

*html+ #suckerfishnav li ul 
	{position:absolute;
	left:-999em;
	height:auto;
	display:block;
	width:20px;
	font-weight:normal;
	z-index:9999;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:1;-moz-opacity:1;opacity:1;khtml-opacity:1}
/*#suckerfishnav li li { margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;width:90px;}*/
#suckerfishnav li li a {padding:0px 0px 10px 0px;margin:30px 0px 0px 0px;}
#suckerfishnav li ul li 
	{margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:25px;
	height:25px;
	width:150px; 
	border-left:1px solid #fff;  
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;
	background-color:#d8ecf7; 
	}
#suckerfishnav li ul li a 
	{text-align:left;
	font-size:10px; 
	color:#686868;
	margin:0px 0px 0px 0px;
	}
#suckerfishnav li:hover ul li a 
	{
	color:#686868;
	font-size:12px;
	}
#suckerfishnav li ul ul 
	{
	margin:-20px 0px 0px 0px;
	}

#suckerfishnav li ul li a 
	{color:#686868;
	background-color:#d8ecf7; 
	width:140px;
	line-height:25px;
	height:25px;
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	}

#suckerfishnav li ul li a:hover 
	{color:#686868;
	background-color:#d8ecf7;
	line-height:25px;
	height:25px;
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	}
#suckerfishnav li ul li:hover li a {color:#686868;}
#suckerfishnav li ul li li:hover a {color:#686868;}
#suckerfishnav li ul li ul li:hover ul li a {color:#686868;}
#suckerfishnav li ul li ul li:hover ul li:hover a {color:#686868;}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {left:-999em}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul 
{left:auto;background:#d8ecf7; width:150px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {background:#fff; }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {color:#686868;}

/*newsletter css*/
form.subscribeform {
  position:relative;
  height:28px;
  margin-bottom:0px;
}




input#email{
background: url(./images/text_bg.png) repeat-x 0 0;
border:1px solid #BCBCBC;
height:18px;
width:177px;
padding:5px;
float:left;
display:block;
overflow:hidden;
margin:0px 0px 0px 0px;
}


.news_letter #stnl_submit
 {
    float:right;
	padding:0px 0px 0px 0px;
	display:block;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	
}
.news_letter
	{
			padding:0px 0px 0px 0px;
			margin:0px 0px 0px 0px;
						
	}
*+html .news_letter{
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px; 
float:left;
}
.subtlt{
color:#333333;
}



/*cform css*/


/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	margin:10px auto 0 auto; 
	width: 450px; 
	float:left;
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:10px 0 10px 0; 
	border:none; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:0px;
	padding:0; 
	font:bold 20px Verdana; 
	color:#888;
	letter-spacing:4px;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important; 
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:26px;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	color:#AAAAAA;
	letter-spacing:3px;
	padding:3px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	margin:2px 10px 0 0; 
	text-align:left;
	font-size: 12px;
	display:block;
	color:#aaa;
	padding:2px;
}

label.cf-before {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:1px 5px 0 0; 
}

label.cf-before span{
	width:100px; 
	display:block;
}

label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:1px 2px 0 4px;
	width:195px;
	text-align:left;	
}

label.cf-after span {
	width:195px;
	display:block;
}

label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:1px 5px 0pt 4px;;
	width:190px;
	text-align:left;
}
label.cf-group-after span {
	width:190px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */
.cform input
{
height:20px;

}
.cform input,
.cform textarea,
.cform select { 
	margin:0;
	padding:3px;
	
	border:none;
	 background:url(./images/text_bg.png) repeat-x;
     border:1px solid #bcbcbc;
	vertical-align:top;
	color:#777777;
	font-weight:normal;
	letter-spacing:1px;	
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:url(./images/text_bg.png) repeat-x;
     border:1px solid #bcbcbc; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:415px; 
}
.cform select {
	width:421px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:6.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 16px;
	height: 6em;
	overflow:auto;
}

.cform  input.cf_date {
	width:395px;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-size:16px;
	color:#888888;
	letter-spacing:2px;
	margin:20px 0pt 0pt !important;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:8px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important; 
}


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 0; 
} 


/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	display:block; /*for mozilla*/
	font-size:9px;
	vertical-align:top;
	color:#888888;
	text-align:right;
	margin:0 0px 0 0;
	line-height:13px;
	letter-spacing:3px;
	width:420px;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	margin: 0;
	text-align:right;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:140px;  
	padding:5px;
	height:30px;
	float:left;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin: 0px 0px 4px 0px;
	font-size:0.8em;
	background-image:url(./images/submit_bg.gif);
	border-top-color:1px solid #000!important;
	/*border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;*/
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
	margin-right: 5px;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
	margin-right: 5px;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0px 5px 10px!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	padding:0 0 0 10px;
	margin:0;
	color:#333;
	display:inline-block;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
}

label.secq{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	width:auto;
	padding:2px 4px 2px 2px;
}
label.secq span {
	display:block!important;
	width:auto;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:196px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none!important;
}

img.imgcalendar {
	border:none!important;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:420px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	color:#AAAAAA;
	display:block;
	letter-spacing:2px;
	text-align:right;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

  
/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: -7px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html span.reqtxt,
* html span.emailreqtxt { 
	display:inline-block; /*for Opera & IE*/
	width:415px;
}
* html ol.cf-ol 	{
	display:inline-block; /*for IE6!!*/
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}

/*cform css end*/

.grayline {
background:#999999 none repeat scroll 0 0;
height:1px;
margin-bottom:5px;
margin-top:5px;
overflow:hidden;
width:100%;
}

.pnumber
	{
	 padding:0px 0px 0px 0px;
	 margin:20px 0px 0px 0px;
	 display:block;
	 overflow:hidden;
	}
.entry1
	{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	}
.latest_post
	{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	width: 100%;
	display:block;
	}


.recenttitlepost
	{
		color:#ff7e00;
	  font-size:24px;
	  padding:10px 0 0;
	  line-height:1;
	  margin:0 0 5px;
	}

