/* Author - Tau Matenga */

body {
	margin:0;
	background-color:#d3f6ff;
	background:url(images/bg_grid.gif) #d3f6ff repeat-x top center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.2em;
	text-align:center;
	color:#666;
}

.li_small
{
	font-size:0.7em;
}


.handPointer
{
     cursor: pointer; cursor: hand;
}

img { border: 0px; }

#container {
	width:100%;
	height:606px;
	text-align:center;
	background:url(images/bg_clouds.gif) no-repeat top center;
}

#contentwrapper {
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	background-color:#fff;
	width:790px;
	text-align:center;
}

#header {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	background-color:#fff;
	width:770px;
	height:183px;
	text-align:center;
}

#topnavigation {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	background:url(images/bg_nav.gif) #eee repeat-x top center;
	width:770px;
	height:65px;
	text-align:center;
}

#bodywrapper {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	background-color:#eee;
	width:770px;
	text-align:center;
}

#leftwrapper
{
    margin-top: 0;
    padding: 0 5px 15px 10px;
    float: left; /*background-color:#ff0000;*/
    width: 505px; /*550px*/
    text-align: left;
}

#videoplayer {
	margin:0;
	padding-top:1px;
	background:url(images/bg_video.gif) #eee no-repeat top left;
	width:500px;
	height:305px;
}

#videoplayer p {
	margin:21px 0 0 104px;
	width:300px;
	height:225px;
}

#rightwrapper
{
    margin-top: 0;
    padding: 0 0 15px 5px;
    float: right; /*background-color:#ffcc00*/
    width: 205px; /*220px*/
    text-align: left;
}

.admin{
	background:url(images/bg_admin.gif) #eee no-repeat top center;
	width:191px;
	height:179px;
}

#clear {
	clear:both;
}

#footerspacer {
	height:50px;
}

#border {
	border-color: #999999;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-style   : solid;
}
.border 
{
	border-color: #999999;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-style   : solid;
}

input, textarea, select 
{
    border: 0 0 0 0 none;
}

h3
{
    font-style:normal;
    font-variant:normal;
    line-height: normal;
    text-decoration:none !important;
    border-bottom:medium none !important;
    font-size:200%;
    font-weight:bold;
    letter-spacing:-1px;
}

.published_titles
{
    line-height: 48px;
}

.published_sm 
{
    color:#444444;
    background:#EEEEEE none repeat scroll 0% 0%;
    border:1px solid #999999;
    float:left;
    margin:0px 8px 0px 0px;
    padding:0.5em;
    text-align:center;
    font-family:'Lucida Grande',Arial,sans-serif;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}

.published_sm .day 
{
    color:#990000;
    font-size:1.8em;
    font-weight:bold;
    letter-spacing:-1px;
    margin-bottom:-3px;
}

.published_sm .month 
{
    font-size:1.05em;
    margin:0px;
}

