/*
Theme Name: An Invasion of Mechanical Minds
Theme URI: http://castrophany.net/thickasthieves
Description: A conglomeration of strangeness, solidified into tangible form. The first layout for the group writing blog Thick as Thieves.
Author: Tiffany Shih (design by Tiffany Hu)
Author URI: http://kethadros.net/  and  http://castrophany.net/
Version: 0.1

Thick as Thieves v0.1
http://www.castrophany.net/thickasthieves/

This theme was jointly designed, built, and created by Tiffany Shih and Tiffany Hu and is not for duplication or redistribution.

The name "Thick as Thieves" comes from a proverb with the same phrase. The lyrics featured in the layout are from Dashboard Confessional's song "Thick as Thieves."

Thick as Thieves is a group writing blog. All content, unless otherwise noted, is the property of the contributing author(s).

*/


/* ========== PAGE ELEMENTS ========== */
body {
/* body definition for all pages */
	background: #fff url('images/bg.gif') repeat-x scroll top;
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0px;
	text-align: center;
	color: #000;
	margin: 0;
}

body #commentspopup {
/* used in comments popup page */
	background-image: none;
	margin: 25px;
}


#page {
/* used to block off, size, and position the page */
	background-color: #fff;
	border: none;
	text-align: left;
	width: 850px;
	margin: 0 auto;
	padding: 0;
}

#header {
/* used to block off the header section */	
	height: 120px;
	width: 850px;
	text-align: center;
}

#headerimg {
/* used to position the header image */
	margin: 0 auto;
	height: 120px;
	width: 850px;
}


#content {
/* used after header to block off the content section of each page */
	float: left;
	padding: 5px;
	margin: 0;
	width: 570px;
}

.navigation {
/* used to block off navigation section */
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}

#footer {
/* used to block off footer section */
	background-color: #252525;
	border: none;
	padding: 5px;
	margin: 0;
	clear: both;
}

#footer p {
/* used for footer credits */
	color: #888;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}


/* ========== POST ELEMENTS ========== */
.post {
/* used to block off each post */
	margin: 10px 0 25px 0;
	padding: 0;
	text-align: justify;
}

.entry {
	margin: 0;
	padding: 0;
}
.entry form {
/* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

p.postmetadata {
/* used to display the poster data after an entry */
	font-size: 9px;
	clear: left;
	margin: 5px 0;
	text-align: right;
}

/* ========== COMMENT ELEMENTS ========== */
.commentlist {
/* used to block off the comments section */
	padding: 0;
	text-align: justify;
}
.commentlist ul {
	font-family: tahoma;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 0px;
	color: #000;
	padding: 0 5px 0 10px;
	list-style: none;
}
.commentlist li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 2px dotted #ddd;
}

p.commentmetadata {
/* used to display the poster data after a comment */
/* same as p.postmetadata */
	font-size: 9px;
	display: block;
	margin: 0;
}

#commentform input {
/* (used to display the form for leaving comments) */
	font-family: Tahoma;
	width: 200px;
	padding: 2px;
	margin: 3px;
}
#commentform textarea {
	font-family: Tahoma;
	font-size: 12px;
	width: 80%;
	padding: 2px;
	margin: 3px;
	}
#commentform p {
	font-family: Tahoma;
	font-size: 9px;
	margin: 5px 0;
	}
#commentform #submit {
	font-family: Tahoma;
	font-size: 11px;
	margin: 0;
	float: left;
	}

/* ========== SIDEBAR ELEMENTS ========== */
#sidebar {
/* used to block off and position the sidebar */
	width: 250px;
	padding: 1px 5px 5px 5px;
	margin-left: 600px;
	font-family: Tahoma; /* GEORGIA */
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	color: #000;
	background-color: #eee;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}
#sidebar li {
	margin: 0;
}

/* begin section taken from Kubrick, test and revise later
#sidebar ul p {
	margin: 5px 0;
}
#sidebar ul li { /*huh?*//*}

#sidebar ul ul {
	margin: 0 0 0 2px;
	padding: 0 0 0 3px;
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: none;
}
#sidebar ul ul ul li {
	margin: 0 0 0 10px;
}
 end section taken from Kubrick */

#searchform {
/* used to display the form for searching posts */
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}
#sidebar #searchform {
/* used to display the form for searching posts when in the sidebar */
	width: 100px;
	padding: 2px;
}
#sidebar form {
	margin: 0;
}
#sidebar #searchsubmit {
	padding: 1px;
}

#sidebartitle1337 {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	border-bottom: 2px dotted #666;
}


/* ========== WIDGET SIDEBAR ========== */
.widget {
	font-family: Tahoma; /* GEORGIA */
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	font-weight: normal;
	color: #000;
}
h2.widgettitle {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
}
.widget_text, .widget_pages, .widget_categories, .widget_authors, .widget_calendar, .widget_meta { /* used on li with .widget */
	padding: 0;
}

#pages ul, #meta ul, #categories-159181981 ul, #authors ul, #widet_requirements li {
	margin: 0 0 0 2px;
	padding: 0 0 0 3px;
	list-style-type: circle;
	list-style-position: inside;
	list-style-image: none;
}

ul .widget_categories ul li {
	margin: 0 0 0 2px;
	padding: 0 0 0 3px;
	list-style-type: circle;
	list-style-position: inside;
	list-style-image: none;
}

#calendar_wrap { text-align: center;}

#wp-calendar { margin: 0 auto;}
#wp-calendar caption { margin: auto;}
#wp-calendar #prev { text-align: left;}
#wp-calendar #next { text-align: right;}

.page_item, #authors li, .textwidget, #meta li, ul .widget_categories li {
	padding: 0 0 0 3px;
	/* can add specific page styling: .page-item-# */
	/* can add specific category styling: .cat-item-# */
}


/* ========== HEADERS ========== */
h1.title {
/* used for the title of an entry */
	font-family: Georgia; 
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h1.title a:link, h1.title a:visited, h1.title a:active {
	color: #000;
}
h1.title a:hover {
	color: #41A630;
	background: none;
}

h1.pagetitle {
/* used as the title of a page, like "Archive for...", etc. */
	font-family: Georgia; 
	font-size: 14px;
	line-height: 0px;
	letter-spacing: 2px;
	color: #000;
	font-weight: bold;
	/* same as h1.title except this: */
	text-align: center;
}

h2.date {
/* used for the date of an entry */
	font-family: Georgia;
	font-size: 11px;
	line-height: 11px;
	color: #888;
	text-align: left;
}

h2.commenthead {
/* used for top of comment list */
	font-family: Georgia;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	/* same as h2.date except this: */
	color: #000;
}

/* ========== ANCHORS ========== */
a {
	color: #41A630;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	background: #41A630;
}

a img {
	border: 0 none;
}

#headerimg a:hover {
	color: #000;
	text-decoration: none;
	background: transparent;
}

/* ========== ALIGNMENT CLASSES ========== */
.alignleft { float: left;}
.aligncenter { text-align: center;}
.alignright { float: right;}