body { background: #fff; color: #b26b16; }
h1 { font-family: georgia; font-size: 2em; color: #bb2a2c; margin-top: 10px; margin-bottom: 0px; }
h2 { font-family: georgia; font-size: 1.3em; color: #5a6444;; margin-top: 0px; }
p  { font-family: arial; font-size: .8em; line-height: 1.6em; }
a:link { color: #d14c1e; }
img { border: 0; margin: 0; padding: 0; vertical-align: bottom; }
#main { background: #fff; width: 950px; border: solid black 1px; }
#tabs { background: #f6e08a; height: 28px; }
#notabs { background: #fbeaa7; height: 28px; }

#article_content { 
    width: 500px;
    color: #3b6f76;
}

#article_content a:link, #article_content a:visited {
    color: #bb2a2c;
}

label { 
    display: block;
    color: #bf311a;
    font-weight: bold;
    padding: 2px;
    margin-top: 5px;    
}

#main_content { margin-top: 15px; padding-left: 15px; padding-right: 15px; width: 690px; }
#main_content_notabs {  width: 520px; float: left; }

#main_content_no_scroll { margin-top: 15px; padding-left: 15px; padding-right: 15px; width: 690px; }

#side_bar { 
    width: 265px; 
    color: white; 
    float: right; 
    border-left: dotted #bf311a 1px; 
}

#side_bar_articles {
    padding-left: 5px;   
}

.cat { line-height: 1.6em; font-size: .8em; font-family: arial; }
.cat_name { color: #d1471c; font-weight: bold; }


.greenbox { background: #a4a439; color: white; width: 220px; font-size: .9em; }
.greenbox div { padding: 5px; border-bottom: dotted white 1px; }
.greenbox .active { background:#848421; }
.greenbox a:link { color: white; text-decoration: none; font-weight: bold; }

#menu {
    margin : 0;
    padding-bottom : 19px;
    padding-left :  0px;
}

#main_content a:link {
    color: #bf311a;    
}

#menu ul, #menu li	{
    display : inline;
    font-family: georgia;
    list-style-type : none;
    margin : 0;
    padding : 0;
}

#menu ul a:hover {
    color : #f00 !important;
}
    
#menu a:link, #menu a:visited	{
    background : #f6e08a;
    border-right: 1px solid #efcc6e;
    color: #d14c1e;
    float: left;
    font-size : 11px;
    font-weight : normal;
    line-height : 14px;
    padding : 7px 6px 7px 6px;
    text-decoration : none;
}

#menu a:link.active, #menu a:visited.active	{
    color: #d14c1e;
    background: #fbeaa7;
}

#menu a:hover	{
    color : #f00;
}

.admin .clear-block {
    /*background: black;   */
}

ul.primary {
  padding: 0px;
  list-style-type: none;
  display: inline;
}

ul.primary a:link {
    float: left;  
    padding-right: 10px;
}

.edit_tabs {
    float: right;
}

.edit_tabs ul {
    border: 0;
}

.edit_tabs ul li a, .edit_tabs ul li.active a {
    border: solid #bbb 1px;
    margin-right: 3px;
}

.edit_tabs ul li a:hover {
    border: solid #bbb 1px;
}

.article {
    background: #e7eff0; 
    width: 255px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.article_right {
    width: 165px;
    float: right; 
    padding: 5px;
}

.article_title {
    color: #3b6f76; 
    font-weight: bold;
    font-family: georgia;
    font-size: .8em;
    
}

.article_teaser { 
    color: #729faa;
    font-family: Lucida Grande;
    font-size: 10px;
}

.social_media {
    background: #fff; 
    width: 255px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.social_media_right {
    width: 105px;
    float: right; 
    padding: 5px;
}

.social_media_teaser { 
    color: #444;
    font-family: Lucida Grande;
    font-size: .7em;
}

li {
    font-family: Lucida Grande; 
    color: #729faa;
}

ul.list {
    padding-left: 20px;    
}

a.listlink {
    font-family: Lucida Grande; 
    color: #729faa;   
    font-weight: bold;
    font-size: .8em;
    text-decoration: none;
}
