/*
Theme Name: 
Theme URI: http://www.mysite.com/my-theme/
Description: Describe your theme in a sentence or two
Version: 1.0
Author: AppSoft Development
Author URI: http://www.appsoftdevelopment.com/
*/



/* CSS Document */


@charset "UTF-8";
/* CSS Document */


@charset "UTF-8";
/* CSS Document */




/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.626em; }
body div, ul, ol, li, table, img {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px; }
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
body:last-child .clear_div {
	display: block;
	clear: both; }
object:focus {
	outline:none; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;
}



a img {border:0}

body{
	background-image: url(http://www.garciareviva.com/images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#191919;
	background-attachment:fixed;
	text-align: center;
	min-width:990px;
	margin:0 auto;
}


p {
	padding-left:5px;
	padding-right:5px;
	font-family:Verdana;
	font-size:10px;
	line-height:14px;
}
h1 {
	padding-left:5px;
	padding-right:5px;
	font-family:Verdana;
	font-size:22px;
	line-height:26px;
}
h2 {
	padding-left:5px;
	padding-right:5px;
	font-family:Verdana;
	font-size:18px;
	line-height:22px;
}
h3 {
	padding-left:5px;
	padding-right:5px;
	font-family:Verdana;
	font-size:14px;
	line-height:18px;
}
ul, ol {
	margin-left:25px;
}
li {
	font-family:Verdana;
	font-size:10px;
	line-height:14px;
}
td {
	font-family:Verdana;
	font-size:10px;
	line-height:14px;
}


/* MAIN WRAPPER */

#main_wrapper {
	width:990px;
	margin:0 auto;
	text-align:center;
}


/* HEADER */

#header_wrapper {
	width:990px;
	margin:0px;
}
#marketing_window {
	width:990px;
	margin:0px;
}
#calls {
	width:974px;
	margin:0px 7px 0px 7px;
}



/* FOOTER */

#footer_wrapper {
	background-image: url(http://www.garciareviva.com/images/footer_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:990px;
	height:12px;
	padding:19px 0px 19px 0px;
	margin: 0px 0px 20px 0px;
	text-align:center;
	font-family:Verdana;
	font-size:11px;
}
#footer_wrapper a {
	color:#000000;
	text-decoration:none;
}
#footer_wrapper a:hover {
	text-decoration:underline;
}



/* INTERIOR PAGES */

#interior_nav {
	width:974px;
	margin:0px 7px 0px 7px;
}
#middle_wrapper {
	width:974px;
	margin:0px 6px 0px 8px;
	background-color:#FFFFFF;
}
#left_image {
	float:left;
	width:454px;
	margin:0px 5px 0px 0px;
}
#right_content {
	float:right;
	width:510px;
	margin:0px 0px 0px 5px;
	text-align:left;
}
#flash_button {
	margin:0px auto;
}
#middle_bottom {
	width:974px;
	margin:0px 6px 0px 8px;
}

#media-center {
	 width:450px;
	 height:335px;
	 margin-bottom:10px;
}




/* ABOUT US */

img.doctorimg {
	padding: 3px;
	margin: 5px;
	border: thin solid #666666;
	background-color: #2B2B2B;
}

/* BLOG */


#blog_left {
    padding-left:15px;
	padding-top:15px;
	width:950px;
	float:left;
	text-align:left;
	font-family:Verdana;
	font-size:10px;
        
}
#blog_left h2 a:link, h2 a:visited{
	color:#000;
        
}
#blog_left a:link{
       font-family:Verdana;
       color:#A9A9A9;
}
#blog_left a:visited{
       font-family:Verdana;
       color:#A9A9A9;
}

#right_blog {
	width:250px;
	float:right;
	vertical-align:top;
	text-align:right;
	margin-right:40px;
	font-family:Verdana;
	
}
#right_blog a:link{
       font-family:Verdana;
       font-size:12px;
       color:#A9A9A9;
}
#right_blog a:visited{
       font-family:Verdana;
       color:#A9A9A9;
}

#sidebar ul, li{ 
       list-style-type:none;
}
#sidebar li h2{ 
       padding-top:10px;
}
.alignright{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;}
.alignleft{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;}


/* Sociable Style _ DO NOT PASTE BELOW HERE */

div.sociable {
margin: 16px 0;
}

span.sociable_tagline {
position: relative;
}

span.sociable_tagline span {
display: none; width: 14em;
}

span.sociable_tagline:hover span {
position: absolute;
display: block;
top: -5em;
background: #ffe;
border: 1px solid #ccc;
color: black;
line-height: 1.25em;
}

.sociable span {
display: block;
}

.sociable ul {
display: inline;
margin: 0 !important;
padding: 0 !important;
}

.sociable ul li {
background: none;
display: inline;
list-style-type: none;
margin: 0;
padding: 1px;
}

.sociable ul li:before {
content: "";
}

.sociable img {
float: none;
width: 16px;
height: 16px;
border: 0;
margin: 0;
padding: 0;
}

.sociable-hovers {
opacity: .7;
-moz-opacity: .7;
filter: alpha(opacity=70);
}

.sociable-hovers:hover {
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}
