/* Organizing */

body {
background: #ffffff;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
color: #333333;
}

.container {
margin: auto;
padding: 15px;
width: 980px;
background: #ffffff;
}

#block {
float: left;
padding: 4px;
margin: 5px;
width: 300px;
}

#about {
background-color: #FFFFCC;
border: 1px dashed #cccccc;
text-align:justify;
width: 900px;
padding: 5px;
color: #666666;
margin:auto;
}

#ads {
float: left;
margin: 5px 0px 5px 100px;
text-align:justify;
height: 90px;
width: 750px;
}

#blog {
float: left;
width: 600px;
padding:10px;
margin:10px;
}

#sidebar {
float: right;
width: 225px;
padding:10px;
margin:10px;
}

/* Font Styles */

p {
font-size: 14px;
line-height: 18px;
color: #333333;
}

a {
font-weight: normal;
color: #006699;
text-decoration:none;
}

a:hover { 
text-decoration:underline;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size: 36px;
color: #339999;
text-decoration:none;
font-weight: bold;
}

h1 a {
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size: 36px;
color: #339999;
font-weight: bold;
}

h1 a:hover {
text-decoration: underline;
}

h3 {
font-weight: bold;
font-size: 16px;
color: #666666;
}

h3 a {
font-weight: bold;
font-size: 16px;
color: #666666;
text-decoration: none;
}

h3 a:hover {
text-decoration:underline;
}

#about p {
font-size: 12px;
color: #999999;
}

#about a {
color: #999999;
text-decoration: underline;
}

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


fieldset {
margin-top: 15px;
padding: 15px;
width: 100%;
background-color:#FFFFFF;
}

legend {
font-family:Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight:normal;
color: #CCCCCC;
}

.active {
border-bottom: 1px dotted;
}

legend a{
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
line-height: 30px;
font-size: 24px;
font-weight: bold;
color: #CC0000;
}

.feedburnerFeedBlock a { 
font-weight: normal;
color: #006699;
font-size: 14px;
text-decoration:none;
}

.feedburnerFeedBlock a:hover { 
text-decoration:underline;
}

.feedburnerFeedBlock ul { 
line-height: 20px;
list-style: none outside;
margin: 0px 0px 5px 10px;
padding: 5px;
}

.feedburnerFeedBlock li {
list-style-image: url(star.gif);
border-bottom: 1px solid #cccccc;
margin-bottom: 5px;

}

#creditfooter {
display: none;
}

#footer {
float: left;
width: 980px;
text-align: center;
vertical-align: middle;
}

#footer p{
font-size: 10px;
color: #999999;
}

#footer a {
color: #999999;
text-decoration:underline;
}

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

/*Zoom Clouds*/
.zoomclouds  {
   text-align: left;
   border:8px solid #006699;
   padding:4px;
   position:relative;
   background-color:#FFFFFF;
   width:200px;
 }
.zoomclouds span a, .zoomclouds a {
   margin: 0 2px;
   text-decoration:none;
   font-family: Helvetica, arial, sans-serif;
 }
.zoomclouds span.tag1 a {color:#3366CC}
.zoomclouds span.tag2 a {color:#0066CC}
.zoomclouds span.tag3 a {color:#336699}
.zoomclouds span.tag4 a {color:#006699}
.zoomclouds span a:hover, .zoomclouds a:hover {
   color:#ffffff;
   background-color:#8ca5b5;
   text-decoration:none;
}
.zoomcloudswg {
   font-size:10px;
   color: #bbb;
}
.zoomcloudssp {
   font-size:10px;
   color: #444;
}
