* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 20px;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}


h3 {
	font-size: 1em;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.65em; 
}

ul, ol {
	margin-bottom: 0.2em;
	line-height: 1.65em;

}

#comments em{
	margin:5px;
	font-style: italic;
}


ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #444444;
}

a:hover {
	text-decoration: none;
	color: #E58C24;
	 
}

img {
	border: none;
}

acronym, dfn {
    cursor:help;
    font-weight:bold;
}
  
acronym {
    text-decoration:underline;
}

/* Header */

#header {
	width: 960px;
	height: 140px;
	margin: 0 auto;
	padding: 0; 
	background: #CAE646 url(/images/head.jpg) no-repeat;
}

/* Header > Logo  */

#res {
	width: 400px;   
    text-align:left;
    float:left;
    padding-left:35px; 
}

#skip {
	width: 960px;   
	margin: 0 auto;
    text-align:right;
    padding-right:35px;
}

#logo {
    float: left;
    margin-top:15px;
    margin-left:20px;
}


/* Header > Menu */

#menu {
	float:right;
    width:630px;
    padding-top:20px;
 
}

#menu h1 {
    padding-top:4px;
    text-align:center;
    font-size:1.8em;
    margin-right:15px;
}

#strap {
    color: #5F8DEA;
    text-align:center;
    font-size:1.6em;
    padding:6px 0 0 0;
    margin:0 auto;
    width:400px;
    }
    
#menu ul {
	margin: 0;
	padding-top: 13px;
}

#menu li {
    list-style-type: none;
	display: inline;
}

#menu li a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 2px;
	padding-top: 10px;
	background: url(/images/menu.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#menu li a:hover, #menu a:focus, #menu a:active {
	background-image: url(/images/menuH.gif);
}

#menu li .active a {
	background-image: url(/images/menuA.gif);
}


    
/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	padding: 10px 0;
}


/* Sidebars */

#sidebar {
	float: left;
	width: 180px;
}

    

        
#sidebar li {
     list-style-type:none;
	 padding:0;
	 margin:0;     
}

#sidebar a {
    text-decoration:none;
    background:url(/images/icon2.gif) no-repeat center left;
    padding:4px 0px 4px 22px;
	display:block;   
	margin:0;
}

#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
    text-decoration:underline;
    background:url(/images/icon3.gif) no-repeat center left;  
      
}

/* Boxed Style */
 

#sidebar .boxed .title h2 {
    background: url(/images/box.gif) no-repeat;
	height: 28px;
	padding-top: 12px;
	text-align:center;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #F6D46C;
    font-weight:bold;
}

#sidebar .boxed .content {
	padding: 10px 5px 10px 20px;
    border:1px solid #CCE84D; 
    border-top:1px solid #FFFFFF;
	background: url('/images/articlesBG.gif') repeat-y;
}


/* Content > Main */

#main {
	float: left;
	width: 710px;
	margin: 0 10px 0 19px;
}


/* Post */

.post {
    margin-bottom:10px;
}

.post h2 {
    text-decoration:underline;
    font-size:1.2em;
    margin-bottom:3px;
}

.post .title {
	background: #3C74E6 url(/images/boxC.gif) repeat-x;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #FFFFFF;
    font-weight:bold;
}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}


.divider {
	margin: 0;
	border-bottom: 1px dotted #F6D46C;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 20px 20px 0px 20px;
    border:1px solid #D4E0FA;
	border-top: 1px solid #FFFFFF;
	background: url(/images/main.gif);
    
}

* html .post .story {
	padding: 20px 15px 0px 20px;
}	
 
#recent_articles, #categories {
    margin-top:10px;
}

/* Footer */

#footer {
	clear: left;
	width: 960px;
	height: 49px;
	margin: 0px auto;
	background: #CAE646 url('/images/foot.gif') no-repeat;
}

#footer p {
    padding:0;
    margin:0;
	padding-top: 12px;
	text-align: center;
	font-size: small; 
	height:30px;
    color:#000000;
}

#footer a {
	text-decoration: underline;

}

#footer a:hover {
	text-decoration: none;
}

/********* Articles ************/
.search {
    margin-top: 5px;
    width:140px;
}

#main .article_date {
    margin-top:-38px;
    float:right;
    margin-right:10px;
	height: 16px;
    font-size:.8em;
    color:#F6D46C;
}
   
#articles ul {
	margin-bottom: 15px;
	line-height: 1.65em;
	margin-left:40px;
}	

#articles sup {
    font-weight:bold;
    font-style:italic;
    position: relative;
    top: -3px;
    vertical-align: top;
    font-size:1.2em;
}
   
    
#articles em {
    font-size:1.2em;
    font-weight:bold;
    font-style:italic;
}

.indent {
    margin: 0 20px 20px 20px;
}

/* RSS FEED ICON */
#rss_feed {
    width:20px;
    height:20px;
    float:left;
    position:absolute;
    margin-top:-15px;
    margin-left:590px;
}