/*
Theme Name: Pavilion Lake Research Project
Theme URI: http://www.PavilionLake.com/blog/
Description: The customized WordPress theme based on the famous Kubrick.
Version: 1.0
Author: Studio98
Author URI: http://www.studio98.com/
Tags: fixed width, widgets

	This theme was designed, customized and built by Studio98,
	and is based on the famous Kubrick, the default Wordpress theme
*/

/* Reset */
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, input,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong{font-weight:bold;}

/* remember to define focus styles! */
a, a:focus, a:active, a:visited {
	outline:none;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
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: "" "";
}


/* Begin Typography & Colors */
.thread-alt {
	/* background:url(images/divider.gif) no-repeat 50% bottom; */
	padding-bottom:0;
}
.thread-even {
	/* background:url(images/divider.gif) no-repeat 50% bottom; */
	padding-bottom:0;
}
.depth-1 {
/* border: 1px solid #ddd; */
}

.even, .alt {

	border-left: 0px solid #ddd;
}

#wp-calendar caption, cite {
	text-decoration: none;
	}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

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

.commentmetadata {
	font-weight: normal;
	}

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

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/* 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, img.aligncenter {
	display: block;
	margin:13px auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 5px 10px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 10px 5px 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. */

.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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



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

select {
	width: 130px;
	}
/* End Form Elements */



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

.commentlist {
	padding: 0;
	}

.commentlist li {
	list-style: none;

	}

.children { padding: 0; }

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

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

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0;
	width: 190px;
	color:#ea7516;
	}

#wp-calendar #next a {
	padding-right: 0px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 0px;
	text-align: left;
	}

#wp-calendar tbody a {
	display: block;
	}
#wp-calendar tfoot td#prev{text-align:left;}
#wp-calendar tfoot td#next{text-align:right;}
	
#wp-calendar tfoot a {
	color:#ea7516;
	font-size:18px !important;
	}
#wp-calendar tfoot a:hover {
	color:#567291;
	}		

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font-size:24px;
	font-weight:normal;
	padding-bottom:10px;
	}
#wp-calendar td, #wp-calendar th{font-size:18px; text-align:center; padding:5px 0px;}
/* \*/ * html #wp-calendar td, #wp-calendar th{padding:4px 0px;} /* */
*+html #wp-calendar td, #wp-calendar th{padding:4px 0px;}

#wp-calendar td {
	text-align: center;
	}

#wp-calendar tfoot td.pad:hover { /* Doesn't work in IE */
	background-color:none; }
	
#wp-calendar tbody td.pad:hover { /* Doesn't work in IE */
	background-color:none; }	
/* End Calendar */



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

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

blockquote {
	margin: 5px 20px 19px 10px;
	padding-left: 13px;
	border-left: 3px solid #ddd;
	}
blockquote p{padding-bottom:0px;}

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;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 15px 0px;
	line-height:20px;
	}
/* End Various Tags & Classes*/



/* 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: 0px 15px 19px 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 */


/**********************************************************/

/* Custom Styles */
body {background:#315260 url(images/bg.gif) repeat-x top left; font-family:Arial, Helvetica, sans-serif; color:#515e66; font-size:13px;}
.clearfix {height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
.clear:after {height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
/* \*/ * html .clear {height:1px} /* */

/* Common Styles */
h1{font-size:22px; line-height:27px; padding:0 0 5px;}
h2{font-size:18px; line-height:24px; padding-bottom:3px;}
h2 a{color:#8d9ca6; font-weight:normal}
h2 a:hover{color:#515e66; font-weight:normal}
h2.title { font-size:20px; line-height:26px; }

h3{font-size:13px; font-weight:bold; line-height:23px; padding-bottom:3px;}
h3 a{color:#8d9ca6; text-decoration:none;}
h3 a:hover{color:#515e66;}
h3.reply{font-size:17px; padding-top:8px;}

p{line-height:21px; padding-bottom:16px;}
p.small{color:#8d9ca6; padding-bottom:5px; font-weight:bold;}
p.small a{color:#515e66;}
p.small a:hover{color:#8d9ca6;}

.citation {font-size:10px; vertical-align:text-top; position:relative; bottom:6px;}
.align-right{text-align:right; clear:both;}
.align-center{text-align:center; clear:both;}

a{color:#8d9ca6; text-decoration:none;}
a:hover{color:#515e66; text-decoration:none}

.entry a, .entry a:hover {font-weight:bold;}

a.btn-bg{background:url(images/btn-bg-right.jpg) no-repeat top right; height:34px; line-height:23px; color:#ffffff; float:right; text-decoration:none !important; }
a.btn-bg span{background:url(images/btn-bg-left.jpg) no-repeat top left; height:29px; float:left; padding:5px 20px 0px; cursor:pointer;}
a.btn-bg:hover{text-decoration:underline !important; color:#ffffff;}

a.btn{background:url(images/btn-right.jpg) no-repeat top right; height:34px; line-height:23px; color:#ffffff; float:right; }
a.btn span{background:url(images/btn-left.jpg) no-repeat top left; height:29px; float:left; padding:5px 20px 0px; cursor:pointer;}
a.btn:hover{text-decoration:underline; color:#ffffff;}

.bdr{font-size:0px; line-height:0px; border-bottom:1px dotted #8d9ca6; margin-bottom:15px;}

/* Main Containers */
#wrapper{width:100%; height:auto;}
#page-holder{width:922px; height:auto; margin:0px auto; background:url(images/page-shadow.gif) repeat-y top left;}
#page{width:900px; height:auto; padding:0px 11px; background:url(images/page-shadow-top.gif) no-repeat top left;}

/* Header */
#header{width:900px; height:250px; background:url(images/header-bg.jpg) no-repeat top left; position:relative; }
#logo{padding:76px 0px 0px 28px;}
#socialFollow { position:absolute; top:169px; left:110px; }

/* Top Navigation */
#nav{width:900px; height:49px;}
#nav ul{list-style:none}
#nav ul li{float:left; width:127px; height:49px; padding-left:2px; background:url(images/nav-divider.gif) no-repeat top left;}
#nav ul li a{float:left; display:block; width:127px; height:31px; padding-top:18px; text-align:center; text-decoration:none; color:#ffffff; font-size:12px; background:url(images/nav-bg.gif) repeat-x 0px 0px; font-weight:bold;}
#nav ul li a:hover, #nav ul li a.selected{text-decoration:none; color:#ffffff; background-position:0px -49px;}

#nav ul li.home{width:126px; background:none; padding:0px;}
#nav ul li.home a{width:126px;}

/***** Style for Drop Down Menu *****/
.anylinkcss{
font-size:12px;
position:absolute;
visibility: hidden;
line-height: 22px;
z-index: 100;
width: 160px;
padding:0px 0px 0px 0px;
border:6px solid #2c4c59;
border-width:0px 1px 5px 1px;
}
.anylinkcss a{
width: 100%;
display: block;
text-decoration: none;
font-weight: bold;
color:#ffffff;
border-bottom:1px solid #2c4c59;
padding:4px 0px 4px 0px;
background:#1a3041;
text-align:center;
}
.anylinkcss a:hover{ /*hover background color*/
color:#ffffff;
background:#0e1315;
}

/* Content Section */
#content{width:888px; height:auto; padding:1px 6px; background:#ffffff;}
#content-inner{clear:both; width:858px; height:auto; padding:20px 12px 10px 18px;}

/* Content Section Columns */
.narrowcolumn{width:632px; height:auto; float:left; padding:0 30px 0 0;}
#sidebar{width:196px; height:auto; float:left; padding:0;}
.widecolumn{margin:0; width:858px;}
.narrowcolumn .padd{padding:0;}
.widecolumn .padd{padding:0;}

/* Footer */
#footer{width:922px; height:auto; margin:0px auto; background:url(images/footer-bg.gif) no-repeat top left; padding-top:30px; text-align:center;}
#footer ul{list-style:none; padding-bottom:10px;}
#footer ul li{display:inline; background:url(images/footer-link-divider.gif) no-repeat right 2px; padding:0px 10px 0px 7px;}
#footer ul li.no-bg{background:none}
#footer ul li a{font-size:13px; font-weight:bold; color:#a2b3be; text-decoration:none;}
#footer ul li a:hover{color:#ffffff; text-decoration:none;}

p.copyright{color:#708da0; font-size:11px; padding-bottom:15px; line-height:18px;}
p.copyright a{color:#708da0; font-size:11px; text-decoration:none}
p.copyright a:hover{color:#ffffff; text-decoration:none}

/* Sidebar Specifics */
#sidebar h2 {font-size:18px; font-weight:normal; line-height:23px; padding-bottom:3px;}

#sidebar ul, #sidebar ul li {padding:0; margin:0;}
#sidebar ul li.widget {border-bottom:1px solid #dddddd; padding:10px 5px 10px 10px; margin-bottom:0px;}
#sidebar ul li ul {padding-left:6px;}
#sidebar ul li ul li {list-style-type:disc;}
#sidebar {line-height:19px;}

#sidebar ul#newtagcloud a {margin:0 6px 0 0; line-height:23px;}
#sidebar ul#newtagcloud {padding-left:0; margin:0;}
#sidebar ul#newtagcloud li {list-style:none;}

/* Search Form */
#searchform { margin: 0px; padding: 0; height:70px; }
#sidebar #searchform #s { width: 175px; padding: 3px 3px; background:none; border:1px solid #dddddd; color:#8d9ca6; font-size:12px; font-family:Arial, Helvetica, sans-serif; }
#sidebar #searchsubmit { padding: 0px; margin: 9px -5px 0 0; float: right; background:url(images/btn-search.jpg) no-repeat top left; border:none; cursor:pointer; outline:0px; width:115px; height:33px; }

/* Comment Form */
#commentform small {font-weight:normal;}	
#commentform input {width:35%; padding:2px; margin:0 5px 0 0; outline:none; color:#8d9ca6;}
#commentform .comment-fld {border:1px solid #dddddd; float:left; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#8d9ca6;}
#commentform {margin:5px 10px 0 0;}
#commentform p label small {font-size:12px;}
#commentform textarea {width: 97%; padding: 2px; float:left; border:1px solid #dddddd; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:19px; color:#8d9ca6;}
#respond:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#commentform #submit {margin: 5px 0 25px 0px; float: left; background:none; border:1px solid #dddddd; font-size:13px; font-family:Arial, Helvetica, sans-serif;	cursor:pointer; color:#8d9ca6;	}
#commentform p {padding-bottom:6px; margin:0px; clear:both;}

/* Default List in Right Column */
.narrowcolumn ul, .widecolumn ul {padding:0 0 18px 25px; margin:0;}
.narrowcolumn ul li, .widecolumn ul li {list-style:disc; font-size:13px; line-height:21px; padding:0 0 1px 0; margin:0;}
.narrowcolumn ul li ul, .widecolumn ul li ul {padding:3px 0 0 10px; margin:0;}
.narrowcolumn ul li ul li, .widecolumn ul li ul li {list-style:disc;}

.narrowcolumn ol, .widecolumn ol {padding:0 0 18px 25px; margin:0;}
.narrowcolumn ol li, .widecolumn ol li {list-style:decimal; font-size:13px; line-height:21px; padding:0 0 1px 0; margin:0;}
.narrowcolumn ol li ol, .widecolumn ol li ol {padding:3px 0 0 10px; margin:0;}
.narrowcolumn ol li ol li, .widecolumn ol li ol li {list-style:decimal;}
.narrowcolumn ol.commentlist {padding:5px 0px 0px 0px; margin:0;}
.narrowcolumn ol.commentlist ol { padding:0;}
.narrowcolumn ol.commentlist li {list-style:none !important; padding:0; margin-bottom:0px;}
.entry ol { padding-bottom:6px; }
.entry ol li {padding-bottom:12px;}

.entry {padding:10px 0 8px;}
.post { padding-bottom:10px; }
.postmetadata {border:1px solid #dddddd; border-width:1px 0; padding:3px 4px 8px; text-align:center; margin-bottom:20px; color:#8d9ca6;}
.postmetadata span { color:#315260; }
.divider {border-bottom:1px solid #dddddd; margin-bottom:20px; font-size:0; line-height:0; height:1px;}

small {font-size:11px; font-weight:normal; line-height:19px; color:#8d9ca6;}
cite.fn {line-height:16px; font-weight:bold; font-size:13px !important;}
cite.fn a {text-decoration:none; font-weight:bold;}
cite.fn a:hover {text-decoration:none;}
.commentmetadata { font-size:12px; }
.commentmetadata a {font-weight:normal;}

h3#comments, #respond h3 {font-size:15px; font-weight:bold;}
.comment-body p {padding-bottom:10px; font-size:12px;}

li.comment {border:0px solid #dddddd;}
.comment-body { border:1px solid #ddd; padding:5px 5px 5px 10px; margin:5px 0; }
.comment-body em { font-style:italic; }
.commentlist ul.children { padding:0; margin:0 0 0 20px; }
ul.children li {border-top:0px solid #dddddd; border-bottom:none; padding:0 5px 0 10px; margin:0; }
ul.children li ul { padding:0; margin:0; }
.addthis_container {text-align:center;}

/* PLRP Team */
dl#team{border-bottom:1px solid #cccccc; width:100%; padding:12px 0; margin-bottom:12px;}
dl#team dt{float:left; width:200px; height:auto;}
dl#team dd{float:left}
dl#team dt img { border:1px solid #E0DFE3; padding:2px; }

/* Contributors List */
dl.contributor{border-bottom:1px solid #cccccc; width:100%; margin-bottom:12px;}
dl.contributor:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
/* \*/ * html dl.contributor{height:1px} /* */
dl.contributor dt{float:left; width:105px; height:auto;}
dl.contributor dd{float:left}
dl.contributor dt img { border:1px solid #E0DFE3; padding:2px; margin-top:5px; }

dl.contributor-big{border-bottom:1px solid #cccccc; width:100%; margin-bottom:12px;}
dl.contributor-big:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
/* \*/ * html dl.contributor-big{height:1px} /* */
dl.contributor-big dt{float:left; width:201px; height:auto;}
dl.contributor-big dd{float:left}

.container{width:100%; height:auto; margin-bottom:12px;}
.container:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
/* \*/ * html .container{height:1px} /* */

.container .container-left{float:left; width:49%; border-right:1px solid #cccccc;}
.container .container-right{float:left; width:49%; padding-left:1%;}
.divider{border-bottom:1px solid #cccccc; height:1px; font-size:0; line-height:0; position:relative; top:-12px;}

/* Home Page */
#content-inner-home { clear:both; width:888px; height:auto; padding:0; } 
.welcome-container{height:auto; background:#a2b3be url(images/welcome-bg.gif) repeat-x bottom left;}
.welcome{width:852px; height:auto; padding:20px 18px 10px; background:url(images/welcome-btm.gif) no-repeat bottom left; color:#ffffff; font-size:12px;}
.welcome:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
/* \*/ * html .welcome{height:1px} /* */

.welcome-container a{color:#ffffff; text-decoration:underline; font-weight:bold;}
.welcome-container a:hover{color:#ffffff; text-decoration:none;}

.left{width:408px; height:auto; padding-right:18px; float:left;}
.left h1 { font-size:21px; line-height:26px; padding-bottom:20px; }
.left p.align-right { padding-bottom:36px; }
.right{width:426px; height:auto; float:left;}