/*
Theme Name: PikeMe
Theme URI: http://www.pikemedical.com
Description: Based on Room 34 Baseline HTML 5 and Blueprint CSS.
Version: 1.0
Author: Paul Helms
Author URI: http://theworldahead.org 
Tags: medical, multiple sidebars 

	This is a barebones, yet elegantly designed theme written in valid (X)HTML 5
	and using the Blueprint CSS framework.  It works well on its own and is also
	an excellent starting point for custom theme development.
	
	The theme is suitable for use with a standard WordPress blog, but is also
	designed for sites that use WordPress as a CMS, with a horizontal navigation
	bar in the header area, with drop-down menus for secondary navigation.
	Secondary navigation also appears in a sidebar menu when viewing appropriate
	primary and secondary pages.
	
Credits and license:

Uses the Blueprint CSS framework:
http://www.blueprintcss.org/

Design, CSS and HTML are released under LGPL version 3:
http://www.gnu.org/licenses/lgpl-3.0-standalone.html

Last update: February 2010
*/

/* STANDARD HTML TAGS */

body {
	color: #111;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
}

a, a:visited {
	color: #069;
	text-decoration: none;
}

a:hover {
	color: #036;
	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;
}

hr {
	background: #ccc;
	color: #ccc;
}

small {
	color: #555;
	font-size: 0.9em;
}

th {
	background: #eee;
}

ul.inline {
	display: block;
	margin: 1em 0;
	padding: 0;
}

	ul.inline li {
		display: inline;
		margin: 0 0.5em 0 0;
}


/* DOM ELEMENTS */

#page {
	
}
	#header {
		height: 198px;
	}
		#header * {
			color: #555;
			line-height: 1.3em;
			text-decoration: none;
		}
		#header p {

		}
				
	#nav {
		border-bottom: 1px solid #eee;
	}

	#content {
		margin: 1.5em 0;
		overflow: hidden;
	}
		#content h1 {
			font-size: 1.8em;
			margin: 0 0 0.5em 0;
		}
	
		#content h2 {
			font-size: 1.5em;
			margin: 0 0 0.5em 0;
		}
	
		#content h3 {
			font-size: 1.2em;
			margin: 1em 0 0.5em 0;
		}
		#content p {
			font-size: 1.1em;
		}

	#footer {
		border-top: 1px solid #eee;
		color: #555;
		font-size: 0.9em;
		margin: 0 0 1.5em 0;
		overflow: hidden;
	}
		#footer p {
			margin: 0.5em 0;
		}
		#footer ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		#footer li {
			display: inline;
			margin: 0 1em 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;
}

.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.2em;
		font-style: normal;
	}

	.commentlist img {
		border: 1px solid #eee;
		float: left; display: inline; /* IE6 fix */
		margin: 0 1em 0.5em 0;
		padding: 4px;
		text-align: left;
	}

	.commentlist p {
		clear: both;
	}
	
	.commentlist .bypostauthor {
		background: #eee;
		border-left: 0.5em solid #ccc;
		border-color: #ccc;
		padding-left: 1em;
	}
		
.commentmetadata {
	color: #555;
	font-size: 0.9em;
}

.entry {
}

.flickrpress-items { 
	text-align:left; 
}

.input label {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
}

.post {
	margin: 0 0 3em 0;
}

.postmetadata {
	clear: both;
	color: #555;
    font-style: italic;
    background-color: #f6f5dd;
    margin-top: 1.2em;
    font-size: .9em;
}

.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;
	}
	
.widgettitle {
        margin-top: .5em;
}

/* SPECIAL CONTAINERS */

#mssHolder {  /* places border around slideshow */
	border: 8px solid #333;
	width:660px; 
	height:375px;
	padding: 0px;
}

#top {
        background-color: #333;
        border-bottom: 5px solid #555;
}

#bottom {
	background-color: #fff;	
}

#welcome {
		
}
	#welcome h1 {
        font-size: 1.9em;
        margin-top: 1.1em;
	}
	#welcome p {
        font-size: 1.25em;
	}

/* SIDEBAR STYLES */

#sidebar { /* style for sidebar next to slideshow */
	font-size: .95em;
	color:#ccc;
	padding-left: 20px;
	overflow: visible;
        background-color:#333;
}

	#sidebar h2 {
		font-size: .9em;
		text-transform: uppercase;
		font-weight:bold;
		color: #3366CC;
	}
		   #sidebar h2 a:link {
		   	color: #3366CC;
		   	text-decoration: none;
		   }
		   #sidebar h2 a:visited {
		   	color: #3366CC;
		   	text-decoration: none;
		   }
		   #sidebar h2 a:hover {
		   	text-decoration: none;
		   }
	
	#sidebar ul { 
		list-style:none; 
		margin:0;
	}
		#sidebar ul .current_page_item {
			background-color:#fff;
		}
			
	#sidebar ul li {
		font-weight:normal;
		margin:.5em;
	}
    	#sidebar ul li .widget_twitter {
        	font-size: .95em;
        	color:#444;
        }

	#sidebar ul ul li {
		font-weight:normal;
		text-indent: 0px;
		font-size:1.1em;
		font-color: #333;
	}
		#sidebar ul ul li a:link {
        	text-decoration: none;
        }	
		#sidebar ul ul li a:visited {
        	text-decoration: none;
        }
		#sidebar ul ul li a:hover {
        	text-decoration: none;
        }

	#sidebar ul ul ul li {
		font-weight:normal;
		text-indent: 10px;
		font-size: .9em;
	}
		#sidebar ul ul ul li a {
			color:#333;
			text-decoration: underline;
		} 
			#sidebar form {
			margin-bottom: 1.5em;
		}
		
	#sidebar div {
		line-height: 1.5em;
		margin: 0 0 1em 0;
	}
		#sidebar div a:link {
			white-space: nowrap;
		}
		#sidebar div a:visited {
			white-space: nowrap;
		}
		#sidebar div a:hover {
			color: #036;
		}


#sidebar2 {  /* contains widgets for sidebar2, located at bottom of main page */
	font-size: .95em;
        color:#444;
	padding:.5em;
	overflow: visible;
        border-left: 1px solid #eee;
}
	#sidebar2 ul { 
		list-style: none;
                margin-bottom:1em;
	}
	
	#sidebar2 ul li {
		list-style: none;
                margin-bottom: 1.2em;
	}
	#sidebar2 ul ul li {
                font-weight:bold;
                font-size: 1.1em;
		list-style: none;
                margin-bottom: 1.2em;
	}
	#sidebar2 ul ul li .entry-content {
                font-weight:normal;
                font-size: .9em;
                font-size: normal;
		list-style: none;
	}
	#sidebar2 ul ul ul li {
                font-weight:normal;
                font-size: .9em;
		list-style-type: circle;
                margin-bottom: .5em;
	}
	
	#sidebar2 h2 {
		font-size: 1.3em;
		text-transform: uppercase;
		margin-bottom: .5em;
	}


#miniposts { /* widget that inserts blog posts */
	
}
	#miniposts div {
        padding: .8em;
        margin-top: 0;
        margin-bottom:0;
	}
	#miniposts .title {
        font-weight: bold;
        font-size: 1.1em;
        color: #004080;
        margin-bottom: 0;
        text-decoration:underline;
	}
		#miniposts .title a:link {
	        font-weight: bold;
	        font-size: 1.1em;
	        text-decoration: underline;
		}
		#miniposts .title a:visited {
	        font-weight: bold;
	        font-size: 1.1em;
	        text-decoration: underline;
		}
		
	.minipost div {
        background-color: #ffffcc;
        padding: .8em;
        margin-top: 0;
	}

	p.minipost {
        margin-bottom: .3em;
	}

	#twitter-3 .entry-meta { /* twitter widget style */
		font-size: .7em;
		font-style: italic;
	}

	#dynsidebar {
        border-right: 0px; 
        margin-right:1em;
    }
