/*
Theme Name: Vine Default
Theme URI: http://wishingfishwebdesign.com/
Description: The default WordPress theme for The Vine
Version: 1.0
Author: Hiram Hibbard
Author URI: http://wishingfishwebdesign.com/

	Vine 1.0


*/



/*************************************************************************************************************
**************************************************************************************************************

	Title: CSS
	Author: Hiram Hibbard, Wishing Fish Web Design
	Date: 3/26/2009 

**************************************************************************************************************

	1. Global Reset
	
	2. HTML
	
	3. Layout
		3.1 Header
		3.2 Content
		3.3 Footer
		
	4. Classes
	
	5. Page-Specific
		
**************************************************************************************************************
**************************************************************************************************************/


/* 1. Global Reset
**************************************************************************************************************
**************************************************************************************************************/	

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,fieldset,form,label,legend,
table,caption,strong,tbody,tfoot,thead,tr,th,td 
{margin:0 auto;	padding:0; border:0; font-size:100%; line-height:1; font-family:inherit; text-align:left;}

table {border-collapse:collapse; border-spacing:0;}
caption, th, td {text-align:left; font-weight:normal;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}


/* 2. HTML
**************************************************************************************************************
**************************************************************************************************************/	

body {background:url(images/background.jpg) top center no-repeat #000; font:14px Trebuchet MS, Arial, Helvetica, sans-serif; text-align:center; color:#333;}
a, a:visited {color:#916619; text-decoration:underline; font-weight:bold;}
a:hover {color:#935A1C; text-decoration:none;}
p {line-height:18px; margin:0 auto; padding:10px 0;}
h2, h3, h4 {font-weight:bold; margin:0 auto; padding:0;}
h2 {font-size:20px;}
h3 {font-size:16px; margin:10px auto;}
h4 {font-size:16px; padding:10px 0;}
ul {margin:0 auto; padding:0;}



/* 3. Layout
**************************************************************************************************************
**************************************************************************************************************/	

#wrap {width:912px;}


/* 3.1 Header
**************************************************************************************************************/

#banner {background:url(images/banner.png); height:308px; width:912px; overflow:hidden; clear:both;}

h1#logo {width:412px; height:115px; padding:0; margin:101px auto 0; text-align:center; text-indent:-9999px; overflow:hidden;}
	h1#logo a {width:412px; height:115px; overflow:hidden; display:block; clear:both; text-indent:-9999px;}
	

ul#navigation {text-align:center; margin:0 auto; padding:0; clear:both; display:block; font:20px Georgia, "Times New Roman", Times, serif; color:#fff;}
	ul#navigation li {display:inline; list-style:none; margin:0 auto; padding:0 6px; line-height:52px;}
	ul#navigation li a {color:#fff; text-decoration:none;}
		ul#navigation li a:hover {text-decoration:underline;}


/* 3.2 Content
**************************************************************************************************************/

#content {background:url(images/body_bgd.png) repeat-y; width:912px; overflow:hidden;}
	#content ul {margin:10px 20px; line-height:18px;}
#vinesWrap {background:url(images/vines.png) bottom no-repeat; widows:912px;}
#contentWrap {width:780px;}


/* 3.3 Footer
**************************************************************************************************************/

#footer {background:url(images/footer.png); width:912px; height:122px; clear:both; overflow:hidden; font-size:14px;}
	#footer p {float:left; display:inline;}
		.footerLeft {text-align:left; margin:15px 0 0 65px;}
		.footerCenter {text-align:center; font-size:16px; margin-left:210px;}
		.footerRight {text-align:right; margin:15px 0 0 65px;}
	
	
/* 4. Classes
**************************************************************************************************************
**************************************************************************************************************/	

.clear {clear:both;}
.clearLeft {clear:left;}
.clearRight {clear:right;}
.alignLeft {text-align:left;}
.alignCenter {text-align:center;}
.alignRight {text-align:right;}
.floatLeft {float:left; display:inline;}
.floatRight {float:right; display:inline;}

p.floatLeft img {margin-right:15px;}
p.floatRightt img {margin-left:15px;}

div.quote {margin:40px; padding:3px; background:#C2C49F;}
div.quote p {margin:0 auto; border:2px solid #fff; background:#EEECD5; padding:20px; font:20px Georgia, "Times New Roman", Times, serif; text-align:center; font-style:italic;}
p.testimonial {font-size:12px; margin:10px 50px; line-height:14px;}
	p.testimonial em, p.testimonial strong {line-height:14px;}

/* 5. Page Specific
**************************************************************************************************************
**************************************************************************************************************/

