/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px;
	background: #000000;
	font-family: Segoe, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #606060;
}

img
{
	border: 0;
}

h1, h2, h3 {
	margin: 0;
	font-family: Segoe, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

.imageList
{
     display:block;
     width: 100%;
}
.imageList li
{
    float:left;
}

.imageList a
{
    border-bottom: 0px;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #0A0A0A;
}

a:hover {
	background: none;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
}

/* Header */

#header {
	width: 910px;
	height: 172px;
	margin: 0 auto;
	background: #16A5D9 url(http://az16566.vo.msecnd.net/siteassets/abcHeader.png) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
	width: 740px;
	color: #000000;
}

#logo h1 {
	float: left;
	padding: 0 0 0 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0 0 0 530px;
	padding: 50px 5px 5px 5px;
	text-transform: uppercase;
	font: bold 14px Segoe, Arial, Helvetica, sans-serif;
	background-color: #16A5D9;	
	color: #FFF;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: #16A5D9;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 17px 10px 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Segoe, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Twitter */
#rrt
{
	height: 20px;
}

.rrt-inner
{
	margin-left: 5px;
}
.rrt-inner ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.rrt-inner ul li
{
	float: left;
}

.rrt-inner .rrt-content
{
	padding: 0 5px;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
}

/* Content */

#contentArea {
	float: right;
	width: 600px;
	padding: 40px 20px 0 0;
}

.post {
}

.post .title {
	color: #000000;
}

.post .title a {
	background: none;
	color: #000000;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Segoe, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
}

.download
{
}

/* Sidebar */

#sidebarArea {
	float: left;
	width: 220px;
	padding: 40px 0 0 20px;
	color: #A6A6A6;
}

#sidebarArea h2 {
	letter-spacing: -.5px;
	color: #000000;
	font-size: 1.3em;
}

#sidebarArea p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebarArea a {
	color: #787878;
	border: none;
}

#sidebarArea a:hover {
	text-decoration: underline;
	color: #00b0f0;
}

#sidebarArea img
{
	border: 0;
	padding: 10px 0 0 0;
	display: block;
	width: 200px;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #565F68;
	font-family: Segoe, Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

/* Bio */
.bio img
{
	float: left;
	width: 165px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* tables */
.box-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
.box-table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 3px;
	background: #b9c9fe;
	border-top: 2px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
.box-table td
{
	padding: 2px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
.box-table tr:hover td
{
	background: #d0dafd;
	color: #339;
}

