	/*  
	Theme Name: Diamonds, Baby
	Theme URI: http://www.m2websites.com/
	Description: Theme developed for CottonTails Diaper Service of Buffalo NY.
	Version: 1.1
	Author: Sara Mejak
	Author URI: http://www.m2websites.com/
	
		Theme designed and built by Sara Mejak
	*/

/************************* PAGE FORMATTING **********************************/

	body {
		background-image: url('../images/backgd_gr.png');
		background-repeat: repeat-x;
		background-attachment: fixed;
		background-position: bottom left;
		margin: 20px 0px;
		padding: 0px 0px 20px 0px;
		font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;	/* Georgia is also cool */
		font-size: 14px;  
	}
	
	#container {
		position: relative;
		width: 100%;
		min-height: 100%;
		height: 100%;
		/* text-align: center;	Forces correct centering behavior in old versions Internet Explorer */
	}
	
	html, body {
		height: 100%;
		min-height: 100%;
	}
	
	* html #container {
		height: 100%;
		min-height: 100%;
	}
	
		#root {
			position: relative;
			background-color: white;
			top: 0px;
			left: 0px;
			width: 750px;
			margin: 0px auto 30px auto;	/* "auto" forces correct centering behavior in FireFox */
			border: 1px solid #999999;
		}
		
			#nonFooter {
				position: relative;
				padding: 0px;
				margin: 0px;	
				width: 750px;
				height: 100%;		/* makes #footer stick to bottom in FF; if set, MUST also set min-height!!!! */
				/*min-height: 400px;*/
				background-color: white; /*border: 1px solid red;*/
			}
				
				* html #nonFooter {
					height: 100%;
					min-height: 100%;
				}
			
			#header {
				position: relative;
				clear: both;
				top: 0px;
				left: 0px;
				width: 750px;
				height: 120px;
				padding: 0px;
				margin: 0px;
				background-image: url('../images/diamondbar.gif');
				background-repeat: repeat-x; background-position: bottom left; /*border: 1px solid blue;*/
			}
			
				img#header-logo {
					position: relative;
					top: 7px;
					left: 10px;
					float: left;
				}
			
			 #header_links {
			 	position: relative;
				right: 10px;
				bottom: 34px;
				text-align: right;
				font-size: 11px;
			 }
			 
			 #header_phone {
			 	position: absolute;
				width: 250px;
				right: 10px;
				top: 8px;
				text-align: right;
				font-size: 20px;
				font-weight: bold;
				font-style: italic;
			 }
			
			
/************************************************************/

	
	#sidebar {
		position: relative;
		float: left;
		padding: 0px 4px 8px 3px;
		margin-bottom: 16px;
		margin-top: 6px;
		width: 110px;
		text-align: left;
		font-size: 12px;
		}

	#sidebar h2 {
		margin: 5px 0 0;
		padding: 0;
		font-size: 14px;
		font-family: "Trebuchet MS", sans serif;
		}
	
	#sidebar ul {
		margin: 0px 0px 0px 0px;
		padding: 0;
		}
			
/* Dropdown nav based on Suckerfish Dropdowns, see http://www.alistapart.com/articles/dropdowns/ */	
		
	#sidebar {
		z-index: 9999;	/* NECESSARY for proper fly-out nav behavior!!! Otherwise post divs block the nav */
	}
			
	#sidebar ul ul {
		list-style: none;
	}
		
	#sidebar ul li {
		position: relative;
		float: left;	/* these 2 lines are necessary for proper IE 6 behavior!!! */
		width: 100%;	/* 100%  */
		list-style-type: none;
		list-style-image: none;	/* specifies whether to use image for bullet */
		}
		
		#sidebar ul li a:link, #sidebar ul li a:visited {
			display: block;
			padding: 3px 0px 3px 3px;
			border-bottom: 1px solid #306DA6; /* #336633*/
			text-decoration: none;
			color: #306DA6;
		}
		
		#sidebar ul li a:hover, #sidebar ul li a:active	 {
			display: block;
			background-image: url('../images/button_bg_aqua-pink.gif');
			background-repeat: repeat-x;
			background-position: bottom;
			text-decoration: none;
			font-weight: bold;
		}
		
		#sidebar ul li > #sidebar ul ul {
			top: auto;
			left: auto;
		}
		
		#subnav-sara ul {	/* subnav links in the sidebar; also works as #sidebar ul ul ul */
			display: none;
			position: absolute;
			left: 110px;
			top: 0px;
		}
		
			#subnav-sara li:hover ul, #subnav-sara li.over ul {
				display: block;
			}
			
					#subnav-sara ul li a {	/* also works as #sidebar ul ul ul li a */
						display: block;
						width: 100px;
						text-decoration: none;
						color: #306DA6;		/* same as #sidebar ul li a, above */
						background-color: white;
					}
	
						#subnav-sara li a:hover, #subnav-sara li a:active {	/* also works as #sidebar ul ul ul li a:hover */
							display: block;
							text-decoration: none;
							font-weight: bold;
						}


	#sidebar ul p, #sidebar ul select {
		margin: 5px 0 8px;
		}
	
	#sidebar ul ul {
		margin: 5px 0 0 0px;		/* left measurement is left indent for pages & categories in sidebar */
		}

	#sidebar ul ul li {
		margin: 0px 0 0;
		padding: 0;
		}
			
			


			
/************************************************************/			
			
			
			#page_body {
				position: relative;
				float: left;
				width: 630px;
				padding: 20px 0px 20px 0px;
				height: 100%; /*border: 1px solid blue;*/
			}
			
			#page_title {
				position: relative;
				width: 100%;
				height: 28px;
				background-image: url('../images/diamondbar.gif');
				background-repeat: repeat-x;
			}
			
			.main_p {
				padding: 0px 24px 0px 20px;
				line-height: 1.5;
				text-align: left;
			}		
				
			.column_center {
				float: left;
				width: 400px;
				padding: 0px 16px 0px 16px;
				line-height: 1.5;
				text-align: left; /*border: 1px solid aqua;*/
			}
			
			.column_right {
				float: left;
				width: 150px;
				padding: 0px 10px 0px 10px;
				line-height: 1.5;
				text-align: left; /*border: 1px solid orange;*/
			}
			
				.column_right img {
					width: 120px;
					float: right;
					margin: 10px;
				}
				
			#faq_questions li {
				text-align: left;
				font-weight: bold;
			}
			
			#faq_answers {
				padding-right: 10px;
			}
			
			#faq_answers li {
				text-align: left;
				padding-bottom: 20px;
				line-height: 1.5;
			}
			
			
			.divider_bar {
				position: relative;
				width: 750px;
				height: 28px;
				background-image: url('../images/diamondbar.gif');
				background-repeat: repeat-x;
			}
			
			#footer {
				position: relative;
				clear: both;
				bottom: 0px;
				width: 750px;
				padding: 0px 0px 20px 0px;
				background-position: bottom left;
				background-image: url(../images/babycrawling_130.jpg);
				background-repeat: no-repeat;
				height: 172px;
				text-align: center;
				font-size: 10px; /*border: 1px solid purple;*/
			}
				
				#footer a:link, #footer a:visited {
					color: #0033CC;
				}
								
	img {
		border: none;
	} 
	
	.clear {
		clear: both;
	}
	
/************************* TEXT / LINK FORMATTING **********************************/

		
	.text-xs {
		font-size: 10px;
	}
	
	.text-sm {
		font-size: 12px;
	}
	
	.text-med {
		font-size: 14px;
	}
		
	.text-lg {
		font-size: 16px;
	}
	
	.text-xl {
		font-size: 18px;
	}
	
	.text-xxl {
		font-size: 24px;
	}
	
	.text-xxxl {
		font-size: 28px;
		font-weight: bold;
	}
	
	.error {
		font-weight: bold;
		color: red;
	}
	
	a, a:link, a:visited, a:hover, a:active {
		color: #0033CC;
	}
	
	
	
/************************* SPECIFIC PAGE ELEMENTS **********************************/
	
	#contact_form {
		position: relative;
		float: left;
		width: 100%;
		font-weight: bold;
		margin: 20px auto 0px auto; /*border: 1px solid red;*/
	}
	
		#contactform {
			margin: 0px auto 0px auto;/*border: 1px dashed blue;*/
		}
		
		input#contactform {
			width: 40px;
		}
		
		input#show_message_length {
			width: 24px;
			border: 0px;
			background-color: transparent;
			color: black;
		}
	
	
	
	
	