/*   
Theme Name: Prosperity Acupuncture
Theme URI: www.fiksie.com
Description: Custom Wordpress Theme
Author: fiksie
Author URI: fiksie.com
*/

/* global reset */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,
q,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,
form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus{outline:0;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,
q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}

/* end of global reset */


/* ----- CSS ----- */

html, body { background:#F5F5F5;}

/* ----- ID'S & CLASSES----- */

#wrapper { width:930px; margin: 0 auto; background:url(images/wrapper-bg.png) repeat-y;}

#container {width:910px; margin:0 10px; background: url(images/content-bg.jpg) 0 30px no-repeat;}
#content { width:910px; background:url(images/page-bottom-bg.jpg) 0 400px no-repeat; padding-bottom:20px;}

#sidebar { margin-left: 35px; width:320px; float:left; display:inline;}
#sidebar ul { margin-top:180px; padding-left:50px; font-size:16px;}
#sidebar ul li { margin-bottom:5px;}
#address { margin: 30px 0 100px 0;}

#main { margin-left:50px; width:450px; float:left; display:inline;}
#main h2 { margin-top:50px;}
#main h1 { margin-bottom:50px;}
#main h4 {margin-bottom:15px; color:#990000;}
#main ul {margin-bottom:10px;}
#main ul li { color:#436D2B; margin-left:20px;}
#main #half { width:225px; float:left;}
#main p { color:#436D2B; font-size:13px; margin-bottom:10px;}

#footer { width:930px; margin: 0 auto; background:url(images/footer-bg.png) no-repeat; height:40px; overflow:hidden;}



/* ----- SPECIAL CLASSES ----- */

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}