/* a2zpornstar css */

body{
   margin:0;
   padding:0;
   line-height: 1.5em;
   font-family :  Arial, Helvetica, Sans-Serif;
   font-size : 12px;
}

b{
   font-size: 110%;
}

#maincontainer{
   width: 800px; /*Width of main container*/
   margin: 10px auto 30px auto; /*Center container on page*/ 
}

#topsection{
   background: #EAEAEA;
   text-align: left;
   line-height: 130%;
   padding: 0 5px 5px 5px;
 /*  height: 90px; Height of top section*/
}

#topsection h1{
   margin: 0;
   margin-bottom: 10px;
   padding-top: 15px;
}

#contentwrapper{
   float: left;
   width: 100%;
}

#contentcolumn{
   margin-right: 200px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
   float: left;
   width: 200px; /*Width of right column*/
   margin-left: -200px; /*Set left margin to -(RightColumnWidth) */

}

#footer{
   clear: left;
   width: 100%;
   background: black;
   color: #FFF;
   text-align: center;
   padding: 5px 0 5px 0;
}

#footer a{
   color: #FFFF80;
   margin-right : 10px;
}

.innertube{
   margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
   margin-top: 0;
}

a {
	font-size : 12px;
	font-weight : none;
	text-decoration : bold;
}
a:link{
	text-decoration : bold;	
	color : #000000;
}
a:visited{
	text-decoration : bold;	
	color : #000000;
}
a:hover{
	text-decoration : bold;	
	color : #000000;
}
	
h1 {
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: normal;
	color: #FF0000;
	}
h2 {
   font-size: 20px;
}

h3 {
   font-size: 14px;
   color: red;
}

a.porn {
    font-size : 12px;
	font-weight : none;
    margin-right : 5px;
	text-decoration : underline;
	color : blue;
}

a.porn:link {
    font-size : 12px;
	text-decoration : underline;
	color : blue;
}

a.porn:visited {
    font-size : 12px;
	text-decoration : underline;
	color : blue;
}

a.porn:hover {
    font-size : 12px;
	text-decoration : underline;
	color : red;
}

.bookmark img{
   margin: 0 3px 0 0;
   border: 0px;
}

