/* basics */

body {
	font: 12px Verdana, Arial, sans-serif; /* make the font look a little nicer than default times new roman */
	color: #797979;	
	text-align: center; /* center the layout in IE 5 */
	background: url(images/bg2.gif) #9BD1FA repeat-x;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

h1, h3, h2, h4{
	font-family: Georgia;
	color: #9BD1FA;
        font-weight: 500;
        margin-bottom: 0;
        padding-bottom: 0;
        margin-right: 0;
        padding-right: 0;
        margin-top: 5px;
        padding-top: 5px;
	
}

h1{
	font-size: 25px;
	line-height: 28px;
}

h2{
	font-size: 20px;
	line-height: 22px;
}

h3{
	font-size: 18px;
	line-height: 20px;
	}

h4{
	font-size: 16px;
	line-height: 18px;
}


/* images and misc. */

img{ border: none; padding: 6px; float: left; }
img a{border:none; float: left;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left: 6px solid #B0E57C;
	padding: 2px 2px 2px 10px;
}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}
	
ul{
   list-style: url(images/arrows.gif);
   padding-right: 0;
   margin-right: 0;
}

/* links */

a{
	color: #B0E57C;
	text-decoration: none;
        font-weight: 500;
        font-family: Georgia;
}

a:hover{
	text-decoration: underline;
}

a:active{
	text-decoration: none;
}


/* container */


#container {
	background: url(images/bg.gif) repeat-y;
	width: 757px; /* the width of our layout overall */
	margin: 0 auto; /* center the layout in mozilla and IE 6+ */
	padding: 0 0 0 0;
	text-align: justify; /* put the text back where it should be */
}
	
/* header */

#navbar{
	margin-left: 17px;
	margin-right: 17px;
	margin-top: -10px;
}

#nav {
   list-style: none;
   margin: 0; padding: 0;
}

#nav li {
   float: left;
}

#nav li a {
   display: block;
   width: 120px;
   text-align: center;
   color: #B0E57C;
   padding: 3px 0;
   font-size: 24px;
}

#nav li a:hover {

}

#header{
	background: url(images/header.gif);
	width: 100%; /* full width header & footer */
	height: 169px; /* give the header & footer a height */
	color: #343434;
}

/* main menu */


/*#menu {
	background: #0B1224;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:760px; 
	height:25px;
	border-top: 1px solid #fff;
}*/


/*#menu ul {
	margin: 6px 0 0 0;
	padding: 0;
	text-align: left;
}*/

/*#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}*/

/*#menu ul li a {
	padding: 6px 13px 6px 13px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}*/

/*#menu ul li a:hover {
	background-color: #fff;
	color:#0B1316;
}*/



/* content */


#content {
	padding-left: 30px;
	float: left; /* put the content on the left */
	width: 500px; /* the width of our content column */
}

.post {

	margin:0 10px;

	padding:10px 10px 10px 5px;

	}

	

.post h2{

	}

	

.post h2 a{

	color: #9BD1FA;

	text-decoration: none;

	}

	

.post h2 a:hover{

	color: #B0E57C;

	text-decoration: none;

	}

	

.post p{}



.post a{}



.post ul {}



.post li {}



.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

/* sidebar */

#sidebar {
	padding-right: 45px;
	padding-left: 0px;
	float: right; /* put the sidebar on the right */
	width: 170px; /* the width of our sidebar column */
}

#sb{
        list-style: none;
        padding-left: 0px;
        margin-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	}

#commentform{
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	}
	
#commentform a{}
	
#commentform h3{
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {}

ol.commentlist li {
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}



ol.commentlist li.alt {background: #FFEC94;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0;}

ol.commentlist a {}

cite {
	font-weight: bold;
	font-style: normal;
	}
	
cite a{border-bottom: 1px dotted;}



/* search */

#searchform{
	padding: 6px 0 6px 6px;

	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B0E57C;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B0E57C;
	background-color: #FFFFFF;
	color: #797979;
	}

/* footer */

#footer {
   background: url(images/bg3.gif) bottom no-repeat;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 5px;
        min-height: 20px;
	clear: both; /* clear the floats set for the sidebar & content, otherwise it will disappear when one column is shorter than the other */
}
	
#footer p{padding:0 6px 0 6px;margin: 0;}
#footer a{}
#footer a:hover{}

img.thumb{
	padding: 4px;
	margin: 4px 2px;
	border: 1px solid #9BD1FA;
}
