/* 
Theme Name: The Cheapest Girl Around Mark III
Theme URI: http://www.thecheapestgirlaround.com/ 
Description: A theme. 
Author: Leigh Harmon 
Author URI: http://www.madeddy.net 
Version: 1.0 
*/

body {
	background-color:#a8cbb2;
	color:#ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	}
	
.ads {
	margin:4px auto;
	text-align:center;
	}

a:link {
	color:#0c1d0b;
	text-decoration:none;
	}

a:visited {
	color:#55313b;
	text-decoration:none;
	}
	
a:hover {
	color:#cc0000;
	text-decoration:none;
	}
	
a:active {
	color:#ffffff;
	text-decoration:none;
	}

#wrapper {
	width:1000px;
	background-color:#dae0dc;
	color:#55313b;
	padding:4px;
	margin:0px auto;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	}
	
#header {
	background-color:#ffffff;
	width:90%;
	margin:4px auto;
	color:#55313b;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	}

img {
	border:none;
	padding-right:4px;
	padding-left:4px;
	}

#header img {
	margin:auto;
	padding:25px;
	}

#description {
	color:#ffffff;
	font-size:85%;
	text-align:left;
	margin:10px;
	text-shadow: 2px 2px 4px #000000;
	}

#nav {
	color:#55313b;
	border-radius:3px;
	text-align:center;
	}
	
#nav a {
	background-color:#dae0dc;
	padding:4px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	}

#footer {
	background-color:#ffffff;
	clear:both;
	width:90%;
	color:#55313b;
	padding:4px;
	margin:4px auto;
	text-align:left;
	font-size:75%;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	}

textarea#comment {
	width: 400px; 
	padding: 5px;
	}
	
.commentmetadata {
	font-size: 10px;
	}
	
#nav ul, #nav li{
	display: inline;
	margin:4px;
	}

#content {
	background-color:#ffffff;
	width:90%;
	color:#55313b;
	clear:both;
	padding:4px;
	margin: 4px auto;
	font-size:90%;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	}
	
.postmeta {
	background-color:#dae0dc;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	}

#sidebar {
	background-color:#ffffff;
	color:#55313b;
	width:90%;
	padding:4px;
	margin:auto;
	clear:both;
	font-size:90%;
	height:225px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	}
	
#sidebar .widgets {
	float:left;
	margin:4px;}
	
#twitter-box {
	width: 200px;
	font-size: 75%;
	}
