/*CSS - ROBOT CODER*/
html, body {
	margin:0;
	padding:0;
	text-align:center;
	background-color: #276196;
} 
 
#container {
	width:842px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(http://pimphop.com/template02/images/blue_theme_body.gif);
} 
 
#header {
	position:relative;
	height:123px;
	width:842px;
	background-image: url(http://pimphop.com/template02/images/blue_theme_header.gif);
}
 
#nav {
	position:relative;
	height:50px;
	width:842px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(http://pimphop.com/template02/images/blue_nav_2.gif);
	vertical-align: middle;
	padding: 0px;
	background-repeat: no-repeat;
}
#nav a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
}

#nav a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
}

#nav a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
}

#nav a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#006699;
	padding: 4px;
}
#side {
	width: 200px;
	float: left;
	position: relative;
	margin-top: 4px;
	margin-left: 60px;
 }
.title {
	background-color: #193952;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	height: 24px;
	margin-left: 8px;
	padding-left: 4px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-bottom: solid;
	border-top: solid;
	border-bottom-color: #EEEEEE;
	border-top-color: #EEEEEE;
 }
 
#cont_container {
	float: left;
	display:inline;
	position: relative;
	width:550px;
	margin-top: 4px;
	margin-bottom: 4px;
 }

#left_corner {
	float: left;
}

#cont_container #cont_header {
	width: 541px;
	margin-left: 16px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-bottom: solid;
	border-top: solid;
	border-bottom-color: #EEEEEE;
	border-top-color: #EEEEEE;
	background-color: #FCFCFC;
}

#cont_container #cont_body {
	width: 535px;
	margin-left: 16px;
	margin-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}

/*#cont_container #cont_text {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;*/

}
#cont_container #cont_footnotes {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	background-color: #333333;
}

#cont_container #cont_date {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;

}

#cont_container #cont_link {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;

}

#cont_container a:link {
	color: #006699;
	text-decoration: none;
}

#cont_container a:visited {
	color: #006699;
	text-decoration: none;
}

#cont_container a:active {
	color: #006699;
	text-decoration: none;
}

#cont_container a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#footer {
	height:36px;
	width: 842px;
	clear:both;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(http://pimphop.com/template02/images/blue_theme_footer.gif);
	background-repeat: no-repeat;

 } 

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix {
	display: inline-table;
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#wrapper {
	background-image: url(http://pimphop.com/template02/images/blue_theme_body.gif);
	background-repeat: repeat-y;
	/*background-color: #FFFFFF;*/
}

#side_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: none;
	margin-left: 8px;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#side a:link {
	color: #000000;
	text-decoration: none;
}

#side a:visited {
	color: #000000;
	text-decoration: none;
}

#side a:active {
	color: #000000;
	text-decoration: none;
}

#side a:hover {
	color: #006699;
	text-decoration: none;
}
#slogan {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
}
#pimphop {
	font-size: 42px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

blockquote {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	font-style:italic;
	letter-spacing: 0px;
/*	background-color: #003333;*/
	padding: 2px;
	margin: 6px;
/*	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF;*/
}
img {
	border: 0px solid #FFFFFF;
	padding-left: 2px;
/*	padding-right: 2px;*/
}
h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	color: #000000;
	margin: 0px 15px 0px 0px;
}
h6 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	color: #333333;
}
.poster {
	font-style: italic;
	color: #336699;
}
li {
}

.side_broder {
	padding-top: 4px;
	padding-left: 4px;
}
.side_broder_rss {
	background-image: url(http://pimphop.com/template02/images/feed-icon-10x10.gif);
	background-repeat: repeat;
	background-position: top left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width: 160px;
	padding-top: 6px;
	background-color: #EEEEEE;
	margin-top: 2px;
	padding-left: 4px;
}
h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	color: #CC6633;
	margin: 0px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	float: left;
	margin: 0 0.15em;
}
#nav #padding {
	padding: 10px 0px 0px 20px;
}
.style1 {
	color: #990000;
	font-weight: bold;
	background: #DFF8FF;
	padding: 2px;
	border-style: solid;
	border-color: #A4EDFF;
	border-width: 1px;
}
.style2 {
	color: #000000;
	font-weight: bold;
	background: #DFF8FF;
	padding: 2px;
	border-style: solid;
	border-color: #A4EDFF;
	border-width: 1px;
}