/*
Theme Name: Dr.Fry
Description: Custom Theme for Naturopathic Medicine
Version: 1.5
Author: David Westbrook
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/
/* CSS Document */

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,
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;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1.6;
	color: black;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
	}

/* Paragraph */
p {
	margin: 20px 0;
}
strong {
	font-weight:bold;
	
}
em {
	font-style:italic;
}
/* basic */
.cleaner {
	clear:both;
}
/*Blocks*/
#page {
		background:url(images/sidebarbg.gif) repeat-y;

}
#header {
	background:#cbc3b7 url(images/head.gif) no-repeat 16px;
	height:175px;
	
}
#main {
	
}
#sidebar {
	
	
	
	
}
#content {
	
}
/*Header*/
#logo {
	text-align:right;
	padding:0 20px;
}
#toplinks {
	margin-left:170px;
}








#contentwrapper{
float: left;
width: 100%;
	padding-bottom:20px;
}

#contentcolumn{
margin-left: 207px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 207px; /*Width of left column*/
margin-left: -100%;
}



.innertubeLeft{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top:55px;
text-align:center;

}
.innertubeRight{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
padding:55px 35px;
}

.topmenu {
	height:73px;
	float:right;
	width:720px;}
.topmenu li {
	padding-top:43px;
	display:inline;
	float:left;
	margin-right:37px;
}
.topmenu li:hover {
	background:url(images/redspin.gif) no-repeat top center;
	
}
.redspin {
		background:url(images/redspin.gif) no-repeat top center;

}
.mission {
	
}
#toplinks {
	text-align:left;
}
#footer {
	clear:both;
	padding-left:35px;
	margin-left:207px;
	
	
}
#footer ul {

	
}
#footer ul li {
	display:inline;
	float:left;
	font-size:12px;
	margin-right:17px;
	margin-bottom:10px;
}
#footer ul li a {
	color:#948f87;
	text-decoration:none;
}
#footer ul li a:hover {
	color:#000;
	text-decoration:underline;
	
}
/* post */
 h2 {
	font-size:18px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	color:#948f87;
}
h3 {
		font-size:14px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	color:#948f87;
}
.tooltip { 
    display:none;
	background:#000;height:163px; 
    padding:40px 30px 10px 30px; 
    width:310px; 
    font-size:11px; 
    color:#fff; 
} 
 
/* a .label element inside tooltip */ 
.tooltip .label { 
    color:yellow; 
    width:35px; 
} 
 
.tooltip a { 
    color:#ad4; 
    font-size:11px; 
    font-weight:bold; 
}

