/*
Theme Name: CT5
Theme URI: http://christran.in/
Description: Custom
Version: 1.0
Author: Christopher Tran
Author URI: http://christran.in/
Tags: custom

	Copyright © 2010 Christopher Tran.  Code by Benny Kaganovich

*/
/* Resets */
body, p, ul, li, h1, h2, h3, h4, h5, h6, span, div { margin: 0; padding: 0; }
/* Global */
html, body, .wrapper { height: 100%; }
body > .wrapper { height: auto; min-height: 100%; }
body { background: white; font-family:arial, sans-serif; font-size: 12px; }
a { outline: 0; text-decoration: none; color: #0078aa; }
	a:hover { text-decoration: underline; }
/* Header */
#header { background: transparent url('img/header.png'); height: 40px; }
span.logo { float: left; display: block; height: 18px; width: 141px; background: transparent url('img/logo.png') no-repeat bottom left; padding: 14px 0 0 0; }
	span.logo a { display: block; }
ul.navigation { float: right; margin: 14px 0 0 0; }
	ul.navigation li { display: inline; margin-right: 10px; }
		ul.navigation li a { color: white; }
/* Content */
.wrapper, .wrapper_ { margin: 0 auto; width: 900px; }
.main { float: left; width: 680px; clear: none; outline: 1px solid; }
	.main p { padding: 15px; }
.msingle { float: left; width: 900px; clear: none; outline: 1px solid; }
	.msingle p { padding: 15px; }
code {
	font: 9px 'Courier New', Courier, Fixed;
	}
hr {
	margin: 0 10px 0 10px;
	border-style: dashed;
	border-color: #cdcdcd;
}
/* Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
a img {
	display: none;
}

/* img border */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Lists */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {	
	margin: 7px 0 8px 10px;
}

/* Content Metadata */
.postmetadata {
	background: #fff;
	background-position:100% 0%;
	border: 1px dashed #cdcdcd;
	padding: 0px;
	margin: 10px;
}
/* Headings */
h1, h2, h3, h4, h5, h6 { padding: 15px 10px 0 10px; }
h1 {font-size: 18px; font-weight: bold; }
h2 {font-size: 16px; font-weight: bold; }
h3 {font-size: 14px; font-weight: bold; }
/* Sidebar */
.sidebar { float: right; width: 200px; clear: none; outline: 1px solid; }
	.sidebar p { padding: 15px; }
	.sidebar ul li {display: none;}
.screen-reader-text { display: none; }
#searchform { padding: 15px; }
.twitter { /* background: transparent url('img/twitter.png'); height: 50px; width: 500px; float: right; */ }
#tweet {
	/* width: 480px; height: 40px; */ font-size: 12px; padding: 3px 15px 5px 15px;
}
#tweet ul {
	margin: 0;
	padding: 0;
}
#tweet li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tweet .twitterStatus {
	text-align: right;
	font-size: 9px;
	color: #fff;
}
#tweet .twitterTime {
	text-align: right;
	font-size: 7px;
}
/* Footer */
#footer { height: 25px; position: relative; margin-top: -25px; clear: both; }
	#footer p { margin-top: 12px; font-size: 11px; margin-bottom: 37px;}