/* ==============================
File: stylesheet.css
Date: 070930
Author: sexotal.com
   ==============================*/

/* ==============================
   1. All
   ==============================*/
/* 1a. */
h1, h2, h3, p { margin-bottom:1em; }
ul { margin-bottom:0; }
li { margin-left:1em; }

img { border:0; }

form {
	margin:0;
	padding:0;
}

input, select {
	font-size:11px;
}

/* 1a. all */
html { height: 101%; }
body {
	margin:10px 0;
	padding:0;
    	color:#000;
    	background:#fff url(../images/bg_body.gif);
	font:12px Verdana, Arial, Helvetica, sans-serif;
   	line-height:1.5em;
}

h1 { font-size:150%; }
h2 { font-size:120%; }
h3 { font-size:110%; }

.clearing { clear:both; }

/* 1b. links all */
a { outline:none;} 
a:link { color:#000; }
a:visited { color:#000; }
a:hover, a:focus { text-decoration:none; }
a:active { color:#000; }

/* ===
2. Content
=== */
/* 2a. */
#wrapper { 
    	color:#000;
    	background:#fff url(../images/bg.gif) repeat-y top left;
    	width:800px;
	border-left:1px solid #666;
	border-right:1px solid #666;
	margin:0 auto;	  
}

/* 2. Header */
#header {
	position:relative;
	color:#fff;
	background:#666 url(../images/bg_header.gif);
	width:800px;
	height:101px;
	padding:0;
}

#header .topnavi {
	position:absolute;
	top:5px;
	right:10px;
	font-size:90%;
	text-align:right;
	padding:0;
	margin:0;
}

#header .topnavi img {
	padding-top:4px;
}

#header .topnavi a{
	color:#fff;
	text-decoration:none;
}

#header .topnavi a:link {
	color:#fff;
}

#header .topnavi a:visited {
	color:#fff;
}

#header .topnavi a:hover,
#header .topnavi a:focus a {
    color:#fff;
	text-decoration:underline;
}

#header .topnavi a:active {
	color:#fff;
}

/* 3. Search */
.search_line {
	margin:0;
	padding:0;
	width:800px;
	height:30px;
	color:#fff;
	background:#f5821f url(../images/bg_search.gif);
	border-top:1px solid #000;
	border-bottom:1px solid #666;
	text-align:center;
}

.search_line form {
    	margin:2px;
    	margin-top:5px;
    	font-size:11px;
	font-weight:bold;
}

.search_line input,
.search_line select {
	font-size:11px;
}

div.search {
	overflow:hidden;
	padding:0 3px 0 4px;
}

div.search p {
	color:#666;
	margin:0 0 10px 4px;
}

div.search .search_error {
	color:#ff0000;
    font-size:130%;
	font-weight:bolder;
	text-align:center;
	padding:20px 0 200px 0;
}

/* 2. Content-Left */
#content-left {
	float:left;
	width:171px;
}

#content-left ul {
	margin:0 0 2px 0;
	padding:0;
}

#content-left li {
	list-style-type:none;
	margin:0;
	border-bottom:1px solid #666; 	
}

#content-left li a {
	display:block;
	text-decoration:none;
	color:#000;
	font-weight:bolder;
	background:#c0c0c0 url(../images/bg_menu.gif) repeat-x top left;
	padding:5px 5px 5px 10px;
}

#content-left li a:link {

}

#content-left li a:visited {

}

#content-left li a:hover,
#content-left li a:focus a {
    	font-weight:normal;
    	letter-spacing:1px;
	background:#c0c0c0 url(../images/bg_menu_hoover.gif) repeat-x top left;
	border-bottom: none;
}

#content-left li a:active {
	background:#ccc;
}

#content-left .new_sites {
	background:#ccc;
}

#content-left .new_sites p {
	font-weight:bolder;
	border-top:1px solid #666;
	margin:15px 0 2px 0;
	padding:5px 0 0 10px;
}

#content-left .new_sites ul {
	border-bottom:1px solid #666;
	margin:0 0 2px 0;
	padding:0;
}

#content-left .new_sites li {
	list-style-type:none;
	margin:0;
	border-bottom:1px solid #ccc;
}

#content-left .new_sites li a {
	display:block;
	text-decoration:none;
        font-weight:normal;
	color:#000;
	background:#ccc;
	padding:3px 3px 3px 10px;
}

#content-left .new_sites li a:link {

}

#content-left .new_sites li a:visited {

}

#content-left .new_sites li a:hover,
#content-left .new_sites li a:focus a {
        font-weight:normal;
    	letter-spacing:0px;
	color:#fff;
	background:#c0c0c0;
	border-bottom:none;
}

#content-left .new_sites li a:active {

}

/* 2. Main */
#content_middle { 
	color:#000;
	background-color:#fff;
	padding:10px;
	margin:9px 181px 9px 181px;
}

#content_middle h1 {
	margin:0 0 1em 0;
} 

/* 2. Catlist */
#content_middle .catlist {
	overflow:hidden;
	margin-top:20px;
}

#content_middle .catlist p {
	margin:0;
	padding:0;
	margin-bottom:1.5em;
	font-weight:bolder;
}

#content_middle .catlist a {
	display:block;
	color:#000;
	font-size:110%;
}

#content_middle .catlist a:link {
	color:#000;
}

#content_middle .catlist a:visited {
	color:#000;
}

#content_middle .catlist a:hover,
#content_middle .catlist a:focus a {
    color:#f5821f;
	border-bottom:none;
}

#content_middle .catlist a:active {
	color:#000;
}


#content_middle .catlist_01 {
	float:left;
	width:220px;
} 

#content_middle .catlist_02 {
	float:left;
	width:180px;
}

/* Here */
#here {
	color:#333;
	background-color:#fff;
	font-size:90%;
	padding:10px;
	margin:0 181px 0 0;
}

#here p {
	margin:0 0 0 4px;
	padding:5px;
	border-bottom:1px dotted #666;
} 

/* Cats */
#content_cats {
	color:#000;
	background-color:#fff;
	padding:10px 10px 30px 10px;
	margin:0 181px 0 0;
}

div.catlink {
	overflow:hidden;
	padding:0 3px 0 4px;
	margin-top:10px;
	border-bottom:1px dotted #666;
}

div.catlink img {
	float:left;
	padding:4px;
	border:1px solid #f5821f;
	margin:0 10px 0 4px;
}

div.catlink h1 {
	margin:1px 0;
	font-size:120%; 
	color:#f5821f;
}

div.catlink h3 {
	margin:1px 0;
	color:#f5821f;
}

div.catlink p {
	margin:4px 0 5px 4px;
	color:#666;
	line-height:1.4em;
}

div.catlink .more, a, a:link, a:visited, a:hover, a:focus, a:active {
	color:#f5821f;
}

/* 2. Main */
#content-right {
	float:right;
	width:171px;
	text-align:right;
}

#content-right .ani {
	border:0;
}

#content-right .top_search {
    text-align:left;
}

#content-right .top_search p {
	font-weight:bolder;
	border-top:1px solid #666;
	margin:5px 0 2px 0;
	padding:5px 0 0 10px;
}

#content-right .top_search ul {
	border-bottom:1px solid #666;
	margin:0 0 2px 0;
	padding:0 0 3px 0;
}

#content-right .top_search li {
	list-style-type:none;
	margin:0;
	border-bottom:1px solid #000;
}

#content-right .top_search li a {
	display:block;
	text-decoration:none;
    font-weight:normal;
	color:#000;
	background:#c0c0c0;
	padding:3px 3px 3px 10px;
}

#content-right .top_search li a:link {

}

#content-right .top_search li a:visited {

}

#content-right .top_search li a:hover,
#content-right .top_search li a:focus a {
    font-weight:normal;
    letter-spacing:0px;
	color:#f5821f;
	background:#c0c0c0;
	border-bottom:none;
}

#content-right .top_search li a:active {

}

/* 2. Main */
#footer {
	clear:both;
	width:800px;
    padding:5px 0;
	color:#fff;
	background:#666 url(../images/bg_header.gif);
    border-top:1px solid #666;
}

#footer p {
	margin:0;
	padding:0;
	color:#fff;
	text-align:center;
}

#footer .bookmarks img {
	margin:0 2px;
	padding:1px;
	border:1px solid #f5821f;
	background-color:#fff;	
	text-align:center;
}


#footer a{
	color:#fff;
	text-decoration:none;
}

#footer a:link {
	color:#fff;
}

#footer a:visited {
	color:#fff;
}

#footer a:hover,
#footer a:focus a {
    color:#fff;
	text-decoration:underline;
}

#footer a:active {
	color:#fff;
}
