
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata, .narrowcolumn .postmetadata1 {
	text-align: left;
	}

.alt {
	border-top: 1px solid #004b84;
	border-bottom: 1px solid #004b84;
	border-left: 1px solid #004b84;
	border-right: 1px solid #004b84;
	margin-top:10px;
	}

small {
	font-family: "Comic Sans MS", verdana cursive; color: #666666;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: "Comic Sans MS", verdana cursive; color: #666666;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 18px;
	}

h2.pagetitle {
	font-size: 1.4em;
	}

#sidebar h2, #sidebar2 h2{
	font-family: "Comic Sans MS", verdana cursive;
	font-size: 1.2em;
	}

#sidebar ul li h2, #sidebar2 ul li h2 {
	font-family: "Comic Sans MS", verdana cursive; color: #666666;
	background-image:url(images/bg_title.gif);
	font-size: 12px;
	padding-bottom:0px;
	color: #ffffff;
	line-height:15px;
	text-transform:uppercase;
	padding-left:35px;
	padding-top:10px;
	background-repeat:no-repeat;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color:#008bf6;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #008bf6;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2,#sidebar2 h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry{
 margin-top: -25px; padding-top:10px;
	}

.entry p a, .entry p a:visited {
	color: #004b84;
	}

.entry p a:hover {
	color: #004b84;
	}

.editpost a:link, .editpost a:visited {
	color: #004b84;
	text-decoration:underline;
	}

.editpost a:hover {
	color: #004b84;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em verdana, Arial, Helvetica, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: "Comic Sans MS", verdana cursive; color: #666666;
	}

.commentmetadata {
	font-weight: normal;
	color:#333;
	}

 #sidebar ul ul li, #sidebar ul ol li,#sidebar2 ul ul li, #sidebar2 ul ol li, .nocomments, blockquote, strike {
	color: #008cf8;
	}

code {
	font: 1.1em verdana,Arial, Helvetica, Sans-Serif;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #004b84;
	text-decoration: none;
	}

a:hover {
	color: #004b84;
	text-decoration: underline;
	}

/* End Typography & Colors */

/* Begin Structure */

.narrowcolumn {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 10px;
	}

.widecolumn {
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	width: 560px;
	}

.post {
	margin: 0px 0px 0px 0px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata, .narrowcolumn .postmetadata1 {
	padding-top: 5px;
	}

.widecolumn .postmetadata, .widecolumn .postmetadata1 {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
	color:#2295be;
	line-height:30px;
}
/* End Structure */
/*	Begin Headers */

h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin: 10px 0px 20px 0px;
	text-align: center;
}

#sidebar h2 ,#sidebar2 h2{
	margin: 0px 0 0;
	padding: 0;
	}

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

h3.comments {
	padding: 0;
	margin: 0px auto 0px ;
	}

/* End Headers */

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

div.alignright, div.alignright2{
	float: right;
	color:#004b84;
	}

div.alignleft, div.alignleft2{
	float: left;
	color:#004b84;
	}

.alignleft a, .alignleft a:visited {
	color:#004b84;
	}	

.alignright a, .alignright a:visited {
	color:#004b84;
	}	

.spacer{
	float:left;
	}
/* End Images */

/* Begin Lists */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before, #sidebar2 ul ul li:before,  #sidebar ul ul li, #sidebar2 ul ul li {
	list-style-image:url(images/arrow.gif);
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li, .postmetadata1 ul, .postmetadata1 li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol,#sidebar2 ul, #sidebar2 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li, #sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}

#sidebar ul p, #sidebar ul select, #sidebar2 ul p, #sidebar2 ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol, #sidebar2 ul ul, #sidebar2 ul ol {
	margin: 0px 4px 0 40px;
	}

#sidebar ul ul ul, #sidebar ul ol, #sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li, #sidebar2 ul ol li{
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li, #sidebar2 ul ul li, #sidebar2 ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* End Entry Lists */

/* Begin Form Elements */

#searchform {
	margin: 15px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchsubmit, #sidebar2 #searchsubmit  {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/* End Form Elements */

/* Begin Comments*/

.alt {
	padding: 10px;
	color:#00467c;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

ol.commentlist{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
/* Begin Sidebar */
#sidebar
{
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 10px;
	}

#sidebar2
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
	}

#sidebar form, #sidebar2 form {
	margin: 0;
	}
/* End Sidebar */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 150px;
	color:#008cf8;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: transparent; }
/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #afafaf;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	color: Blue;
	}

a img {
	border: none;
	}

.navigation {
	margin-top: 0px;
	padding-top:5px;
	padding-bottom:8px;
	}

.navigation2 {
	margin-top: 0px;
	padding-top:0px;
	}
/* End Various Tags & Classes*/
body{
	background-color:#ffffff;
	font-family: "Comic Sans MS", verdana cursive; color: #666666;
	color:#00467c;
	font-size:11px;
	margin:10px 0px 0px 0px;
	}

#body_container{
	width:800px;
	text-align:left;
	}

#container{
	width:800px;
	}

#header{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	}

#top{
	background-image:url(images/top.gif);
	background-repeat:no-repeat;
	width:800px;
	}

#main{
	width:800px;
	}

#left_nav{
 width:230px;
 float:left;
 border: 1px solid #FFAB00; background-color: #FAFAD2; margin-bottom: 20px;	}
	
#right_nav{
	width:230px;
	float:left
	}
	
#footer{
	background-image:url();
	background-repeat:no-repeat;
	width:800px;
	float:left;
	font-family: "Comic Sans MS", verdana cursive; color: #666666;
	color:#00467c;
	font-size:11px;
	}
	
#footer a, #footer a:visited{
	color:#00467c;
	text-decoration:none;
	}

#footer a:hover{
	color:#00467c;
	text-decoration:underline;
	}

#footer_left{
	float:left;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:2px;
	}

#footer_right{
	float:right;
	padding-right:20px;
	padding-top:20px;
	}
	
#menu{
	padding-right:10px;
	padding-left:50px;
	padding-top:22px;
	} 

#menu a:link, #menu a:visited, #menu a:active{
	font-family: "Comic Sans MS", verdana cursive; color: #666666;
	font-size:12px;
	font-weight:bold;
	color:#5374a6;
	padding-right:10px;
	padding-left:15px;
	padding-top:22px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#txt_logo{
	font-family: "Comic Sans MS", verdana cursive; color: #ffffff;
	font-size:30px;
	color:#ffffff;
	padding-left:460px;
	padding-top:160px;
	text-align:left;
	}

.desc{
	padding-left:460px;
	color:#ffffff;
	font-size:14px;
	font-family: "Comic Sans MS", verdana cursive; color: #666666;
	font-weight:bold;
	}

.search #searchform{
	padding-top:20px;
	}

a.mainpix01_link, a.mainpix01_link:visited{
	color:#ffffff;
	}

p.alt small{
	color:#00467c;
	}

p.alt small a, p.alt small a:visited{
	color:#00467c;
	text-decoration:underline;
	}

p.alt small a:hover{
	color:#00467c;
	text-decoration:underline;
	}	

#sidebar ul ul li a:link, #sidebar ul ul li a:visited, #sidebar2 ul ul li a:link, #sidebar2 ul ul li a:visited {
	padding:0px;
	margin:0px;
	text-align:left;
}

small.commentmetadata a:link, small.commentmetadata a:visited{
	color:#00467c;
	text-decoration:underline;
	}



#dodge 
{margin-top: -10px;
 margin-bottom: 10px;}

div.post h2 a:link,div.post h2 a:visited, div.post h3 a:link,div.post h3 a:visited {
	color:#008bf6;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
}

div.post h3 a:hover, div.post h2 a:hover{
	color: #f7bd5d;
}

li.current-cat a:link,li.current-cat a:visited{
	padding-left: 0px;
	margin-left: 7px;
	color: #008bf6;
}

li.pagenav a:link,li.pagenav a:visited{
	padding-left: 0px;
	margin-left: 7px;
	color: #008bf6;
}

.narrowcolumn li a:link, .narrowcolumn li a:visited{
	color: #00467c;
}

li a:link,li a:visited{
	padding-left: 0px;
	margin-left: 7px;
	color: #008cf8;
}

.title{
	background-image:url(images/bg_titlebottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding: 0px 0px 10px 0px;
	}

.title_mid h2, .title_mid h3{
	padding-top:0px;
	}

.title_mid{
	background-image:url(images/bg_titletop.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:0px;
	}

.textwidget{
	padding-left:40px;
	text-align:left;
	padding-right:10px;
	color:#008cf8;
	}

div.post small{
	color: #2295be;
}

.line{
	background-image:url(images/line.gif);
	background-repeat:repeat-x;
	padding-bottom:20px;
	background-position:top;
	height:1px;
	}

.postmetadata a{
	color: #2295be;
	text-decoration: none;
}

.postmetadata a:hover{
	color: #2295be;
	text-decoration: underline;
}

.narrowcolumn h2 {
	color: #008bf6;
	margin-top:0px;
}

label small{
	color:#2295be;
  }

#comments, #respond{
	color:#004b84;
 }

#sidebar li ul, #sidebar2 li ul{
	padding-left:10px;
	}

#today, #today a:link, #today a:visited {
	color:#ff9900;
	}

#commentform p a {
	color:#004b84;
	}
  /* for searches */
 
 .subhead{
		font-family: "Comic Sans MS", verdana cursive; color: #666666;
font-size: small;
}

.smallhead{
	font-family: sans-serif;
	font-size: xx-small;
	color: Black;
	padding: 0px;
	line-height: normal;
} 
.maincell {font-size:12px; background-color:#f8dab6; color:#000000;}
.lefttable
{
    BORDER-RIGHT: #00CCFF 2px solid;
    BORDER-TOP: #00CCFF 2px solid;
    BACKGROUND: #00CCFF;
    BORDER-LEFT: #00CCFF 2px solid;
    BORDER-BOTTOM: 2px solid #00CCFF;
	 vertical-align: top;
	 width: auto;
	 float: left;
	 padding: 0px;
	 word-spacing: normal;
}
 .headtext
 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   color: #000000;
   background-color: #F8DAB6;
;
	font-weight:bold;
 }
 .headtxtbig
 {
	font-family: "Comic Sans MS", verdana cursive; color: #666666;
   font-size: 12pt;
   color: Blue;
   background-color: #F8DAB6;
	font-weight:bold;
	height: 20px;
 }  
 .eventext
 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   color: #000000;
   background-color: #FAFAD2;
 }
 .textfill
 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   width: 100%;
 }
 .oddtext
 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   color: #000000;
   background-color: #E0FFFF;
 }
 .borderDark {
  float:left;

  background: url(http://www.lowcostsunshine.co.uk/wp-content/themes/wp-best-travel/images/shadowAlpha.png) no-repeat bottom right !important;

  background: url(http://www.lowcostsunshine.co.uk/wp-content/themes/wp-best-travel/images/shadow.gif) no-repeat bottom right;

  margin: 10px 0 0 10px !important;

  margin: 10px 0 0 5px;	border: 0px solid #FFAB00;
	font-family: "Comic Sans MS", verdana cursive;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 11px;
}
.textOffers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 0px 0px 0px 5px;
}
.textOffersGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.textTS3titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
	text-decoration: none;
	color: Red;
	padding-left: 0px;
}
.blue10{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #255AB0;
	text-decoration: none;
}
.errataconfirm
{
	BORDER-RIGHT: #b9cbe3 0px solid;
	PADDING-RIGHT: 3px;
	BORDER-TOP: #b9cbe3 0px solid;
	PADDING-LEFT: 3px;
	BACKGROUND: #FAFAD2;
	PADDING-BOTTOM: 3px;
	MARGIN: 10px 5px 5px;
	BORDER-LEFT: #b9cbe3 0px solid;
	COLOR: #000000;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: #b9cbe3 0px solid;
	font: normal larger sans-serif;
	font-size: 9pt;
}
.borderedtable
{
    BORDER-RIGHT: #F8DAB6 2px solid;
    BORDER-TOP: #F8DAB6 2px solid;
    BACKGROUND: #ffffff;
    BORDER-LEFT: #F8DAB6 2px solid;
    BORDER-BOTTOM: #F8DAB6 2px solid;
    BORDER-COLLAPSE: collapse
}
.blue12{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #255AB0;
	text-decoration: none;
}
#jtmain {
	width:560px;

	float:right;
}
#DIVText2 {
	width:560px;
	float:right;
}
#DIVText4 {
	width:560px;

	float:left;
}#main_content{
	width:560px;
	float:right;
	}	
#sidebar #searchform #s, #sidebar2 #searchform #s  {
	width: 230px;
	}	
/*========THE FOLLOWING CAUSE A PROBLEM WITH EITHER SEARCHES OF FIREFOX====*/
/*
img{ 
	margin-right:10px;
	}

.but{
	vertical-align:bottom;
	}

 .input01{
	width:190px;
	}
	
	select {
	width: 190px;
	}
	
	#commentform input {
	width: 190px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
	
*/
 /*===================================================================*/
.is_contentBody { font-family: verdana; font-size: 11px; color: #000066; line-height: 14px; }
.tablecell {background:  rgb(240,240,240);}
.bigOfferLeft { text-align:left; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold;  color: #009933;}
.bigOfferBlue { text-align:left; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold;  color: #003399;}
.specialOfferRight {
 text-align:right; 
 font-family:Verdana, Arial, Helvetica, sans-serif; 
 font-size:24px; 
 font-weight:bold;  
 color: #4169E1;}

.headerTabSelected{
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	color:#00467c;
	font-size:11px; 
} span {color: #0F8ED3;} span2 {color: #FFAB00;}

.rightbar {
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666;
	font-size: 12px;
	padding-bottom:0px;
	color: #ffffff;
	line-height:15px;
	text-transform:uppercase;
	padding-left:35px;
	padding-top:10px;
	background-repeat:no-repeat;
	}

