* { padding: 0; margin: 0; }

body {
	background: url(images/bg.gif) repeat;
	font: 16px "Trebuchet MS";
}
img {border: none}

h7 {
	width: 654px;
	border: 1px solid #000;
	margin-bottom: 1px;
	background-color: #fff;
	float: left;
	color: #555;
	font-size: 16px;
	padding: 5px 7px;
}

#wrapper { 
 margin: 10px auto 0;
 width: 950px;
}

/* @group Header */

#header {
 color: #333;
 width: 950px;
 float: left;
 margin: 0;
}

#header .top {
	float: left;
	width: 950px;
	height: 81px;
}

#header .top h1 {
	width: 442px;
	height: 81px;
	float: left;
	background: url(images/logo.png) no-repeat;
	overflow: hidden;
	display: block;
	text-indent: -2000px;
	padding: 0;
	margin: 0 0 0 8px;
}

#header .top a {
	width: 442px;
	height: 81px;
	float: left;
	overflow: hidden;
	display: block;
	text-indent: -2000px;
	padding: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#header .top .search {
	float: right;
	width: 198px;
	height: 35px;
	margin-top: 43px;
}

#header .top .search .box {
	width: 134px;
	height: 31px;
	background-image: url(images/searchbg.png);
	float: left;
}

#header .top .search .box .searchin {
	width: 95px;
	height: 18px;
	border-style: none;
	color: #555;
	margin-left: 35px;
	margin-top: 7px;
}

#header .top .search .go {
	width: 54px;
	height: 22px;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

#header .header_mid {
	width: 950px;
	height: 21px;
	background: url(images/header_mid.gif) no-repeat;
	float: left;
}

#header .nav {
	width: 950px;
	height: 48px;
	float: left;
	margin: 0;
	padding: 0;
}

#header .nav ul.nav_ul {
	width: 950px;
	height: 48px;
	float: left;
	overflow: hidden;
}

#header .nav ul.nav_ul li.home {
	float: left;
	width: 204px;
	height: 48px;
	background: url(images/nav_home.gif) no-repeat;
	text-indent: -2000px;
	display: block;
}

#header .nav ul.nav_ul li.home a  {
	float: left;
	width: 204px;
	height: 48px;
	text-indent: -2000px;
	display: block;
}

#header .nav ul.nav_ul li.about {
	float: left;
	width: 180px;
	height: 48px;
	background: url(images/nav_about.gif) no-repeat;
	text-indent: -2000px;
	display: block;
}

#header .nav ul.nav_ul li.about a  {
	float: left;
	width: 180px;
	height: 48px;
	text-indent: -2000px;
	display: block;
}

#header .nav ul.nav_ul li.ref {
	float: left;
	width: 185px;
	height: 48px;
	background: url(images/nav_ref.gif) no-repeat;
	text-indent: -2000px;
	display: block;
}

#header .nav ul.nav_ul li.ref a  {
	float: left;
	width: 185px;
	height: 48px;
	text-indent: -2000px;
	display: block;
}

#header .nav ul.nav_ul li.records {
	float: left;
	width: 182px;
	height: 48px;
	background: url(images/nav_records.gif) no-repeat;
	text-indent: -2000px;
	display: block;
}

#header .nav ul.nav_ul li.records a  {
	float: left;
	width: 182px;
	height: 48px;
	text-indent: -2000px;
	display: block;
}

#header .nav ul.nav_ul li.contact {
	float: left;
	width: 199px;
	height: 48px;
	background: url(images/nav_contact.gif) no-repeat;
	text-indent: -2000px;
	display: block;
}

#header .nav ul.nav_ul li.contact a  {
	float: left;
	width: 199px;
	height: 48px;
	text-indent: -2000px;
	display: block;
}

#header .little_nav {
	width: 950px;
	height: 26px;
	float: left;
	margin: 0;
	padding: 0;
}

#header .little_nav ul.lil {
	width: 950px;
	height: 26px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}

#header .little_nav ul.lil li.inves {
	float: left;
	display: block;
	width: 205px;
	height: 26px;
	background: url(images/investigations.gif) no-repeat;
	text-indent: -2000px;
}

#header .little_nav ul.lil li.inves a {
	float: left;
	display: block;
	width: 205px;
	height: 26px;
	text-indent: -2000px;
}

#header .little_nav ul.lil li.arcade {
	float: left;
	display: block;
	width: 211px;
	height: 26px;
	background: url(images/arcade.gif) no-repeat;
	text-indent: -2000px;
}

#header .little_nav ul.lil li.arcade a {
	float: left;
	display: block;
	width: 211px;
	height: 26px;
	text-indent: -2000px;
}

#header .little_nav ul.lil li.photo {
	float: left;
	display: block;
	width: 280px;
	height: 26px;
	background: url(images/photo.gif) no-repeat;
	text-indent: -2000px;
}

#header .little_nav ul.lil li.photo a {
	float: left;
	display: block;
	width: 280px;
	height: 26px;
	text-indent: -2000px;
}

#header .little_nav ul.lil li.ad {
	float: left;
	display: block;
	width: 254px;
	height: 26px;
	background: url(images/advertise.gif) no-repeat;
	text-indent: -2000px;
}

#header .little_nav ul.lil li.ad a {
	float: left;
	display: block;
	width: 254px;
	height: 26px;
	text-indent: -2000px;
}


/* @end */

/* @group Navigation & Top AD */

/* NAVIGATION AND AD STARTS HERE -------------------------------- */

#navigation {
 float: left;
 width: 950px;
 padding: 0;
 margin: 1px 0;
	font-size: 11px;
}

#navigation ul {
	width: 307px;
	text-align: left;
	padding-left: 5px;
}

#navigation ul li {
	width: 98%;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	overflow: hidden;
	margin: 0px 0px 8px;
}

#navigation ul li a {
	color: #fff;
	text-decoration: none;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	display: block;
	padding-left: 18px;
	padding-top: 2px;
	font-size: 11px;
}

#navigation ul li a:hover {
	padding-left: 18px;
	color: #fff;
	text-decoration: underline;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	display: block;
	padding-top: 2px;
	font-size: 11px;
}

#navigation .favorite_post {
	background-color: #383637;
	border: 1px solid #000;
	float: left;
	width: 333px;
	margin-right: 1px;
}

#navigation .favorite_post h2 {
	background: url(images/favorite_post.gif) no-repeat;
	height: 24px;
	overflow: hidden;
	display: block;
	text-indent: -2000px;
}

#navigation .latest_post {
	background-color: #383637;
	border: 1px solid #000;
	float: left;
	width: 333px;
	margin-right: 1px;
}

#navigation .latest_post h2 {
	background: url(images/latest_post.gif) no-repeat;
	height: 24px;
	overflow: hidden;
	display: block;
	text-indent: -2000px;
}

#navigation .content {
	color: #fff;
	padding: 12px 10px;
	height: 166px;
	width: 308px;
}

#navigation .rss {
	float: left;
	width: 257px;
	height: 214px;
	margin-top: 1px;
	margin-left: 10px;
}

#navigation .rss p.rss_top {
	height: 112px;
	width: 257px;
	background-image: url(images/rss_top.gif);
	border-style: none;
	text-indent: -2000px;
	display: block;
	overflow: hidden;
}

#navigation .rss p.rss_top a {
	height: 112px;
	width: 257px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	display: block;
}

#navigation .rss p.rss_bottom {
	height: 102px;
	width: 257px;
	background-image: url(images/rss_bottom.gif);
	border-style: none;
	text-indent: -2000px;
	display: block;
	overflow: hidden;
}

#navigation .rss p.rss_bottom a {
	height: 102px;
	width: 257px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	display: block;
}

#top_ads {
	width: 948px;
        border: 1px solid #000;
        margin-bottom: 1px;
	background-color: #fff;
        padding-top: 5px;
        padding-bottom: 2px;
	float: left;
	text-align: center;	
}

/* NAVIGATION AND AD ENDS HERE -------------------------------- */



/* @end */

/* @group Post */

#main { 
 color: #333;
 margin: 0;
 padding: 0;
 width: 670px;
 float: left;
}

.post {
	width: 654px;
	border: 1px solid #000;
	margin-bottom: 1px;
	background-color: #fff;
	padding: 5px 7px;
	float: left;
}


.post .header {
	width: 654px;
	margin-bottom: 6px;
	float: left;
}

.post .header .contentdate {
        background: url(images/date.gif);
        float: left;	
        width: 45px;
	height: 50px;
        margin: 0px;
        padding: 0px;
	
}

.post .header .contentdate h3 {
        color: #FFFFFF;
        font-size: 10px;	
        font-weight: normal;
	padding: 1px 0px 0px 10px;
        margin: 0px;
        text-transform: uppercase;
	
}

.post .header .contentdate h4 {
        font-family: Times New Roman, Helvetica, Sans-Serif;        
        color: #999999;
        font-size: 21px;	
        font-weight: bold;
	padding: 5px 4px 0px 0px;
        margin: 0px;
        text-align: center;
	
}

.post .header .title {
	color: #f70516;
	font-size: 24px;
        font-weight: bold;
	font-style: normal;
        float: left;
	width: 600px;
	line-height: 24px;
	margin-left: 8px;
}

.post .header .title a {
	color: #f70516;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.post .content {
	width: 654px;
	float: left;
        line-height: 1.5em;
}

.post .link {
	text-align: right;
	float: right;
	margin-top: 5px;
}

.post .link a {
	color: #3867bf;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.post .link a:hover {
	color: #3867bf;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

.post .content a {
	color: #3867bf;
	font-weight: bolder;
	font-style: normal;
	text-decoration: none;
}

.post .content a:hover {
	color: #3867bf;
	font-weight: bolder;
	font-style: normal;
	text-decoration: underline;
}

.post .content p {
	padding: 5px 0px;
	margin: 5px 0px;
        line-height: 1.5em;
}

.post .content ul {list-style-position: inside
}

.inlineads {float:left;padding:0 5px 5px 0;}

#post_nav {
	width: 618px;
	float: left;
        background-color: #ffffff;
	color: #ffffff;
        border: 1px solid #000;
	padding-top: 2px;
	padding-left: 25px;
	padding-right: 25px;
}

#post_nav a {
	color: #3867bf;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#post_nav .prev {
	float: left;
}

#post_nav .new {
	float: right;
}

#ad_middle {
	width: 668px;
	border: 1px solid #000;
	margin-bottom: 1px;
	background-color: #fff;
	padding-top: 3px;
	float: left;
	text-align: center;
}

#rest_posts {
	float: left;
	width: 670px;
	margin: 0;
	padding: 0;
}



/* @end */

/* Similar Posts */

#similar ul {
        width:  300px;
        background: #fff;
        text-align: left;            
        list-style-position: inside;
}
/* @end */

/* @group Sidebar */

#sidebar { 
 float: left;
 color: #333;
 margin: 1px 3px;
 padding: 0;
 width: 271px;
 display: inline;
}

#sidebar ul {
	width: 125px;
	background: #fff;
	border: 1px solid #000;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	overflow: hidden;
	margin-bottom: 4px;
}

#sidebar ul li {
	width: 98%;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	line-height: 18px;
	overflow: hidden;
}

#sidebar ul li a {
	padding-left: 13px;
	color: #000;
	text-decoration: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	display: block;
	overflow: hidden;
}

#sidebar ul li a:hover {
	padding-left: 13px;
	color: #000;
	text-decoration: underline;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	display: block;
}

#sponcers {
	width: 270px;
	float: left;
        border: 1px solid #000;
	background-color: #fff;
}

#sponcers h2 {
	width: 270px;
	height: 57px;
	background: url(images/support.gif) no-repeat;
	margin-bottom: 5px;
	overflow: hidden;
	text-indent: -2000px;
	display: block;
}

#sponcers .boxes {
	width: 260px;
	float: left;
	margin-left: 5px;
        
}

#sponcers .sets {
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	height: 125px;
	margin-bottom: 7px;
	float: left;
}

#sponcers .sets .left {
	width: 125px;
	height: 125px;
	float: left;
}

#sponcers .sets .right {
	width: 125px;
	height: 125px;
	float: right;
}

#tags {
	width: 270px;
	float: left;
        border: 1px solid #000;
	background-color: #fff;
}

#tags h2 {
	width: 270px;
	height: 57px;
	background: url(images/tags.gif) no-repeat;
	margin-bottom: 5px;
	overflow: hidden;
	text-indent: -2000px;
	display: block;
}

#tags .boxes {
	width: 260px;
	float: left;
	margin-left: 5px;
}

#sidebar .left_widget {
	float: left;
	width: 132px;
	text-align: center;
}

#sidebar .left_widget h2 {
	background: url(images/menu_bg1.gif) repeat-x;
	height: 43px;
	color: #ef1901;
        text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: 23px;
	padding-top: 14px;
}

#sidebar .right_widget {
	float: right;
	width: 132px;
	text-align: center;
}

#sidebar .right_widget h2 {
	background: url(images/menu_bg1.gif) repeat-x;
	height: 43px;
	color: #ef1901;
        text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: 23px;
	padding-top: 14px;
}

.ctc {background-color: #ffffff;
      border: 1px solid #000;}

.ctc a {
	color: #191970;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.ctc a:hover {
color: #f00;
font-weight: normal;
text-decoration: none;
}

/* @end */

/* @group Footer */

/* FOOTER STARTS HERE ------------------------------ */

#footer { 
 width: 950px;
 clear: both;
 color: #fff;
 margin: 0 auto;
 padding: 0;
	height: 44px;
	background: url(images/footer_bg.gif) repeat-x;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

#footer p {
	padding-top: 5px;
}

#footer a {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

/* FOOTER ENDS HERE -------------------------------- */



/* @end */

/* @group Comments */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.comments2 {
	width: 654px;
	border: 1px solid #000;
	margin-bottom: 1px;
	background-color: #fff;
	float: left;
	padding: 5px 7px;
	color: #313131;
}

.comments2 a {
	color: #313131;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

.comments2 a:hover {
	color: #313131;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

#commentform input {
	width: 350px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 350px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#main img {
    margin: 5px;
}

#main blockquote {
	margin: 10px 15px 0 15px;
	padding-left: 15px;
        padding-right: 15px;
	font-size: 1em;
	background-color: #DAE4EF;
}

/* Iconize 0.5 */



/* websites (pictures and movies) */

a[href *="youtube.com/watch?"], a[href *="sevenload.com/videos/"], a[href *="metacafe.com/watch/"] { 

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_film.gif) no-repeat center right;

}

a[href *="http://www.sfgate.com/"] {
display:inline-block;
padding:5px 20px 5px 0px;

background:transparent url(icons/icon_sfgate.gif) no-repeat center right ;
}

a[href *="http://en.wikipedia.org/"] {
display:inline-block;
padding:5px 20px 5px 0px;

background:transparent url(icons/icon_wiki.gif) no-repeat center right ;
}

a[href *="http://www.bop.gov/"] {
display:inline-block;
padding:5px 20px 5px 0px;

background:transparent url(icons/icon_bop.gif) no-repeat center right ;
}

a[href *="flickr.com/photos/"], a[href *="zooomr.com"], a[href *="imageshack.us"], a[href *="bubbleshare.com"], a[href *="sevenload.com/bilder/"] { 

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_pic.gif) no-repeat center right;

}



/* extensions */



a[href$='.doc'], a[href$='.rtf'] {

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_doc.gif) no-repeat center right;

}



a[href$='.txt'] {

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_txt.gif) no-repeat center right;

}



a[href$='.xls'] {

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_xls.gif) no-repeat center right;

}



a[href$='.rss'], a[href$='.atom'] { 

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_feed.gif) no-repeat center right;

}



a[href$='.opml'] { 

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_opml.gif) no-repeat center right;

}



a[href$='.phps'] { 

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_phps.gif) no-repeat center right;

}



a[href$='.phps'] { 

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_phps.gif) no-repeat center right;

}



a[href$='.torrent'] { 

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_torrent.gif) no-repeat center right;

}



a[href$='.vcard'] { 

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_vcard.gif) no-repeat center right;

}



a[href$='.exe'] { 

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_exe.gif) no-repeat center right;

}



a[href$='.dmg'], a[href$='.app'] { 

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_dmg.gif) no-repeat center right;

}



a[href$='.pps'] { 

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_pps.gif) no-repeat center right;

}



a[href$='.pdf'] { 

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_pdf.gif) no-repeat center right;

}



a[href$='.xpi'] { 

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_plugin.gif) no-repeat center right;

}



a[href$='.fla'], a[href$='.swf'] { 

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_flash.gif) no-repeat center right;

}



a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] { 

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_archive.gif) no-repeat center right;

}



a[href$='.ical'] { 

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_ical.gif) no-repeat center right;

}



a[href$='.css'] { 

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_css.gif) no-repeat center right;

}



a[href$='.ttf'] { 

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_ttf.gif) no-repeat center right;

}

a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] { 

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_film.gif) no-repeat center right;

}



a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] { 

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_music.gif) no-repeat center right;

}



/* messenger */

a[href ^="aim:"] {

	padding: 5px 20px 5px 0;

    background: transparent url(icons/icon_aim.gif) no-repeat center right;

}



a[href ^="msnim:"] {

	padding: 5px 20px 5px 0;

    background: transparent url(icons/icon_msn.gif) no-repeat center right;

}



a[href ^="xmpp:"] {

	padding: 5px 20px 5px 0;

    background: transparent url(icons/icon_jabber.gif) no-repeat center right;

}



a[href *="icq.com"] { 

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_icq.gif) no-repeat center right;

}



a[href *="edit.yahoo.com/config/send_webmesg?"] { 

	padding: 5px 20px 5px 0;

	background: transparent url(icons/icon_yim.gif) no-repeat center right;

}



a[href ^="callto:"] {

	padding: 5px 20px 5px 0;

    background: transparent url(icons/icon_call.gif) no-repeat center right;

}



a[href ^="skype:"] {

	padding: 5px 20px 5px 0;

    background: transparent url(icons/icon_skype.gif) no-repeat center right;

}



a[href ^="gg:"] {

	padding: 5px 20px 5px 0;

    background: transparent url(icons/icon_gadugadu.gif) no-repeat center right;

}



/* email */

a[href ^="mailto:"] {

	padding: 5px 20px 5px 0;

    background: transparent url(icons/icon_mailto.gif) no-repeat center right;

}



/* use this class to make sure that images won't get iconized */



.imageLink {

	padding-right: 0px !important;

	background: none !important;

}


/* @end */