/*  
Theme Name: Slow Betchez
Theme URI: http://wordpress.org/
Description: i hate css.
Version: 1.0
Author: Wheel
Author URI: http://computator.ca/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.ph
*/



/* Begin Typography & Colors */

body {

	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #615638;
	color: black;
	text-align: left;	 
	}

#content {
	font-size: 12px;
	}

#headerdescription {
	padding: 30px 0px 0px 150px;
	margin: 0px 0px;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: left;
	color: #555555;
	border: 0px solid white;
	}

#footer {
	color: white;
	text-align: center;
	}


/* ---------------------------------------------------- LINKS */

/* default link colors */
a:link { color: #993300; }
a:hover { color: #c8b385; }
a:visited { color: #993300; }

/* side bar category links */
#sidebar li a:link, #sidebar li a:visited { color: #333333; }
#sidebar li a:hover { color: #c8b385; }


/* post title link */
.post h2 a:link, .post h2 a:visited { text-decoration: none; color: #333333; }
.post h2 a:hover { color: #c8b385; }

/* calendar link */
#wp-calendar td a:link, #wp-calendar td a:hover, #wp-calendar td a:visited, #twitter_div a:link, #twitter_div a:visited { text-decoration: none; color: #993300; }

/* post meta data links */
.postmetadata a:hover { color: #c8b385; }

#footer a:link, #footer a:visited { color: #cccccc; }
#footer a:hover { color: #c8b385; }


/* ---------------------------------------------------- HTML HEADERS */

h1 {
	font-weight: bold;
	font-size: 16px;
	}

h2 {
	font-weight: bold;
	font-size: 14px;
	}

h3 {
	font-weight: bold;
	font-size: 12px;
	}


/* ---------------------------------------------------- BEGIN STRUCTURE */

body {
	margin: 0px 0px 20px 0px;
	padding: 0;
	}

#page {
	background: url('images/layout/main_bg_sidemenu.jpg') repeat-y top;
	background-color: #DCD4BF;
	margin: 20px auto;
	padding: 0px;
	width: 900px;
	height: 100%;
	border: 1px solid black;
	}

/* ---------------------------------------------------- HEADER */
#header {
	background-color: white;
	margin: 0 0 0 0px; 
	padding: 0; 
	height: auto; 
	width: 900px;
	text-align: center;
	}

#headerimg {
	margin: 0;
	height: 151px;
	width: 100%;
	background: url('images/layout/hdr_betchez.jpg') no-repeat bottom center;
	}

#headerimg2 {
	margin: 0;
	height: 90px;
	width: 100%;
	background: #333333 url('images/layout/hdr_url_computator.jpg') no-repeat bottom center;
	}

/* ---------------------------------------------------- CONTENT */
#content {
	padding: 3px 0 3px 5px; 
	margin: 0;
	border: 0px solid black;
	}

.narrowcolumn {
	float: left;
	width: 550px;
	border: 0px solid black;
	}

.widecolumn {
	width: 550px;
	border: 0px solid black;
	}

.post {
	margin: 0px;
	padding: 0px;
	}

.postmetadata {
	background-color: #eae5d9;
	padding: 15px 5px;
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	}

/* ---------------------------------------------------- FOOTER */
#footer {
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	height: 60px;
	width: 900px;
	background-color: #333333;
	clear: both;
	border: 0px solid black;
	}


/* ---------------------------------------------------- SIDE BAR */
#sidebar {
	padding: 3px 5px 3px 5px;
	margin-left: 600px;
	width: 190px;
	border: 0px solid red;
	}

#sidebar ul {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	margin-left: 0px;	
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 10px;
}

#sidebar ul ul {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	margin-left: 0px;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	margin-left: 10px;
}

/* ---------------------------------------------------- COMMENT FORM */
#sideimagebar {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;;
	width: 99px;
	float: right;
	border: 0px solid red;
	text-align: center;
	}

/* ---------------------------------------------------- COMMENT FORM */
#commentform input {
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	width: 33%;
	color: black;
}

#commentform textarea {
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	width: 100%;
	color: black;
}

#commentform #submit {
	border: 1px solid black;
	background-color: #FFFFFF;
	float: right;
	}

/* ---------------------------------------------------- CALENDAR */
#wp-calendar caption {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px;
	width: 191px;
	background-color: #c3a86f;
	border: 1px solid #333333;
	border-collapse: collapse;
	margin-left: -1px;
	}

#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0;
	width: 190px;
	background-color: #c3a86f;
	border: 1px solid #333333;
	border-collapse: collapse;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td:hover {
	background-color: #c8b385;
	}

#wp-calendar td:hover a:hover {
	color: #333333;
	}

#wp-calendar td.pad:hover { 
	/* Doesn't work in IE */
	background-color: #c3a86f; }
/* End Calendar */

/* ---------------------------------------------------- CALENDAR */
input {
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	color: black;
}

textarea {
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	color: black;
}

#searchsubmit {
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	border: 1px solid black;
	background-color: #FFFFFF;
	}

/* ---------------------------------------------------- IMAGES */

#content img {
	border: 1px solid black;
	margin: 3px 3px;
	max-width: 450px;
}

#twitter_div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 190px;
	background-color: #c3a86f;
	border: 1px solid #333333;
}

#twitter_update_list {
	margin: 0px auto 0;
	padding: 0px 3px 3px 3px;
}

#twitter_div li {
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #333333;
}



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
