/*
Theme Name: Ribxoz
Theme URI: http://www.ribxoz.ru/
Description: The ribxoz theme
Version: 1.0
Author: Yuriy Seheda
Author URI: 
Tags: blue, green, custom header, fixed width, three columns, widgets
Text Domain: ribxoz.ru

	Ribxoz v1.0
	 http://www.ribxoz.ru/

	This theme was designed and built by Yuriy Seheda,

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font-size: 62.5%;
	font-family: Verdana, Tahoma, Arial, Helvetaca, Sans-Serif;
	color: #333;
	background: #EFEFEF;
	text-align: center;
	margin:0;
	padding:0;
}

h1, h2, h3 {
  font-family:Verdana, Tahoma, Arial, Helvetaca, Sans-Serif;
  font-weight:normal;
  color:#0f8517;
}

h1 {
  font-size:28px;
  color:#0f8517;
}

h2 {
  font-size:18px;
  color:#353535;
}

h2 a:link, h2 a:visited{
  text-decoration:none;
  font-weight:bold;
  color:#353736;
}

h3 {
  font-size:14px;
  font-weight:bold;
}

p, li, td, th {
  font-size:14px;
  font-family: Arial, Helvetaca, Sans-Serif, Verdana, Tahoma;
  color: #333366;
}

a:link, a:visited, a:hover {
  color: #333366;
}

ul{
	margin:10px 0 10px 0;
	padding:0;
}

ul li {
	margin:0;
	padding:0;
}

ul li {
  padding-left:5px;
  margin-left:25px;
}

#page {
	background-color: white;
	border: 1px solid #DEDEDE;
	text-align: left;
	margin: 20px auto 0;
  padding: 0;
	width: 995px;	
}

.more {
  font:12px Arial;
  font-weight:bold;
  color: #0f8517;
  text-align:right;
  background:transparent url(images/ribxoz-more-dot.gif) no-repeat scroll 103px 15px;
}

.more a:link, .more a:visited, .more a:hover{
  color:#0f8517;
  text-decoration:underline;
}


/*########## Header ##########*/

#header {
  margin:0;
  padding:0;
  margin-bottom:30px;
}

#header_title {
  height:82px;
  /*background:#5588CF url(images/ribxoz-header-point.gif) no-repeat scroll 33px 33px;*/
  background:#5588CF url(images/ribxoz-header-bg.jpg) no-repeat scroll right;
}

#header_title #title {
  font:32px Georgia,"Times New Roman",Serif;
  color:#FFFFFF;
  padding: 22px 0 0 28px;
  margin-left:35px;
  background:transparent url(images/ribxoz-header-point.gif) no-repeat scroll 0px 35px;
  float:left;
}

#title a:link, #title a:visited {
  color:#FFFFFF;
  text-decoration:none;
}

#header_img {
  height:258px;
  background:transparent url(images/ribxoz-header.jpg) no-repeat center;
}

#description {
  font:14px Tahoma;
  padding:5px 10px 0 0;
  color:#e5e5e5;
  text-align: right;
}

.separator {
  float:none;
  clear:both;
}

.header_line {
  height:20px;
  background:#49655C url(images/ribxoz-menu-bg.gif) repeat-x bottom;
}



/*########## Menu ##########*/

#menu {
  height:50px;
  background:#49655C url(images/ribxoz-menu-bg.gif) repeat-x bottom;
  margin-bottom:30px;
}

#menu ul{
  margin:0;
  padding:0;
}


#menu ul {
	line-height:50px;
}

#menu ul li {
	margin: 0;
	padding: 0 16px 0 16px;
	list-style-type: none;
	float: left;
	font-size:14px;
	font-family:Verdana,Tahoma,Arial;
	font-weight:bold;
}

#menu a:link, #menu a:visited{
  text-decoration:none;
  font-weight:bold;
  color:#FFFFFF;
}

#menu a:hover{
  text-decoration:underline;
}

#menu .current_page_item, #menu .current_page_ancestor {
  background:#49655C;
}

#menu .current_page_item a:link, #menu .current_page_item a:visited,
#menu .current_page_ancestor a:link, #menu .current_page_ancestor a:visited{
  color:#FFFFFF;
}



/*########## Sidebar ##########*/

#sidebar {
  /*border:1px solid #DEDEDE;*/
  /*background:#f0f0f0;*/
  width:239px;
  padding:0 0 0 9px;
  float:left;
}



/*########## Content ##########*/

#content {
  /*border:1px solid #DEDEDE;*/
  /*background:#f0f000;*/
  width:468px;
  margin-left:15px;
  margin-right:15px;
  margin-bottom:68px;
  float:left;
}

/*
.widecolumn {
  width:468px;
  float:left;
}

.contentwide {
  width:700px;
  float:left;
}
*/

/*########## Sidebar 2 ##########*/

#sidebar2 {
  /*border: 1px solid #DEDEDE;*/
  /*background:#00f0f0;*/
  width:240px;
  padding:0;
  float:left;
}



/*########## Widgets ##########*/

.widget {
  border: 1px solid #DEDEDE;
  margin-bottom:15px;
}

.widget .title {
  /*height:32px;*/
  background:#eff0f2;
  margin:9px;
  padding-bottom:9px;
}

.widget .title a:link, .widget .title a:visited {
  color:#353736;
  text-decoration:none;
  font-weight:bold;
}

.widget .title a:hover {
  text-decoration:underline;
}

.widget h2 {
  font-size:13px;
  font-family: Tahoma;
  margin:0 0 0 14px;
  padding:7px 0 0 0;
  color:#353736;
}

.widget .items {
  margin-bottom:15px;
  margin-right:12px;
}

.widget ul {
  margin-left:34px;
}

.widget ul li {
  font-size:12px;
  font-family:Arial;
  font-weight:bold;
  margin:2px 0 0 0;
  padding:0 0 2px 0;
  list-style-image:URL("images/ribxoz-item-dot.gif");
  border-bottom: 1px solid #FFFFFF;
}

.widget ul li a:link, .widget ul li a:visited {
  color:#353535;
  text-decoration:undelrine;
}



/*########## Razvedenie Ryby ##########*/

.items_fish ul, .items_fish ul li{
  margin:0;
  padding:0;
}

.items_fish ul li {
  margin-left:15px;
  list-style:none;
  list-style-image:none;
}

.items_fish img {
  vertical-align: middle;
  margin-right:10px;
}

.items_fish .details {
  border-top:1px solid #DEDEDE;
  margin:0;
  padding:15px 16px 17px 3px;
  background-position: 103px 15px;
}

/*########## Recipe ##########*/

.items_recipe {
  margin: 0 9px;
}

a.receipt_title {
  font:12px Arial;
  font-weight: bold;
  color:#ad0b00;
  text-decoration: none;
}

a:hover.receipt_title {
  text-decoration:underline;
  color:#ad0b00;
}

a:visited.receipt_title {
  color:#ad0b00;
}

.items_recipe .img {
  text-align: center;
  margin: 10px 0 0 0;
}

.items_recipe .img img {
  border: 1px solid #DEDEDE;
}

.items_recipe .more {
  text-align: right;
  margin: 12px 5px 12px 0;
  padding:1px 0 2px 0;
  background-position:101px 1px;
}



/*########## Photos ##########*/

.items_photos {
  margin: 0 9px;
}

.items_photos img {
  border:1px solid #DEDEDE;
  margin-right:9px;
}

.items_photos .more {
  text-align: right;
  margin: 12px 5px 12px 0;
  padding:1px 0 2px 0;
  background-position:315px 1px;
}



/*########## Captions ##########*/

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px 20px 10px 0px;
}

.wp-caption img {
	margin: 0;
	padding: 2px;
	border: 1px solid #ddd;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px 4px 10px;
	margin: 0;
	font:11px Tahoma;
	color:#737373;
}

.alignleft {
	float: left;
	margin-right:10px;
}

.alignright {
	float: right;
	margin-left:10px;
}

.size-full {
  border:1px solid #DEDEDE;
}



/*########## Comments ##########*/
#respond {
  margin-top:50px;
}




/*########## Footer ##########*/

#footer {
  width: 995px;
  margin: 0 auto;
}

#footer p {
  font-size:13px;
  font-family: Arial, Helvetaca, Sans-Serif;
  font-weight:normal;
  color:#424445;
  margin:0;
}

#terms {
  float:left;
  width:300px;
  text-align:left;
  margin: 12px 0 30px 0;
}

#bottom_menu {
  margin-left:300px;
}

#bottom_menu ul li {
  list-style-type: none;
  float: right;
	font-size:12px;
	font-family: Arial, Verdana, Tahoma, Helvetaca, Sans-Serif;
	font-weight:normal;
	margin: 12px 0 0 5px;
	padding: 0 4px 0 4px;
}

#bottom_menu a:link, #bottom_menu a:visited{
  text-decoration:none;
  color:#424445;
}

#bottom_menu a:hover{
  text-decoration:underline;
}

#counters{
  float:none;
  clear:both;
  width: 995px;
  margin: 10px auto;
  text-align:left;
}

.google_ad {
  margin:20px 0 10px 0;
}

.hentry {
  margin-top:30px;
}

.hentry small{
  color:#9E9E9E;
}

.entry .games {
  font:13px Tahoma;
}

.entry .games a:link, .entry .games a:visited {
  text-decoration:none;
}

.entry .games img {
  margin:3px 10px 10px 0;
  padding:1px;
  border: 1px solid #DEDEDE;
  float:left;
}

.entry .games .more {
  background-position:0px 1px;
  margin:10px 0 0 114px;
  padding: 0 0 2px 20px;
  text-align: left;
  font:13px Arial;
  font-weight: bold;
}

.entry .games .more a:link, .entry .games .more a:visited {
  text-decoration: underline;
}
