@charset "utf-8";


/* Global reset, thanks to Yahoo! */

html {
	height:100%
}

body {
	min-width: 972px; 
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#flashcontent {
		height: 100%;
}

html body {
	font: 62.5%/1.4em Arial, Helvetica, sans-serif;
	color: #333333;
}

html>body {
	font: 62.5%/1.4em Arial, Helvetica, sans-serif;
	color: #333333;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td { 
	margin:0;padding:0;
}

form {
	display: inline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border:0;
}

ol,ul {
	list-style:none;
}

#related ul, #related ol {
	margin-bottom: 20px;
}

caption,th { 
	text-align:left;
}

/* h1,h2,h3,h4,h5,h6 {

	font-size:100%;

} */

q:before,q:after {
	content:'';
}

* :focus {
	outline: 0px none;
}

.clear {
	clear: both;
}

.spacer {
	margin-top: 30px;
	margin-bottom: 30px;
}



/* Structure */

body {
	background-image: url(../images/background-body.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#ornaments {
	width: 100%;
	background-image: url(../images/background-ornament.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#wrapper {
	width: 960px;
	margin: auto;
}

#header {
	height: 287px;
}

#header #logo {
	width: 230px;
	margin-top: 20px;
	float: left;
	margin-right: 30px;
}

#header #logo img {	
	width: 164px;
	height: 210px;
	margin-left: 33px;
}

#header #statement {
	float: left;
	padding-top: 60px;
	width: 700px;
}

#navigation {
	width: 260px;
	float: left;
}

#content {
	float: left;
	width: 700px;
	margin-top: 43px;
}

#articles, #page {
	width: 465px;
	float: left;
	margin-right: 30px;
}

.article {
	margin-bottom: 30px;
}

.article img, #page img {
	padding: 10px;
	background-color: #efefef;
}

.wrapped-image {
	float: left;
	margin-right: 10px;
	vertical-align: text-top;
}

#sidebar {
	width: 185px;
	padding: 10px;
	float: left;
	background-color: #EFEFEF;
	margin-bottom: 40px;
}

#details {
	border: 1px solid #9bdc00;
	background-color: #FFFFFF;
	padding: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 25px;
}

#related {
	margin-top: 5px;
}

.comment, .comment-author {
	border: 1px solid #CCCCCC;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	float: left;
	margin-bottom: 20px;
	width: 675px;
}

.comment-author {
	border: 1px solid #9bdc00;
}

#writecomment {
	background-color: #EFEFEF;
	width: 657px;
	padding-left: 20px;
	padding-right: 20px;
}

#write-comment, #comment-panel, .comment {
	overflow: hidden;
	margin-right: 0px;
	clear: both;
}

#page {
	width: 700px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#page .leftcolumn, #page .rightcolumn {
	width: 330px;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}

#page .leftcolumn {
	margin-right: 40px;
}

#footer {
	width: 680px;
	float: right;
	padding: 10px;
	font-size: 1.1em;
	background-color: #efefef;
}

#footer .footer-column, #footer .footer-column-rightmost {
	width: 200px;
	margin-right: 40px;
	float: left;
	margin-bottom: 30px;
}

#footer .footer-column li, #footer .footer-column-rightmost li {
	padding-bottom: 5px;
}

#footer .footer-column-rightmost {
	margin-right: 0px;
}

#related img {
	float: right;
	position: relative;
}


/* Sitewide links */

#content a, #content a:visited, #footer a, #footer a:visited {
	color: #416BCD;
	text-decoration: underline;
}

#content a:hover, #footer a:hover {
	background-color: #FBFFCC;
}

#sidebar a, #sidebar a:visited {
	line-height: 1.2em;
}

a img, a:visited img {
	text-decoration: none;
	vertical-align: middle;
}


/* Navigation */

#navigation li {
	margin-bottom: 5px;
	height: 17px !important; height: 16px;
	width: 220px;
	padding: 0px;
	padding-left: 10px;
	padding-top: 3px !important; padding-top: 4px;
	text-transform: uppercase;
}

#navigation li.journal {
	background-color: #9bdc00;
}

#navigation li.about {
	background-color: #42b0ef;
}

#navigation li.projects {
	background-color: #4e70d7;
}

#navigation li.video {
	background-color: #9873d8;
}

#navigation li.journal-active, #navigation li.about-active, #navigation li.projects-active, #navigation li.video-active {
	width: 250px;
}

#navigation li.journal-active {
	background-color: #9bdc00;
}

#navigation li.about-active {
	background-color: #42b0ef;
}

#navigation li.projects-active {
	background-color: #4e70d7;
}

#navigation li.video-active {
	background-color: #9873d8;
}

#navigation a, #navigation a:visited {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.2em;
	text-decoration: none;
}


/* Shorts */

#shorts {
	width: 230px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

#shorts h4 {
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
}

#shorts p {
	font-size: 1.1em;
	color: #666666;
	padding-bottom: 20px;
}

#shorts a, #shorts a:visited {
	font-size: 1em;
	color: #416BCD;
	text-decoration: underline;
	text-transform: none;
}

#shorts a:hover {
	background-color: #FBFFCC;
}


/* Text settings */

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	line-height: 0.8em;
	font-weight: normal;
	color: #999999;
	margin-bottom: 40px;
}

h3 a, h3 a:visited {
	color: #999999;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	padding-bottom: 20px;
}

#footer h4 {
	font-size: 1.4em;
}

p, .article li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.6em;
	color: #666666;
	padding-bottom: 20px;
}

.article li {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 20px;
}

.more-link {
	font-size: 1.1em;
	font-weight: bold;
	color: #416BCD;
}

.article .about-the-post {
	margin: 0px;
	padding: 0px;
}

.about-the-post li {
	font-size: 1em;
	list-style-type: none;
	padding-left: 0px;
	float: left;
	margin-right: 10px;
	line-height: normal;
}

.about-the-post li a, .about-the-post li a:visited {
	color: #AAAAAA;
	font-size: 1.2em;
}

#details p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.8em;
	color: #BBBBBB;
	padding-bottom: 10px;
}

#details a, #details a:visited {
	color: #999999;
}

.time {
	font-size: 0.6em;
	line-height: 0.1em;
}

#related li {
	margin-bottom: 10px;
}

#related li a, #related li a:visited {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #4e70d7;
	text-decoration: underline;
}

.comment .author, .comment-author .author {
	padding: 0px;
	margin: 0px;
}

.comment .author a, .comment .author a:visited, .comment-author .author a, .comment-author .author a:visited {
	color: #999999;
	text-decoration: underline;
}

.comment .avatar, .comment-author .avatar {
	margin-right: 10px;
	float: left;
}

.comment p, .comment-author p {
	font-size: 1.1em;
	color: #999999;
	padding-bottom: 10px;
}

.comment .comment-content, .comment-author .comment-content {
	padding: 0px;
	margin: 0px;
	padding-left: 60px;
}

.comment .author, .comment-author .author {
	font-size: 1.8em;
	line-height: 1.2em;
}

blockquote {
	width: 200px;
	float: right;
	background-color: #e7f5ff;
	padding: 15px;
	font-style: italic;
	padding-bottom: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
}



/* Forms */

.formfield {
	height: 24px;
	width: 300px;
	background-color: #e7f5ff;
	border-right: 1px inset #cccccc;
	border-bottom: 1px inset #cccccc;
	border-left: 1px solid #809baf;
	border-top: 1px solid #809baf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

.formarea {
	height: 200px;
	width: 650px;
	background-color: #e7f5ff;
	border-right: 1px inset #cccccc;
	border-bottom: 1px inset #cccccc;
	border-left: 1px solid #809baf;
	border-top: 1px solid #809baf;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

.formbutton {
	height: 30px;
	background-color: #e7f5ff;
	border-right: 1px outset #809baf;
	border-bottom: 1px outset #809baf;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin-right: 20px;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #999999;
}

.searchform {
	width: 182px;
	height: 24px;
	background-color: #FBFFCC;
	margin-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #CCCCCC;
	font-weight: normal;
	border-right: 1px inset #ffffff;
	border-bottom: 1px inset #ffffff;
	border-left: 1px solid #F1EF8B;
	border-top: 1px solid #F1EF8B;
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	color: #666666;
	background-color: #FBFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8F7C7;
}

.fit {
	border-left: 3px solid #cccccc;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.fit p {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: "Courier New", Courier, monospace;
	color: #666666;
	padding-bottom: 0px;
}

.emphasize {
	background-color: #e7f5ff;
}


/* Pagenavi */

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	color: #000000;
	margin-left: 5px;
	margin-right: 5px;
}

.wp-pagenavi span.pages {
	margin-right: 10px;
}

.wp-pagenavi {
	font-size: 1.4em;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	text-align: right;
	background-color: #fafafa;
}


/* Social */

body .fbc_hide_on_login {
	margin-left: -10px;
	float: none;
	clear: right;
	margin-bottom: 20px;
}
