/*
Theme Name: Southern Minnesota Surgical
Theme URI: http://voyageurweb.com
Description: Custom theme.
Version: 5/24/2010
Author: Bryce @ Vweb
Author URI: http://voyageurweb.com
Tags: clean, basic
*/

/********************************************************************/
/*         Base Structure Style Sheet Edited 02.18.2010 BDM         */
/*           This sheet is designed for use in WordPress            */
/********************************************************************/


body, h3, ol, ul, li, a, .header, .footer, .navbar { margin: 0; padding: 0; } /* clear padding/margin browser defaults */

p {
	margin: 0 0 1em 0;
}

body { /* default fonts, and colors  */
	color: #646464;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/wp-content/themes/somnsurg/images/bg.jpg) top left repeat-x #cf7600;
}
.page {
	width: 1300px;
	margin: 0 auto;
	background: url(/wp-content/themes/somnsurg/images/bg-page.jpg) top left no-repeat;
}
.pagetitle { /* page titles used in the main content area - may be same as h1 */
	color: #485f6d;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
}
.entrytitle { /* page titles used in the main content area - but for blogs when date under title */
	margin: 0;
}
p.post-date { /* date under entrytitle in index.php */	
	margin-top: 0px;
}
.wrapper { /*centers the page content */
	margin: 0 auto;
	width: 958px;
	padding: 0 8px 0 6px;
	background: url(/wp-content/themes/somnsurg/images/bg-wrapper.png) top left repeat-y;
}
#header { /* header area */
	background: url(/wp-content/themes/somnsurg/images/bg-header.jpg) top left no-repeat;
	width: 958px;
	height: 200px;
	position: relative;
	z-index: 999999;
}
#header h1, #header h2 {
	display: none;
}

#header .top_nav {
	text-align: right;
	background-color: #CF7600;
	color: #fff;
	padding: 5px 15px 5px 0;
}

#header .top_nav a {
	color: #fff;
	text-decoration: none;
}

#header .top_nav a:hover {
	color: #fff;
	text-decoration: underline;
}

.content-wrap {
	height: 100%;	/* height attribute fixes a repeating background bug in ie6 - can change to exact value but DO NOT REMOVE */
}
.flash {
	width: 678px;
	height: 273px;
	float: left;
}
#content { /* main content area*/
	min-height: 500px;
	width: 648px;
	padding: 5px 15px 25px;
	float: left;
}
.sidebar {
	float: right;
	width: 250px;
	padding: 25px 15px;
}
.sidebar .search {
	text-align: right;
	margin-bottom: 25px;
	padding-right: 8px;
}
.sidebar .search form input.text {
	background: url(/wp-content/themes/somnsurg/images/searchbox.png) top right no-repeat;
	border: 0px;
	width: 199px;
	height: 18px;
	padding: 6px 15px 9px 10px;
	font-size: 12px;
	color: #646464;
}

.contactinfo {  /* contact information area */
	position: absolute;
	top: 40px;
	right: 15px;
	font-size: 12px;
	color: #7f8183;
	text-align: right;
}

a { /* link properties */
	color: #9f6000;
	text-decoration: underline;
}
a:visited { /* visited link properties */
	color: #9f6000;
	text-decoration: underline;
}
a:hover { /* hover link properties */
	color: #485f6d;
	text-decoration: none;
}
a:active { /* active link properties */
	color: #9f6000;
	text-decoration: underline;
}
.alternatelink { /*alternate to the standard a tag*/
}
a.alternatelink:link { /*alternate to the standard a tag*/
}
a.alternatelink:visited { /*alternate to the standard a tag*/
}
a.alternatelink:hover { /*alternate to the standard a tag*/
}
a.alternatelink:active { /*alternate to the standard a tag*/
}
a img { border: 0px; }

.clear { /* Must stay to work with height attribute in .content-wrap - div is right before closing tag in source */
	height: 1px;
	clear: both;
}
#footer{ /* footer area */
	clear:both;
}
.weaver{ /* VoyageurWeb weaver link */
	text-align: right;
	padding: 0 55px 15px 0;
	color: #874d00;
	font-size: 12px;
	font-weight: bold;
}
.weaver a, .weaver a:visited, .weaver a:active {
	color: #fff;
	text-decoration: none;
}
.weaver a:hover {
	color: #fff;
	text-decoration: underline;
}

h1 {
}
h2 {
}
h3 {
	font-size: 16px;
	color: #cf7600;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	color: #485f6d;
	font-weight: bold;
	font-style: italic;
}
h5 {
}
h6 {
}

#content ul, #content ol {
	list-style-position: outside;
	margin-left: 25px;
}



/**********************************************/
/*     Programming Styles Listed Below        */
/*      Used with forms and databases         */
/**********************************************/

.error{ /* error messages */
	color: #f00;
	font-weight: bolder;
}
.success{ /* success messages */
	color: green;
	font-weight: bolder;
}
.instructions{ /* general instructions on the page */
	color: #996;
	font-size: 8pt;
}
.required{  /* required fields */
	color: #f00;
	font-weight: bolder;
}
.fieldlabel{ /*labels that will appear next to or under a field on a form */
	color: #000;
	font-weight: bolder;
}
.fieldinstructions{ /*instructions that will appear next to or under a field on a form */
	color: #000;
	font-weight: bolder;
}



/**********************************************/
/*       Wordpress Styles Listed Below        */
/*        styles placed by the editor         */
/**********************************************/

.alignright {
	float: right;
	text-align: right;
}
.alignleft {
	float: left;
}

/* ### blog styles ### */

textarea#comment {
	width: 100%;
}
.caption {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #485f6d;
}
.orange {
	color: #cf7600;
}
/*embed, object {
	position: relative;
	z-index: 1;
}*/
.pro-player-container {
	text-align: center;
	margin: 0 auto;
}
/*.pro-player-container object {
	position: relative;
	z-index: 1;
}*/



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
	font-family: arial, sans-serif;
	width: 928px;
	padding: 0 15px;
	height: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999999;
}
.menu ul li a, .menu ul li a:visited { /* main level */
	display: block;
	text-decoration: none;
	height: 25px;
	padding: 8px 10px 0;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	margin: 0;
}
/*.menu ul li:first-child a,			main level with specific style for first button
.menu ul li:first-child a:visited {
	
}*/
.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu ul li {
	float: left;
	position: relative;
	z-index: 999991;
}
.menu ul li ul {
	display: none;
}

.menu ul li:hover a, /* keeps hover style on main button when in its flyouts */
.menu ul li a:hover /* main level hover style */
/*.menu ul li:first-child a:hover /* re-applies the hover style to the first main button */ {
	color: #3e4140;
}

/* Begin Flyouts */
.menu ul li:hover ul { /* ul holding first flyout */
	display: block;
	position: absolute;
	top: 35px;
	left: 0;
	width: 240px;
	z-index: 999992;
}
.menu ul li:hover ul li a.hide {
	background: #6a3;
	color: #fff;
}
.menu ul li:hover ul li:hover a.hide {
	background: #6fc;
	color: #000;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a,		/* link syles in 1st and 2nd flyouts */
.menu ul li:hover ul li:hover ul li a {
	display: block;
	background: url(/wp-content/themes/somnsurg/images/bg-nav.png) top left no-repeat #bbced9;
	width: 200px;
	height: 22px;
	padding: 5px 30px 0 10px;
	color: #fff;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	overflow: hidden;
	margin: 0;
}
.menu ul li:hover ul li:hover a {
	background: url(/wp-content/themes/somnsurg/images/bg-nav-open.png) top left no-repeat;
	color: #3e4140;
}
.menu ul li:hover ul li a:hover,	/* hover link styles in 1st and 2nd flyouts with hover staying on 2nd flyout link when in its flyout */
.menu ul li:hover ul li:hover ul li a:hover {
	background: url(/wp-content/themes/somnsurg/images/bg-nav-hover.png) top left no-repeat;
	color: #3e4140;
}
.menu ul li:hover ul li:hover ul { /* ul holding the 3rd level links (2nd flyout) */
	display: block;
	position: absolute;
	left: 240px;
	top: 0;
	z-index: 999993; 
}
.menu ul li:hover ul li:hover ul.left {
	left: -105px;
}

#photodiv {
  background-repeat: no-repeat;
}

.social_media {
	color: #ffffff;
	padding-left: 5px;
	padding-top: 50px;
}

.social_media img {
	padding-right: 2px;
}

.estore {
float: right;
padding: 35px;
}

.buttons {
	float: right;
	width: 226px;
	padding: 0 0 15px 0;
}

.buttons a {
	margin-bottom: 2px;
}

object, embed {
position: relative; 
z-index: 1;
}

#road-construction {
	float: left;
	width: 285px;
	padding: 15px;
	background-color: #a11b00;
	color: #fff;
	margin: 0 15px 15px 0;
}

#road-construction h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	margin: 0 0 10px 0;
}

#what-we-offer {
	float: right;
	border: solid 1px #cccccc;
	width: 314px;
}

#what-we-offer h2 {
	color: #fff;
	background-color: #5c90ad;
	padding: 10px 15px;
	font-size: 16px;
	margin: 0 0 10px 0;
}

#what-we-offer ul {
	list-style-type: none;
	padding: 0 15px 10px 15px;
	margin: 0;
}

#what-we-offer li {
	padding: 0 0 15px 0;
}

#what-we-offer ul a {
	color: #d58722;
}

/**** BEGINE FEATURED GALLERY STYLES ****/

#featured #myGallery, 
#featured #myGallerySet, 
#featured #flickrGallery {
	border: none;
}

.jdGallery div.carouselContainer {
	display: none;
}

.jdGallery a.right,
.jdGallery a.left {
	display: none;
}

.jdGallery .slideInfoZone {
	display: none;
}

#featured .withArrows a.open {
	width: 100%;
	left: 0;
}

/**** END FEATURED GALLERY STYLES ****/

