/*
File:			custom.css
Description:	Custom styles for the Neoclassical Theme that you define

Use:

The <body> tag has been appended with the "custom" class, like so: <body class="custom">.
You can use the "custom" class to overwrite *any* CSS declarations contained in this
theme's style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; } <--- This makes links green
	
	.custom a:hover { color: #00f; } <--- This makes links blue when you mouse over them

Why this works:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!
*/

/*
Required CSS to have the visual editor work
*/

#ver-minimalist
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#ver-minimalist th
{
	padding: 8px 2px;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 2px solid #6678b1;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
	color: #039;
    text-align: center;
}
#ver-minimalist td
{
	padding: 12px 2px 0px 2px;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
	color: #669;
}


/*
Required CSS to have the visual editor work
*/

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
    
    
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/*
Custom Template
*/
h1 { font-size: 1.6em; text-transform: uppercase; }
h2 { font-size: 1.4em; padding: 1.11111em 10px 10px 0;}
h3 { line-height: 1.11111em  }
    .format_text h3 { margin: 0.625em 0 0.625em 0; }

#lang-bar {
 position:absolute;
 top:0;
 right:0;
 width:300px;
}

#lang-bar #flag { width: 40px; height: 40px; float: right; }

#lang-bar #rss_subscribe { width: 40px; height: 40px; float: right; }

	#lang-bar #rss_subscribe a { display: block; width: 40px; height: 40px; background: url('images/icon_rss.gif') no-repeat; text-indent: -9999px; outline: none; }
    
#lang-bar #make-appointment {
 clear:both;
 width:300px;
}
#make-appointment p, #make-appointment a { font-size: 1.11111em; }
#make-appointment b { font-size: 1.81818em; color: red; }


/*
#rotating_image img { display: block; border-right: none; border-left: none; border-top: none; border-bottom: 5px solid #eee;}
*/
#rotating_image img { display: block; border: 5px solid #eee;}

#content_inner_page { width: 645px; padding: 0 9px; }

#content_page { width: 663px; padding: 0 1px; float: left; }

#content_box { width: 865px; padding: 0 10px; background: url('images/content_bg_page.gif') 50% 0 repeat-y; text-align: left; }