@charset "UTF-8";
/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
line-height:1.7em;
margin:0;
padding:0;
color:#333333;
background-image:url(images/background.png);
background-repeat:repeat-x;
background-color:#006699;
}

#wrapper {
width:798px;
padding:0px 50px 0px 50px;
margin:0 auto;
background:url(images/background-header.png);
background-repeat:no-repeat;
background-position:top center;
background-color:#FFFFFF;
}

#header {
overflow:hidden;
}

h1 {
float:left;
} 

.header-date {
float:right;
margin-top:50px;
}


#content {
overflow:hidden;
background:#FFFFFF;
}

#content-blog {
overflow:hidden;
background:#FFFFFF;
}

#left-col {
float:left;
width:500px;
padding-right:30px;
}

#right-col {
float:left;
width:240px;
padding-left:20px;
margin-bottom:20px;
margin-top:20px;
overflow:hidden;

}

#footer-wrapper {
background-color:#333333;
padding:0px 50px 0px 50px;
width:798px;
margin:0 auto;
overflow:hidden;
}

#footer {
width:798px;
margin:0 auto;
color:#FFFFFF;
}

#footer-left {
width:300px;
float:left;
padding-right:30px;
}

#footer-left ul {
list-style-type:none;
padding:0;
margin:0;
margin-top:10px;
}

#footer-left li {
height:25px;
background-image:url(images/link-back.png);
padding:0px 0px 0px 40px;
color:#FFFFFF;
margin-bottom:1px;
background-repeat:no-repeat;
}

#footer-left a:visited {
color:#99CC33;
text-decoration:none;
}


#footer-left a:hover {
color:#FFFFFF;
text-decoration:none;
}

#footer-right {
width:400px;
float:left;
padding-left:50px;
}

.blog-title {
float:left;
font-size:15px;
padding:10px 0px 10px 0px;
}

.date {
font-size:11px;
float:right;
margin-top:30px;

}

.entry {
font-size:14px;
clear:both;
}

#content-blog h2 {
padding:0;
margin:0;
margin-top:20px;
float:left;
border-bottom:1px solid #333333;
margin-bottom:10px;
}

.social-media {
clear:both;
padding-top:10px;
}


#newsletter {
clear:both;
overflow:hidden;
margin-bottom:20px;
}

.form {
background-image:url(images/form.png);
border:none;
padding:10px;
width:220px;
}

.submit {
border:none;
padding:10px;
background-color:#CCCCCC;
float:right;
}

#twitter {
background-image:url(images/twitter-bubble.png);
background-repeat:no-repeat;
padding:20px;
font-size:12px;
padding-left:20px;
}

#twitter h4 {
color:#333333;
font-size:14px;
margin-top:-20px;
font-weight:bold;
}
h2 {
font-size:20px;
line-height:1.8em;
}

h4 {
color:#99CC33;
font-size:18px;
font-weight:lighter;
}

h5 {
font-size:18px;
color:#FFFFFF;
padding:20px 0px 10px 0px;
margin:0;
}

a:link {
color:#99CC33;
text-decoration:none;
}

a:visited {
color:#99CC33;
text-decoration:none;

}

a:hover {
color:#333333;
text-decoration:none;
}

#newsletter input {
padding:10px;
font-size:14px;
border:0;
background-image:url(images/form.png);
}

#newsletter h3 {
color:#99CC33;
}

#twitter-tools {
background:url(images/twitter-bubble.png);
background-repeat:no-repeat;
}

#twitter-tools ul {
list-style-type:none;
padding:0;
margin:0;
font-size:12px;
padding:5px 15px 0px 15px;
line-height:1.6em;
}

#twitter-tools h3 {
font-size:14px;
padding-left:15px;
}

.aktt_more_updates {
margin-top:20px;
}

#footer-right ul {
list-style-type:none;
padding:0;
margin:0;
font-size:14px;
line-height:1.4em;
padding-top:10px;
}

#footer-right a:link {
color:#99CC33;
text-decoration:none;
}

#footer-right a:visited {
color:#99CC33;
text-decoration:none;
}

.blog-post {
background:url(images/transparent.png);
padding:5px 10px 5px 10px;
font-size:12px;
clear:both;
}
img {
border:0;
}

#right-col ul {
list-style-type:none;
padding-left:10px;
}

#categories-3 li, #archives-3 li {
background:#F0F0F0;
padding:5px;
margin-bottom:1px;
}


#left-col h2 a:link {
color:#99CC33;
text-decoration:none;
font-weight:lighter;
}

#left-col h2 a:visited {
color:#99CC33;
text-decoration:none;
font-weight:lighter;
}

#left-col h2 a:hover {
color:#333333;
text-decoration:none;
font-weight:lighter;
}

.postmetadata {
background:#333333;
color:#FFFFFF;
padding:2px 2px 2px 10px;
font-size:12px;
}


#menu {
background:#333333;
height:42px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.7;
}

#nav a {
       text-align:center;
	display: block;
	width: 4.6em;
	height:32px;
	padding-top:10px;
	line-height:1.7em;
	font-size:12px;
	font-weight:bold;
	color:#FAFAFA;
	text-decoration:none;
	padding-left:9px;
	padding-right:9px;
}

#nav li { /* all list items */
	float: left;
	width: 4.6em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-image:url(images/menu-back.png);
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-left:#C6CDC5 1px solid; border-right:#C6CDC5 1px solid; border-bottom:#C6CDC5 1px solid;
       
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav a:hover {color:#000; background:#99CC33; }
#nav li li a { width: 11.8em; text-align:left;}
#nav li li { width:10em;}


.small {
font-size:11px;
padding-top:-10px;
padding-bottom:20px; 
}
