/*
Theme Name:Neon
Theme URI:http://stephenmcintyre.net/
Description:A simple attractive theme by <a href="http://stephenmcintyre.net/">Stephen McIntyre</a>.
Version:2.0
Author:Stephen McIntyre
Author URI:http://stephenmcintyre.net/
Tags:black, blue, fixed width, two columns, widgets
*/

/* -- tags -- */

body{
	font-size:62.5%; /* Resets 1em to 10px */
	font-family:Verdana, Arial, Sans-Serif;
	background:#333 url('images/bg.gif') top repeat-x;
	color:#333;
	text-align:center;
	padding:0;
	margin:0;
}
h1,
h2,
h3{
	font-family:'Century Gothic', Verdana, Arial, Sans-Serif;
	font-weight:bold;
}
h1{
	font-size:4em;
	text-align:center;
	padding-top:70px;
	margin:0;
}
h1,
h1 a,
h1 a:hover,
h1 a:visited{
	text-decoration:none;
	color:#fff;
}
h2{
	font-size:1.5em;
	margin:30px 0 0;
}
h2.pagetitle{
	font-size:1.6em;
	margin-top:30px;
	text-align:center;
}
h3{
	font-size:1.3em;
	padding:0;
	margin:30px 0 0;
}
h3#comments{
	clear:both;
}
a{
	color:#06c;
	text-decoration:none;
}
a:hover{
	color:#147;
	text-decoration:underline;
}
a img{ border:none; }
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;
}
select{ width:130px; }
blockquote{
	margin:15px 30px 0 10px;
	padding-left:20px;
	border-left:5px solid #ddd;
}
blockquote cite{
	margin:5px 0 0;
	display:block;
}
hr{ display:none; }
small{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:0.9em;
	line-height:1.5em;
}
code{ font:1.1em 'Courier New', Courier, Fixed; }
acronym, abbr{ border-bottom:1px dashed #999; }
acronym, abbr, span.caps{
	font-size:0.9em;
	letter-spacing:.07em;
	cursor:help;
}

/* -- misc -- */

.end{
	clear:both;
	height:32px;
}
.clear{ clear:both; }
.alignright{ float:right; }
.alignleft{ float:left }
.aligncenter,
div.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.center{ text-align:center; }
.hidden{ display:none; }

/* -- page -- */

.page_sect2{ background:transparent url('images/bottom.gif') bottom no-repeat; }
.page_sect3{ background:transparent url('images/top.gif') top no-repeat; }
#page{
	background:#fff url('images/main.gif') top repeat-y;
	text-align:left;
	background-color:#fff;
	margin:auto;
	padding:0;
	width:760px;
}
small,
#sidebar ul ul li,
#sidebar ul ol li,
.nocomments,
.postmetadata,
blockquote,
strike{ color:#777; }
.navigation{
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
.navigation .alignleft,
.navigation .alignright{
	width:50%;
	text-align:center;
}
.navigation .alignleft a,
.navigation .alignright a{
	line-height:18px;
	display:block;
	width:100%;
	padding:12px;
	padding-left:0;
}
.navigation .alignleft:hover,
.navigation .alignright:hover{ background:#eef; }

/* -- header -- */

#header{
	width:760px;
	height:176px;
	background:transparent url('images/header.png') top no-repeat;
	margin:auto;
	text-align:left;
}
#headlinks{
	float:right;
	margin:16px 22px 0 0;
	color:#555;
	font-size:1.2em;
}
#headlinks a, #footer a{
	color:#39f;
	text-decoration:none;
}
#headlinks a:hover, #footer a:hover{
	color:#47a;
	text-decoration:underline;
}
#header img{ margin:32px; }
#nav{
	margin:0;
	margin-left:16px;
	padding:0;
	font-size:1.2em;
	list-style:none;
}
#nav a{
	width:100px;
	height:32px;
	float:left;
	background:url('images/nav.png') top no-repeat;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	line-height:32px;
	margin:0;
	margin-right:8px;
}
#nav a.rss_nav{
	background:url('images/rss_nav.png') top no-repeat;
	width:32px;
	height:32px;
}
#nav a.rss_nav span{ display:none; }
#nav a:hover{ background-position:0 -32px; }

/* -- footer -- */

#footer{
	color:#fff;
	height:24px;
}

#footer p{
	margin:0;
	padding:20px 0;
	text-align:center;
}

/* -- posts and pages -- */

#content{ font-size:1.2em; }
.narrowcolumn .entry,
.widecolumn .entry{ line-height:1.4em; }
.widecolumn{
	line-height:1.6em;
	margin:0 0 0 45px;
	width:450px;
}
.widecolumn .postmetadata{ margin:30px 0; }
.widecolumn .entry p{ font-size:1.05em; }
.widecolumn .post{ margin:0; }
.widecolumn .smallattachment{
	text-align:center;
	float:left;
	width:128px;
	margin:5px 5px 5px 0px;
}
.widecolumn .attachment{
	text-align:center;
	margin:5px 0px;
}
.narrowcolumn{
	float:left;
	margin:0 0 0 45px;
	width:450px;
}
.narrowcolumn>p{
	margin-top:40px;
	font-size:1.6em;
}
.narrowcolumn .postmetadata{
	padding-top:5px;
	text-align:center;
}
.post{
	text-align:justify;
	margin-top:32px;
	padding-bottom:16px;
	border-bottom:2px solid #ccc;
}
.post hr{ display:block; }
.posttitle{ margin-bottom:32px; }
.postmetadata{ clear:both; }
.postmetadata ul,
.postmetadata li{
	display:inline;
	list-style-type:none;
	list-style-image:none;
}
.minorhead{ margin-bottom:32px; }
.entry ul{
	margin:0;
	padding:0;
	padding-left:20px;
}
.entry p a:visited{ color:#b85b5a; }
.entry ol{
	padding:0 0 0 35px;
	margin:0;
}
.entry li{ margin:4px 0 4px 10px; }
.entry ol li{
	margin:0;
	padding:0;
}
.entry form{ text-align:center; }
.wp-caption{
	max-width:100%;
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:8px 0;
}
.wp-caption img{
	max-width:98%;
	height:auto;
	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;
}
.gallery{ margin:auto; }
.gallery-item{
	float:left;
	margin-top:10px;
	text-align:center;
}
.gallery img{
	max-width:90%;
	height:auto;
	border:2px solid #cfcfcf;
}
.gallery-caption{ margin-left:0; }
.notice{
	text-align:center;
	color:#f00;
}

/* -- comments -- */

.commentlist{
	padding:0;
	margin:0;
	text-align:justify;
}
.commentlist li{
	margin:15px 0 10px;
	padding:5px 5px 10px 10px;
	list-style:none;
	font-weight:bold;
}
.commentlist li, #commentform input, #commentform textarea{ font:0.9em Verdana, Arial, Sans-Serif; }
.commentlist li .avatar{ 
	float:right;
	border:1px solid #eee;
	padding:2px;
	background:#fff;
}
.commentlist li ul li{
	margin-right:-5px;
	margin-left:10px;
	font-size:1em;
}
.commentlist cite, .commentlist cite a{
	font-weight:bold;
	font-style:normal;
	font-size:1.1em;
}
.commentlist p{
	margin:10px 5px 10px 0;
	font-weight:normal;
	line-height:1.5em;
	text-transform:none;
}
.commentmetadata{
	margin:0;
	display:block;
	font-weight:normal;
}
.vcard{ margin-bottom:2px; }
.comment{
	background:#fff;
}
.comment-author-admin.comment{
	background:#e9f4ff;
	border-color:#aaf;
}
.comment-author-admin.comment>.comment-body>.vcard>img{ float:left; }
.comment-author-admin.comment>.comment-body>.vcard,
.comment-author-admin.comment>.comment-body>.comment-meta{ text-align:right; }
.thread-alt{ background-color:#fff; }
.depth-1{ border:1px solid #ddd; }
.even, .alt{ border-left:1px solid #ddd; }
.alt{
	margin:0;
	padding:10px;
}
.children{ padding:0; }
.nocomments{
	text-align:center;
	margin:0;
	padding:0;
}
#commentform{ margin:5px 10px 0 0; }
#commentform p{
	margin:5px 0;
	font-family:Verdana, Arial, Sans-Serif;
}
#commentform input{
	width:170px;
	padding:2px;
	margin:5px 5px 1px 0;
}
#commentform textarea{
	width:100%;
	padding:2px;
}
#commentform #submit{
	margin:0 0 5px auto;
	float:right;
}
#respond{ float:left; }
#respond:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.feedMe a{
	line-height:32px;
	display:block;
	background:url('images/rss.gif') left no-repeat;
	padding-left:24px;
}

/* -- sidebar --*/

#sidebar{
	font:1em Verdana, Arial, Sans-Serif;
	padding:36px 0 10px 0;
	margin-left:545px;
	width:190px;
}
#sidebar h2{
	margin:5px 0 0;
	padding:0;
	font-family:'Century Gothic', Verdana, Sans-Serif;
	font-size:1.2em;
}
#sidebar ul, #sidebar ul ol{
	margin:0;
	padding:0;
}
#sidebar ul li{
	list-style-type:none;
	list-style-image:none;
	margin-bottom:15px;
}
#sidebar ul p, #sidebar ul select{ margin:5px 0 8px; }
#sidebar ul ul, #sidebar ul ol{ margin:5px 0 0 10px; }
#sidebar ul ul ul, #sidebar ul ol{ margin:0 0 0 10px; }
#sidebar ul ul li, #sidebar ul ol li{
	margin:3px 0 0;
	padding:0;
}
#sidebar ul ol li{ list-style:decimal outside; }
#sidebar form{ margin:0; }
#searchform{
	margin:10px auto;
	padding:5px 3px;
	text-align:center;
}
#sidebar #searchform #s{
	width:108px;
	padding:2px;
}
#sidebar #searchsubmit{ padding:1px; }

/* -- wp calendar -- */

#wp-calendar{
	empty-cells:show;
	margin:10px auto 0;
	width:155px;
}
#wp-calendar a{
	display:block;
	text-decoration:none;
}
#wp-calendar caption{
	width:100%;
	font:bold 1.3em Verdana, Arial, Sans-Serif;
	text-align:center;
}
#wp-calendar th{
	font-style:normal;
	text-transform:capitalize;
}
#wp-calendar td{
	padding:3px 0;
	text-align:center;
}
#wp-calendar td.pad:hover{ background-color:#fff; }
#wp-calendar #prev a, #wp-calendar #next a{ font-size:9pt; }
#wp-calendar #next a{
	padding-right:10px;
	text-align:right;
}
#wp-calendar #prev a{
	padding-left:10px;
	text-align:left;
}

/* -- latest -- */

#sidebar li.sm-latest div{
	height:40px;
	margin:8px 0;
}
#sidebar li.sm-latest img{
	width:32px;
	height:32px;
	float:left;
	padding:2px;
	margin:0 4px 4px 0;
	background:#f3f3f3;
	border:1px solid #ddd;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

/* -- date boxes -- */

.dateBox{
	text-align:center;
	width:40px;
	border:1px solid #ccc;
	float:left;
	margin-right:8px;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
.dateBox-month{
	background:#6ae;
	color:#fff;
	padding:1px;
	-moz-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.dateBox-date{ font-size:1.8em; }

/* Social Bar */

.sm_socialbar ul{
padding:0;
margin:0;
}
.sm_socialbar li{
display:inline-block;
}
.sm_socialbar a{
width:64px;
height:64px;
display:block;
opacity:0.7;
}
.sm_socialbar a:hover{
opacity:1;
}
.sm_socialbar span{
display:none;
}

.pinglist{
list-style:none;
padding:0;
}
.pinglist li{
font-size:0.9em;
padding:5px 0;
}