/*
Theme Name: SwitchX
Theme URI: http://www.weblogi.com/
Description: My very own sandbox.
Version: 1.0
Author: SwitchX
Author URI: http://www.weblogi.com/
Tags: white, blue, fixed width, three columns, widgets

*/

* {
	padding: 0;
	margin: 0;
	}
	
html, body {
	height: 100%;
	}
	
body {
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #000;
	background: #a2bada url('images/bg.jpg') repeat-x;
	}
	
a {
	color: #005AA3;
	text-decoration: underline;
	}
	
p {
	margin-bottom: 1em;
	margin-top: 1em;
	}
	
small {
	font-size: 0.85em;
	}
	
code {
	font-size: 1.1em;
	list-style: decimal-leading-zero;
	color:#0033cc;
	font-family: Courier, "Courier New", Andale mono;
	padding: 0 2px 0 1px;
	}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	background: #fff url('images/content.jpg') repeat-y;
	}

#top {
	position: relative;
	}
	
#top #searchform {
	margin: 10px auto;
	padding: 5px 3px 0 15px;
	text-align: left;
	}
	
#top #search {
	position: absolute;
	top: 90px;
	right: 52px;
	height: 20px;
	}
	
#top #s {
	background: #dbe7f5;
	border: 1px solid #74a1d4;
	color: #111;
	width: 205px;
	margin: 0;
	font-size: 12px;
	padding: 2px;
	}
	
#top #searchsubmit {
	height: 20px;
	width: 20px;
	border: none;
	cursor: pointer;
	display: none;
	}

#header {
	height: 60px;
	padding: 40px 50px 0 70px;
	background: url('images/header.jpg') no-repeat;
	font-size: 11px;
	position: relative;
	}
	
#header h1 {
	font-size: 3em;
	text-shadow: 3px 3px 6px #666;
	}
	
#header a {
	color: #003366;
	text-decoration: none;
	}

#navigation {
	height: 40px;
	background: #eee url('images/navibar.jpg') no-repeat;
	}
	
.menu {
	margin-left: 50px;
	}
	
.menu li {
	display: inline;
	}
	
.menu a {
	float: left;
	color: #000;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 30px;
	padding: 0 10px 0 10px;
	border-right: 1px solid #74a1d4;
	text-shadow: 1px 1px 2px #777;
	}
	
.menu .current_page_item a, .menu .current_page_item a:visited {
	text-decoration: none;
	display: block;
	padding: 0 10px 0 10px;
	background: #fff url('images/naviactive.jpg') repeat-x;
	color: #fff;
	}
	
.menu .page_item a {
	text-decoration: none;
	display: block;
	color: #000;
	padding: 0 10px 0 10px;
	background: #fff url('images/navibutton.jpg') repeat-x;
	}
	
.menu a:hover {
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 0 10px 0 10px;
	background: #fff url('images/navihover.jpg') repeat-x;
	}

#content {
	font-size: 1.2em;
	width: 500px;
	padding: 0 10px 0 70px;
	margin: 5px 0 20px 0;
	float: left;
	overflow: hidden;
	text-align: left;
	}
	
#content .entry {
	line-height: 1.4em;
	}
	
#content #searchform {
	padding: 5px 3px 0 0;
	text-align: left;
	}
	
#content #searchform #s {
	width: 200px;
	padding: 2px;
	}
	
#content #searchsubmit {
	padding: 1px;
	}

#sidebar a, .navigation a, .commentlist a {
	text-decoration: none;
	}

#sidebar a {
	color: #222;
	}
	
#sidebar a:hover {
	color: #03c;
	text-decoration: underline;
	}
	
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 1px;
	background-color: #eee;
	}
	
#sidebar .widgettitle {
	background-color: #ccc;
	color: #003366;
	font-size: 1.2em;
	font-weight: bold;
	font-family: verdana, tahoma, arial, helvetica;
	padding: 2px 0 3px 5px;
	margin-bottom: 1px;
	text-shadow: 1px 1px 2px #999;
	}
	
#sidebar .widget {
	background-color: #fff;
	padding: 1px;
	margin: 5px 0;
	border: 1px solid #ddd;
	}
	
#sidebar .widget li {
	padding: 2px 0 3px 5px;
	margin-top 1px;
	font-size: 1em;
	}
	
#sidebar .widget_tag_cloud {
	border: none;
	}  
	
#left-sidebar {
	font-size: 1em;
	float: left;
	width: 200px;
	padding-left: 5px;
	margin-top: 10px;
	}
	
#right-sidebar {
	font-size: 1em;
	float: left;
	width: 150px;
	padding-left: 5px;
	margin-top: 10px;
	}

#footer {
	width: 1000px;
	clear: both;
	height: 100px;
	background: #fff url('images/footer.jpg') no-repeat;
	margin: 0 auto;
	}
	
#footer p {
	padding: 35px 0 0 0;
	text-align: center;
	font-size: .9em;
	color: #333;
	}	
	
#footer a {
	color: #000;
	text-decoration: underline;
	}	
	
#footer a:hover {
	color: #0033cc;
	background-color: #999;
	}	

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Lucida Grande", Arial, Sans-Serif;
	font-weight: normal;
	}

h2, h3 {
	font-size: 1.8em;
	padding-bottom: 0.1em;
	}
	
h2 a, h3 a, .post h2 {
	text-decoration: none;
	text-shadow: 1px 1px 2px #666;
	color: #005AA3;
	}
	
h2 a:hover, h3 a:hover {
	text-decoration: none;
	color: #003366;
	background: #f1f1f1;
	}
	
h4 {
	font-size: 1.6em; 
	padding-bottom: 0.5em;
	}

h5 {
	font-size: 1.4em; 
	padding-bottom: 0.5em;
	}

h6 {
	font-size: 1.2em; 
	padding-bottom: 0.5em;
	}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6  {
	font-size: 1.5em;	
	color: #333;
	text-shadow: 1px 1px 2px #ddd;
	padding-top: 0.2em;
	padding-bottom: 0.4em;
	font-weight: normal;
	}

.entry h1  {
	font-size: 1.8em;	
	color: #666;
	text-decoration: underline;
	padding-bottom: 0.6em;
	}

.entry h2  {
	font-size: 1.6em;	
	}

.entry h3  {
	font-size: 1.4em;	
	}

.entry h4  {
	font-size: 1.2em;	
	}

.entry h5  {
	font-size: 1em;	
	}

.entry h6  {
	font-size: .9em;	
	}


.pagetitle {
	font-size: 2em;
	margin: 30px 0 10px 0;
	text-align: left;
	color: #777;
	text-shadow: 1px 2px 3px #ddd;
	}
	
.rss {
	background: url('images/feed-icon.png') no-repeat 2px 0.1em;
	margin-top: 5px;
	padding: 0 0 0 22px;
	line-height: 1.6em;
	}

#feed {
	position: absolute;
	top: 38px;
	right: 64px;
	height: 22px;
	margin-top: 5px;
	padding: 0 0 0 22px;
	line-height: 1.6em;
	font-size: 1.2em;
	text-shadow: 1px 1px 2px #777;
	}
	
#feed ul {list-style-type: none;}

#feed a {
	text-decoration: none;
	color: #333;
	}
	
.clear {
	clear: both;
	}
	
.excerpthead {
	border-bottom: 1px solid #ddd;
	}
	
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background: #f1f1f1;
	padding: 2px;
	margin: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
.wp-caption img {
	border: 0 none;
	}
	
.wp-caption p.wp-caption-text {
	font-size: 1em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
	
blockquote {
	padding: 10px 10px 10px 25px;
	margin: 10px 0;
	font-style: italic;
	}	

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	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;
	}
	
.entry li {
	margin: .5em 0 .5em .5em;
	}
	
.entry ul {
	padding-left: 20px;
	}
	
.entry ol {
	padding-left: 25px;
	}
	
.entry form {
	text-align: left;
	}
	
#wp-calendar {
	empty-cells: show;
	margin-left: 2px;
	width: 140px;
	}
	
#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 caption {
	text-align: center;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 3px;
	}
	
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
	
#wp-calendar td.pad:hover {
	background-color: #fff;
	 }
	 
.center {
	text-align: center;
	}
	
hr {
	display: none;
	}
	
a img {
	border: none;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
	}
	
.entrydata {
	color: #777;
	border-top: 1px solid #ddd;
	font-size: 0.85em;
	}

#commentform {
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px;
	}
	
#author, #email, #url {
	border: 1px solid #ddd;
	font-size: 1.1em;
	}
	
#comment {
	width: 400px;
	border: 1px solid #ddd;
	margin: 10px 0 10px 0;
	padding: 2px;
	font-size: 1.1em;
	}
	
ol.commentlist {
	list-style-type: none;
	margin: 1.5em 0 0 0;
	padding: 0;
	}
	
.commentlist p {
	margin: 10px 5px 10px 80px;
	}
	
.nocomments {
	margin: 20px 0;
	text-align: center;
	font-size: 1.6em;
	color: #777;
	text-shadow: 1px 2px 2px #eee;
	}
	
.commentlist li {
	margin: 20px 0 20px 0;
	padding: 5px;
	border: 1px solid #ddd;
	}
	
.comment ol li {
	margin: 0 0 0 80px;
	border: none;
	}
	
.commentmetadata, .comment-author {
	margin-left: 80px;
	}
	
.vcard {
	font-size: 1.2em;
	display: block;
	}
	
.vcard a:hover {
	text-decoration: none;
	}
	
.fn {
	font-style: normal;
	}
	
.avatar {
	float: right;
	margin: 0 0 0 10px;
	padding: 2px;
	color: #fff;
	}
	
.pinglist li {
	margin: 0 5px 0 25px;
	padding: 0 10px 0 10px;
	}
	
.commentlist .alt {
	background: #eee;
	}
		
#pings, #comments, #respond {
	margin-bottom: 10px;
	border-bottom: 4px solid #eee;
	}
	
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.depth-1, .depth-2, .depth-3, .depth-4, .depth-5 {
	border: 1px solid #ddd;
	list-style-type: none;
	list-style-image: none;
	}

.commentlist .bypostauthor {
	background-color: #f5fcfd;
	}

.postdata {
	border: 1px solid #ddd;
	background-color: #eee;
	margin: 20px 0 20px 0;
	padding: 5px;
	font-size: .85em;
	}
	
.postmetadata {
	padding: 5px 3px 5px 3px;
	border: 1px solid #ddd;
	background: #eee;
	clear: both;
	}
	
p.postmetadata a {
	color: #003366;
	}
	
p.postmetadata {
	color: #000;
	font-size: 0.85em;
	margin: 20px 0 0 0;
	}
	
p.postmetadata strong {
	color: #333;
	float: right;
	}
	
.post {
	margin: 10px 0 20px 0;
	float: left;
	overflow: hidden;
	width: 500px;
	}

/* For comments respond plugin*/
.options {padding-left: 2.5em; padding-bottom: 1.5em;}


/* Similar Posts Plugin */

.relpostheader {
	color: #000;
	margin-bottom: .5em;
	}

.relpost {
	padding-bottom: 1em;
	margin-bottom: 1em;
	color: #777;
	}

.relpost ol, .relpost ul {
	padding: .01em;
	padding-left: 15px;
	}

