/* announcement */

div#topbar {
    width: 834px;
    margin: 0px;
    padding: 5px;
    margin-left: 0;
    margin-bottom: 0;
    height: auto;
    background: #ED1E23;
    text-align: center;

}

div#topbar p  {
    margin: 0px;
    color: #ffffff;
}

div#topbar p a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px dotted;
}

div#topbar p a:hover, 
div#topbar p a:active  {
    color: #c2c2c2;
}


/* general rules */

html { 
	color: #333;
} 
 
form {
       padding: 0;
       margin: 0;
}
body {
	background: #fff url(../images/bg.gif) repeat-y;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: left;
	font-family:  'Trebuchet MS', 'Lucida Grande', Geneva, Arial, sans-serif;
	font-size: 12px;
} 

body#full {
	background: #fff;
	margin: 0 0 10px 10px;
	padding: 0;
	text-align: left;
	font-family:  'Trebuchet MS', 'Lucida Grande', Geneva, Arial, sans-serif;
	font-size: 12px;
} 

body#popup {
	background: #fff;
	margin: 10px;
	padding: 0;
	text-align: left;
	font-family:  'Trebuchet MS', 'Lucida Grande', Geneva, Arial, sans-serif;
	font-size: 12px;
} 


p, div {
	margin: 0;
	padding: 0;
}

.followingdiv {  clear:both; }

/* link treatment */

a:link {
	/* color: #036; */
       color: #0035AC;
       text-decoration:none;
}

a:visited {
	color: #5b80b2;
       text-decoration:none;
}

a:hover {
	color: #5b80b2;
       text-decoration:none;
}

div#blog h2 a:link, div#blog h2 a:visited, div#recent h2 a:link, div#recent h2 a:visited {
	color: #000;
	text-decoration: none;
}

div#blog h2 a:hover, div#recent h2 a:hover {
	color: #333;
}

div#blog a:link, div#recent a:link, div#blog a:visited, div#recent a:visited {
	color: #cb3c00;
	text-decoration: none;
}

div#blog a:hover, div#recent a:hover {
	color: #cc6600;
	text-decoration: none;
}

ul#toplevel a, div#sidebar .additional a, div#rightrail .additional a, a.regular {
	text-decoration: none;
}

/* typography */

h2 {
      color: #000;
      font-size: 18px;
}

div#blog h3 {
      font-size: 14px;
      font-weight: bold;
}

div#blog h4 {
      font-size: 12px;
      font-weight: bold;
}


#banner-commentspop {
		color:#FFF;
		font-size:large;
		font-weight:bold;
		border-left:1px dotted #FFF;	
		border-right:1px dotted #FFF;  		
		border-top:1px dotted #FFF;  		
  		background:#cc6600;
  		padding-left:15px;
  		padding-right:15px;
  		padding-top:5px;
  		padding-bottom:5px;  		  		  			 
}

p.caption, .date {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-align: right;
	line-height: 1.4em;
}

p.bio, p.caption-left {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-align: left;
	line-height: 1.4em;
}

div#recententries li, div#recentcomments li {
	list-style: none;
	line-height: 1.4em;
}


div#recententries ul, div#recentcomments ul {
	padding: 0;
       margin-left: 14px;
}

div#comments ol {
       padding: 0;
       margin: 20px;
}

div#comments li {
	line-height: 1.4em;
       padding-bottom: 6px;
}

div#comments .byline {
       font-weight: bold;
}

div#static {
       padding-top: 5px;
       border-top: 1px solid #999;
}

ul#toplevel {
	padding: 0 0 5px 0;
       margin: 0;
}

ul#toplevel ul {
	padding: 0;
       margin: 0;
       display:none;
}

ul#toplevel li {
	list-style: none;
}


blockquote {
	background-color: #ffffcf;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	padding: 11px 10px 11px 10px;
}

div#header img {
       border: 0;
}

div#header h1 {
	display: none;
}

div#blog p, div#recent p, div#feature p, div#comments p{
	line-height: 1.4em;
	margin-bottom: 20px;
}

div#sidebar p, div#rightrail p {
	line-height: 1.4em;
       margin-top: 0;	
       margin-bottom: 10px;
}


div#feature .sidetitle {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.6em;
	text-align: center;
	line-height: 1.4em;
    padding: 2px;
    background-color: #999;
    color: #fff;
}

div#access {
    background-color: #ccc;
    padding: 5px;
    width: 834px;
    font-weight: bold;
}

div#sidebar .side, div#rightrail .side {
	padding: 8px;
	font-family:  Georgia, 'Times New Roman', Times, sans-serif;
	line-height: 1.4em;
}

div#sidebar .mainside, div#rightrail .mainside {
	padding: 8px;
       /* font-size: 10px; */
       font-family:  'Trebuchet MS', 'Lucida Grande', Geneva, Arial, sans-serif;
	/* text-transform: uppercase; */
       line-height: 1.4em;
}


p.extended, a.extended, p.extendedmore {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1.4em;
    margin: 0;
    padding: 0;    
}

div#sidebar .additional, div#rightrail .additional {
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	line-height: 1.4em;
       margin: 0;
       padding: 0 0 10px 0;
}

div#sidebar .propercase, div#rightrail .propercase {
       text-transform: none;
       font-size: 12px;
}

div#sidebar .sidetitle, div#rightrail .sidetitle {
	text-transform: uppercase;
	padding: 8px 8px 0 8px;
	font-size: 10px;
	font-family:  'Trebuchet MS', 'Lucida Grande', Geneva, Arial, sans-serif;
	letter-spacing: 0.6em;
	text-align: center;
	line-height: 1.4em;
       color: #cb3c00;
}

div#recentcomments h2, div#recententries h2 {
	text-transform: uppercase;
	padding: 8px;
	font-size: 10px;
	font-family:  'Trebuchet MS', 'Lucida Grande', Geneva, Arial, sans-serif;
	letter-spacing: 0.6em;
	text-align: left;
	line-height: 1.4em;
    color: #cb3c00;
}
 
#search, #email {
	width: 140px;
} 
 
p.posted {
	margin-top: 10px;
	margin-bottom: 10px;
} 
 
div#feature img, div#blog img, div#recent img {
	border: 1px;
	padding: 2px;
    margin: 0 0 6px 6px;
	border-color: #ccc;
	border-style: solid;
       /* float: right; */
}

div#sidebar img, div#rightrail img {
	border: 0;
}

/* layout */ 

div#container { 
	width: 844px; 
} 

div#header {
	width: 844px;
	height: 160px;
	background-color: #fff;
       padding: 0;
       margin: 0;
}

div#maincontent {
	float: left;
	width: 506px;
	padding: 0 0 10px 0;
	border: 0;
	margin: 0;
	/*background: green; */
}

div#copyright {
       /* width: 844px; */
       width: 506px;
	padding: 10px 0 0 0;
	border: 0;
	margin: 20px 0 0 0;
       font-size: 10px;
       background-color: #fff;
       border-top: 3px double #999;  	
       font-family:  Geneva, Arial, sans-serif;
       float: left;
}

div#copyright p{
	line-height: 1.4em;
	margin-bottom: 10px;
}



body#full div#maincontent {
	float: left;
	width: 844px;
	padding: 0 0 10px 0;
	border: 0;
	margin: 0;
	/*background: green; */
}

div#col1 {
	float: left;
	width: 250px;
	border: 0;
	margin: 0;
       clear:both;
}

div#col2 {
	width: 250px;
	left: 256px;
	position: absolute;
       clear:both;
}

div#mainart {
	float: center;
	/*border-bottom: 1px dashed #999;*/
	padding-bottom: 10px;
}

div#mainart img {
	border: 1px;
	padding: 2px;
	border-color: #ccc;
	border-style: solid;
}

div#feature {
	border: 1px solid #999; 
	padding: 10px;
}

div#blog, div#comments {
	border-bottom: 1px dashed #999;
	/* line-height: 1.4em; */
}

div#recententries {
	border-bottom: 1px dashed #999;
}

div#map {
	border: 1px;
	padding: 2px;
	border-color: #ccc;
	border-style: solid;
       margin-top: 10px;
}

div#sidebar {
	width: 160px;
	left: 528px;
	position: absolute;
	padding-bottom: 10px;
}


div#rightrail {
	width: 160px;
	left: 694px;
	position: absolute;
	padding-bottom: 10px;
}

div#announcement {
    border: 1px solid #cb3c00;
    padding: 4px;
    width: 834px;
    font-weight: normal;
    margin: 0;
    background-color: #fff;
}

div#msgfromdan {
    border: 1px solid #cb3c00;
    padding: 4px;
    width: 497px;
    font-weight: normal;
    margin: 0;
    background-color: #fff;
    margin-bottom: 4px;
}

div#spacer {
    height: 8px;
    width: 844px;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

div#dateline {
    display: none;
}

div#grade {
    border: 1px;
    padding: 2px;
    margin: 0 0 6px 6px;
    border-color: #ccc;
    border-style: solid;
    float: right;
    text-align: center;
}

div#grade strong {
	font-size: 10px;
	text-transform: uppercase;
    font-weight: normal;
    
}

div#grade span {
    font-size: 30px;
    font-weight: bold;
}


div#technorati {
    display: none;
}

