/* standard elements */
body {
    margin: 0px;
    padding: 0px;
    background-color: #6F8CA3;
    background-image: url(/gfx/bg.gif);
    background-repeat: repeat-x;
    text-align: center;
    font-family: "Lucida Grande",Verdana,Arial,Sans-serif;
}
form {
    margin: 0px;
    padding: 0px;
}
img {
    border: 0px;
}

/* super container */
div#container {
    margin: 11px auto 0px auto;
    text-align: left;
    width: 800px;
}

/* main divs */
div#top {
    position: relative;
    background-image: url(/gfx/top.jpg);
    background-repeat: no-repeat;
    width: 800px;
    height: 118px;
}
div#content {
    background-image: url(/gfx/content-bg.gif);
    width: 800px;
    font-size: 11px;
}
div#main {
    padding: 15px;
    width: 550px;
    float: left;
    background-color: #ffffff;
}
div#right {
    padding: 0px 0px 10px 10px;
    width: 210px;
    float: left;
}
div#footer {
    background-image: url(/gfx/footer-bg.gif);
    background-repeat: repeat-y;
}

/* top menu */
div#top ul#menu {
    padding: 0px 0px 0px 15px;
    margin: 0px;
    position: absolute;
    top: 87px;
    left: 0px;
    width: 565px;
    list-style: none;
    background-image: url(/gfx/menu-bg.gif);
    background-repeat: repeat-x;
}
div#top ul#menu li {
    margin: 0px;
    padding: 0px;
    height: 31px;
    float: left;
    display: inline;
}
div#top ul#menu li a {
    margin: 0px;
    padding: 6px 15px 0px 15px;
    display: block;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    display: block;
}
div#top ul#menu li.selected, div#top ul#menu li:hover {
    background-image: url(/gfx/menu-bg-selected.gif);
}

/* top search */
div#top div#search {
    position: absolute;
    top: 87px;
    left: 580px;
	width: 220px;
    height: 31px;
    background-image: url(/gfx/search-bg.gif);
}
div#top div#search p {
	margin: 0px;
	padding: 0px;
}
div#top div#search p input#searchinput {
	margin: 6px 0px 0px 5px;
	border: 1px solid #999999;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 180px;
	float: left;
}
div#top div#search p input#searchicon {
	margin: 4px 5px 0px 0px;
	float: right;
}

/* footer area */
div#footer p {
    margin: 0px;
    padding: 3px;
    font-size: 10px;
    color: #ffffff;
    float: left;
}
div#footer p a {
    color: #ffffff;
    text-decoration: none;
}
div#footer p a:hover {
    text-decoration: underline;
}
div#footer p#print {
    display: none;
}
div#footer p#copyright {
    float: left;
}
div#footer p#technology {
    float: right;
}

/* main content area */
div#main div.date {
	margin: 0px 10px 0px 0px;
	width: 43px;
	height: 44px;
    background-image: url(/gfx/date-bg.gif);
    background-repeat: no-repeat;
	float: left;
	text-align: center;
}
div#main div.date h1 {
	margin: 0px;
	padding: 6px 0px 0px 0px;
	color: #ffffff;
    font-size: 10px;
    font-weight: bold;
}
div#main div.date p {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
    font-size: 17px;
    font-weight: bold;
}

div#main h1 {
    margin: 0px 0px 5px 0px;
    color: #2792DB;
    font-size: 18px;
    font-weight: bold;
}
div#main h1 a {
    color: #2792DB;
    text-decoration: none;
}
div#main h2 {
    margin: 0px;
    color: #5EA533;
    font-size: 11px;
    font-weight: bold;
}
div#main h2 a {
    color: #5EA533;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
div#main h2 a:hover {
    text-decoration: underline;
}
div#main p {
    font-size: 12px;
    margin: 6px 0px 10px 0px;
    line-height: 1.4em;
    color: #505050;
}
div#main p img {
    float: right;
    padding: 5px;
    margin: 0px 0px 5px 5px;
}
div#main p a {
    color: #808080;
}
div#main p a:hover {
    color: #333333;
}

/* right area */
div#right h1 {
    margin: 10px 0px 10px -10px;
    padding: 3px 0px 0px 10px;
    background-image: url(/gfx/right-headline-bg.gif);
    background-repeat: repeat-x;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    height: 18px;
}
div#right p {
    margin: 0px;
    padding: 0px;
    color: #808080;
}
div#right ul {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
div#right ul li {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 14px;
    background-image: url(/gfx/document.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    list-style: none;
    font-size: 11px;
    height: 100%;
}
div#right ul.files li {
    background-image: url(/gfx/file.gif);
}
div#right ul li a {
    color: #808080;
    text-decoration: none;
}
div#right ul li a:hover {
    color: #333333;
    text-decoration: underline;
}
div#right div#moblog {
	margin-left: 11px;
    width: 179px;
    height: 146px;
    background-image: url(/gfx/moblog.jpg);
    background-repeat: no-repeat;
}
div#right div#moblog img {
	position: relative;
	top: 20px;
	left: 4px;
}

/* comments */
div#comments h1 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}
div#comments p a {
    color: #808080;
    text-decoration: none;
}
div#comments p a:hover {
    color: #333333;
    text-decoration: underline;
}
div#comments fieldset {
    margin: 0px 0px 10px 0px;
    padding: 10px;
    border: 1px solid #BBBBBB;
}
div#comments fieldset.author {
    background-color: #F5FFF5;
}
div#comments fieldset legend {
    padding: 0px 5px 0px 5px;
    margin: 0px;
    color: #000000;
}
div#comments form fieldset legend {
    padding: 0px 5px 0px 5px;
    margin: 0px;
    font-weight: bold;
    color: #000000;
}
div#comments form fieldset p label {
    color: #000000;
}
div#comments form fieldset p label small {
    color: #999999;
}
div#comments form input[type=text] {
    border: 1px solid #BBBBBB;
}
div#comments form textarea {
    border: 1px solid #BBBBBB;
    width: 99%;
}

/* weather */
div#weather {
	position: relative;
	left: 580px;
	top: 0px;
	width: 220px;
	height: 87px;
}
div#weather img {
	position: absolute;
	left: 70px;
	top: 12px;
}
div#weather div.time {
	position: absolute;
	left: 5px;
	top: 20px;
	width: 60px;
	font-family: "Lucida Grande",Verdana,Arial,Sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}
div#weather div.location {
	position: absolute;
	left: 5px;
	top: 40px;
	width: 60px;
	font-family: "Lucida Grande",Verdana,Arial,Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
div#weather div.windspeed {
	position: absolute;
	left: 5px;
	top: 60px;
	width: 60px;
	font-family: "Lucida Grande",Verdana,Arial,Sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}
div#weather div.temperature {
	position: absolute;
	left: 95px;
	top: 20px;
	width: 120px;
	font-family: "Lucida Grande",Verdana,Arial,Sans-serif;
	font-size: 36px;
	color: #ffffff;
	text-align: right;
}

/* TV 2 Blog */
#tv2blog div.entry h2 {
    color: #666 ! important;
}
#tv2blog div.entry h2 a {
    color: #5EA533 ! important;
    font-size: 11px ! important;
    font-weight: bold ! important;
    text-decoration: none ! important;
}
#tv2blog div.entry h1 a {
    margin: 0px 0px 5px 0px ! important;
    color: #2792DB ! important;
    font-size: 18px ! important;
    font-weight: bold ! important;
    color: #2792DB ! important;
    text-decoration: none ! important;
}
#tv2blog div.entry p {
    margin: 6px 0px 10px 0px ! important;
    font-size: 12px ! important;
    line-height: 1.4em ! important;
    color: #505050 ! important;
}
#tv2blog div.entry p img {
    padding: 0px ! important;
    margin-right: 0px ! important;
    margin-left: 10px ! important;
    float: right ! important;
}
#tv2blog div.entry p span.album {
    margin-top: 0px ! important;
    margin-right: 0px ! important;
    margin-bottom: 5px ! important;
    margin-left: 10px ! important;
    float: right ! important;
}
#tv2blog div.entry p span.album img {
    margin: 0px ! important;
    padding: 0px ! important;
    float: none ! important;
}
a.archive {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 14px;
    background-image: url(/gfx/document.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    color: #808080;
    text-decoration: none;
    font-weight: bold;
}