/* 
Theme Name: whiteboard
Theme URL: http://whiteboardframework.com/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 2.0.1

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

@import url("reset.css");
@import url("text.css");

body {
background: transparent url('images/bgStars.png') no-repeat scroll center top;
}

body#seagulltravel {
background: transparent url('images/footballs_bg.jpg') no-repeat scroll center top;
}

#container {
background: transparent; 
width: 980px;
margin: 0 auto;
}

#header {
position: relative;
}

#content {
float: left;
width: 620px;
margin: 0 0 20px 20px;
}

#sidebar {
float: right;
width: 300px;
margin: 0 20px 20px 0;
}

#footer {
background: transparent url('images/footerStars.png') no-repeat scroll top right;
margin: 20px 0 0 0;
padding: 20px 0 0 0;
border-top: 3px dotted #cccccc; 
width: 980px;
height: 132px;
clear: both;
}

/* Header */

#topTitle {
height: 108px;
margin: 0 0 20px 0;
}

/* Navigation */

#topNav {
margin: 0 0px 20px 0;
background: transparent url('images/navBg.png') no-repeat scroll;
height: 55px;
width: 980px;

}

.menu {
float: right;
margin: 20px 40px 0 0;
}

.menu ul {
display: block;
float: right;
}

.menu ul li {
display: block;
float: left;
margin-left: 20px;
}

/** Content Items **/

div#content img {
border: 10px solid #F9D4E5;
}

div.wpcf7 {
display: none;
}

#featuredNews {
width: 620px;
height: 230px;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 3px dotted #cccccc; 
}

.offerPrice {
background: transparent url('images/offerStar.png');
position: absolute;
display: block;
top: 0;
right: 0;
width: 65px;
height: 89px;
padding-left: 80px;
padding-top: 18px;
color: #ffffff;
font-size: 3em;
font-weight: bold;
}

div#content div#featuredNews img {
border: none;
}

#content ul {
margin-bottom: 15px;
}

#content ul li {
background: transparent url('images/newsBullet.png') no-repeat scroll;
padding-left: 20px;
margin-bottom: 5px;
}

/* Show Thumbs */

ul#showList {
float: left;
display: block;
}

ul#showList img {
border: none;
}

ul#showList li.show {
position: relative;
float: left;
display: block;
width: 140px;
height: 160px;
margin: 0 20px 0 0;
padding: 0px;
background: none;
}

ul#showList li.item4, ul#showList li.item8, ul#showList li.item12, ul#showList li.item16, ul#showList li.item20 {
margin-right: 0px;
}

/** Sidebar **/

#sidebar div {
border-bottom: 3px dotted #cccccc; 
padding: 0 0 20px 0;
margin: 0 0 20px 0;
}

#sidebar ul li {
margin-bottom: 20px;
}

div#latestNews {
padding-left: 20px;
padding-bottom: 0px;
}

#latestNews ul li {
background: transparent url('images/newsBullet.png') no-repeat scroll;
padding-left: 20px;
}

#bookNow h2 {
margin-top: 20px;
text-indent: -9999px;
width: 300px;
height: 30px;
}

#bookNow h2 a {
text-indent: -9999px;
width: 300px;
height: 30px;
display: block;
background: transparent url('images/bookNow.png') no-repeat scroll top center;
}

/* Mailing-list */

div#mailSignup {
border: none;
padding: 20px;
background: #f9d4e5;
margin-bottom: 20px;
}

div#mailSignup div {
border: none;
padding: 0;
margin-bottom: 10px;
display: block;
clear: both;
}
div#mailSignup li {
margin-bottom: 5px;
}
div#mailSignup label.text-box-label {
display: block;
float: left;
font-weight: bold;
font-size: 11px;
width: 90px;
margin-right: 5px;
margin-top: 3px;
}
div#mailSignup input.text-box {
padding: 2px;
display: block;
font-size: 11px;
width: 150px;
}
div#mailSignup input.checkbox {
float: left;
padding: 2px;
margin: 5px 10px 0 0;
width: auto;
}
div#mailSignup div.input-group {
margin-top: 10px;
clear: both;
}
div#mailSignup div.input-group ul li {
display: block;
clear: both;
overflow: hidden;
}
div#mailSignup div.input-group label {
display: block;
float: left;
font-weight: normal;
font-size: 11px;
margin-top: 5px;
}
div#mailSignup label.input-group-label {
clear: both;
display: block;
margin-top: 20px;
font-weight: bold;
font-size: 14px;
}

#mc-embedded-subscribe-form {
margin-top: 20px;
}

div#content form.cform img {
border: none;
}


/* Blog */

.postmeta {
border-top: 1px dashed #cccccc;
padding: 5px;
background: #efefef;
}

.post {
margin-bottom: 40px;
}

/* Images */

img.alignright {
float: right;
margin: 0 0 20px 20px;
}

img.alignleft {
float: left;
margin: 0 20px 20px 0;
}

img.aligncenter {
display: block;
margin: 0 auto 20px;
}

/* Seagull Travel */

body#seagulltravel a {
color: #085EAA;
}

body#seagulltravel .menu a {
color: #fff;
}

body#seagulltravel div#content ul li {
    background: url("images/newsBulletBl.png") no-repeat scroll 0 0 transparent;
}

body#seagulltravel #latestNews ul li {
    background: url("images/newsBulletBl.png") no-repeat scroll 0 0 transparent;

}

body#seagulltravel div#mailSignup {
  background: none repeat scroll 0 0 #ccdeed;
}

body#seagulltravel div#footer {
    background: url("images/footerBalls.png") no-repeat scroll right top transparent;

}

h2#seagullTravel {
    background: url("images/stLogo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 88px;
    left: 424px;
    position: absolute;
    text-indent: -9999px;
    top: 20px;
    width: 131px;
}

h2#seagullTravel a {
    display: block;
    height: 88px;
    text-indent: -9999px;
    width: 131px;
}
