﻿/*
Description: Image Vision Labs 
Author: Steven White
version: 1.0
*/

* {
	padding: 0;
	margin: 0;
}

html, body {
	width: 100%;
	background: #D0EAFA;
	font-family: Verdana;
}

div.wrapper {
	width: 100%;
	background: url() no-repeat center top fixed;
}

div.container {
	width: 910px;
	padding: 0 25px;
	margin: 0 auto;
	background: url(images/content-middle-bg.png) repeat-y center top;
}

div.container.top {
	padding-top: 20px;
	height: 20px;
	margin: 0 auto;
	background: url(images/content-top-bg.png) no-repeat center bottom;
}

div.container.bottom {
	height: 20px;
	margin: 0 auto;
	background: url(images/content-bottom-bg.png) no-repeat center top;
}

hr {
	visibility: hidden;
	height: 0;
	clear: both;
}

p {
	margin-bottom: 10px;
}

a {
	color: #a92620;
}

a:hover {
	text-decoration: none;
}

ul {
	padding-left: 25px;
}

input.text, textarea {
	font-family: Verdana;
	font-size: 12px;
}

/* -------------------------------------------------------------------------------------------- header */

div#header {
	position: relative;
	height: 164px;
	background: url(images/header-bg.gif) repeat-x left top;
	padding: 0 8px;
}

div.logo {
	display: block;
	width: 300px;
	height: 100px;
	position: absolute;
	background: url("images/IVL-Logo 3-4-2010.jpg") no-repeat left top;
	text-indent: -9999px;
	margin-top: 10px;
}


/* -------------------------------------------------------------------------------------------- navigation */

div.navigation {
	position: absolute;
	top: 100px;
	height: 47px;
}

div.navigation ul {
	list-style-type: none;
	position: relative;
	top: 10px;
	padding: 0 !important;
}

div.navigation li {
	display: block;
	float: left;
	padding: 0 30px 0 20px;
	font-style: italic;
	font-size: 16px;
}

div.navigation li#home {
	background: url(images/icon-home.gif) no-repeat 0px 4px;
}

div.navigation li#about {
	background: url(images/icon-about.gif) no-repeat 0px 4px;
}

div.navigation li#members {
	background: url(images/icon-members.gif) no-repeat 0px 4px;
}

div.navigation li#location {
	background: url(images/icon-location.gif) no-repeat 0px 4px;
}

div.navigation li#blog {
	background: url(images/icon-blog.gif) no-repeat 0px 3px;
}

div.navigation li#calendar {
	background: url(images/icon-calendar.gif) no-repeat 0px 4px;
}

div.navigation li#contact {
	background: url(images/icon-contact.gif) no-repeat 0px 5px;
}

div.navigation li a {
	color: #000000;
	text-decoration: none;
}

div.navigation li a:hover {
	text-decoration: underline;
}

/* -------------------------------------------------------------------------------------------- content */

div#content {
	width: 594px;
	float: left;
	padding: 0 3px 0 8px;
	font-size: 12px;
}

div#content.page h1 {
	font-size: 30px;
	font-style: italic;
	line-height: 32px;
	font-weight: normal;
	color: navy;
	margin-bottom: 20px;
}


div#content h2 {
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	color: navy;
	background: url(images/h2-bg.gif) no-repeat right 15px;
	padding: 25px 0 20px 8px;
	margin: 0 0 10px -8px;
}

div#content h3 {
	font-size: 14px;
	font-style: bold;
	color: navy;
	padding: 10px 0;
}

div#content h4 {
	font-size: 20px;
	font-weight: normal;
	color: navy;
	background: url(images/h2-bg.gif) no-repeat right 15px;
	padding: 25px 0 20px 8px;
	margin: 0 0 10px -8px;
}

div#content h5 {
	font-size: 18px;
	font-weight: normal;
	color: navy;
	padding: 0px 0px 0px 8px;
	margin: 0 0 10px -8px;
}



div#content div.post h1 a {
	color: #000000;
	text-decoration: none;
}

div#content p {
	line-height: 22px;
}

div#content img {
	
}

div#content li {
	padding-bottom: 5px;
}

div#content div.col {
	width: 267px;
	float: left;
	padding: 0 15px;
}

/* --------------------------------------------------------------------------------------------- navigation for switching pages */

.navigation .alignright {
	float: right;
}

.navigation .alignleft {
	float: left;
}

.navigation {
	height: 30px;
}

/* -------------------------------------------------------------------------------------------- Comments */

#commentssection {

}

#commentssection h3 {
	font-size: 15px;
}

ol.commentlist {
	list-style-type: none;
}

ol.commentlist li {
	border: 1px solid #aaaaaa;
	background: #eeeeee;
	padding: 10px;
	font-size: 12px;
	color: #aaaaaa;
	margin-bottom: 15px;
}

ol.commentlist li.alt {
	
}

ol.commentlist li cite a {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
}

ol.commentlist li cite a:hover {
	color: #333333;
}

ol.commentlist li p {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}

ol.commentlist li p.commentmetadata a {
	font-size: 11px;
	line-height: 20px;
	color: #666666;
}

#commentform {
	
}

#commentform h3 {
	font-size: 16px;
	padding-bottom: 10px;
}

#commentform p {
	font-size: 12px;
	line-height: 20px;
}

#commentform input.full {
	border: 1px solid #555555;
	padding: 4px;
	margin: 0 5px 10px 0;
}

#commentform textarea {
	width: 400px;
	height: 100px;
	margin-bottom: 10px;
}

#commentform input.submit {
	background: #dddddd;
	border: 1px solid #555555;
	padding: 3px;
	margin-bottom: 15px;
}


/* -------------------------------------------------------------------------------------------- contact */

fieldset {
	border: none;
}

legend {
	display: none;
}

label {
	font-size: 11px;
}

input.text {
	border: 1px solid #666666;
	padding: 7px 5px 3px;
	background: #ffffff;
	margin-bottom: 5px;
}

textarea {
	width: 228px;
	padding: 5px;
}

input.button {
	margin-top: 15px;
}

/* -------------------------------------------------------------------------------------------- sidebar */

div#sidebar {
	width: 275px;
	float: left;
	font-size: 12px;
	padding-left: 15px;
	
}

div#sidebar h2 {
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	background: url(images/h2-bg.gif) no-repeat right top;
	padding: 10px 0 20px 8px;
	margin-bottom: 10px;
	margin-left: -8px;
}

div#sidebar p {
	margin: 0;
	background: url(images/sprite_sidebar.png);
}

div#sidebar p span.header {
	font-size: 13px;
	font-weight: bold;
}

div#sidebar ul {
	list-style-type: none;
	padding: 0;
}

div#sidebar li {
	display: block;
	clear: both;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

div#sidebar img {
	float: left;
	padding-right: 15px;
	margin-bottom: 10px;
}

/* -------------------------------------------------------------------------------------------- footer */

div#footer {
	width: 960px;
	height: 35px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	color: #453d17;
}

div#footer a {
	color: #453d17;
}

div#footer img {
	border: none;
	vertical-align: middle;
}