/*  
Theme Name: websitesprebuilt02
Theme URI: 
Description: A theme generated by ThemesPress.com
Author: ThemesPress
Author URI: http://themespress.com/
*/
html { height: 100%; margin-bottom: 10px; }
	
body {
	background-color: #9fc7e0;
	color: #333; /*defines the general text color for the entire site */
	font-family: Verdana, Arial, sans-serif; /*defines the general font family & size for the entire site */
	margin: 10px 0;
	padding: 0;	
	text-align: center; }

a:link, a:visited {
	color: #336699;
	text-decoration: underline; }

a:hover {
	color: #000;
	text-decoration: none; }

h1 { color: #000000; font: bold 110% Arial, Verdana, sans-serif; }
h2 { color: #336699; font: bold 105% Arial, Verdana, sans-serif; }
h3 { color: #826402; font: bold 90% Arial, Verdana, sans-serif; }	
h4 { color: #336699; font: bold 100% Arial, Verdana, sans-serif; }
h5 { color: #333; font: bold 100% Arial, sans-serif; letter-spacing: .75em; }
h6 { color: #5F9EA0; font: bold 100% Arial, sans-serif; }	
hr { color: #ccc; background-color: #ccc; border: none; height: 1px; width: 100%;}
img { border: none;}
li { font-size: 90%; }
p { font-size: 90%; }
ol { list-style-type: decimal; }
ul { list-style: url(images/bullet.gif); }
table, tr, td { border-collapse: collapse; } /* collapses any borders from any html tables - required for javascript calendar */

/* --------------------- 
   END Standard Classes 
/* --------------------- */


/* -------------------- 
   LAYOUT Information
   -------------------- */
#wrapper { width: 702px; text-align: left; margin: 0 auto; padding: 0px;}

#logo { padding: 50px 0 20px 0; }
#logo a:link, #logo a:visited, #logo a:hover { text-decoration: none; }	

#bg-top { background: url(images/bg-top.png) no-repeat; height: 17px; width: 702px; padding: 0px; margin: 0px; }
#bg-mid { background: url(images/bg-mid.png) repeat-y; width: 702px; padding: 0px; margin: 0; }
#bg-btm { background: url(images/bg-btm.png) no-repeat; height: 17px; width: 702px; padding: 0px; margin: 0px; }

#content { width: 655px; padding: 30px 45px 20px 25px; margin: 0px; }

#content2 { width: 630px; line-height: 1.5em; padding: 0 20px 0 10px;  margin: 0px 10px; }
	html>body #content2 { width: 650px; margin: 0px 20px;  }

#sidebar { float: left; width: 250px; padding: 10px 20px; margin: 0px; }
	
#menu { color: #333; font-size: 105%; font-weight: normal; text-align: center; padding: 20px 0 0 0; margin: 80px 0 0 0; clear: both; border-top: 1px solid #b0b0b0; }
#menu ul { margin:0; padding: 0 10px 0 0; list-style:none; }
#menu li { display:inline; margin:0; padding:0 10px; }
	#menu a:link, #menu a:visited { text-decoration: none; color: #000;}
	#menu a:hover { text-decoration: none; color: #826402; }	

#footer { color: #fff; font-size: 80%; text-align: center; padding: 10px 0 0 0; margin: 15px 0 0 0; clear: both; }
	#footer a:link, #footer a:visited { text-decoration: none; color: #fff;}
	#footer a:hover { text-decoration: none; color: #fff; }	

	
#navigation {
	color: #333;
	font-size: 100%;
	text-align: center;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #999; }

#navigation a:link, #navigation a:visited { text-decoration: none; font-weight: bold; }
#navigation a:hover{ text-decoration: underline; font-weight: bold; }

/* -------------------- 
   END Layout Information
   -------------------- */	


	

/* ------------------------ 
   GENERAL CLASSES & ID'S
   ------------------------ */	
.border { padding: 4px;	border: 1px solid #ccc; } /* simple border */
.border2 { padding: 4px; border: 1px solid #ccc; background-color: #fafafa; } /* simple border w/background color */
	
.borderfloatL { /* poloroid style border w/float left */ 
	float: left;
	padding: .5em .5em 2em .5em;
	margin: 0 10px 10px 0; 
	zoom: 1; /* ie fix */
	border-top: 1px solid #ebebeb; 
	border-right: 1px solid #efefef; 
	border-left: 1px solid #f4f4f4; 	
	background: #ffffff url(images/shadow-btm.png) repeat-x bottom; }

.borderfloatR { /* poloroid style border w/float right */ 
	float: right;
	padding: .5em .5em 2em .5em;
	margin: 0 0 10px 10px; 
	zoom: 1; /* ie fix */
	border-top: 1px solid #ebebeb; 
	border-right: 1px solid #efefef; 
	border-left: 1px solid #f4f4f4; 	
	background: #ffffff url(images/shadow-btm.png) repeat-x bottom; }

.borderfloatR p, .borderfloatL p { /* poloroid style text */ 
	margin: 0 0 -6px 0px ; 
	font: 7pt Arial, sans-serif; 
	color: #333; 
	text-align: center;
}
	
.alignright { float: right; margin: 0px 0px 10px 10px; }
.alignleft { float: left; margin: 0px 10px 10px 0px; }
.blockquote { width: 350px; }
.brown {color: #826402; font-weight: bold; } 
.indent { margin-left: 20px; margin-right: 20px; }
.cgold {color: #826402; } /* color gold */
.cred { color: #ff0000; } /* color red */
.cblue { color: #3366CC; } /* color blue */
.cgreen { color: #009900; } /* color green */
.center { text-align: center; }	
.clear { clear: both; }
.floatL { float: left; margin: 0 20px 20px 0; } /* basic float left */ 
.floatR { float: right; margin: 0 0 20px 20px; } /* basic float right */ 
.right { font-size: smaller; text-align: right; }
.xsmall { font-size: x-small; }
.xxsmall { font-size: xx-small; }

/* --------------------------- 
   END General Classes & ID's
   --------------------------- */	
	
	
	
	




























































/*______________________________________________________________________
DO NOT REMOVE
Title: Linda Zindler Cleaning Specialties
Version: July 2010
Websites: http://www.templatehappy.com/
          http://www.goldenpinecone.com/
________________________________________________________________________*/
