/*
Theme Name: Spanish Villa Valencia
Theme URI: http://www.sean-barton.co.uk
Description: A Wordpress version of the Directus theme Spanish Villa Valencia.
Version: 1.1
Author: Sean Barton
Author URI: http://www.sean-barton.co.uk
*/

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	background-position: top;
	background-repeat: repeat;
	color: #000000;
	text-align: center; /*centers the wrapper in early IE versions that don't support auto margins*/
}

p {
	margin: 3px 0px 10px 0px;
	height: 1%;
}

.navbox {
	width: 625px;
	float: left;
	border: 1px solid #163458;
	margin-bottom: 10px;
}

.navboxnoborder {
	width: 627px;
	float: left;
	padding-bottom: 5px;	
}

.boxheader {
	padding: 5px; 
	background-color: #163458; 
	text-align: center; 
	font-size: medium; 
	color: #FFFFFF;	
}

.widgettitle {
  margin: 0px 0px 5px 7px;
  font-weight: bold;
}

.boxheaderwide {
	padding: 5px; 
	background-color: #163458; 
	text-align: center; 
	font-size: medium; 
	color: #FFFFFF;	
}

.sidenavlink a {
	color: white;
	text-decoration: none;
}

.sidenavlink ul {
  list-style-type: none;
}

.boxheaderwide a {
        color: white;
	text-decoration: none;  
}

.sidenavinner {
	background-color: #BCB6A9;
}

.navlink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.sidenavlink {
	
}
	
.sidenavlink ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
	font-size: 12px;
	margin-bottom: 8px;
}

table {
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 1em;
}

form {
	margin: 0px;
	padding: 0px;
}

ul {
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: square;
	padding: 0px 3px 0px 0em;
	margin: 0px;
	list-style-image: url('/sites/ipa-secure/images/bullet.gif');
	height: 1%;
}

li {
	padding: 1px 1px 1px 7px;
}

img {
	border: 0px;
}

blockquote {
	background-color: #F8F8F8;
	padding: 3px 6px 1px 6px;
}

.body_container {
	margin: 0 auto; /*centers in compliant browsers*/
	text-align: center; /*centers the wrapper in early IE versions that don't support auto margins*/
}

.body_wrapper {
	width: 835px;
	text-align: left;
	background-color: white;
	padding-bottom: 2px;
	margin: 0 auto 10px auto;
}

#content {
	padding: 0px 0px 0px 0px;
	overflow: auto;
}

.main_footer {
	clear: both;
	text-align: center;
	font-weight: bold;
}

.main_body {
	padding-top: 10px;
	margin: 0px 10px 10px 10px;
}

.both {
	clear: both;
}

.center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}

/* Colours and colours and colours and colours */
.red {
	color: red;
}

.green {
	color: #008000;
}

.silver {
	color: silver;
}

/* Text formatting */
.small {
	font-size: 10px;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}