/*-------------------------------------------*/
/*------ { M . E . M . E . S . I . S } ------*/
/*-------------------------------------------*/
/*  
Theme Name: memesis
Theme URI: http://www.makingandthinking.com
Description: memesis
Version: 1.0
Author: me!
Author URI: http://www.makingandthinking.com
*/


/*-------------------------------------------*/
/*-----------   BODY FORMATTING   -----------*/
/*-------------------------------------------*/
body {
	background: #fff;
	color: #474747;
	font-family: Andale Mono, Trebucht, Verdana, Sans-serif;
	font-size: 12px;
	line-height: 1.2;
	margin: 0;
	padding: 0 0 0 30px;
	text-align: center;
	vertical-align: top;
}

img {
	horizontal-align: center;
} 


/*-------------------------------------------*/
/*-----------   LINKS FORMATTING   ----------*/
/*-------------------------------------------*/
a:link { 
	color: #763d05;
	text-decoration: none;
}

a:visited { 
	color: #7D7D7D; 
	text-decoration: none; 
}

a:hover { 
	border-bottom: 1px dotted #763d05; 
}

a img { 
	border: none;
}

/* remember to define focus styles! */
a:focus {
	outline: 0;
}


/*-------------------------------------------*/
/*----------   HEADER FORMATTING   ----------*/
/*-------------------------------------------*/
h1 {
	color: #763d05;
	font-family: Andale Mono, Trebucht, Verdana, Sans-serif;
	font-size: 24px;
} 

h2 {
	color: #763d05;
	font-family: Andale Mono, Trebucht, Verdana, Sans-serif;
	font-size: 18px;
}


/*-------------------------------------------*/
/*---------   WRAPPER FORMATTING    ---------*/
/*-------------------------------------------*/
#wrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 750px;
}


/*-------------------------------------------*/
/*---------   MASTHEAD FORMATTING   ---------*/
/*-------------------------------------------*/
#header {
	background-color: #aeaeae;
	float: left;
	padding: 0 5px 0 0;
	text-align: right;
	width: 745px;
}


/*-------------------------------------------*/
/*--------   CONTAINER FORMATTING   ---------*/
/*-------------------------------------------*/
#container {
	float: left;
	width: 500px;
}


/*-------------------------------------------*/
/*-----------   POST FORMATTING   -----------*/
/*-------------------------------------------*/
.post {
	padding: 0 0 0 0;
}

.post h2 {
	color: #763d05;
	font-family: Andale Mono, Trebucht, Verdana, Sans-serif;
	font-size: 18px;
}

.entry {
	line-height: 18px;
}

p {
	padding: 10px 0 0 0;
}

p.postmetadata {
	border-top: 1px dotted #763d05; 
	margin: 10px 0 0 0;
}

.navigation {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 10px 0 0 0;
}


/*-------------------------------------------*/
/*----------   SIDEBAR FORMATTING   ---------*/
/*-------------------------------------------*/
.sidebar {
	background-color: #ededed;
	background-image: url(http://www.makingandthinking.com/images/bkgd.gif);
	border-left: 1px dotted #765432;
	display: inline;
	float: left;
	margin: 0 0 0 10px;
	width: 239px;
}

.sidebar ul {
	border-top: 1px dotted #765432;
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li {
	padding: 10px 0 15px 0;
}

.sidebar ul li h2 {
	font-family: Andale Mono, Trebucht, Verdana, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li {
	line-height: 24px;
	padding: 0;
}
	
table#wp-calendar {
	width: 80%;
}

#today {
	font-family: Andale Mono, Trebucht, Verdana, Sans-serif;
	text-decoration: underline;
}


/*-------------------------------------------*/
/*----------   FOOTER FORMATTING   ----------*/
/*-------------------------------------------*/
#footer {
	border-top: 1px solid #763d05;
	clear: both;
	float: left;
	text-align: center;
        font-size: 10px;
	width: 750px;
	padding: 0 0 0 0;
}

#footer p {
	line-height: 1px;
}


/*-------------------------------------------*/
/*---------   COMMENTS FORMATTING   ---------*/
/*-------------------------------------------*/
.comments-template {
	border-top: 1px solid #ccc;
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template ol {
	list-style: none;
	margin: 0;
	padding: 0 0 15px;
}

.comments-template ol li {
	border-bottom: 1px solid #ccc;
	line-height: 18px;
	margin: 10px 0 0;
	padding: 0 0 10px;
}

.comments-template h2, .comments-template h3 {
	font-family: Andale Mono, Trebucht, Verdana, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Andale Mono, Trebucht, Verdana, Sans-serif;
	font-size: 12px;
}


/*-------------------------------------------*/
/*---------     LISTS FORMATTING   ----------*/
/*-------------------------------------------*/
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: center;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/*-------------------------------------------*/
/*----------   GENERIC FORMATTING   ---------*/
/*-------------------------------------------*/
div, span, applet, object, iframe,
h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}