/*

Theme Name: Magic Torch

Theme URI: 

Description: A simple theme

Author: Jamie Boyd

Author URI: 

*/


* {
}

body {
	font:80% "Lucida Grande" ,"Lucida Sans Unicode" ,"Lucida Sans" ,Helvetica, Tahoma ,sans-serif;
	color:#444;
	background:#DDD;
	margin:0;
	padding:0;
}

#page {
	width:68em;
	padding:0;
	margin:2em auto 0;
	background:#ffffff;
	-webkit-box-shadow:0 0 7px #AAA;
	box-shadow:0 0 7px #AAA;
}

#wrapper {
	width:60em;
	padding:0 4em 4em;
	float:left;
}

#content {
	float:left;
	width:41em!important;
}

#sidebar {
	width:15em;
	margin:0 0 40px;
	float:right;
}

#footer {
	height:40px;
	clear:both;
	background:#f5f5f5;
	padding:10px;
	margin-bottom:3em;
	text-align:center;
}

#footer a {
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:underline;
	color:#b3b3b3;
}

a {
	color:#423434;
	text-decoration:none;
	outline:none;
	font-weight:normal;
}

a:hover,a:focus {
	color:#000000;
	outline:none;
	font-weight:normal;
}


	
/*---[ Typographic Elements ]---*/
h1,h1 a,h2,h2 a,h3,h3 a {
	font-family:Georgia, Times, serif;
	font-size:180%;
	font-weight:normal;
	margin:0;
}

h1 a:hover {
	background:#EEE;
	font-weight:normal;
	color:#000;
}

.description {
	font-family:Georgia, serif;
	font-size:140%;
	font-weight:normal;
	color:#999;
	margin:7px 0 10px;
}

h2 {
	font-size:1.5em;
	font-weight:bold;
}

h3 {
	font-family:"Lucida Grande" ,"Lucida Sans Unicode" ,"Lucida Sans" ,Helvetica, Tahoma ,sans-serif;
	font-size:1.5em;
	color:#000;
	font-weight:normal;
}

h4 {
}

h4.archiveType {
	font-size:125%;
	margin-top:0;
	margin-bottom:20px;
	font-weight:normal;
	padding:4px;
	background:#EEE;
}

p,li {
	font-size:112.5%;
}


	
/*---[ Header ]---*/
#header {
	width:60em;
	padding:3em 4em 4em;
}

#header .identity {
	padding:20px 0 30px;
	border-bottom:1px dotted #AAA;
}

#header h1,#header h3 {
	display:inline;
}

#header h3 {
	padding-left:5px;
	font-size:160%;
}


	
/*---[ Main Content ]---*/
h2,h2 a:visited,h2 a {
	margin-bottom:20px;
}

.post h2 {
	margin-top:0;
	font-weight:normal;
}

h2 a:hover {
	background:#EEE;
	color:#000;
}

h3 {
	margin:2.3em 0 .75em;
}

.post {
	margin-bottom:50px;
	margin-top:0;
	clear:both;
	font-family:Georgia, Times, serif;
}

.post img {
	max-width:500px;
	border-color:#000000;
}

.post li {
}

.entry {
	line-height:150%;
	margin-bottom:20px;
}

.post li a,.entry a {
	color:#545454;
	text-decoration:underline;
}

.post li a:hover,.entry a:hover {
	background:#423434;
	color:#ffffff;
	text-decoration:none;
}

.entrytext {
	line-height:160%;
	display:block;
	clear:both;
}

.entry p {
	line-height:160%!important;
	margin:0 0 1.5em;
}

.postmetadata {
	padding:7px 10px;
	border-top:1px dotted #DDD;
	border-bottom:1px dotted #DDD;
	background:#FAFAFA;
	font-family:"Lucida Grande" ,"Lucida Sans Unicode" ,"Lucida Sans" ,Helvetica, Tahoma ,sans-serif;
}

.entry .postmetadata {
	font-size:80%;
	margin-top:20px;
}

.entry .postmetadata {
	color:#000;
}

.postmetadata,.postmetaedit {
	font-size:.8em;
	color:#888;
}

.postmetadata a {
	color:#333;
}

.postmetadata a:hover {
	color:#999;
	background:transparent;
	text-decoration:underline;
}

.postmetaedit a:link,.postmetaedit a:visited {
	background:white url(images/button_back.gif) bottom left repeat-x;
	border:1px solid #666;
	color: #333333!important;
	padding:4px 10px;
	margin:15px 0 0;
	height:26px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-shadow:1px 1px 1px #FFF;
}

.postmetaedit a:hover {
	color:#333!important;
	text-decoration:none!important;
	border:1px solid #999!important;
	background:#FFF url(images/button_back.gif) bottom left repeat-x!important;
}

.postmetaedit a:active {
	background:#FFF url(images/button_back_click.gif) top left repeat-x!important;
}

.postmetaedit a:hover {
	background:transparent;
	text-decoration:underline;
}

img,a img {
	margin:5px;
	display:inline;
}

.entrytext img.aboutPortrait {
	float:right;
	margin:0 0 50px 20px!important;
	padding:5px!important;
	border:1px dotted rgb(170,170,170);
}


	
/*---[ Side Content ]---*/
#sidebar ul {
	margin:0;
	padding:0;
	text-transform:lowercase;
}

#sidebar ul h2 {
	font-family:"Lucida Grande" ,"Lucida Sans Unicode" ,"Lucida Sans" ,Helvetica, Tahoma ,sans-serif;
	color:#FFF;
	background:#888;
	font-size:85%;
	letter-spacing:.3em;
	text-transform:uppercase;
	font-weight:normal;
	padding:6px 7px;
	margin:0;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	text-shadow:1px 1px 1px #444;
}

#sidebar ul li {
	list-style-type:none;
	text-align:left;
	font-size:100%;
}

#sidebar > ul > li {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#sidebar ul ul {
	margin-bottom:50px;
	padding:0;
	border-top:none;
	background-color:#EEE;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
}

#sidebar ul ul li {
	line-height:26px;
	border-bottom:1px dotted #dbdbdb;
	display:block;
	background:none;
	margin:0;
}

#sidebar ul ul li:last-child {
	border-bottom:none;
}

#sidebar ul ul ul {
	margin:0;
	border-top:1px dotted #dbdbdb;
}

#sidebar ul ul ul li {
	margin-left:15px;
	padding-left:15px;
	line-height:26px;
	background:url(images/sub.gif) no-repeat left;
}

#sidebar li a {
	display:block;
	padding:1px 7px;
	margin:0;
}

#sidebar li a:hover {
	display:block;
	background:#888;
	color:#ffffff;
	text-decoration:none;
}

#sidebar ul ul li:last-child a {
	padding-bottom:2px;
}

#sidebar ul ul li:last-child a:hover {
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
}

#sidebar a {
	color:#5a5a5a;
}


	
/*---[ Comments ]---*/
ol.commentlist {
	margin-bottom:50px;
}

#author,#email,#url {
	background:#f6f6f6;
	border:1px solid #857373;
	padding-left:5px;
}

#comment {
	width:450px;
	background:#f6f6f6;
	border:1px solid #857373;
	padding:5px;
}

#commentform {
	margin-left:20px;
}

.commentauthor,.commentauthor a {
	font-size:1.1em;
	font-weight:bold;
	display:block;
	margin:0;
	padding:0;
}

ol.commentlist li {
	padding:10px;
	width:400px;
}

ol.commentlist ol {
	font-weight:bold;
}

ol.commentlist li.alt {
	background:#f5f5f5;
}


	
/*---[ Search Form ]---*/
.siteSearch {
	padding-bottom:15px;
	margin-bottom:20px;
}

#searchform {
}

#searchform input {
	font-size:100%;
	margin-top:5px;
}

#searchform input[type=submit] {
	font-size:100%;
	color:#333;
	height:26px;
	background:#FFF url(images/button_back.gif) bottom left repeat-x;
	border:1px solid #857373;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	cursor:pointer;
	float:right;
	margin:5px 3px 25px 0;
	padding:3px 10px;
	text-shadow:1px 1px 1px #FFF;
}

#searchform input[type=submit]:hover {
	background:#FFF url(images/button_back_hover.gif) bottom left repeat-x;
}

#searchform input[type=submit]:active {
	background:#FFF url(images/button_back_click.gif) top left repeat-x;
}

#searchform #s {
	width:14.55em;
}

#searchform #searchsubmit {
	border:1px solid #857373;
}


	
/*---[ Calendar ]---*/
#wp-calendar {
	width:100%;
	color:#8c8c8c;
	margin-bottom:20px;
}

#wp-calendar th {
	border-top:1px dotted #c3c3c3;
	border-bottom:1px dotted #c3c3c3;
	color:#000000;
}

#wp-calendar a {
	color:#000000;
	font-weight:bold;
	margin:0;
	padding:0;
}

#wp-calendar a:hover {
	color:#898989;
	font-weight:bold;
	background:#423434;
	padding:0!important;
}

#prev a,#next a {
	margin:10px;
}

#wp-calendar caption {
	color:#000000;
	margin:10px;
	font-size:1.1em;
}


	
/*---[ Other ]---*/
hr {
	display:none;
}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.alignright {
	padding:4px;
	margin:3px 0 2px 10px;
	display:inline;
}

img.alignleft {
	padding:4px;
	margin:3px 10px 2px 0;
	display:inline;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

#body_content {
	position:absolute;
	left:-10000px;
}

.csharpcode-wrapper
{
	background-color: #f4f4f4; 
	font-family: 'Courier New', Courier, Monospace; 
	font-size: 8pt; 
	line-height: 12pt !important; 
	border: solid 1px silver; 
	cursor: text; 
	margin: 20px 0px 5px 0px !important; 
	max-height: 200px; 
	overflow: auto; 
	padding: 4px; 
	width: 97.5%; 
	direction: ltr; 
	text-align: left;
}
