/*
Theme Name: Imaginary Trout's Garth Fisher
Theme URI: http://imaginarytrout.com
Description:  A custom theme developed for Dr. Garth Fisher based no Blueprint CSS Framework
Version: 2.2
Author: Imaginary Trout
Author URI: http://imaginarytrout.com/
*/



/* Begin Typography & Colors */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        background: transparent;
        border: 0;
        font-size: 99%;
        font-family: Arial;
        margin: 0;
        outline: 0;
        padding: 0;
        vertical-align: baseline;
}
body {
        line-height: 1.2;
}
body,html {
	width: 100%;
	height: 100%;
}
ol, ul {
        margin-left: 25px;
}

:focus {
        outline: 1px #c0c dotted;
}


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Helvetica', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}

ol,ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
   }
html {
   font-size: 100.01%; /* Corrects default font sizing in IE/WIN, and font resizing in Opera. */
   }
.clearfix:after,
.stripNav:after {
   content: ".";
   clear: both;
   display: block;
   height: 0;
   visibility: hidden;
   }

.container { 
	/* opacity: 0;  */
}
#content {
	display: block;
	font-size: 1.2em;
	opacity: 1.01 !important;
	width: 950px !important;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Helvetica', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: left;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li { font-size: 1em; }

.commentlist li { font-weight: bold; }

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Helvetica', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code { font: 1.1em 'Courier New', Courier, Fixed; }

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: none;
	}

/* Begin Structure */

.post {
	margin: 0 0 0px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	padding-left: 30px;
	padding-right: 30px;
}

.clear { clear: both; line-height: 0px; }

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	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;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	/* text-indent: -10px; */
	}

.entry li {
	margin: 3px 0 4px 10px; 
	}

.entry ul li:before, #sidebar ul ul li:before {
	/* content: "\00BB \0020"; */
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 175px;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/* ---------------------------------------------------
=Navigation
--------------------------------------------------- */

ul#navigation li {
   float: left;
   height: 50px;
   x-position: relative;
   }

ul#navigation li a {
   color: #000;
   padding: 0px;
   height: 50px;
   display: block;
   text-indent: -9999px;
   font-size: 11px;
   }

ul#navigation li a:hover {
   color: #9e0b0f;
   background-position: 0px -50px;
   }

ul#navigation li ul {
   position: absolute;
   top: 50px;
   z-index: 2 !important;
   width: auto;
   float: left;
   clear: both;
   }

ul#navigation li ul li {
   display: none;
   line-height: 35px;
   height: 35px;
   position: relative;
   z-index: 200;
   clear: none;
   width: auto !important;
   margin-top: -20px;
   }

ul#navigation li ul li a {
   color: #000 !important;
   white-space: nowrap;
   padding: 0px 10px;
   display: block !important;
   background-image: none !important;
   text-indent: 0px;
   width: auto !important;
   line-height: 30px;
   height: 35px;
   }

ul#navigation li ul li a:hover {
   color: #bac3e2 !important;
   }

#subnav {
	display: block;
	height: 25px;
	overflow: none;
	margin-top: 15px;
}

#subnav ul {
   z-index: 20 !important;
   float: left;
   clear: left;
   }


#subnav ul li {
   line-height: 35px;
   float: left;
   height: 35px;
   position: relative;
   z-index: 200;
   clear: none;
   width: auto !important;
   margin-top: -10px;
   display: inline;
   }

#subnav ul li a {
   color: #000 !important;
   white-space: nowrap;
   padding: 0px 8px;
   /* display: block !important; */
   background-image: none !important;
   display: inline;
   text-indent: 0px;
   width: auto !important;
   line-height: 30px;
   height: 35px;
   font-size: 120%;
   text-transform: uppercase;
   }

#subnav ul li a:hover {
   color: #bac3e2 !important;
   }

#subnav ul { display: none; }


ul#navigation li.home a { background-image: url(images/nav1.png); width: 58px; }
ul#navigation li.drfisher a { background-image: url(images/nav2.png); width: 115px; }
ul#navigation li.press a { background-image: url(images/nav3.png); width: 69px; }
ul#navigation li.office a { background-image: url(images/nav4.png); width: 77px; }
ul#navigation li.extrememakeover a { background-image: url(images/nav5.png); width: 102px; }
ul#navigation li.nakedtruth a { background-image: url(images/nav6.png); width: 74px; }
ul#navigation li.photogallery a { background-image: url(images/nav7.png); width: 88px; }
ul#navigation li.biomedspa a { background-image: url(images/biomedspa.png); width: 121px;}
ul#navigation li.biothrive a { background-image: url(images/biothrive.png); width: 115px;}
/*ul#navigation li.cellceuticals a { background-image: url(/images/nav9.png); width: 177px; } */
ul#navigation li.cellceuticals a { background-image: url(images/cellceuticals.png); width: 125px; }
ul#navigation li.twitter a { background-image: url(images/nav10.png); width: 55px; }

#nav { margin: auto !important; }


.sundayMorning-bubble *,
#sundayMorning-menu * {
    padding:0; margin:0;
    outline:none; border:none;
    width:auto; height:auto;
    font:11px "Trebuchet MS", Tahoma, sans-serif;
}

.sundayMorning-bubble {
    background: url(images/bubble-right.png) no-repeat top right;
    position:absolute;
    color:#FFF;
    z-index:1000;
}
.sundayMorning-bubble span {
    background: url(images/bubble-left.png) no-repeat top left;
    display:block;
    padding:19px 30px 18px 30px;
    margin-left:-25px;
    overflow:hidden;
    white-space:nowrap;
}
.sundayMorning-bubble b {
    color:#CCFF00;
    font-weight:bold;
}

#sundayMorning-menu {
    position:absolute; top:200px; left:200px;
    background: url(images/menu-top.png) no-repeat top;
    width:150px;
    margin:-35px 0 0 -15px;
    padding-top:30px;
    z-index:1000;
}
#sundayMorning-menu ul {
    display:block;
    background: url(images/menu-bottom.png) no-repeat bottom;
    padding:0 0 25px 0;
    overflow:hidden;
}
#sundayMorning-menu li  {
    list-style:none;
    padding:0 8px 0 10px;
}
#sundayMorning-menu a {
    display:block;
    padding:4px 20px;
    text-decoration:none;
    color:#FFF;
}
#sundayMorning-menu a:hover {
    background: url(images/menu-hover.png);
    color:#000;
    font-weight:bold;
}
#sundayMorning-menu a.sundayMorning-close {
    display:block;
    text-indent:-5000px;
    position:absolute;
    top:13px; right:8px;
    width:13px; height:13px;
    padding:0;
    background:transparent url(images/menu-close.png) no-repeat center center;
}
#sundayMorning-menu a.sundayMorning-close:hover {
    background:transparent url(images/menu-close.png);
}










/* ---------------------------------------------------
CVS: $ $
Title: slider.css
Copyright: (c) 2008-2009
Author: IT
Company: Imaginary Trout vs Rhino
Description: Slider styles for Dr. Garth Fisher
--------------------------------------------------- */

/* ---------------------------------------------------
=Slider
--------------------------------------------------- */

#carousel.prejs {
   height: auto !important;
   float: left;
   clear: both;
   visibility: hidden !important; 
    display: none !important; 
   }

#carousel.prejs div.csw {
   height: auto !important;
   }

#carousel.prejs div.csw .panel {
position: relative;
height: 500px;
}

#carousel.prejs div.csw .panel div {
height: 300px;
background-repeat: no-repeat;
}

.company #carousel.prejs div.csw .panel div p {
left: -400px;
}

#carousel.prejs div.csw a.contactlink {
left: 360px;
}

#carousel.prejs div.csw div.panel {
   height: 500px;
   }

#carousel.prejs {
width: 537px;
}


#carousel.prejs .stripNav ul li { width: 537px; clear: both; }
#carousel.prejs .stripNav { height: 165px !important; }


#carousel noscript { display: none; }

#carousel.prejs noscript {
   background-color: #ffc;
   color: #c00;
   display: block;
   padding: 10px;
   }
#carousel {
}

noscript ol li {
   margin-top: 15px;
   margin-left: 15px;
   list-style-type: disc;
   }


/* =Inherited */
.stripViewer .panelContainer .panel ul {
   text-align: left;
list-style-type:none;
   margin: 0 15px 0 30px;
   }
.stripViewer .panelContainer {
float:left;
left:0;
list-style-type:none;
position:relative;
top:0;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
   position: relative;
   /*width: 90%; */
	height: auto;
   }

/* These 2 lines specify style applied while slider is loading */
.csw {
   width: 100%;
   height: 480px;
   background: #fff;
   overflow: scroll;
   }

.csw .loading {
   margin: 200px 0 300px 0;
   text-align: center;
   }

.stripViewer { /* This is the viewing window */
   position: relative;
   overflow: hidden; 
   width: 888px; /* Also specified in  .stripViewer .panelContainer .panel  below */
   height: 513px;
   clear: both;
   background: transparent top left no-repeat;
   padding: 0px;
   }

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
   position: relative;
   left: 0; top: 0;
   float: left;
   list-style-type: none;
   /* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
   }

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
   float:left;
   height: 513px;
   position: relative;
   margin-left: 0;
   padding-left: 0;
   width: 888px /* Also specified in  .stripViewer  above */
   margin-right: 0px !important;
   overflow: hidden;
   }

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
   height: 513px;
   padding: 0px;
/*   background: transparent repeat 50% -44px; */
   }


.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
   clear: both;
   margin: auto;
   width: auto !important;
   z-index: 1000;
   position: absolute;
   bottom: 0px;
   right: 32px;
   text-align: right;
   width: auto;
   padding-right: 10px;
   }

.stripNav ul { /* The auto-generated set of links */
   list-style: none outside none;
   width: auto !important;
   }

ol,ul {
   list-style-type: none !important;
   list-style: none !important;
}
ul li {
   padding-left: 0 !important;
   float: left;
   margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
   padding-right: 0px;
   width: auto;
   }

.stripNav a { /* The nav links */
   text-align: center;
   color: #000;
   text-decoration: none;
   display: block;
   padding: 2px;
   font-size: 12px;
   text-transform: uppercase;
   float: left;
   font-family: Bodoni, Didot, Georgia, "Times New Roman", Times, serif;
   }

.stripNav li a.current {
   color: #fff;
   }
h4 {
   font-size: 18px;
   padding: 5px;
   color: #000;
}
.panel .wrapper h4, .wrapper h4 {
   font-size: 18px;
   padding: 5px;
   color: #000;
}
.panel .wrapper p, .wrapper p, .wrapper.one p {
   padding: 5px;
   font-size: 13px;
   z-index: 999;
   line-height: 140%; 
   color: #333333;
   text-align: justify;
   }

.gallery_before {
}
.gallery_after{
	clear: left;
}
.wrapper {
   margin-right: 10px;
}
	

.panel .wrapper img {
   /* margin: 10px; */
   }


/* .panel .wrapper a.cross-link { */
a.cross-link {
   cursor: pointer;
   display: block;
}




.stripNav blockquote {
   position: absolute;
   left: 0px;
   z-index: 500000 !important;
   display: none;
   top: 150px;
   width: 242px;
   cursor: default;
   }

.stripNav blockquote p {
   color: #ccc;
   font-size: 15px !important;
   text-transform: none;
   font-weight: bold;
   text-align: right;
   line-height: 120% !important;
   padding: 0px 20px;
   }

.stripNav dl {
   width: 792px;
   position: absolute;
   top: 419px;
   height: 130px;
   left: 0px;
   z-index: 60000;
   color: #fff;
   padding-top: 10px;
   display: none;
   }


.stripNav dl dt {
   width: 212px;
   float: left;
   padding: 0px 20px 0px 10px;
   height: 35px;
   text-align: right;
   display: none;
   clear: both;
   }

.stripNav dl dd {
   width: 510px;
   float: left;
   padding: 0px 20px;
   height: 35px;
   display: none;
   }


/* ---------------------------------------------------
=Press inner lists.
--------------------------------------------------- */


/* ---------------------------------------------------
=Positioning and size.
background:url('/wp-content/themes/imaginary/images/whitesemi.png') no-repeat scroll left top transparent;
--------------------------------------------------- */

div.whitesemi {
	background:url(/wp-content/themes/imaginary/images/whitesemi.png) no-repeat scroll left top transparent;
}

div.wrapper {
   /* background: transparent url(images/whitesemi.png) top right no-repeat; */
   font-size: 13px;
        text-align: left;
        padding: 0px;
	padding-left: 10px;
   }
div.wrapper table {
   width: 500px;
}
div.entry p {
/* background: url(images/panels/bio.jpg) top center no-repeat;	 */
	margin-top: 0px; margin-bottom: 13px; margin-right: 15px; margin-left: 7px; font-size: 14px;

}
div.entry h1 {
	font-size: 2em;
	color: #000;
	margin-left: 5px;
	text-indent: 0px;
	margin-bottom: 10px;
}

li.categories ul li { float: none; clear: both; text-align: left;}

li.panel, div.stripViewer { width: 500px; list-style: none; }

div.stripViewer {
   left: 380px;
   }

body#bio li.panel, body#bio div.stripViewer {
width:500px;
}


div.loading-invisible {
	/*make invisible*/
	display:none;
}

div.loading-visible {
    display:block;
    position:absolute;
    top:200px;
    left:0;
    width:100%;
    text-align:center;
    background:#fff;
    opacity:.75;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

ul, ul li, ol, li {
	list-style: none;
}
div.logo {
	text-align: center;
}

/* Added to start fixing Press > Magazines */

.divcol {
float:left;
font-size:10px;
font-weight:bold;
margin:1px;
padding:1px;
text-align:left;
width:275px;
}

#translations {
clear:both;
height:35px;
line-height:35px;
margin:auto;
position:relative;
width:430px;
}
ul#translations li a:hover { background-position:0 -35px; }

ul#translations li.english a {
background-image:url("/images/translation1.png");
width:75px;
}

ul#translations li.spanish a {
background-image:url("/images/translation2.png");
width:72px;
}
ul#translations li.chinese a {
background-image:url("/images/translation3.png");
width:71px;
}
ul#translations li.japanese a {
background-image:url("/images/translation4.png");
width:76px;
}
ul#translations li.arabic a {
background-image:url("/images/translation5.png");
width:61px;
}
ul#translations li.russian a {
background-image:url("/images/translation6.png");
width:75px;
}

ul#translations li a {
color:#000000;
display:block;
height:35px;
padding:0;
text-indent:-9999px;
}

a:active {
	outline:none;
}
:focus {
	-moz-outline-style:none;
}
a.player {
	margin-top: 0px;
	padding-left: 65px;
	display:block;
	background-image: url(/images/playlist/play.png) no-repeat;
	width:480px;
	height:360px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
/* splash image */
a.player img {
	margin-top:0px;
	border:0;
}

em {	
	display:block !important;
}

#em_gallery .panel .wrapper p {
font-size:14px;
padding:1px;
text-align:center;
}

#em_gallery .panel .wrapper h2 {
font-size:1.6em;
text-align:center;
}

.wrapper div.before_3col {
padding-left:120px;
text-align:center;
width:888px;
}




.floatleft{
        float:left;
        }

.floatright{
        float:right;
        }

.clearboth{
        clear:both;
        }

.alignleft{
float:left;
margin:0px 15px 15px 0pt;
}

.alignright{
float:right;
margin:0px 0pt 15px 15px;
}

.aligncenter{
clear:both;
display:block;
margin:10px auto;
padding: 10px 0;
}

.meta{
        display:block;
        position:relative;
        top:3px;
                font-size:11px;
        line-height:14px;
        min-height:14px;
        }

.read-more, .show-next{
                        display:block;
        font-size:11px;
        font-weight:bold;
        height:41px;
        left:-2px;
        line-height:41px;
        position:relative;
        text-align:center;
        text-decoration:none;
        width:165px;
        }

.read-more:hover, .show-next:hover{
                        }


blockquote{
                        font-size:13px;
        font-style:italic;
        }

.page p{
}
.page h2 {
        font-size: 30px;
        padding-bottom: 5px;
        font-weight: bold;
}
.post, .page {
        line-height: 140%;
}
.post h2 {
        line-height: 120%;
}
.post h3, .page h3 {
        margin-top: 8px;
        margin-bottom: 6px;
}

form.wpcf7-form div input[type=text], form.wpcf7-form div input[type=textarea], form.wpcf7-form input[type=text] {
-moz-border-radius: 2px;
-webkit-border-radius:2px;
border-radius:2px;
padding:5px 7px;
line-height: 1em;
margin-top:10px;
margin-bottom:10px;
background-color: #cfcfcf;
background:url("/wp-content/uploads/2010/04/highlight.png") repeat-x scroll left top #F6F6F6;
border:1px solid #E1E1E1;
}
form.wpcf7-form p {
	text-align: left;
}

span.wpcf7-checkbox {
        display: block;
        width: 400px;
}
span.wpcf7-list-item input {
        clear: both;
        width: 20px;
        float: left;
}
span.wpcf7-list-item-label {
        float: left;
        padding-top: 5px;
}

input[type=submit], #cancel-comment-reply-link {
-moz-border-radius: 2px;
-webkit-border-radius:2px;
text-decoration: none;
border-radius:2px;
padding:5px 7px;
line-height: 1em;
margin-top:10px;
margin-bottom:10px;
margin-right: 10px;
background-color: #cfcfcf;
background:url(/wp-content/uploads/2010/04/highlight.png) repeat-x scroll left top #F6F6F6;
border:1px solid #E1E1E1;
}

form.wpcf7-form div input[type=submit]:hover, form.wpcf7-form input[type=submit]:hover {
-moz-border-radius: 2px;
-webkit-border-radius:2px;
border-radius:2px;
padding:5px 7px;
line-height: 1em;
margin-top:10px;
margin-bottom:10px;
background-color: #cfcfcf;
background:url(/wp-content/uploads/2010/04/highlight.png) repeat-x scroll left top #F6F6F6;
border:1px solid #E1E1E1;
font-weight: bold;

}

.formJoin:hover, .formLogin:hover, formSearch:hover { cursor: pointer; }

.wpcf7-list-item-label { width: 300px; }

.sidebar * { color: #333; }
.sidebar { padding-left: 10px; margin-top: 30px; }

#sidebar ul li { width: 300px; font-size: 14px;}

.widgettitle {
	margin: 15px;
}
.widgettitle h2 { font-size: 14px;
}

div.blog { font-size: 14px; text-align: left; }
div.blog h1 { font-size: 26px; }

.wrapper p, .wrapper ol, .wrapper ul, .wrapper ul li ul li, .wrapper ul li{
clear:both;
list-style: disc !important;
font-size: 12px;
}
.wrapper ol, .wrapper ul {
font-size:14px;
line-height:150%;
margin-left:0 !important;
margin-right:0;
padding-left:0;
}
.wrapper p, .wrapper ol, .wrapper ul {
clear:both;
margin-bottom:15px;
}
.wrapper.blockul { width: 980px;}
.blockul ul li {
float:left;
height:170px;
list-style-type:none;
margin:10px;
width:125px;
}
.wrapper h2 {
padding: 5px;
}
.magul ul li {
float:left;
height:170px;
list-style:none outside none !important;
margin:10px;
width:125px;
clear: none;
}
.magul ul li a {
display:block;
height:170px;
text-indent:-9999px;
width:125px;
}

div.biomed {
	margin-left: 270px;
	margin-top: 175px;
	width: 565px;
}

div.biomed ul {
        text-transform: uppercase;
}

div.biomed ul li {
        list-style: none !important;
        font-size: 11px !important;
	width: 525px;
	display: block;
}

.span-nav {
	display: inline-block !important;
	margin: auto !important;
}

.contact-left {
	width: 400px !important;
	float: left;
}
.contact-left h2 {
	display: inline-block;
}
.contact-right {
	display: inline-block;
}
.contact-form {
	display: block;
	clear: both;
}
.contact-form label {
font-size: 14px !important;
}
.contact-form input {
font-size: 15px !important;
}
.contact-form select {
font-size: 15px !important;
}
.contact-form textarea {
font-size: 14px !important;
}
.contact-form ul li {
	float: none !important;
	display: block; !important;
	text-align: left !important;
}

