/* Taken from: http://developer.yahoo.com/yui/reset/ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
.center {
    text-align: center;
}

/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #ffffff;
}

h1 {
	font-size: 20px;
	font-weight: bold;	
}
h2 {
    font-weight: bold;
    font-size: 13px;
}

a {
	color: #FFFFFF;
}

#container {
	width: 940px;
	margin: 0 auto;
}
#columnLeft {
    float: left;
}
#columnRight {
    float: left;
    width: 290px;
    margin-left:	10px;
}
#header {
    height:                 70px;
    padding-top:            30px;
}
#header h1 {
    float:                  left;
}
#header #social {
    float:                  right;
    width:                  400px;
    text-align:             right;
}

div#webcam {
	float:	left;
	width:	640px;
}
div#news {
	width:	290px;
    text-align: left;
}
#webcam p {
	font-size: 10px;
	font-style: italic;
}

#weather {
	margin-top: 10px;
}

div.info {
    background: #fff;
    border:     solid 1px #ccc;
    color:      #000;
    padding:    10px;
}
div.info a {
    color:      #aaa;
}
div.info span.head {
    display:        block;
    font-weight:    bold;
}
div.info span.text {
    
}

.rssFeed a
{
	color: #444;
	text-decoration: none;
}
.rssFeed a:hover
{
	color: #000;
	text-decoration: underline;
}
.rssHeader {
	padding-bottom: 5px;
}
.rssHeader a {
	font-size:	12px;
	font-weight: bold;
	color:		#ffffff;
}

.rssBody ul { list-style: none; }
.rssBody ul, .rssRow, .rssRow h4, .rssRow p
{
	margin: 0;
	padding: 0;
}
.rssRow div {
	font-size:	9px;
	font-style:	italic;
}

.rssRow { padding: 0.8em; }
.rssRow h4 { 
	font-size: 	12px;
	font-weight:	bold; 
}
.rssRow div
{
	color: #000000;
}
.rssRow p {
	font-size:	11px;
	color:	#000000;
padding-top: 10px;
}
.odd { background-color: #e8e8fc; }
.even { background-color: #d4d4e8; }

.list li {
    margin: 5px 0;
}
