/*
Theme Name: Grockit Subsite
Description: A dynamic grockit theme for our subsites.
Author: Stephanie Hornung
	
Credits and license:

Uses the Blueprint CSS framework:
http://www.blueprintcss.org/

based on room 34 baseline theme

Design, CSS and HTML are released under LGPL version 3:
http://www.gnu.org/licenses/lgpl-3.0-standalone.html

Last update: July 20, 2009
*/

/* STANDARD HTML TAGS */

body {
	color: #333;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

a, a:visited {
	color: #1296BF;
	text-decoration: none;
}

a:hover {
	color: #51B8D6;
	text-decoration: underline;
}

a:active, a:focus {
	outline: none;
}

blockquote {
	border-left: 0.5em solid #ccc;
	font-size: 0.9em;
	font-style: normal;
	padding: 0 0 0 1em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}

h5 {
	margin: .3em;
}

hr {
	background: #eee;
	color: #eee;
}

small {
	color: #555;
	font-size: 0.9em;
}

th {
	background: #eee !important;
}

ul.inline {
	display: block;
	margin: 0em 0em 1em 0;
	padding: 0;
}

	ul.inline li {
		display: inline;
		margin: 0 0.5em 0 0;
	}

/* CUSTOM CSS CLASSES */

.alignleft {
	float: left; display: inline; /* IE6 fix */
	padding: 0 1em 0.5em 0;
	text-align: left;
}

.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}

.alignright {
	float: right; display: inline; /* IE6 fix */
	padding: 0 0 0.5em 1em;
	text-align: right;
}

.alignjustify {
	text-align: justify;
}

#respond {
        background-color: #F0F3F4;
        padding: 1px 20px 8px;
}

.commentlist {
	clear: both;
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

	.commentlist li {
		border-bottom: 1px solid #eee;
		margin: 0.5em 0;
	}

	.commentlist cite {
		font-size: 1.25em;
		font-style: normal;
	}
	.commentlist cite a {
               color: #999;
        }
	.commentlist img {
		border: 1px solid #eee;
		float: left; display: inline; /* IE6 fix */
		margin: 0 1em 0.5em 0;
		padding: 4px;
		text-align: left;
	}
        .commentlist .says {
                display:none;
        }

	.commentlist p {
		clear: both;
                margin-top: 1.5em;
	}
	
	.commentlist .bypostauthor {
		border-left: 0.5em solid #ccc;
		padding-left: 1em;
	}
.comment-author {
        display:inline;
        font-weight:bold;
}		
.commentmetadata {
	color: #ccc;
	font-size: 1.25em;
        display:inline;
        margin-left: .3em;
        font-weight:bold;
}
.commentmetadata a {
       color: #ccc;
}
.comment-author-info, .comment-author-input {
       float:left;
       width: 200px;
}
.comment-input {
      margin-left: 220px;
}

.entry {
}

.input label {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
        padding: .8em 0 .2em;
}

.post {
	margin: 0 0 3em 0;
        border-bottom: 1px solid #ccc;
}

.post h2 a {
       color: #006A90;
}
#content .post h2, #content .post h1 {
       margin-bottom: 0px;
}
.postmetadata {
	clear: both;
	color: #999;
	font-size: .9em;
}

.postmetadata .date {
        color: #ccc;
        margin-left: .3em;
}

.postmetadata .date, .postmetadata .author {
       font-size: 1.4em;
        font-weight:bold;
}

.wp-caption {
/*	background: #eee;
	border: 1px solid #ccc;
	padding: 0.5em;*/
}

	.wp-caption img {
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	.wp-caption p.wp-caption-text {
		margin: 0;
		padding: 0;
                font-size: .9em;

	}

.content-section {
      border-bottom: 1px solid #ccc;
}

#content .content-section h3 {
      margin-top: 1em;
}
.content-section h4 {
      margin-bottom: 0px;
      font-weight: bold;
      color: #999;
}

/* DOM ELEMENTS */

#page {
}

	#header {
		height: 80px;
		overflow: hidden;
                border-bottom: 2px solid #00AAD5;
	}
	
		#header * {
			line-height: 1.3em;
			text-decoration: none;
		}
		
		
		#headerimg {
			background: transparent;
			height: 180px;
			width: 950px;
		}
		
		#header h1 {
			margin: 20px 0 0 0;
		}
		
		#header .blog-title {
			position:relative;
			bottom: 5px;
			color: #ccc;
		}
		
		.grockit-link {
			margin-top: 37px;
			font-weight: bold;
		}
				
	#nav {
		border-bottom: 1px solid #eee;
	}
	
		#nav ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#nav li {
			background: #eee;
			float: left; display: inline; /* IE6 fix */
			margin: 0;
			padding: 0;
			position: relative;
		}
		
		#nav li:hover {
			background: #ddd;
		}
		
			#nav li a {
				display: block;
				padding: 0.2em 0.6em;
				text-decoration: none;
			}
			
			#nav li ul {
				display: none;
				position: absolute;
				z-index: 99;
			}
	
			#nav li:hover ul {
				background: #fff;
				border: 1px solid #999;
				display: block;
				left: 0;
				min-width: 150px;
				top: 1.9em;
				white-space: nowrap;
			}

			#nav li:hover li {
				background: #fff;
				display: block;
				float: none;
				font-size: 0.9em;
				margin: 0;
				padding: 0;
			}
			
			#nav li:hover li:hover {
				background: #eee;
			}
			
			#nav li:hover li a {
				padding: 0.3em 0.5em;
			}
	
	#content {
		margin: 1.5em 0;
		overflow: hidden;
	}
	
		#content h1 {
			font-size: 2em;
			margin: 0 0 0.5em 0;
                        color: #006A90;
		}
	
		#content h2 {
			font-size: 2em;
			margin: 0 0 0.5em 0;
		}
	
		#content h3 {
			font-size: 1.4em;
			margin: .5em 0 0.5em 0;
            font-weight:bold;
		}
	
	#sidebar {
		font-size: 0.9em;
		margin: 1em 0 0 0em;
		padding: 0em;
		overflow: hidden;
		background: url(images/sidebar_mid.png) repeat-y;
		width: 250px;
	}
	
		#sidebar ul {
			list-style: none;
			margin: 0 0;
			padding: 0;
		}
		
		#sidebar li {
			margin: 0 0 0.5em 0;
		}
		
		#sidebar li.cat-item {
			color: #999;
		}
		
		#sidebar .sidebar-list {
			background: url(images/sidebar_top.png) no-repeat;
			padding-top: 5px;
			/*padding: 1em 1em 0 1em !important;
			border-bottom: 1px solid #C7D4D8;
			margin-bottom: 0px;*/
		}
		
		#sidebar .widget_text li {
			font-weight:bold;
		}
		
		#sidebar .widget_text p {
			margin-bottom: .5em;
		}
		
		#sidebar .widget {
			padding: .8em 1em .5em;
			/*border-top: 1px solid #fff;*/
			border-bottom: 1px solid #C7D4D8;
			margin-bottom: 0px;
		}
		
		#sidebar h2 {
			font-size: 1.2em;
		}
		
		#sidebar h2 a {
			color: #111;
			text-decoration: none;
		}
		
		#sidebar form {
			margin-bottom: 1.5em;
		}
		
		#sidebar div {
			line-height: 1.5em;
		}

		#sidebar div a {
			padding: 0 0.5em 0 0;
			white-space: nowrap;
		}

		#sidebar div a:hover {
			color: #036 !important;
		}
	
	#footer {
		border-top: 1px solid #eee;
		color: #555;
		font-size: 0.9em;
		margin: 1em 0 1.5em 0;
		overflow: hidden;
		clear: both;
		
	}
	
		#footer p {
			margin: 0.5em 0;
		}
	
		#footer ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#footer li {
			display: inline;
			margin: 0 1em 0 0;
		}

