/*
Theme Name: Two Rivers Travel
Description: A simple WordPress Theme, with wide space. Widget-ready and Gravatar supported.
Version: 1
Author: Simon Zarywacz
*/ 


* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    line-height: 18px;
}

p {
	margin: 0;
	padding: 5px;
    margin-top: 5px;
}

img { 
    border: none;
}

a { 
    color: #990000;
    text-decoration: none; 
}

a:visited {
	text-decoration: none;
	color: #990000;
}

a:hover { 
    text-decoration: underline;
	color: #403378;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 4px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 4px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.center {
	text-align: center;
}

#wrap {
    margin: 0 auto;
    width: 800px;
}

#header { 
    border-bottom: 0px dashed #403378;
}

#header h1 {
    font-size: 25px;
    font-family: Verdana, sans-serif;
    padding: 5px 0 10px 0;
    text-decoration: bold;
}

#header h1 a {
    color: #990000;
    text-decoration: none;
}

#header h1 a:hover {
    color: #403378;
    text-decoration: underline;
}

#header h2 {
    color: #403378;
    font-size: 10px;
    text-decoration: bold;

}

/* Menu */

#menu {
    width: 725px;
	height: 30px;
	margin: 0 auto;
    color: #000;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	font-family: Verdana, sans-serif;
}

#menu a {
	display: block;
	margin: 6px 4px 6px 2px;
	padding: 1px 10px;
	text-decoration: none;
	font-size: 1em;
	float: right;
	font-weight: normal;
	color: #000;
	background: #fff;
}

#menu a:hover {
	background: #fff;
	color: #ccc;
	text-decoration: underline;
}

#menu .current_page_item {
    background: #fff;
    color: #000;
    text-decoration: underline;
}

#menu .current_page_item a {
	background: #fff;
	color: #000;
}

#content {
    padding: 0;
}

.articles {
    border-bottom: 0px dashed #403378; 
}

#content .showtags {
    padding-left: 5px;
    line-height: 20px;
}

#content a img {
    padding: 1px;
    border: 2px solid #fff;
    background: #fff;
}

#content a img:hover {  
    padding: 1px; 
    border: 2px solid #bbb; 
    background: #bbb; 
}

.left {
    width: 568px;
    float: left;
    text-align: left;
}

.left h2 {
    color: #403378;
    font-size: 14px;
    text-decoration: bold;
	padding-left: 5px;
	padding-top: 5px;
}

.left h2 a {
    color: #990000;
    text-decoration: none;
}

.left h2 a:hover {
    color: #403378;
    text-decoration: underline;
}

.left ul {
    padding-left: 3em;
}

.left ol {
    padding-left: 3em;
}

.count {
    float: right;
}

.right {
    width: 160px;
    float: right;
    padding: 10px;
}

.right ul {
    list-style-image: url(images/arrow-red.gif);
	list-style-position: inside;

}

.right ul ul{
    margin:0.1667em 0;

}

.right  ul li { 
margin-bottom: 3px
}

.right h2 {
    font-size: 12px;
    color: #403378;
    text-decoration: bold;
    background-image: url(images/gradient-red-white.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding: 1px;
	margin:0.1667em 0;
}

.right a { 
    text-decoration: none;
    color: #990000;
}

.right a:hover {
    text-decoration: underline;
    color: #403378;
}

.nomove {
    width: 160px;
    float: right;
    padding: 10px;
}

.nomove ul {
    list-style-image: url(images/arrow-red.gif);
    list-style-position: outside;
    padding: 5px 10px 10px 10px;
}


.nomove ul li { 
	margin-bottom: 3px
}

.nomove h2 {
    height: 30px;
    font-size: 15px;
    color: #000;
    line-height: 30px;
}

.nomove a { 
    font-size: 15px;
    color: #990000;
}

.nomove a:hover {
    text-decoration: underline;
    color: #403378;
}

#footer {
    border-top: 1px solid #bbb;
    text-align: center;
    color: #333;
    font-size: 11px;
    padding: 0 0 10px 0;
    margin-top: 10px;
}

/* Search */

#search {
	width: 150px;
	height: 25px;
	background: #fff;
	border: none;
}

#search #x {
	display: none;
}

#search #s {
	padding: 6px 10px 5px 10px;
	width: 127px;
	height: auto;
	background: none;
	border: none;
	font: normal 10px Verdana, sans-serif;
	color: #878C8D;
}

#search br {
	display: none;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #bbb;
}

#avatar {
    float: right;
}

#spacer {
    padding-top: 10px;
    border-bottom: 1px #bbb dashed;
}
.background-red {
	background-image: url(images/background-red-white.jpg);
	background-repeat: repeat-x;
}
.background-blue {
	background-image: url(images/background-white-blue.jpg);
	background-repeat: repeat-x;
}

.quotation {
	font-style: italic;
	color: #403378;
}

.background-red-gradient {
	background-image: url(images/gradient-red-white.jpg);
	background-repeat: repeat-y;
	background-position: right;
	
}
.background-blue-gradient {
	background-image: url(images/gradient-blue-white.jpg);
	background-repeat: repeat-y;
	background-position: right;
}