/* 
Theme Name: Neuron
Theme URI: http://devel.bluegator.org/neuron
Design Name: Neuron
Description: Light blue theme with expandable sidebar scripting
Version: 1.1
Author: Matt Gerega
Author URI: http://devel.bluegator.org/
*/

/* Body and Rap Styling */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background: #EEF5FF;
	font-size: 62.5%
        font-family: Arial, Helvetica, sans-serif;
        
}
#rap {
	width: 780px;
	margin: 20px auto 10px auto;
	padding: 0;
	font-size: 1em;
	text-align: left;
	line-height: 18px;
	background: #fff url('img/bodybag.gif') repeat-y center;
        border: 1px solid #BFC0DF;
	
}

/* Header Styling */

#header {
	margin: 0;
	padding: 20px 0 7px .5em;
	border-bottom: 1px solid #BFC0DF;
	background: #fff url('img/blue_header.jpg') no-repeat top;
	height:60px;

}
#header h1 {
        margin: 0;
	font-weight:bold;
        font-size: 1.6em;
        color: #333;
        word-spacing: 1px;
}
#header h2 {
	margin:0;
	font-size: .8em;
	color: #E6EDF7;
}
#header a:link, #header a:visited, #header a:hover, #header a:active {
        color: #f0f0f0;

        text-decoration: none;
        border-bottom: none;
}

/* A tag styling */

a {
        text-decoration: none;
        font-weight:bold;
        color: #15375c;
}
a:visited {
        color: #15375c;
        font-weight:bold;
}
a:hover {
        color: #8ca0ce;
        text-decoration: underline;
}

a img {
	border: none;
}

acronym, abbr {
	border-bottom: 1px dotted #0c6bf0;
}
acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: .07em;
}
code {
	font-size: 1em;
	font-style: italic;
}
blockquote{
	background: #EEE url(img/blockquote.png) no-repeat bottom left;
	/*border: 1px solid #E0E0E0;*/
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
}

cite {
	font-size: 0.9em;
	font-style: normal;
}

p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.5em;
}
 h2, h3, h4 {
	font-weight: normal;
	letter-spacing: 1px;
}

h2,h3 {
	margin: 0;
	padding: 0;
	color: #15375c;
}
h2 {
   font-size: 1.0em;
   font-weight: bold;
}
h3 {
   font-size: 1.0em;
}
h4 {
   font-size: .9em;
   font-weight: bold;
}
.description 
{
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	font-size:0.8em;
	color:#f0f0f0;	
}
/* Sidebar Styling */

#sidebar {
        margin: 0;
        width: 180px;
        padding: 5px 10px 5px 0px;
        float:right;
        display:inline;
        font-family : verdana, tahoma, arial, serif;
}

#sidebar ul {
	list-style-type: none;
	padding: 0 0 .5em 5px;
	margin: 0;	
}
#sidebar ul li {
	margin: 0.2em 0 0 0;
	padding: 0;
	font-size: 0.76em;
}
#sidebar li a:link, #sidebar li a:visited {
	color: #15375c;
	text-decoration: none;
}
#sidebar li a:hover {
	color: #8ca0ce;
	border-bottom: 1px solid #8ca0ce;
}
#sidebar p{
        font-size: .6em;
}

#content ul {
	margin-left: 0;
	padding-left: 15px;
	list-style-type: none;
}
#content ul li {
	background: url('img/bullet.png') no-repeat 0 7px;
	padding-left: 1.5em;
}

.menuheader {
        margin: 0;
        padding: 5px;
        height: 20px;
        background:transparent url('img/full_sidetitle.gif') no-repeat top center;
}

.menuheader div
{
       margin:0;
       padding-left:.5em;
       font-size: .9em;
       color: #fff;
       font-weight: bold;
       float:left;
       height: .9empx;
}

.menuheader a{
       float:right;
       margin:0;
       height: .9em;
}

.menuheader a img{
       width:15px;
       height:15px;
       border:none;
       padding: 0 .2em 0 0;
}
 
/* Post Styling */
#content
{
        float: left;
        margin: 20px 0;
        padding:0 0 0 1em;
        background: #fff;
        width: 555px;
        font-size: 0.8em;
        display:inline;
        color:#000;
        overflow:hidden;
}


.post-footer, .copyright {
	margin-bottom: 3em;
	font-size: 0.9em;

	color: #666;
}
.post-content {
	padding: 1em 0 0 0;
}
img {
	border: #ccc 1px solid;
	padding: 3px;
}
.post-title {
	margin: 0 .5em 0.2em;	
	text-align: right;
	padding: 0.5em 1em 0 0;
	color: #15375c;
	background:transparent url('img/dateheader.jpg') no-repeat right top;
}
.post-title em {
	text-decoration: none;
	float: left;
	font-style: normal;
	font-size: 0.9em;		
	padding:0 .5em;
	margin-top:-0.3em;
}
.post-info {
	color: #15375c;
	font-size:1.2em;
	margin:0;
}
.post-info a {
	text-decoration: none;
        font-weight: bold;
	color: #15375c;
	border: none;
}
.post-info a:hover {
       
	border-color: #7A7636;
	color: #7A7636;
}

hr {
	display: none;
}

/* Footer Styling */

#footer {
	margin:0;
	padding: 7px 20px;
	border-top: 1px solid #BFC0DF;
	clear: both;
	font-size: 0.7em;
	color: #999;
	background: #fff;
	text-align:center;
}
#footer a {
border:none;
color:#15375c;
}
#footer a:hover {
    color:#15375c;
}
#commentlist {
	font-size:1em;
	font-weight:bold;
	color: #ccc;
}
#commentlist li {
	color: #666;
	font-weight: normal;
	font-size:0.85em;
}
#commentlist cite {
	font-size: 0.8em;
	color: #808080;
	margin: 0 0 1em;
	padding: 0 0 0.5em;
}
cite a {
	border-bottom: 1px dotted #DC9204;
	text-decoration: none;
}
cite a:visited, a:hover {
	border-bottom: none;
}

/* Comment form Styling */

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #F5F5F5;
	border: 1px solid #669BB4;
	padding: 0.2em;
}
#commentform textarea {
	width: 80%;
}
#commentform p {
	margin: 0 0 1em;
}
#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
#comments {
	text-transform: uppercase;
	margin-top: 3em;
	color: #AA7D39;
	font: 0.9em verdana, helvetica, sans-serif;
}
#postcomment {
	text-transform: uppercase;
	margin-top: 0.9em;
	color: #AA7D39;
	font: 1em verdana, helvetica, sans-serif;
}

/*Search form Styling */

#searchform {
        padding:0;
	margin-left: 1em;
	margin-bottom:.5em;
}
#searchform #s {
        width: 80px;
        padding: 0px;
	margin-right:5px;
	font-size:.7em
        }

#searchsubmit {
	margin:0px;
	font-size: .7em;
	background-color:#10348C;
	color:#fff;
        }


/* Calendar Styling */

#wp-calendar {
	background: #fff;
	empty-cells: show;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:10px;
	padding:0px;
	align:center;
}

#wp-calendar #next {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
} 

#wp-calendar a:hover {
	background: #e8e8e8;
	color: #333;
}

#wp-calendar caption {
    font-size: .8em;
    text-align: cemter;
    font-weight: bold;
    color: #000468;
    padding: 0px;
    margin: 0px;
}

#wp-calendar td {
	color: #999;
	font-size:.7em;
	padding: 0px 3px;;
	margin: 0px;
	text-align: center;
}
#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #e8e8e8;
	color: #666;
	text-align:center;
}

#wp-calendar th {
	color: #69c;
	font-weight: bold;
	font-size: .7em;
	text-align: center;
	text-transform: capitalize;
}


/* Horizontal Nav Menu */

#navmenu {
	margin-top:4px;
	float:right;
}

#navmenu ul{
	margin:0;
	padding:0px 1px 1px 1px;
	list-style-type:none;
	list-style-image:none;
	background:#000063;
}
#navmenu li {
	display:inline;
	margin:0px;
	
}
#navmenu a, #navmenu a:visited {
	text-decoration:none;
	margin:0px;
	padding: 1px 10px;
	color:#FFFFFF;
}
#navmenu a:hover {
	color:#003873;
	background:#6B9EFF;
}


/* Nice Titles */

div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 13px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 25em;
    font-weight: bold;
    background: url(img/ntbg.png);

    /* Mozilla proprietary */
    -moz-border-radius: 12px;
}
div.nicetitle p {
    margin: 0; padding: 0 3px; text-align:left;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
}



