/*
Theme Name: Rovin Net Western
Theme URI: http://beefjerkysnacks.com/
Description: The Western (Old west cowboy) theme.
Version: 1.0
Author: Rovin Net
Author URI: http://rovin.net
Tags: Dwayne Coots Western

	This theme was designed and built by Rovin Net,
	whose blog you will find at http://rovin.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* = GLOBAL = */
* {margin:0;padding:0;}
body {
	margin: 0;
	padding: 0;
	background:#723B1D url(images/bg-top-repeat.jpg) repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	line-height:21px;
	color: #400404;
}
a:link, a:visited, a:active {
	color: #d21600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	padding-bottom:2px;
}
h2 {
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	padding-bottom:11px;
	padding-top:15px;

}
h3 {
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	padding-bottom:10px;
	padding-top:14px;
}
#main-wrap {
	background:transparent url(images/bg-top.jpg) no-repeat;
	/* height:348px; */
	width:1025px;
	margin:0px auto;
	overflow:hidden;
}

/* === HEADER === */
#main-header {
	height:165px;
	width:774px;
	margin:0px auto;
}
#main-header #language{
	height:27px;
	text-align:right;
}
#switchlangs{
	overflow:hidden;
	float:right;
	margin-top:4px;
}
#switchlangs ul {
	list-style:none;
}
#switchlangs ul li {
	float:left;
	width:40px;
}
#switchlangs ul li a{
	display:block;
	text-indent:5000px;
}
#switchlangs ul li span.pasive{
	display:block;
	text-indent:5000px;
}
#switchlangs ul li#en_switcher {
	background:transparent url(images/en_switcher.jpg) no-repeat;
}
#switchlangs ul li#fr_switcher {
	background:transparent url(images/fr_switcher.jpg) no-repeat;
}
#switchlangs ul li#cs_switcher {
	background:transparent url(images/cs_switcher.jpg) no-repeat;
}
#switchlangs ul li#it_switcher {
	background:transparent url(images/it_switcher.jpg) no-repeat;
}
#switchlangs ul li#ru_switcher {
	background:transparent url(images/ru_switcher.jpg) no-repeat;
}
#logo {
	float:left;
	left:238px;
	position:relative;
	top:10px;
}
h3#login {
	float:right;
	margin-right:70px;
	margin-top:30px;
}

/* === MAIN-BODY === */
#main-body {
	width:801px;
	margin:0px auto;
}
#main-body-top {
	height:183px;
	overflow:hidden;
	position:relative;
}
#main-body-top #text{
	font-weight:bold;
	margin:70px 10px 10px 185px;
	width:328px;
}
#main-body #content {
	background:transparent url(images/bg-main-body.jpg) repeat-y;
	margin-top:-30px;
	padding:0px 30px;
	overflow:hidden;
}

/* === FOOTER === */
#main-footer {
	background:transparent url(images/bg-main-footer.jpg) no-repeat;
	height:96px;
	width:801px;
	margin:0px auto;
	padding-top:20px;
}
ul#menu {
	list-style:none;
	margin-left:20px;
	color:#FFFFFF;
}
ul#menu li {
	background:transparent url(images/bg-li-bottom.jpg) no-repeat right center;
	float:left;
	margin:0px 0px 0px 10px;
	padding-right: 15px;
}
ul#menu li#feed {
	background:none;
	padding-right:0px;
}
ul#menu a:link,
ul#menu a:hover,
ul#menu a:active,
ul#menu a:visited {
	color:#FFF;
}

/* === MAIN BLOG === */
#main-blog {
	float:left;
	width:510px;
}
#main-blog .post {
	overflow:hidden;
	margin-bottom:5px;
}
#main-blog .post .post-body{
	background:transparent url(images/bg-box-body.jpg) repeat-y;
	padding:5px 15px;
	overflow:hidden;
}
#main-blog .post .post-top{
	background:transparent url(images/bg-box-top.jpg) no-repeat;
	height:15px;
}
#main-blog .post .post-bottom{
	background:transparent url(images/bg-box-bottom.jpg) no-repeat;
	height:15px;
}
#main-blog .navigation {
	clear:both;
}
#sidebar {
	float:right;
	width:226px;
}
.widget {
	margin:5px 0px;
}
.textwidget-top {
	background:transparent url(images/bg-slidebox-top.jpg) no-repeat;
	height:15px;
}
.textwidget-bottom {
	background:transparent url(images/bg-slidebox-bottom.jpg) no-repeat;
	height:15px;
}
.textwidget-body {
	background:transparent url(images/bg-slidebox-body.jpg) repeat-y;
	padding:0px 10px;
}
/* === OTHER === */

dl.gallery-item {
	float:left;
	text-align:center;
	width:30%;
}