﻿/*   
Theme Name: The Volley
Theme URI: http://www.thevolley.com
Description: The Volley Theme 
Author: Hotscot
Author URI: http://www.hotscot.net
Version: 1.0
.
*/

* {
	margin: 0px;
	padding: 0px;
}
a {
   outline: none;
}
body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	color: #25070c;
	background: #fff1e2 url('images/back.jpg') no-repeat center top;
	height: 100%;
}
#wrapper {
	width: 960px;
	margin: 0px auto;
}
/* Header */
#header {
	background: url('images/header.jpg') no-repeat left top;
	width: 960px;
	height: 280px;
}
/* Content */
#content {
	margin-top: 20px;
}
#left-wrapper {
	width: 240px;
	float: left;
}
/* Navigation */
#nav {
	background-color: #5c121e;
	padding-top: 5px;
}
#nav ul {
}
#nav ul li {
	list-style: none;
	width: 240px;
	height: 30px;
}
#nav ul li a {
	display: block;
	text-decoration: none;
	font-size: 20px;
	color: #968182;
	padding: 5px 0px 0px 15px;
}
#nav ul li a:hover {
	color: #ffffff;
}
#nav .current_page_item a {
	color: #ffffff;
}
/* Opening Times */
#opening-times {
	background-color: #968182;
	margin: 0 0 0 0;
	padding: 5px 0px 0px 15px;
	color: #fff;
}
#opening-times h3 {
	margin-top: 0px;
	height: 35px;
	overflow: hidden;
	font-size: 20px;
	font-weight: normal;
}
/* Events */
#events-wrapper {
	margin-top: 0;
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
	width: 240px;
	padding: 0;
}
#events {
	margin-right: 0;
	background-color: #968182;
	color: #ffffff;
	padding: 5px 5px 0 5px;
	width: 230px;
}
#events h3 {
	padding: 0 15px 0 10px;
	margin-top: 0px;
	height: 35px;
	overflow: hidden;
	line-height: 35px;
	font-size: 20px;
	font-weight: normal;
}
#events .events_item {
	width: 215px;
	padding: 15px 15px 15px 10px;
}
#events .events_item h4 {
	margin-top: 0px;
}
#events .events_item h4 a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	text-decoration: none;
}
#events .events_item h4 a:hover {
	text-decoration: none;
	color: #bbb3aa;
}
#events .events_item p {
	margin-top: 5px;
}
/* content */
#main_content {
	padding: 0 0 0 20px;
	width: 700px;
	float: left;
	line-height: 1.5;
}
#main_content h1 {
	line-height: 1.2;
	font-size: 32px;
	font-weight: normal;
}
#main_content h1 i {
	color: #FFCC00;
	font-style: normal;
	font-size: 26px;
}
#main_content h2 {
	font-weight: normal;
	color: #5a8429;
	line-height: 1.1;
}
#main_content h2, h3, h4, h5, h6 {
	margin-top: 10px;
}
#main_content a {
	color: #5c121e;
}
#main_content a:hover {
	color: #000;
	text-decoration: none;
}
#main_content p {
	margin-top: 15px;
}
#main_content ul, #main_content ol {
	margin-top: 20px;
	list-style-position: inside;
}
#main_content table {
	margin-top: 20px;
	border-collapse: collapse;
}
#main_content table td, #main_content table th {
	text-align: left;
	padding: 10px;
	border: 2px solid #333333;
}
/*Curves*/
#nav-curve {
	background: url('images/menu_foot_bg.png') no-repeat top left;
	height: 16px;
}
#events-curve {
	background: url('images/events_foot_bg.png') no-repeat top right;
	height: 16px;
}
#opening-top-curve {
	background: url('images/opening_head_bg.png') no-repeat bottom left;
	height: 13px;
	margin-top: 20px;
}
#opening-bottom-curve {
	background: url('images/opening_foot_bg.png') no-repeat top left;
	height: 14px;
}


/* links list */

#main_content .linklist{float: left;width:435px;min-height:300px;}

#main_content .linklist .linklistcatname{
	font-size: 20px;
	font-weight: normal;
  text-decoration: none;
  margin-top: 5px;
}

#main_content .linklist ul{
	margin: 0 ;
	list-style-type: none;
	padding: 0;
}

#main_content .linklist ul li{
	margin: 0;
	padding: 0;
}


/* footer */
#footer-curve {
	height: 20px;
	background: url('images/footer_bg.png') no-repeat left top;
	margin-top: 15px;
}
#footer {
	background: #5c121e;
	padding: 0 30px 5px 30px;
	color: #ffffff;
}
#footer .right {
	margin: 0 0 0 0;
	float: right;
	font-size: 12px;
	text-align: right;
}
#footer .right a {
	margin: 20px 0 0 0;
	color: #ffffff;
}
#footer .right a:hover {
	text-decoration: none;
}
#footer .left {
	margin: 0 0 20px 0;
	float: left;
}
#footer .left h5 {
	font-size: 18px;
}
#footer .left p {
	margin-top: 15px;
	line-height: 1.2;
}
#footer .left p a {
	color: #ffffff;
}
#footer .left p a:hover {
	text-decoration: none;
}
#footer .contact {
	margin-top: 10px;
	font-size: 18px;
}
#footer a img {
	border: none;
}
#footer img.facebook, #footer img.twitter {
	margin: 10px 0;
}
.cleardiv {
	clear: both;
}
/* WP Stuff */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
/* optional rounded corners for browsers that support it */	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
	margin-right: 0px;
}
blockquote {
  border-left: 12px solid #5A8429;
  border-right: none;
  border-top: none;
  border-bottom: none;
  padding: 10px 15px 15px 15px;
  background-color: #E1E1E1;
  display: block;
  width: 380px;
  font-size: 18px;
  margin: 25px 0px 35px 0px;
}

