/*
Theme Name: Minimax
Theme URI: http://chriseverson.net/
Description: Custom and private wordpress theme for myself.
Version: 1.0
Author: Chris Everson
Author URI: http://chriseverson.net/
*/

/* ---  START RESET DEFINITIONS --- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form, 
label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1;}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/* ---  END RESET DEFINITIONS --- */

/* ---  EMBED FONTS  --- */

@font-face {
	font-family: 'GillSansMTLightRegular';
	src: url('gill_sans_mt_light-webfont.eot');
	src: local('☺'), url('gill_sans_mt_light-webfont.woff') format('woff'), url('gill_sans_mt_light-webfont.ttf') format('truetype'), url('gill_sans_mt_light-webfont.svg#webfontYdOFbWxa') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* --- START GLOBAL DEFINITIONS --- */

body {
	background: #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #555;
	line-height:18px;
}

a {
	color: #c00;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #c00;
}

p {
	margin-top: 18px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}

h2.widgettitle {
	margin-top:45px;
}

.entry h2.pagetitle, .page-entry h2.pagetitle {
	font-size: 24px;
	margin-left: 0px;
	margin-bottom: 25px;
	}

h2.pagetitle {
	font-size: 24px;
	margin-left: 120px;
	margin-bottom:50px;
	}

#sidebar h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	clear: both;
}

h4 {
	margin: 16px 0;
	font-size: 16px;
	font-weight: normal;
}

/* --- END GLOBAL DEFINITIONS --- */

/* --- MAIN LAYOUT DEFINITIONS --- */

#head, #tidbit, #footer {
	width: 960px;
	margin: 0 auto;
}

#hat {
	height: 7px;
	background: #555;
}

#head {
	margin: 36px auto;
	height: 69px;
}

#head img {
	border: 0;
	float: left;
}

#tidbit {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 30px 0;
	height: 80px;
	/*background: url(images/tidbit.png) center no-repeat;*/
	font-family: "GillSansMTLightRegular", Helvetica, Arial, Verdana, sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #666;
}

#tidbit div {
	margin: 0px 165px;
}

#content {
	width: 1200px;
	margin: 35px auto;
}

#footer {
	border-top: 1px solid #999;
	padding: 25px 0;
	font-size: 10px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 25px;
}

/* --- END MAIN LAYOUT DEFINITIONS --- */

/* --- NAV DEFINITIONS --- */

.displace {
	position: absolute;
	left: -5000px;
	}

#nav {
	float: right;
	margin-top: 30px;
	}


#nav a { 
	display: inline;
	text-decoration: none;
	border: 0;
	float: left;
	background: url(images/nav-sprite.png) no-repeat;
	height: 22px;
	width: 105px;
	margin-left: 30px;
	cursor: pointer;
}

#nav a.about {width: 67px; background-position: 0 0; }
#nav a.writings {width: 87px; background-position: 0px -22px; }
#nav a.archive {width: 81px; background-position: 0px -44px; }
#nav a.goodies {width: 82px; background-position: 0px -66px; }
#nav a.contact {width: 86px; background-position: 0px -88px; }

#nav a.about:hover {background-position: 0px -110px;}
#nav a.writings:hover {background-position: 0px -132px;}
#nav a.archive:hover {background-position: 0px -154px;}
#nav a.goodies:hover {background-position: 0px -176px;}
#nav a.contact:hover {background-position: 0px -198px;}


/* --- END NAV DEFINITIONS --- */

/* --- CONTENT AREA DEFINITIONS --- */

#writings, #writings2 {
	float: left;
	width: 790px;
		
}

#writings .date {
	float: left;
	width: 95px;
	margin-right: 25px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	line-height: 14px;
}

#sidebar {
	float: right;
	width: 220px;
	margin: 0px 120px 0px 60px;
}

.post {
	margin-bottom: 50px;
	width: 790px;
	
	
}

.entry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	margin-left: 120px;
	width: 670px;
	padding-bottom: 25px;
}

.page-entry {
	margin-bottom: 25px;
	margin-left: 120px;
	width: 670px;
	padding-bottom: 25px;
}

.entry .metaleft {
	float: left;
	font-weight: bold;
	}

.entry .metaright {
	float: right;
	font-weight: bold;
	
}

.navigation a:hover {
	border: 0;
}
/* --- END CONTENT AREA DEFINITIONS --- */

/* --- FOOTER DEFINITIONS --- */

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}

#footer a {
	font-weight: bold;
}

/* --- FOOTER DEFINITIONS --- */

/* --- SIDEBAR DEFINITIONS --- */

#sidebar input#s { 
	width: 210px;
	border: 1px solid #666;
	font-size: 16px;
	padding: 5px;
	color: #555;
}

#sidebar input#searchsubmit {
	background: #eee;
	border: 1px solid #ccc;
	color: #999;
	margin-top: 4px;
	padding: 5px;
	cursor: pointer;
}

#sidebar input#searchsubmit:hover {
	background: #c00;
	border: 1px solid #555;
	color: #fff;
}

#sidebar .searchlabel {
	font-size: 18px;
	text-align: right;
	float: right;
	font-weight: bold;
	margin-bottom: 4px;
}

.search, .social, .sidebar-item {
	margin-bottom: 40px;
}

#sidebar li {
	margin-bottom: 6px;
	list-style-type: none;
}
/* --- END SIDEBAR DEFINITIONS --- */

/* --- ARCHIVE DEFINITIONS --- */

.archive-post {
	margin-left: 120px;
	width: 670px;
	padding-bottom: 5px;
}

.archives-date {
	width: 400px;
	float: left;
	margin-right: 50px;
	/*background: #cf0; */
	}

.archives-date h2 {
	margin-left: 120px;
}

.archives-sub {
	width: 300px;
	float: right;
	margin-right: 0px;
	}

/* --- END ARCHIVE DEFINITIONS --- */

/* --- CALENDAR DEFINITIONS --- */

table#wp-calendar {
	width: 200px;
}

table#wp-calendar td {
	text-align: center;
}

table#wp-calendar td#prev {
	text-align: left;
}

table#wp-calendar thead {
	border-bottom: 1px solid #ccc;
}

li.widget_calendar {
	margin-top: -65px;
}

/* --- END CALENDAR DEFINITIONS --- */

/* --- SINGLE POST DEFINITIONS --- */

#comments {
	margin-left: 120px;
	margin-bottom: 50px;
	}
	
h3#comments {
	margin-left: 0;
	font-size: 20px;
	font-weight: normal;
	}
	
ol.commentlist li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
	}
	
ol.commentlist li img.avatar {
	float: left;
	margin-right: 10px;
	}

.comment-meta {
	font-size: 10px;
	}
	
cite {
	font-style: normal;
	}
	
#comments input#author, #comments input#email, #comments input#url, #comments textarea {
	border: 1px solid #999;
	padding: 4px;
	}
	
#comments label {
	font-size: 11px;
	font-weight: bold;
	}
	
#comments input#submit {
	background: #eee;
	border: 1px solid #ccc;
	color: #999;
	margin-top: 4px;
	padding: 5px;
	cursor: pointer;
	}

#comments input#submit:hover {
	background: #c00;
	border: 1px solid #555;
		color: #fff;
}	
	
	
.social a:hover {
	border: 0;
}
	
	
/* --- END SINGLE POST DEFINITIONS --- */

/* "it was raining outside, so I cleaned house today.
    spent half of the morning throwing old things away.
    try not to get caught up, try to think like a machine.
    focus in on the task, try not to think about what it means." */

