/*
	Theme Name: Fullerton Drake Medical Center
	Description: Default Theme.
	Version: 1.0
	Author: Ivan Philipov
	Author URI: http://www.level9digital.com
	Tags:light,four-columns,right-sidebar,fixed-width
*/

/*Reset*/
html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,sub,sup,ol,ul,li,form,label,table,tr,th,td { padding:0; margin:0; border:0; outline:0; background-color:transparent; vertical-align:baseline; }

/* LANGUAGE SWITCHER */
.langswitch { width:940px; margin:5px auto; text-align: right; height: 12px}
.langswitch li {font-size: 12px; display: block; float:left; margin-left: 10px}
.langswitch a {color:black}

/* BASIC STYLES */
body { background:#c3d6f1; color:#333; font-size:12px; font-family: Helvetica, Arial, sans-serif; }
html>body { font-size:75%; }
header,nav,article,footer { display:block; }
img { display:inline-block; vertical-align:bottom; }

h1 { margin: 0 0 .2em 0; font-size:2.8em; letter-spacing: -1px; line-height:95%; color:#6e87a3; }
h2 { margin:.6em 0 .2em 0; font-size:2em; line-height:120%; color:#6e87a3; }
h3,h4 { margin:1em 0 .5em 0; font-size:1.2em; line-height:120%; }

p { margin:0 0 .5em 0; font-size:1.2em; }
ul { list-style:outside disc; margin:0 0 0 1.5em; }
ol { list-style:outside decimal; margin:0 0 0 2em; }
li { margin:0 0 .4em 0; font-size:1.2em; line-height:140%; }
li ul,
li ol { margin:0; }

blockquote { padding:0 1em; margin-left:1.5em; }
a:link { text-decoration:none; color:#1f89d5; }
a:visited { text-decoration:none; color:#1f89d5; }
a:hover { text-decoration:none; color:#000; }

abbr,acronym { border-bottom:1px dotted; cursor:help; }
sub { font-size:.7em; line-height:1em; vertical-align:sub; }
sup { font-size:.7em; line-height:1em; vertical-align:super; }
/* Table styles */
table { border-collapse:collapse; border-spacing:0; margin:0 0 .5em 0; }
caption { text-align:left; }
th,td { padding:.25em .5em; }
th { font-size:1em; text-align:left; }
td { font-size:1.1em; text-align:left; }
tr.odd td,tr.odd th { background:#eee; }
tbody td,tbody th { border:1px solid #999; }
tfoot { font-style:italic; }

/* Form styles */
input.radio,input.checkbox { vertical-align:top; }
label,button,input.submit,input.image { cursor:pointer; }
* html input.radio,
* html input.checkbox { vertical-align:middle; }
*+html input.radio,
*+html input.checkbox { vertical-align:middle; }
textarea { overflow:auto; }
input[type="text"],input[type="password"],select,textarea { border:1px solid #7F9DB9; padding:2px; margin:0; font-size:13px; font-family:Helvetica, Arial, sans-serif; vertical-align:bottom; }
select { padding:0; }
option { padding:1px; }
input[type="submit"] { border:1px solid #300; background:#800; color:#fff; padding:1px 6px; }
label { font-size:13px; font-weight:bold; color:#666; }
label .small { font-size:12px; font-weight:normal; }

/* HEADER */
.wrapper { width:940px; margin:12px auto; background: white}
.header { padding:0; margin-bottom:18px; color:black; position:relative; min-height:80px; _height:80px; overflow:hidden }

.blogname { width: 307px; height:58px; position:absolute; top:15px; left:15px}
.blogname a{ width: 307px; height:58px; background:url(images/fullerton-drake-logo.png) no-repeat; display:block; text-decoration:none  }
.header ul { list-style-type:none; }

/*OPTIONAL TOPNAV
.topnav { height:25px ;margin:0 0 18px; }
.topnav li { margin:0; float:left; }
.topnav a { color:#5A5A6C; float:left; margin:0 0 0 18px; display:block; }
.topnav a:hover { color:#5A5A6C; }
*/

.nav { font-size:13px; letter-spacing:-1px; margin:0; overflow:auto; position:absolute; left:335px; top:20px  }/*relative position allows absolute positioning of search box*/
.nav li { float:left; margin:0; width:auto; display: block; width: 20%}
* html .nav li,
*+html .nav li {width:120px}
.nav a,
.nav a:visited { font-weight: bold; color:#6e87a3; background:#fff; display:block;  padding:7px 18px 4px 9px; border-left:1px solid #6e87a3; white-space: pre-wrap; }
* html .nav a,
* html .nav a:visited {padding:7px 10px 4px 9px; color:#6e87a3}
* html .nav li a:hover { color:#36cce1; }
.nav a:hover { color:#36cce1; }
.nav li.current_page_item a,
.nav li.current_page_parent a { background: #fff; color:#555; }

/* CONTENT */
#content { width:940px; overflow:auto; }
/*Blog*/
.blogmain { width:562px; margin:0 0 0 15px; float:left; display:inline; overflow:auto; } /*width equals leftfoot width*/
.article { overflow:hidden; }
.article h1 a:link,
.article h2 a:link,
.article h1 a:visited,
.article h2 a:visited { color:#600; }
.article h1 a:hover,
.article h2 a:hover { color:#000; }
.article p { font-size:1.2em; line-height:150%; }
.article p.extendspost { color:#666; font-size:1em; line-height:130%; margin:0 0 .4em 0; }
.article p.extendspost a { color:#600; }

.alignleft { float: left; }
.alignright { float: right; }
div.alignleft { display:inline; float:left; margin:.5em 10px .2em 0; width:auto; } /*images*/
div.alignright { display:inline; float:right; margin:.5em 0 .2em 10px; width:auto; } /*images*/
.left { float:left !important; display:inline; width:120px; } /*page nav*/
.right { float:right !important; display:inline; width:332px; } /*page nav equal width with footer2*/
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; /* optional rounded corners for browsers that support it */
   -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; }

/*Page*/
.pagecontent { width:550px; float: left; margin:0 20px 0 15px; min-height:400px; height:auto !important; height:400px;  }
.pagecontent h1 { font-size: 24px; letter-spacing: 0px; margin-bottom:12px}
.pagecontent p { font-size:1.2em; line-height:150%; }
.pagecontent ul { margin:0 0 0 13px ; padding:10px 0 5px 0;}
.pagecontent li {list-style:none; margin:0; padding:0; background:url(images/8x8-bullet-blue.png) no-repeat 0 4px; padding:0px 0 5px 15px}
h1.page { margin:.6em 0 .6em 258px; } /*equal to width of footer1 plus margins at its left and right*/

/*Page Title*/
.pagetitle { background: #ffad51; width:940px; margin-bottom: 20px; height: 50px; border-bottom: 2px solid #fdd2a2; }
.pagetitle h1 { color:white;font-size: 26px; font-weight: normal; line-height:12px; letter-spacing:-1px; padding: 15px 0px 0px 15px}

/*Search page*/
.pagecontent p.postmetadata { margin-bottom:1.5em; }

/*Homepage*/
.billboard { height:300px; width:940px; margin:0 0 30px 0; background:#ffa751; text-align:center; clear: both}
.gallerylayer {margin:0; padding:0}
.homepagecontent { width:435px; float:left; display:inline; margin:0 20px 30px 20px; }
.homepagecontent p { font-size:12px; line-height:150%;margin-top:12px}
.homepagecontent h2 { font-size:17px; line-height:120%;margin-top:10px}
.homepagecontent li {font-size:12px}

.rssfeed { width:208px; float:left; display:inline; margin:0 0 0 30px; }
.rssfeed ul { list-style-type:none; margin-left:0; }
.rssfeed li { line-height:130%; }
.rssfeed h3 { margin-top:.3em; }

/* Homepage Sidebars */
.home-sidebar1 { width:212px; float:left; display:inline; background:#ffad51}
.home-sidebar2 { width:213px; float:right; display:inline; margin: 0px 20px 0px 0px }
.home-sidebar2 h3 { color:#6e87a3; font-weight: bold; font-size:19px; line-height:130%; margin:0px 0px 10px 0px; }
.home-sidebar2 a {color:#0f8bfb; font-size: 14px; font-weight: bold}
.home-sidebar2 img {margin:0px 0px 15px 0px}
.home-sidebar1 .textwidget ul { margin:0 0 0 13px ; padding:10px 0 5px 0;}
.home-sidebar1 .textwidget li {list-style:none; margin:0; padding:0; background:url(/images/8x8-bullet.gif) no-repeat 0 4px; padding:0px 0 5px 15px}
.home-sidebar1 .textwidget a {padding-left:28px; font-weight:bold; font-size:14px; color:#238acd}
.home-sidebar1 .textwidget {padding-bottom:10px}

/* Comments */
.commentlist { margin:0 0 18px 0; list-style-type:none; border-bottom:1px #ddd solid; }
.article p.commentauthor { float:left; display:inline; font-size:11px; line-height:12px; width:90px; text-align:left; }
.article p.commentauthor img { padding:0 40px 4px 0; display:block; float:left; }
.article p.commentauthor strong { font-size:12px; clear:both; }
.comment { width:430px; float:right; display:inline; }
.article .comment p { font-size:13px; line-height:17px; margin:0 0 .4em 0; }
.commentauthor a { }
.commentlist li { border-top:1px #ddd solid; margin:0; padding:18px 6px 6px 9px; background-color:#eee; font-size:13px; }
.commentlist .alt { background-color:#fff; }
.commentlist .authorcomment .comment { color:#009; font-style:italic; }
.commentlist .altauthorcomment .comment { color:#009; font-style:italic; }
#commentform textarea { width:555px; }
#commentform label { font-size:13px; }
#respond h3 { margin-left:0; padding:0; }

/* SIDEBAR */
.sidebars { overflow:hidden; }
.sidebars h3 { margin:12px 0 6px 0; }
.sidebars ul { list-style-type:none; margin:0; }
.sidebars li { margin:0 0 4px 0; padding:0; font-size:1.1em; line-height:120%; }
.sidebars li a { }
.sidebars .children { margin-left:0; }
.sidebarright { width:300px; float:right; display:inline; overflow:auto; margin:6px 15px 0 0; }
.sidebarright p { font-size:1.1em; line-height:140%; }
.sidebar2 { width:300px; display:block; }
.sidebar2 img {margin-bottom:20px;}
.sidebar3left { width:150px; padding:0; float:left; display:inline; }
.sidebar3right { width:150px; padding:0; float:right; display:inline; }

/* FOOTER */
.footer { margin:0; padding:0px 0 0px 15px; background:#96b4df; }
.footer3 { width:165px; float:left; display:inline; margin:0; }
.footer4 { width:165px; float:right; display:inline; margin:0; }
.footer li {display: inline; line-height:40px}
.footer p {line-height:130%;}
.footer p,
.footer li { font-size:1em;  color:#777; margin-right:10px; }
.footer a:link,
.footer a:visited { color:#333366; }
.footer a:hover { color:#FFFFFF; }
.footer ul { list-style-type:none; margin:0; padding:0; }
.footer p em { font-style:normal; font-weight:bold; font-size:13px; }

/*FOOTER Links*/
.footer-links {background:#c3d6f1; font-size: 80%; padding:6px 0 12px 0;}

/* Miscellaneous classes */
.clr { clear:both; }
.small { font-size:90%; }


/***PLUGINS*****/

/***Contact Form 7****/
.wpcf7 { width:510px; }
.wpcf7 input[type="text"],
.wpcf7 select,.wpcf7 textarea { width:510px; }
.wpcf7 input.captcha { width:60px; }
.wpcf7 input[type="submit"] { width:66px; margin-top:12px; }

/* Fixed stuff */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
