/* global */

    body{ 
		background:#242424 url(../images/bg_body.gif) repeat-x;
        font:80% Arial, Helvetica, Sans-Serif;
		color:#333;
		line-height:160%;
		margin:0;
		padding:0;
		text-align:center;
        }

    /* headings */
        h1{
			font-size:200%;
			font-weight:normal;
            }		
		h2, h3, h4, h5, h6{
			font-weight:normal;
			margin:1em 0;
			}	
        h2{            
			font-size:30px;
			font-weight:bold;
			letter-spacing:-0.05em;
			margin-top:0;
			margin-bottom:.5em;
			line-height:120%;
            }	
        h3{          
			font-size:22px;
            }
        h4{          
			font-size:17px;
            }				
    /* // headings */

    /* image replacement */
        .graphic, #header h1, #subscribe, form#searchForm button{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

    /* clearfix */

		#content:after, ul:after, .fixed:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		#content, ul, .fixed{
			display:block;
			}
		/*  \*/
		#content, ul, .fixed{
			min-height:1%;
			}
		* html #content, * html ul, * html .fixed{
			height:1%;
			}

    /* // clearfix */
	
	/* HTML Tags */
        a{
			text-decoration:none;
			color:#005185;
            }
        a:hover{
			color:#999;
            }			
		table, input, textarea, select, li{
			font:100% Arial, Helvetica, Sans-Serif;
			line-height:160%;
			color:#333;
			}				
		p, blockquote, ul, ol, form{
			margin:1em 0;
			}
		blockquote{
			background:#f8f8f8;
			border-top:1px solid #e1e1e1;			
			border-bottom:1px solid #e1e1e1;			
			padding:10px 15px;
			margin:1em 15px;
			}
		pre{
			font:12px "Courier New", Courier, monospace;
			background:#e5eff6;
			border-top:1px solid #abd5e6;			
			border-bottom:1px solid #abd5e6;			
			padding:10px 15px;
			margin:1em 0;
			}			
		img{
			border:none;
			}			
		hr{
			height: 1px;
			background-color: #d7e6e6;
			}	
		table{
			margin:1em 0;
			width:100%;
			border-collapse:collapse;
			}
		th, td{	
			padding:2px 5px;
			}	
		th{	
			text-align:left;
			}	
	
	/* // HTML Tags */	
	
/* // Global */

/* page setup */

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:923px;
		background:url(../images/bg_container.gif) repeat-y;	
		}
	#header{
		background:url(../images/bg_header.jpg) no-repeat 0 0;		
		height:136px;
		}					
	#content{	
		background:url(../images/bg_content.gif) no-repeat 0 0;
		font-size:13px;
		}	
	#main{
		float:left;
		display:inline;
		width:553px;
		margin-left:31px;
		padding:2.5em 0;		
		}											
	#side{
		float:left;
		display:inline;	
		width:275px;	
		margin-left:48px;
		margin-top:78px;
		color:#fff;
		position:relative;
		}
	#footer{
		margin:0 auto;
		position:relative;
		text-align:left;
		width:923px;	
		background:#161616;
		padding:1em 0;
		font-size:12px;
		color:#fff;
		margin-top:1px;
		}				

/* //page setup */


/* navigation elements */

	/* main nav */
		
		ul#nav,  
		ul#nav li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul#nav{
			position:absolute;
			left:0;
			top:96px;
			height:40px;
			width:923px;
			background:url(../images/bg_nav.gif) repeat-x;
			}			
		ul#nav li{
			float:left;
			display:inline;
			height:39px;		
			line-height:39px;			
			margin-left:15px;
			margin-top:1px;
			font-size:13px;
			font-weight: bold;	
			text-transform:uppercase;
			}	
		ul#nav li a{
			float:left;
			display:inline;
			height:39px;		
			line-height:39px;			
			color:#fff;
			padding:0 10px;
			}	
		ul#nav li.selected{
			}
		ul#nav li.selected a, ul#nav li a:hover{
			background:#000;
			color:#fff;
			}									
	
	/* //main nav */
	


	/* //main nav */
	
/* //navigation elements */


/* header */

	#header h1{
		position:absolute;
		margin:0;
		padding:0;
		width:291px;
		height:91px;
		top:4px;
		left:0px;
		background:url(../images/bg_logo2.gif) no-repeat 0 0;
		}
	#header h1 a{
		display:block;
		height:91px;
		}					
								
/* // header */

/* content */

	#main h2{
		color:#005185;
		}	
	#main a{
		font-weight:bold;
		text-decoration:underline;
		}
	#main h2 a, #main h3 a, #main h4 a{
		text-decoration:none;
		}		
	#subscribe{
		position:absolute;
		margin:0;
		top:-78px;
		left:-17px;
		width:308px;
		height:120px;
		}
	#subscribe a{
		display:block;
		height:120px;
		background:url(../images/bg_subscribe2.gif) no-repeat 0 0;	
		}		

	ul.blog,  
	ul.blog li{
		margin:0;
		padding:0;
		list-style:none;
		}
	ul.blog{
		}	
	ul.blog li{
		margin-bottom:2em;
		font-weight: bold;
		}
	.summary{
		font-size:16px;
		background:#f8f8f8;
		border-top:1px solid #e1e1e1;			
		border-bottom:1px solid #e1e1e1;			
		padding:10px 15px;
		}	
		
	#side ul,  
	#side ul li{
		margin:0;
		padding:0;
		list-style:none;
		}	
	#side ul{
		margin:1em 0;
		border-top:1px solid #222;
		}	
	#side ul li{
		padding:.25em 0;	
		border-bottom:1px solid #222;
		}	
	#side ul li a{
		color:#fff;
		text-transform:uppercase;
		font-size:11px;
		padding-left:15px;
		}
	#side ul li a:hover{
		text-decoration:underline;
		}		
	p.link{
		height:26px;
		line-height:26px;
		}					
	p.link a{
		float:left;
		height:26px;
		line-height:26px;		
		padding:0 15px;
		color:#fff;
		background:#005185;
		}	
	p.link a:hover{
		color:#005185;
		background:#fff;
		}							
	p.info{
		font-size:10px;
		margin:0 0 1em 0;
		border-bottom:1px solid #e5e5e5;
		}	
	#main p.info a, #main p.link a{text-decoration:none;}	
	
	/* thumbs */
	
		ul.thumbs, ul.thumb li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul.thumbs li{
			float:left;
			display:inline;
			margin:.5em 0 .5em 20px;
			}	
		ul.thumbs li.first{
			margin-left:0;
			}				
		ul.thumbs li img{
			border:5px solid #d7e6e6;			
			}		
		ul.thumbs li a:hover img{
			border:5px solid #929d9d;			
			}									
	
	/* // thumbs */		
				
		
	/* comments */	
			
		ol.comments,  
		ol.comments li{
			margin:0;
			padding:0;
			list-style:none;
			}		
		ol.comments{
			}			
		ol.comments li{	
			border-top:1px solid #e1e1e1;
			margin:.5em 0;			
			}	
		ol.comments li .data{			
			float:left;
			display:inline;
			width:130px;
			}
		ol.comments li .data em{
			font-style:normal;
			color:#999;
			display:block;
			}										
		ol.comments li .text{	
			float:left;
			display:inline;
			width:400px;
			margin-left:15px;
			}	
					
							
	/* // comments */				
												
	/* form */
																				
		form{
			margin:-0.5em 0;
			padding-top:.5em;
			background:url(../images/bg_line.gif) no-repeat 0 0;
			}
		fieldset{
			margin:0;
			padding:0;
			border:none;
			}			
		legend{
			display:none;
			}			
		label{
			float:left;
			width:130px;
			margin-left:15px;
			}	
		input, textarea{
			width:200px;
			border:1px solid #ccc;
			padding:2px;
			}			
		textarea{
			height:150px;
			width:300px;
			overflow:auto;
			}						
		
		form p.submit{
			background:none;
			}				
		button{
			border:none;
			padding:5px 15px;
			margin:0;
			background:#005185;
			color:#fff;
			font-weight:bold;
			font-size:12px;
			cursor:pointer;
			}		
			
		div#searchForm{
			position:absolute;
			float:left;
			margin:0;	
			padding:0;
			right:0;
			top:4px;
			width:350px;
			height:92px;
			background:url(../images/bg_search2.gif) no-repeat 0 0;
			}		
		form#searchForm input{
			border:none;
			padding:3px;
			width:220px;	
			margin:10px 0 0 15px;		
			font-size:11px;
			float:left;
			display:inline;
			}				
		form#searchForm label{
			display:none;
			}	
		form#searchForm button{
			float:left;
			display:inline;
			border:none;
			padding:0;	
			margin-left:5px;		
			font-size:11px;
			height:41px;
			width:41px;
			vertical-align:top;
			background:url(../images/ico_search.gif) no-repeat 0 0;
			}															
					
	
	/* // form */		

/* // content */

/* footer */

	#footer a{
		color:#fff;
		text-decoration:underline;
		}		
	#footer p{
		margin:0 0 0 30px;
		margin-left:30px;
		padding-top:1em;
		}							

	#footer ul{
		float:right;
		margin:1em 30px 1em 0;
		padding:0;
		}
	#footer ul li{
		display:inline;
		margin:0 0 0 10px;
		padding:0;
		list-style:none;
		}	
	#footer ul li a{
		color:#fff;
		text-decoration:underline;
		}					

/* // footer */
