/*
Theme Name: GR theme
Theme URI: http://wordpress.dev
Description: Theme for my website.
Version: 1.0
Author: Gabriel Roth
Author URI: http://gabrielroth.com/

*/

/******************************** Layout ********************************/
.container_16 {
	margin-left:-10px;		/* pulling #rodeo all the way to the left ... */
	margin-right:auto;
	}

#header {
	margin-top: 50px;
	}

#container {
	position: relative;
	top:110px;
	height:2000px;
	}

#sidebar {
	position: relative;
	top:200px;
	}

#rodeo {
	padding: 0 10px 0 10px;
	overflow: hidden;
	}

.post {
	padding-bottom: 55px;
	}

.widget {
	padding-bottom:55px;
	}

.navigation div {
	display:inline;
	}

.nav_left {
	float:left;
	}

.nav_right {
	float:right;
	}

#footer {
	padding-top:30px;
	}


/******************************** Colors ********************************/

body {
	background-color:#262C4B;
	color:#E3E3E3;
	}

h2 {
	color:white;
}

#rodeo {
	background-color:#DCE2FF;
	color:#3F414B;
	}

span {
	color:#E3e3e3;
	}

.postmetadata, #footer, a {
	 color: #b7b7b7;
}

a:hover, a:hover h2 {
	color:#f0f0f0;
	background-color:#3F456C;
	border-color:#3F456C;
	}

#rodeo a:hover {
	background-color:white;
	}


/******************************** Typography ********************************/
body {
	font-family:"Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height:1.6em;
	}

h2 {
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:4px;
	margin-bottom:5px;
	}

.post h2 {
	letter-spacing:1px;
	}

.post h3 {
	font-weight:normal;
	font-size:13px;
	letter-spacing:2px;
	padding:9px 0 2px;
	text-align:left;
	text-transform:uppercase;
	}

#container p {
	padding-bottom: 10px;
	}

blockquote {
	padding:0px 10px;
	margin:10px 10px;
	line-height:1.5em;
	border-left: #e3e3e3 1px solid;
	}

blockquote p {
	padding: 0px;
	}

.postmetadata {
	 font-size:10px;
	 font-style:italic;
	 }

#rodeo h2 {
	font-size:17px;
	color:#262C4B;
	letter-spacing:3px;
	text-align:justify;
	padding: 10px 10px 6px 10px;
	}

#rodeo {
	line-height:1.3em;
	}

 .pagetitle {
	margin-bottom: 20px;
	line-height:17px;
	}

.navigation a {
	text-transform:uppercase;
	letter-spacing:2px;
	text-decoration:none;
	}

#footer {
	text-align:justify;
	font-size:9px;
	}

pre, code {
	font-family: "Bitstream Vera Sans Mono", Monaco, "Andale Mono", Courier, monospace;
	line-height: 1.45em;
	background-color: inherit;
	padding: 5px 0 5px 10px;
	}

/******************************** Links ********************************/

a {
	text-decoration:none;
	padding: 1px 0px 1px 0;
	}

a:hover, a:hover h2 {
	text-decoration:none;
	}

#header a, #header a:hover {
	color:inherit;
	background-color:inherit;
	padding:0;
	margin:0;
	text-decoration:none;
	}

a h2, #sidebar a, .postmetadata a {
	display:inline;
	text-decoration:none;
	padding:1px;
	}

.headline {
	text-decoration:none;
	}

#rodeo a {
	display:block;
	text-decoration:none;
	padding:6px 10px;
	color:inherit;
	}

.navigation a {
	padding: 1px 2px;
	}

/******************************** Lists ********************************/

#main column ul, ol {
	padding-left: 1.25em;
	margin: 0 0 2em 1em;
	}

ul {
	list-style-type: disc;
	}

ol {
	list-style-type:decimal;
	}

#rodeo ul, #sidebar ul {
	list-style-type:none;
	}


/******************************** Search ********************************/

#searchsubmit {
	margin-top:4px;
	}


/******************************** Tumblr Widget ********************************/
.tumblr_widget ul {
	background-color:#DCE2FF;
	color:#3F414B;
	padding: 20px 10px;
	list-style-type: none;
	line-height:1.4em;
	}

.tumblr_widget ul blockquote { 	line-height:1.2em; }


.tumblr_widget a {
	display:block;
	text-decoration:underline;
	padding:6px 10px;
	color:gray;
	}

.tumblr_widget h2 {
	font-size:12px;
	color:#262C4B;
}