/*  
Theme Name: Motion Sickness 2008
Theme URI: http://motionsickness.ca/
Description: The default Motion Sickness theme.
Version: 5.0+
Author: Adam Campbell
Author URI: http://hotmeteor.com/
*/

* {
	outline: none;
}

body {
	font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6,
address, blockquote, ol, p, ul {
	margin: 0 0 1em;
	padding: 0;
}

button, input, select, textarea {
	font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
}

/*
---------------------------------------
General Layout
---------------------------------------
*/

body {
	background: url(img/bg-header.gif) repeat-x 0 0;
}

#container {
	margin: 0 auto;
	width: 930px;
}

#header {
	height: 150px;
	position: relative;
}

#subheader {
	clear: both;
	height: 35px;
	width: 100%;
}

#content {
	margin: 25px 0 0;
	width: 100%;
}

	.thincolumn {
		float: left;
		width: 60% !important;
	}

/*
---------------------------------------
General Typography
---------------------------------------
*/

a {
	text-decoration: none;
}

a img {
	border: 0;
}

#content p a:link,
#content p a:visited {
	border-bottom: 1px solid #ddd;
	color: #1c7a99;
	font-weight: bold;
}

#content p a:hover {
	background-color: #1c7a99;
	border: 0;
	color: #fff;
	font-weight: bold;
}

blockquote {
	border-left: 5px solid #ddd;
	margin-left: 50px;
	padding: 2px 30px;
}

	blockquote cite {
		display: block;
		font-size: 0.85em;
		font-style: normal;
		text-align: right;
	}

	blockquote p {
		font-size: 1.5em;
		line-height: 1.4em;
	}

h1#logo {
	display: block;
	float: left;
	margin: 22px 0 7px;
	width: 244px;
}
	
	#logo img {
		display: block;
		margin: 0;
	}

h2 {
	color: #222;
	font-size: 2.8em;
	letter-spacing: -1px;
	line-height: 1.4em;
	margin: 0 0 10px;
}

h3 {
	color: #222;
	font-size: 1.8em;
	letter-spacing: -1px;
	line-height: 1.4em;
	margin: 0 0 10px;
}

h4 {
	color: #bbb;
	font-size: 1.5em;
	letter-spacing: -1px;
	line-height: 1.4em;
	margin: 0 0 10px;
}

p {
	color: #222;
	font-size: 1.2em;
	line-height: 1.6em;
}

/*
---------------------------------------
Forms
---------------------------------------
*/

input, textarea {
	font-size: 1em;
	padding: 3px;
}

/*
---------------------------------------
Header / Navigation
---------------------------------------
*/

.description {
	clear: left;
	color: #1c7a99;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}

#header ul {
	border-left: 1px solid #333;
	display: block;
	height: 100px;
	margin: 0;
	padding: 0 0 5px;
	position: absolute;
	top: 45px;
}

#header li {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.8em;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}

	#header li.nav-small {
		font-size: 1em;
	}

#header li a {
}

	#header li a:link,
	#header li a:visited {
		color: #777;
	}
	
	#header li a:hover {
		color: #fff;
	}
	
	#header li.nav-small a {
		color: #bbb;
	}

#nav-pages {
	left: 600px;
}

#nav-arch {
	left: 740px;
}

#subheader ul {
	height: 35px;
	margin: 0;
	padding: 0;
}

#subheader li {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 35px;
	list-style-type: none;
	margin: 0 10px 0 0;
}

#subheader li a {
	padding: 4px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	#subheader li a:link,
	#subheader li a:visited {
		color: #999;
	}
	
	#subheader li a:hover {
		background-color: #999;
		color: #fff;
	}

/*
---------------------------------------
Content
---------------------------------------
*/

.entry {
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px;
}

.post {	
	border-bottom: 4px solid #eee;
	margin: 0 0 25px;
}

h2 a,
h3 a {
}

	h2 a:link,
	h2 a:visited {
		color: #222;
	}
	
	h2 a:hover {
		color: #1c7a99;
	}
	
	h3 a:link,
	h3 a:visited {
		border-bottom: 1px solid #ddd;
		color: #222;
	}
	
	h3 a:hover {
		border-bottom: 1px solid #ddd;
		color: #1c7a99;
	}

p.postmetadata {
	background-color: #eee;
	color: #777;
	font-size: 1.1em;
	margin: 0 0 30px;
	padding: 7px 10px;
}

	p.postmetadata a {
		border: 0 !important;
	}

/*
---------------------------------------
Comments
---------------------------------------
*/

#response-area {
	background-color: #eee;
	margin: 0 0 25px;
	padding: 25px;
}

ol.commentlist {
	border-top: 4px solid #eee;
	margin: 0 0 30px;
	padding: 20px 0 0;
}

ol.commentlist li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	padding: 0 0 20px;
}

ol.commentlist cite {
	float: left;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.4em;
	padding-top: 5px;
}

	ol.commentlist cite a {
		color: #1c7a99;
		text-decoration: none;
	}

	ol.commentlist cite em {
		color: red;
		display: block;
		font-size: 0.95em;
		font-style: normal;
	}

	ol.commentlist cite span {
		display: block;
		font-size: 0.95em;
	}
	ol.commentlist cite span a {
		color: #777;
	}
	
.response-text {
	margin-left: 250px;
	padding-top: 5px;
}

/*
---------------------------------------
Sidebar
---------------------------------------
*/

#sidebar {
	display: block;
	margin: 50px 0 0 70%;
}

#sidebar ul {
	margin: 0 0 20px;
}

#sidebar ul li {
	font-size: 1.1em;
	list-style-type: none;
	margin: 0 0 5px;
}

#sidebar ul li ul li {
	margin-left: 12px;
}

#sidebar ul li a:link,
#sidebar ul li a:visited {
	border-bottom: 1px solid #ddd;
	color: #1c7a99;
}

#sidebar ul li a:hover {
	border-bottom: 1px solid #aaa;
	color: #222;
}

/*
---------------------------------------
Bottom
---------------------------------------
*/

#bottom {
	clear: both;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	margin: 0 0 45px;
	padding: 0 0 30px;
	width:  100%;
}

#bottom ul {
	float: left;
	margin: 0;
	padding-bottom: 30px;
	width: 35%;
}

#bottom li {
	color: #777;
	font-size: 1.1em;
	line-height: 1.4em;
	list-style-type: none;
	margin: 0 0 12px;
	padding: 0;
	width: 90%;
}

#bottom a {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 2px;
	text-decoration: none;
}

	#bottom a:link {
		color: #222;
	}
	
	#bottom a:visited {
		color: #1c7a99;
	}
	
	#bottom a:hover {
		color: #777;
	}
	
#bottom #bottom-links2 {
	border-left: 1px solid #ddd;
	padding-left: 30px;
}

/*
---------------------------------------
Footer
---------------------------------------
*/

#footer {
	background: #eee;
	clear: both;
	padding: 35px 0;
	width: 100%;
}

#footer-inner {
	margin: 0 auto;
	width: 930px;
}

#footer a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

#footer p {
	color: #999;
	font-size: 1.1em;
	margin: 0;
}


