/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

#header{ height: 200px; background:#006699 }

body { background:#dbc499 }  

.wrap-slider { background:#f2f2f5 }  .wrap-slider { background:#3a5870 }  
.wrap-slider { background:#003366 }  .wrap-slider { background:#113B63 }

#top_menu { background:#5ca7cc

#top_menu li a { color:#ebe9dc }

#top_menu li.current_page_item a {
color:#cc9933 }

css for sliderpost /look for text color:

.slider-post{ line-height:24px }

  .slider-post a{ border:none; text-decoration:none }

  .slider-post .slider-title{ font:normal 35px Georgia; padding:10px 0 5px 0 }
 *font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;*

  .slider-post img.fl{ background:#333333; border:1px solid #575757; padding:5px; margin:0 20px 6px 0 }

  .slider-post .btn { background:#333333 url(images/btn-slider-trans.png) no-repeat 0 4px; margin:0; padding:5px 10px 5px 25px; font-style:oblique; color:#FFFFFF; border:none; font-weight:bold;  }

    .slider-post a.btn:hover { background:#333333 url(images/btn-slider-trans.png) no-repeat 0 4px; text-decoration:none; color:#cccccc }

*.slider-post blockquote { background: #333333 }*

  .slider-post blockquote { background:#e9e9df url(images/ico-quote-trans.png) no-repeat 10px 15px; width:80%; height:auto; margin:0 0 15px 10px; padding:15px 25px 1px 55px; display:block }

  .slider-post p{ color:#cccbcb }

    .slider-post p a{ color:#ffffff; border-bottom:1px dotted #ffffff; padding:2px 1px; }

      .slider-post p a:hover{ background:#000000; color:#ffffff; text-decoration:none; border-bottom:none }

  .slider-post ul, .slider-post ol{ padding:0; margin:0 0 20px 0 }

    .slider-post ul li{ color: #555555; background: url(images/ico-ok-trans.png) no-repeat left top; padding: 0 0 0 25px }

    .slider-post ol li{ color: #555555; list-style-type:decimal; margin: 0 0 0 20px }	

  .slider-post li a:hover{ color: #a4b92e; text-decoration: none }

#333333 #000000 blk (frame border)
#ffffff wht
#575757 (frame border) #555555 dark gray 
#e9e9df off white
#cccccc #cccbcb light gray
#a4b92e lt grass green
 
slider-post .btn {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ebc286 url(images/btn-slider-trans.png) no-repeat scroll 0 4px;
border:medium none;
color:#000000;
font-style:oblique;
font-weight:bold;
margin:0;
padding:5px 10px 5px 25px;

*/

#header{ height: 174px; background:#006699 }

#search-spot .search-form input {
background:#f8fbf0 }

body { background:#f8fbf0 ; Georgia }

.wrap-slider { background:#ebc286 }

#top_menu { background:#5ca7cc }

#top_menu li a { color:#ebe9dc }

#top_menu li.current_page_item a { color:#cc9933 }

.stepcarousel { height:315px }

.slider-post .slider-title{ font:normal 26px Georgia; color:#333333; padding:5px 0 0 5px }

.slider-post p a{ color:#333333; border-bottom:1px dotted #333333; padding:2px 1px; }

.slider-post p{ color:#333333; line-height:20px; }


<pre>/*
Coldskin #1 for Contact Coldform WordPress Plugin
@ http://perishablepress.com/press/2008/01/08/contact-coldform/
@ http://perishablepress.com/press/2008/01/15/contact-coldskins/
*/

div#coldform * {
	padding: 0;
	margin: 0;
}
div#coldform {
	font-family: Verdana, sans-serif;
	background-color: #fff;
	font-size: 11px;
	margin: 11px 0;
	width: 500px;
	color: #333;
}
div#coldform fieldset {
	border: 0 none;
	display: block;
	clear: both;
}
div#coldform legend.hide {
	display: none;
}
div#coldform label.label {
	text-align: right;
	display: block;
	padding: 3px 0;
	margin: 3px 0;
	width: 125px;
	clear: left;
	float: left;
}
input#coldform_carbon {
	margin: 0 0 -7px 7px;
}
div#coldform textarea#coldform_message,
div#coldform input.input {
	font-family: Verdana, sans-serif;
	margin: 3px 11px;
	font-size: 11px;
	display: block;
	padding: 3px;
	width: 300px;
	float: left;
}
div#coldform input.submit {
	margin: 3px 0 13px 137px;
	display: block;
	width: 307px;
	float: left;
}

/* ALL YOUR CODE ARE BELONG TO POETRY */</pre>