.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;
}
.wp-pagenavi a:hover {
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

#categories {
	margin: 15px 0 5px;
}
* html #categories {height: 1%;}
#categories ul {
	float: left;
	width: 30%;
    margin-right: 5px;
}

#categories li {
	list-style: none;
	line-height: 17px;
}
#categories li ul {
	margin: 2px 0 10px;
}
#categories li li {
	font-size: 1em;
	padding: 0 0 0 19px;
}
#categories li div {
	padding: 3px 5px;
    text-transform: uppercase;

	/*border: 1px solid #296a8a; */
}
#categories li li ul {
	margin: 2px 0 2px -7px;
}
#categories li a { font-weight: bold;
	color:#4a5778;
}
#categories li a:hover { font-weight: bold;
	color: #AA0001;  }


* { margin: 0; padding: 0; }
body {
	font: 13px/18px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #444;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;  font-size: 10pt;
	}

a {
	color: #E60000;
	text-decoration: none;
}
a:hover {
	color: #AA0001;
	text-decoration: underline;
}
p {margin: 0; padding: 10px 0;}
h1 {margin: 20px 0 0;}
img {border: 0;}
h2 {
	font: normal 16px "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 12px;
}
blockquote {
	margin: 10px 0 10px 30px;
	border-left: 3px solid #E60000;
	background: #EEE;
	padding: 5px 15px;
}
* html blockquote {height: 1%;}
blockquote p {
	margin: 0;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

#wrapper {
	width: 990px;
	margin: 0 auto;

}


/* Header
-----------------------------------------------------------------------------*/
#header {
	background: #FFFFFF url("i/headgirl.jpg") no-repeat;
	border-bottom: 2px solid #EEE;
    width: 100%;
    height:135px;
}
#header h1 { padding-top:115px;margin: 0; font: italic 15px 'Times New Roman', Times, serif;    padding-left:350px}
#header a, #binfo a, #header a:visited, #binfo a:visited {
	color: #068598;;
	text-decoration: none;
}


#header a:hover, #binfo a:hover {
	text-decoration: none;
}
#top-nav {
	position: absolute;
	top: 20px;
	right: 0;
	list-style: none;
}
#top-nav li {
	float: left;
}
#top-nav a {
	color: #808080;
	margin: 0 0 0 13px;
	background: url(i/toparrow.gif) 0 6px no-repeat;
	padding: 0 0 0 12px;
	font-size: 12px;
}
#top-nav .current_page_item a {
	background-image: url(i/toparrow2.gif);
}
#searchform {
	position: absolute;
	top: 57px;
	right: 0;
}
#searchform input,
#search input {
	font: 11px "Trebuchet MS", Arial, Sans-Serif;
	float: left;
}
#s, .search {
	width: 100px;
	padding: 2px 6px;
	border: 2px solid #ccc;
	margin-right: 5px;
}
#searchsubmit, .go {
	background: #E60000;
	border: 0;
	padding: 2px 7px;
	color: #fff;
	font-weight: bold !important;
	overflow: visible;
	height: 24px;
	cursor: pointer;
}

#logo {
	position: absolute;
	top: 11px;
	color: #808080;
	line-height: 1;
	font-size: 33px;
}
#logo span {
	display: block;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 5px 0 0;
}

#nav {
	position: absolute;
	top: 105px;
	left: 0;
	width: 100%;
	height: 24px;
	padding: 7px 0 0 0;
	clear: both;
	background: url(i/smalldot.gif) repeat-x;
	border-bottom: 1px solid #CCC;
	position: relative;
}
#nav li {
	font-size: 13px;
	display: inline;
	text-transform: uppercase;
}
#nav li a {
	margin: 0 25px 0 10px;
	color: #808080;
}
#nav li a:hover {color: #444;}
#nav li.current_page_item {
	background: url(i/arrow.gif) no-repeat center left;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	background: url(i/dots2.gif) 545px 0 repeat-y;
	margin-bottom: 10px;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 540px;
	float: left;
	padding: 0 5px 20px 0;
	overflow: hidden;
}

#content h2 {
color:#0080C0;
font:bold 14px "Trebuchet MS", Arial, Sans-Serif;
margin:10px 0;
padding: 1px 0 4px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 12px;
text-transform:uppercase;

}
#content h2.pagetitle {
	padding-left: 3px;
}
#content h3 {
	font: normal 17px "Trebuchet MS", Arial, Sans-Serif;
	padding: 1px 0 4px;
	margin-bottom: 2px;
}

#content img {
	float: left;
	border: 4px solid #F3F3F3;
	padding: 1px;
	margin: 5px 10px 5px 0;
}

#content .post {
	margin: 0 0 15px;
}
#content .post h2,
#content .post h3 {
	font-size: 16px;
	margin: 0 0 2px;
}
.post ul,
.post ol {
	margin: 7px 0 7px 35px;
}
.post li {
	padding: 2px 0;
}
.post .postmetadata {
	font-size: 11px;
	padding: 0 0 7px;
}

.entry h1 {
	font-size: 18px;
	margin: 15px 0 10px;
}
.entry h2 {
	font-size: 17px !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
	border: none !important;
}
.entry h3 {
	font-size: 15px !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
}
.entry h4 {
	font-size: 13px;
	margin: 15px 0 10px;
	font-weight: bold !important;
}
.entry img {float:left;margin-right:20px}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(i/smalldot.gif) repeat-x;
}
.recent {
	margin-left: 30px;
}
.recent li {
	padding: 1px 0;
}

.other {
	margin: 20px 0;
	background: url(i/smalldot.gif) repeat-x;
	padding-top: 10px;
}
.other .recent li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 4px;
}
.other .recent li a {
	background: #fff url(i/arrow.gif) no-repeat center left;
	padding: 0 0 0 12px;
	color: #808080;
}

.nav {
	padding: 0 0 22px;
}
.navigation {
	margin: 20px 0;
}

#order {
	text-align: right;
	padding: 0 0 10px;
}
#order select {
	font: 13px "Trebuchet MS", Arial, Sans-Serif;
	width: 120px;
}

#content ul.child-categories {
	margin: 0 0 23px 30px;
}
#content ul.child-categories ul {
	margin-left: 20px;
}

h3#comments {
	margin-bottom: -10px;
}
#respond h3 {
	margin: 20px 0 0;
}

ol.commentlist {list-style: none; margin: 20px 0 0; padding:0;}
ol.commentlist li {border: 1px solid #DFDFDF; height: 1%; margin: 0 0 10px; padding: 5px 10px 8px; position: relative;}
ol.commentlist li ul.children li {margin: 0 0 2px;}
ol.commentlist li.comment-author-admin {border-color: #999;}
ol.commentlist li div.vcard cite.fn {font-style: normal; font-weight: bold;}
ol.commentlist li div.vcard img.avatar {border: 1px solid #DDD !important; padding: 2px !important; position: absolute; right: 8px; top: 8px; margin: 0 !important;}
ol.commentlist li div.comment-meta {font-size: 10px; font-weight: bold; color: #888;}
ol.commentlist li div.comment-meta a {color: #888; text-decoration: none;}
ol.commentlist li div.comment-meta a:hover {text-decoration: underline;}
ol.commentlist li div.reply {font-size: 13px; line-height: 16px; width: 100%; overflow: hidden; text-transform: lowercase; }
ol.commentlist li div.reply a {background: #F4F4F4; float: left; color: #AA0001; text-decoration: none; padding: 0 6px 2px; border: 1px solid #CCC;}
ol.commentlist li div.reply a:hover {background: #E60000; color: #FFF; border: 1px solid #E60000;}
ol.commentlist li ul.children {list-style: none; margin: 10px 0 0;}
#cancel-comment-reply small {font-size: 13px}
ol.commentlist li.even {background: #FFF;}
ol.commentlist li.odd {background: #F4F4F4;}

#commentform p {
	padding: 8px 0 3px;
}
#author, #email, #url, #comment, #submit {
	font: 13px Arial, Tahoma;
	padding: 3px 5px;
	width: 200px;
	border: 1px solid #CCC;
}
#comment {
	width: 528px;
	height: 170px;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #submit:focus {
	border-color: #999;
}
li.depth-1 #comment {width: 505px}
li.depth-2 #comment {width: 485px}
li.depth-3 #comment {width: 462px}
li.depth-4 #comment {width: 442px}
li.depth-5 #comment {width: 425px}
#submit {
	width: 115px;
	height: 24px;
	padding: 0;
	background: #F4F4F4;
	cursor: pointer;
	overflow: visible;
}
#submit:hover {
	background: #E60000;
	color: #FFF;
	border: 1px solid #E60000;
}



/* Sidebars
-----------------------------------------------------------------------------*/
#sidebars {
	float: left;
	width: 445px;
	font-size: 12px;
	line-height: 17px;
}
* html #sidebars {height: 1%;}
#sidebars:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#l-sidebar {
	float: left;
	width: 265px;
	padding: 10px 0 0 10px;
}
#r-sidebar {
	float: left;
	width: 160px;
	padding: 13px 0 0 10px;
}

#sidebars ul {
	margin: 0 0 15px;
}
#sidebars li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 3px 4px;
	margin: 0;
}
#sidebars li a {
	background: url(i/arrow.gif) no-repeat center left;
	padding: 0 0 0 12px;
	color: #808080;
}
#sidebars h2 {
color:#0080C0;
font:bold 14px arial,helvetica,sans-serif,"arial narrow";
padding:0;
text-transform:uppercase;
padding: 0 0 3px 3px;
	border-bottom: 1px solid #EEE;
}
#sidebars h3 {	color:#0080C0;
font:bold 14px arial,helvetica,sans-serif,"arial narrow";
padding:0;
text-transform:uppercase;
padding: 0 0 3px;
}
#sidebars .post {
	margin: 0 0 24px;
}
#sidebars p {
	padding: 0;
}
#sidebars .postmetadata {
	font-size: 11px;
}

#autoriz,#reg,#find {
	margin: 0 0 20px;   clear: both;
}
#autoriz label {
	display: block;
	float: left;
	width: 58px;
	padding: 0 12px;
	font-size: 13px;
}
#autoriz input, #reg input {
	float: right;
	font: 12px "Trebuchet MS", Arial, Sans-Serif;
	width: 100px;
	margin-bottom: 5px;
	border: 1px solid #cc3562;
	padding: 0 2px; clear: both;
}
 #find input  {
	font: 12px "Trebuchet MS", Arial, Sans-Serif;

	margin-bottom: 4px;
	border: 1px solid #cc3562;
	padding: 0 2px; clear: both;
}

.rememberme {
	padding: 0 0 0 12px;
}
#autoriz .rememberme label {
	cursor: pointer;
	padding: 0;
	width: 120px;
	margin: 2px 0 0;
	*margin: 3px 0 0;
}
#autoriz .rememberme input {
	width: 15px;
	padding: 0;
	background-color:#fff;border:1px solid color:#cc3562;
	margin: 2px 4px 0 0;
	*margin: -1px 4px 0 0 !important;
	*margin: -1px 2px 0 0;
}


#enter {
	float: left;
	margin: 12px 60px 10px 0px;
	border: none;
	background: url("http://img.1st-attractive.com/dating/image/girlprofile.png") repeat scroll 0 0 transparent;
	color:#cc3562;
	width: 100px;
	height: 21px;
	cursor: pointer;
}
#autoriz p {
	clear: both;
	text-align: center;
	padding: 5px 0 0;
}
#autoriz a {
	margin: 0 7px;
}

#manage {
	margin: 0 0 20px;
}
#manage p {
	padding: 0 0 10px 5px;
	font-size: 13px;
	font-weight: bold;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 7px 10px;
	margin: 0 0 15px;
	font-size: 11px;
	line-height: 16px;
	color: #808080;
	background: #EEE;
}
hr {
	padding: 0px;
	margin-top:10px;
	margin-bottom: 10px;
	color: #f4bf93; /*для IE */
	background-color:#f4bf93; /*для Firefox, Opera, Safari*/
	border:0px none;
	height:1px; /* высота 1px IE, Firefox, Opera, Safari */
	clear:both;
	 }
.profile {border:1px solid #0287A4;width:126px;height:224px; float:left;margin:0 0 5px 5px; BACKGROUND:#FFFCE1 url(image/lite.png);
BACKGROUND-REPEAT:repeat-x;padding:3px;text-align:center;color:#007188}
.profile img{border:0;width:125px;height:175px;}
#content div.profile img {border:0;margin:0;padding:0}
#flay{display: none; }
div.girl {
float:left;
height:180px;
margin:0 0 0 5px;
width:125px;
z-index:0;
}
div.girl img {
display:block;
height:175px;
overflow:hidden;
position:absolute;
width:125px;
border:1px solid #FF8040;
}


div.girl p, div.girl u {
background:url("http://img.1st-attractive.com/dating/image/girlprofile.png") repeat scroll 0 0 transparent;
color:#FFFFFF;
font-size:10pt;
height:36px;
line-height:1;
margin-top:140px;
overflow:hidden;
position:absolute;
text-align:center;
width:126px;
z-index:99;
margin-left:0
}
div.girl u {
height:36px;
width:126px;
}
.girl a{color:#FFFFFF;text-decoration:none;}
.wp-cap {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 0px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-cap img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-cap p.wp-cap-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 5px 4px;
	margin: 0;
}

