/*
Theme Name: Shift Research Theme
Theme URI: http://blog.shiftresearch.com/
Description: A theme to mimic the front page of <a href="http://www.shiftresearch.com">Shift Research</a>
Version: 2.0
Author: Seth Voltz
Author URI: http://www.shiftresearch.com/
Tags: blue, fixed width, two columns, widgets

	Shift Research v2.0
	 http://blog.shiftresearch.com

	This theme was designed and built by Seth Voltz

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*=-------------------------------------------------------------------------------= Main Tags =--=*/
html, body {
	height: 100%;
	margin: 0;
}

body {
	background-color: #FFF;
	font-size: 11px;
	font-family: verdana, helvetica, arial, sans-serif;
	text-align: center;
	min-width: 860px;
	color: #40474C;
}

/*=-------------------------------------------------------------------------------= Core Tags =--=*/
h1, h2, h3, h4, h5, h6 {
	color: #BF3E39;
	font-family: "Century Gothic", Arial;
	margin: 1em 0 .5em;
	font-weight: normal;
	font-size: 118%;
}

h1 {
	font-size: 218%;
	color: #7A7F0C;
}

h1 a {
	color: #7A7F0C;
}

h2 {
	font-size: 164%;
}

h3 {
	font-size: 145%;
	color: #0A3C65;
}

h3 a {
	color: #0A3C65;
}

ul, ol, dl {}

/*=---------------------------------------------------------------------------------= Anchors =--=*/
a {
	text-decoration: none;
	color: #2371B2;
}

a img {
	border: 0;
}

h1 a {}

a:hover {
	text-decoration: underline;
}

a img {}

/*=----------------------------------------------------------------------------= Text Related =--=*/

p {}

blockquote {
	margin-left: 1em;
	margin-right: 0em;
	padding: 0 0 0 1em;
/*	border-left: 3px solid #9DB1BF;*/
	border-width: 0 0 0 1px;
	border-color: #2371B2;
	border-style: solid;
}
blockquote p {}

/*=--------------------------------------------------------------------------= Core Structure =--=*/
#container {
	width: 840px;
	text-align: left;
	margin: 0 auto; /* center on everything else */
	position: relative;
}

/*=----------------------------------------------------------------------------------= Header =--=*/
#header {
}

#header #logo {
	float: left;
	height: 35px;
	padding-left: 10px;
	margin-top: 85px;
}

#header #navigation {
}

#header #navigation ul {
	margin: 0;
	padding: 0;
	margin-left: 180px;
	list-style: none;
}

#header #navigation ul li {
	display: block;
	float: left;
	width: 100px;
	height: 120px;
	margin-left: 10px;
}

#header #navigation ul li a {
	color: white;
	background-color: #2371B2;
	border: 1px solid #2371B2;
	display: block;
	height: 38px;
	margin-top: 80px;
	text-align: center;
}

#header #navigation ul li a span {
	display: block;
	padding-top: 13px;
	text-transform: uppercase;
}

#header #navigation ul li a:hover {
	background-color: white;
	color: #2371B2;
}

#header #navigation ul li a:hover span {
	padding-top: 12px;
}

#header #navigation ul li.selected {
	height: 120px;
}

#header #navigation ul li.selected a {
	color: #2371B2;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #2371B2;
	margin-top: 0;
	height: 119px;
	background-color: transparent;
}

#header #navigation ul li.selected a:hover {
	border-width: 0 1px 1px;
}

#header #navigation ul li.selected a span {
	padding-top: 93px;
}

#header #breadcrumb {
	padding: 5px 0 10px;
	margin-left: 190px;
	font-size: 90%;
}

#header #breadcrumb, #header #breadcrumb a {
	color: #0A3C65;
}

/*=---------------------------------------------------------------------------------= Sidebar =--=*/
#main {
}

#main #sidebar {
	float: left;
	width: 180px;
	background: white;
	line-height: 1.5em;
}

#main #sidebar .box {
	border: 1px solid #2371B2;
	background: white url(images/vertical-gradient-light.png) bottom left repeat-x;
	margin-bottom: 10px;
}

#main #sidebar h2 {
	font-size: 130%;
}

#main #sidebar p, #main #sidebar h2 {
	margin-left: 10px;
	margin-right: 10px;
}

#main #sidebar #search {
}

#main #sidebar #search form,
#main #sidebar #search form fieldset,
#main #sidebar #search form fieldset #searchsubmit {
	margin: 0;
	padding: 0;
	border: 0;
}

#main #sidebar #search form fieldset label {
	display: none;
	color: #6F7D86;
}

#main #sidebar #search form fieldset #s {
	width: 139px;
	margin: 0;
	padding: 3px 5px;
	height: 19px;
	float: left;
	border: 0;
}

#main #sidebar #search form fieldset #searchsubmit {
	color: #2371B2;
	width: 29px;
	height: 25px;
	border-left: 1px solid #2371B2;
}

#main #sidebar #search form fieldset #s, #main #search form fieldset #searchsubmit {
	background: white url(images/vertical-gradient-light.png) 40% left repeat-x;
}

#main #sidebar h2 {
	margin-bottom: 0.25em;
}

#main #sidebar ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}

#main #sidebar ul li {
	padding-left: 10px;
	padding-right: 10px;
}

#main #sidebar ul li ul {
	padding: 0;
	border: none;
}

#main #sidebar ul li a {
	background: transparent url(images/raquo-green.png) 0 3px no-repeat;
/*	display: block;*/
	padding-left: 10px;
	font-weight: bold;
}

#main #sidebar ul li ul li a {
	background: none;
	font-weight: normal;
}

#main #sidebar ul li.selected a {
	background: transparent url(images/raquo-green.png) 0 3px no-repeat;
	font-weight: bold;
}

/*=-------------------------------------------------------------------------------= Page Copy =--=*/
#main #copy {
	top: 0;
	margin-left: 190px;
}

#main #copy h1:first-child {
	margin-top: 0;
}

#main #copy p {
	margin-bottom: 0;
	line-height: 1.5em;
}

#main #copy ul {
	padding: 0;
	list-style: none;
}

#main #copy ul li {
	background: transparent url(images/raquo-green.png) 10px 2px no-repeat;
	padding-left: 25px;
	margin-bottom: 0.5em;
}

#main #copy ol {
	padding-left: 1em;
	list-style-position: inside;
}

#main #copy ol li {
	
}

/*=------------------------------------------------------------------------------------= Blog =--=*/
.nagivation {
}

.alignleft {
	float: left;
}

.alignright {
	float:right;
}

#sidebar div.widget_tag_cloud div {
	padding: 10px;
}

.postmetadata {
	color: #6F7D86;
/*	color: #858861;*/
	font-size: 90%;
	border-width: 1px 0;
	border-color: #707F0C;
/*	background-color: #fffdef;*/
	border-style: solid;
	margin: 1em 0;
	padding: 0.5em 1em;
}

/*=----------------------------------------------------------------------------------= Footer =--=*/
#footer {
	margin-top: 25px;
	margin-left: 190px;
	background: white url(images/vertical-gradient-light.png) 40% left repeat-x;
}

#footer-inner {
	padding: 5px;
	font-size: 80%;
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #2371B2;
}

/*=-----------------------------------------------------------------= Standard Helper Classes =--=*/

.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */
