/* @override http://ibiza-weather.com/default.css */

/* SET MARGIN AND PADDING TO 0 FOR ALL ELEMENTS */
* {
margin: 0; padding: 0;
}

/* SET BASE FONT ATTRUBUTES */
html, body {
font: Georgia, "Times New Roman", Times, serif 14px/1.5em;
color: #000;
}

/* REMOVE PADDING AND MARGIN VALUES */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre
{margin: 0; padding: 0;}

/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5 {font-weight: bold;}

h1 {font-size: 2em;}
h2 {font-size: 1.75em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a {text-decoration: underline;}
a:link, a:visited {color: #00f;}
a:hover {color: #33f;}
a:active {color: #fff;}
a img, :link img, :visited img {border: none}

/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table {border-collapse: collapse;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl
{margin-top: 0; margin-bottom: 0;}

/* HARMONISE LIST-BULLET TYPE */
ul, ol, dl {list-style-type: disc;}

body {
	background: #3e65aa;
}

body, input, textarea, select {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 5px auto;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #ff5d00;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #ff9600;
}

a:hover {
	text-decoration: none;
}

a:link, a:visited {color: #ff9600;}


/* Wrapper */

#wrapper {
	width: 800px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

/* Header */

#header {
	height: 257px;
	width: 800px;
	position: relative;
	background: #003268 url(images/ibiza1.jpg) no-repeat;
	margin: 0px auto;
}

#header h1, #header h2 {
	color: #fff;
}

#header h1 {
	position: absolute;
	top: 20px;
	left: 10px;
	letter-spacing: -2px;
	font-weight: bold;
	color: #ff9600;
	font-size: 4em;
}

#header h2 {
	position: absolute;  
	font-size: 1em;
	left: 10px;
	top: 60px;
	padding-top: 15px;
}

#header a {
	text-decoration: none;
	color: #FFF;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#clock {
	float: none;
	text-align: center;
	padding-top: 160px;
}

/* Menu */

#menu
{
	width: 800px;
	margin: -250px 0;
	float: none;
	position: absolute;
}

#menu ul
{
	list-style: none;
	text-align: right;
	padding: 10px 0px 10px 0px;
	margin: 0;
}

#menu li
{
	padding: 0em 0.7em 0em 0.7em;
	display: inline;
	float: none;
}

#menu li a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	font-size: 1.2em;
}

#menu li a.active
{
	border-bottom: 4px solid #FFFFFF;
}

#menu li a:hover
{
	border-bottom: 4px solid #FFFFFF;
}

/* Content */

#content {
	background: #003268 repeat-y;
	border-bottom: 1px none #f67d2c;
	margin: 0px auto;
	width: 800px;
	border-top: 6px solid #f67d2c;
}

/* Blog */

#blog {
	width: 575px; /*IE6 3px problem */
	margin: 0px auto;
	float: right;
	padding-top: 40px;
}

/* Sidebar */

#ims {
	background-color: #3e65aa;
	width: 480px;
	padding: 10px;
	margin-bottom: 10px;
	border-style: solid;
	border-color: #ea6123;
}

#sidebar {
	float: left;
	margin: 30px 0 0 35px;
	border-top: 1px solid #f67d2c;
	width: 150px;
	padding: 0;
	border-style: none;
}

#sidebar a {
	text-decoration: none;
	color: #f67d2c;
	background: transparent url(images/listoff.gif) left center no-repeat;
}

#sidebar img {
	padding-top: 10px;
	margin: 0;
	border-style: none;
}

/* Footer */

#footer {
	width: 800px;
	height: 50px;
	margin: 0px auto;
	background: #3e65aa url(images/fbg.gif) repeat-x;
}

#footer li {
	float: none;
	display: inline;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: x-small;
	text-align: center;
}

#footer a {
}
