html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del,
dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form,
label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:top;
}
body {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 1.4;
	background-color: #444;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
        color: #012bfb;
}
p {
	margin-bottom: 1.5em;
	text-align: justify;
}
img { 
 	border: none; 
} 
ul li {
	margin: 0;
}
ul {
	margin: 0.5em 0 0.5em 1.5em;
	padding-left: 20px;
}

ul ul {
	margin-bottom:0;
}

hr{
	border-width: 1px;
	border-style: dotted;
	border-color: #666;
	margin-bottom: 1.5em;
}

/* Headers */
h1, h2, h3 {
	color: #000;
	font-weight: normal;
	margin: 0.5em 0;
	padding: 0;
	line-height: 1.1em;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 100%;
}
.white {
	color:#fff;
	}	
.hidden {
	display: none;
	visibility: hidden;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin:0 10px 5px 0;
}
.alignright {
	float: right;
	margin:0 0 5px 10px;
}
.floatleft{
	float:left;
	margin:3px 7px 0 0;
}
.floatright{
	float:right;
	margin:3px 7px 0 7px;
}
.floatrightborder {
	float:right;
	margin:3px 7px 0 7px;	
	border-width: 1px;
	border-style: solid;
	border-color: #000;
}
.right{
	float:right;
}
div.suf-widget{
	background: #fff;
	border: 1px solid #c0c0c0;
}

#wrapper {
	width: 1000px;
	margin: 20px auto;
	position: relative;
	border: 1px solid #008000;
	background-color: #EDF3E6;
	padding: 10px;
}

#header {
	height: 75px;
	padding: 5px 5px;
}

/*
 * The layout has "page" as the base element.
 * Inside the "page" is a "wrapper". The "wrapper" has 4 rows:
 *     1. A "header"
 *     2. A navigation bar ("nav")
 *     3. A "container" with two columns:
 *        a. A main column ("main-col")
 *        b. A "sidebar"
 *     4. A section for credits ("cred")
 */

/* Main column  */
#wrapper #container #main-col {
	width: 725px;
	float: left;
}

/* See Ruthsarian Menus: Ruthsarian Layouts at http://webhost.bridgew.edu/etribou/layouts/rMenu/rMenu.css
 * There are details for z-index settings to avoid overlaps on the second line for IE 7
 */

/* main menu */
#nav {
	font-size: 100%;
}

/* remove all the bullets, borders and padding from the default list styling */
#nav ul {
	list-style: none;
	list-style-type:none;
	display: block;
	margin: 0 0 -1px 0;
	padding: 0;
	float: left;
	vertical-align: bottom;
}

#nav ul li {
	margin: 0 4px 0 0;
	padding: 0;
	float: left;
	border: 1px solid #009000;
/*	border-bottom: none;*/
}

#nav ul li a {
	padding: 8px 8px 5px 8px;
	text-decoration: none;
	color: #222;
	display: inline-block;
}

#nav ul ul li,
#nav ul ul li a {
	z-index: 100;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#nav li {
	float:left;
	position:relative;
	z-index: 1;
}

#nav li a:hover {
	z-index: 100;
}

/* Styling for drop-down lists */
#nav ul ul li a,
#nav ul ul li a:visited {
	padding: 8px 8px 5px 8px;
	text-decoration: none;
	color: #222;
	display: block;
	line-height:12px;
}

#nav ul ul li a:hover {
	color: #fff;
}

/* style the links for the top level */
#nav a,
#nav a:visited {
	color: #000000;
}

#nav a,
#nav a:visited {
	display:block;
	font-size: 100%;
	text-decoration:none;
	height:22px;
	padding: 8px 8px 5px 8px;
	line-height:22px;
	font-weight:bold;
}

/* style the second level hover */
#nav ul ul a.drop:hover {
}

#nav ul ul :hover > a.drop {
}

/* style the third level background */

/* style the third level hover */
#nav ul ul ul a:hover {
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:35px;
	left:0;
	width:149px;
}

/* position the third level flyout menu */

/* style the second level links */
#nav ul ul a,
#nav ul ul a:visited {
	height:auto;
	line-height:1em;
	padding:8px 10px 5px 10px;
	width:128px;
	border-width:1px 1px 1px 1px;
	text-align: left;
}

/* make the second level visible when hover on first level list OR link */
#nav ul li:hover ul, #nav ul a:hover ul {
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
#nav ul li:hover ul ul, #nav ul a:hover ul ul {
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#nav ul :hover ul li:hover ul,
#nav ul :hover ul li.sfHover ul,
#nav ul :hover ul a:hover ul {
	visibility:visible;
}

/* make the fourth level hidden when you hover over second level list OR link */
#nav ul :hover ul li:hover ul ul,
#nav ul :hover ul li.sfHover ul ul,
#nav ul :hover ul a:hover ul ul {
	visibility:hidden;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#nav-top li a:hover,
#nav-top li:hover {
	z-index: 100;
}

/* Styling for drop-down lists */
#nav-top ul ul li a:hover {
	color: #fff;
}

/* style the links for the top level */

/* make the second level visible when hover on first level list OR link */
#nav-top ul li:hover ul,
#nav-top ul a:hover ul {
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
#nav-top ul li:hover ul ul,
#nav-top ul a:hover ul ul {
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#nav-top ul :hover ul li:hover ul,
#nav-top ul :hover ul li.sfHover ul,
#nav-top ul :hover ul a:hover ul {
	visibility:visible;
}

/* make the fourth level hidden when you hover over second level list OR link */
#nav-top ul :hover ul li:hover ul ul,
#nav-top ul :hover ul li.sfHover ul ul,
#nav-top ul :hover ul a:hover ul ul {
	visibility:hidden;
}

/* make the fourth level visible when you hover over third level list OR link */
#nav-top ul :hover ul :hover ul li:hover ul,
#nav-top ul :hover ul :hover ul li.sfHover ul,
#nav-top ul :hover ul :hover ul a:hover ul {
	visibility:visible;
}

/* make the fifth level hidden when you hover over third level list OR link */
#nav-top ul :hover ul :hover ul li:hover ul ul,
#nav-top ul :hover ul :hover ul li.sfHover ul ul,
#nav-top ul :hover ul :hover ul a:hover ul ul {
	visibility:hidden;
}

/* make the fifth level visible when you hover over fourth level list OR link */
#nav-top ul :hover ul :hover ul :hover ul li:hover ul,
#nav-top ul :hover ul :hover ul :hover ul li.sfHover ul,
#nav-top ul :hover ul :hover ul :hover ul a:hover ul {
	visibility:visible;
}

/* make the sixth level hidden when you hover over fourth level list OR link */
#nav-top ul :hover ul :hover ul :hover ul li:hover ul ul,
#nav-top ul :hover ul :hover ul :hover ul li.sfHover ul ul,
#nav-top ul :hover ul :hover ul :hover ul a:hover ul ul {
	visibility:hidden;
}

/* make the sixth level visible when you hover over fifth level list OR link */
#nav-top ul :hover ul :hover ul :hover ul :hover ul li:hover ul,
#nav-top ul :hover ul :hover ul :hover ul :hover ul li.sfHover ul,
#nav-top ul :hover ul :hover ul :hover ul :hover ul a:hover ul {
	visibility:visible;
}

/* make the seventh level hidden when you hover over fifth level list OR link */
#nav-top ul :hover ul :hover ul :hover ul :hover ul li:hover ul ul,
#nav-top ul :hover ul :hover ul :hover ul :hover ul li.sfHover ul ul,
#nav-top ul :hover ul :hover ul :hover ul :hover ul a:hover ul ul {
	visibility:hidden;
}

/* make the seventh level visible when you hover over sixth level list OR link */
#nav-top ul :hover ul :hover ul :hover ul :hover ul :hover ul li:hover ul,
#nav-top ul :hover ul :hover ul :hover ul :hover ul :hover ul li.sfHover ul,
#nav-top ul :hover ul :hover ul :hover ul :hover ul :hover ul a:hover ul {
	visibility:visible;
}

/* sub menu */
#subnav li a:hover {
	text-decoration: none;
}

.hier-nav li a:hover {
	text-decoration: none;
}


/* content */
#content {
	clear: both;
	overflow: hidden;
	margin-top: 15px;
}

.post {
	border: 1px solid #c0c0c0;
	background: #000;
	padding: 10px 15px 15px 15px;
	clear: both;
	overflow: hidden;
	padding-bottom: 1em;
	margin-bottom: 10px;
}

div.page-links a:hover {
	text-decoration: none;
}

.postdata a:hover {
	text-decoration: none;
}

/* Credits  */
#cred {
	font-size: 91.67%;
	padding: 0 0 0 0;
	clear: both;
	height: 36px;
	border-top: 1px solid #009000;
}

#cred a {
	color: #000;
}

#cred a:hover {
	text-decoration: none;
}

#cred table {
	border: none;
	padding: 0;
	margin: 10px 0 10px 0;
	width: 100%;
}

#cred td {
	width: 33%;
}

#cred td.cred-left {
	text-align: left;
}

#cred td.cred-center {
	text-align: center;
}

#cred td.cred-right {
	text-align: right;
}

/* Emphasis */
/* sidebar */
#sidebar {
	margin-top: 15px;
	width: 260px;
	color: #666666;
	line-height: 160%;
}

#sidebar.right {
	float:right;
}

.sidebar-shell {position:relative; display:block}


.sidebar-shell-right {
	float: right;
	margin-left: 15px;
}

.suf-widget {
	margin: 0 0 15px;
}

.suf-widget h3 {
	font: bold 100%/100% Arial, Helvetica, sans-serif;
	color: #000000;
}

.textwidget {
						font-size: 92%;
						line-height: 150%;
}

.suf-widget h3:hover {
	color: #000;
}


/* alignments */
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0;
}

img[align="right"] {
	float:right;
	margin: 2px 0 5px 10px;
}

.clear {
	clear:both;
}


/* Clearfix: Courtesy http://www.positioniseverything.net/easyclearing.html */
.fix { display: inline-block; }
/* Hide from IE Mac \*/
.fix {display:block;}
/* End hide from IE Mac */

.title-container {
	padding-left: 0px;
	padding-right: 10px;
/*	padding-left: 0;
	padding-right: 0;*/
}

.col-control {
	margin: 0 auto;
	padding: 0;
}

/* Docking Boxes */
.dbx-group, .dbx-box, .dbx-handle{position:relative; display:block}

.dbx-box{margin:0 0 5px 0; padding:0; border:none; clear:both; background:#fff}

.dbx-group{width:210px; padding:0 0 10px}

.dbx-handle{position:relative; margin:0; padding:8px 24px 7px 10px; border-bottom:1px dotted #c0c0c0}

.dbx-content{margin:0; padding:5px 10px 9px 10px; overflow:hidden}

a {
	color:#227ad1;
}
a:visited {
	color: #012bfb;
}

#wrapper {
/*	border: 1px solid #0000d0;*/
	border: 1px solid #B6D1E4;
	background-color: #f8f8ff;
}

/* Blog title */
.blogtitle a:hover {
	color: #227ad1;
}

/* main menu */
#nav.continuous ul ul li a:hover, #nav-top.continuous ul ul li a:hover {
	color: #fff;
	background: #0052a4 url(images/menu-dark.jpg) repeat-x top left;
}
#nav ul li{
	border: 1px solid #B6D1E4;
}

#nav ul li a{
	color: #000000;
	background-color: #f8f8ff;
}

#nav li a:hover {
	color: #fff;
	background: #0052a4 url(images/menu-dark.jpg) repeat-x top left;
}


/* Styling for drop-down lists */
#nav ul ul li {
	border: 1px solid #B6D1E4;
}

#nav ul ul li a:hover{
	color: #fff;
	background: #0052a4 url(images/menu-dark.jpg) repeat-x top left;
}

/* style the links for the top level */
#nav a,
#nav a:visited {
	color: #000000;
}


/* style the second level background */

/* style the second level hover */
#nav ul ul a.drop:hover {
	background: #0052a4 url(images/menu-dark.jpg) repeat-x top left;
	color: #fff;
}

#nav ul ul :hover > a.drop {
	color: #fff;
	background: #0052a4 url(images/menu-dark.jpg) repeat-x top left;
}

/* style the third level hover */
#nav ul ul ul a:hover {
	background: #0052a4 url(images/menu-dark.jpg) repeat-x top left;
}

/* style the second level links */
#nav ul ul a,
#nav ul ul a:visited {
	background: #f8f8ff;
	color:#222;
}

/* style the top level hover */
#nav a:hover,
#nav ul ul a:hover {
	color: #fff;
	background: #0052a4 url(images/menu-dark.jpg) repeat-x top left;
}

#nav :hover > a,
#nav ul ul :hover > a {
	color: #fff;
	background: #0052a4 url(images/menu-dark.jpg) repeat-x top left;
}

#cred {
	border-top: 1px solid #B6D1E4;
}

#cred a:hover {
	color: #227ad1;
}


/* sidebar */
.suf-widget h3,
.suf-widget h3:hover {
	color: #444;
}

ul { list-style-image: url("http://www.spanishhighs.co.uk/images/bulletrbl.png"); } 

div.sidebar-tab-content a:hover,
div.sidebar-tab-content a:focus,
.suf-widget a:hover,
.suf-widget a:focus,
#sidebar a:hover,
#sidebar a:focus {
	color: #227ad1;
}

body {/* Default styling for everything that is un-styled and doesn't inherit*/
	color:#000000;
}

/* Headers */
h1, h2, h3 {
	color: #000000;
}

#wrapper {
	border: 1px solid #555;
	background-color: #eeeeee;
}

div.suf-widget {
	background-color: #ffffff;
	border: 1px solid #555;
}

.dbx-handle {
	border-bottom: 1px dotted #555;
}

#nav ul li{
	border: 1px solid #555;
}

#nav ul li a{
	color: #000000;
	background-color: #ffffff;

}

#nav ul ul li {
	border: 1px solid #555;
}

/* style the links for the top level */
#nav a,
#nav a:visited {
	color: #000000;
}

/* style the second level background */
#nav ul ul li a,
#nav ul ul li a:visited {
	color: #000000;
}

/* style the second level links */
#nav ul ul a,
#nav ul ul a:visited {
	background-color: #ffffff;
	color:#000000;
}

/* sub menu */
.post {
	background-color: #ffffff;
	border: 1px solid #555;
}

/* post title */

#cred {
	border-top: 1px solid #555;
}

#cred a {
	color: #000000;
}

/* sidebar */
#sidebar {
	color: #666666;
}

/* sidebar */
.suf-widget h3,
.suf-widget h3:hover,
.suf-widget h3 a {
	color: #000000;
}

div.tab-box div.sidebar-tab-content a:hover,
div.suf-widget a:hover,
div#sidebar a:hover {
	text-decoration: none;
}

#horizontal-outer-widgets-1 ul.suf-cat-posts-list a:hover,
#horizontal-outer-widgets-2 ul.suf-cat-posts-list a:hover {
	text-decoration: none;
}

.suf-widget a,
#sidebar a {
	color: #000000;
	text-decoration:none;
}

body {
	background-color: #444444;
	background-image:  url(http://www.spanishhighs.co.uk/background.jpg) ;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top left;
}
#wrapper {
	margin: 20px auto;
}
#header {
	height: 95px;
}
#wrapper {
	width: 1000px;
}
 
#wrapper #container #main-col {
	width: 725px;
}
 
 
#sidebar, #sidebar-shell-1 {
	width: 260px;
}
 
#header-container {
	background-image:  url(headers/header.jpg) ;
	background-repeat: no-repeat;
	background-position: top left;
        height: 144px;
}

#header {
}

#nav ul {
	text-transform: capitalize;
}
#nav {
	width: 1000px;
	margin: 0 auto;
}
 
#nav .col-control {
	width: 1000px;
}
.box {
  background-color: #eeeeee;
	padding: 0px 5px 0px 5px;
}
 
/* Generated by http://css.spritegen.com CSS Sprite Generator */
 
.googlesearch, .logogif2, .social-networks2, .smugface, .sierratubesmall
{ display: block; background: url('http://www.spanishhighs.co.uk/img/csssprites.png') no-repeat; }
 
.googlesearch { background-position: -0px -0px; width: 240px; height: 40px; }
.logogif2 { background-position: -0px -40px; width: 100px; height: 38px; float:right; }
.social-networks2 { background-position: -0px -78px; width: 195px; height: 30px; }
.smugface { background-position: -100px -40px; width: 100px; height: 27px; float:right; }
.sierratubesmall { background-position: -0px -108px; width: 100px; height: 27px; float:left; }

