body {
	background : #ffe195 url(images/b.gif);
	background-attachment : fixed;
	color:black;
	font-family: "Trebuchet MS", sans-serif;
	font-size:80%;
	margin:0;
	padding:0;
	text-align:center;
}

.clear {
	clear: both;
}

#box {
	margin-top : 4px;
	margin-left : auto;
	margin-right : auto;
	width: 1000px;
}

/*
#maintop {
	position : relative;
	left : 0;
	top : 0;
	width : 1102px;
	height : 72px;
}
*/

#hpix {
	position : relative;
	left : 0;
	top : 0;
	width : 1001px;
	height : 27px;
	background-image : url('images/bar.jpg');
}

p {
	font: normal 121% "Trebuchet MS", sans-serif;
	text-align: left;
	margin : 18px 30px 0 30px;
	color: #322;
}

p.centred {
	font : normal 117% Verdana, sans-serif;
	text-align : center;
	margin-top : 18px;
}

p.smaller {
	background : #ffcb2c none repeat;
	border : 1px solid #ba0d13;
	font : normal 87% Verdana, sans-serif;
	margin-left : 1px;
	text-align : left;
}

h1 {
	padding-top: 1px;
	background: white url( images/h1back.gif );
	color : #e4110c;
	height: 30px;
	font-size: 128%;
}

.widepage {
/* H1 on a wide page (no left menu) */
	margin-left :72px;
	padding-top: 4px;
	background: white url( images/h1back.gif ) no-repeat;
	color : #e4110c;
	font : bold larger Verdana, sans-serif;
	font : bold larger "Trebuchet MS", sans-serif;
	height: 30px;
}

.portfolio {
/* H1 on portfolio and techniques pages */
	padding-top: 1px;
	margin-left :48px;
	background: white url( images/h1back.gif ) no-repeat;
	color : #e4110c;
	font-size: 128%;
	height: 30px;
}

h2 {
	border : 1px solid #ba0d13;
	padding: 4px;
	background : #ffcb2c none repeat;
	color : #ba0d13;
	font-size: 129%;

}

h3 {
	background : #fff none repeat;
	color : #e4110c;
	font : bold 140% Verdana, Arial, Helvetica, sans-serif;
	margin : 15px;
	border : 1px solid black;
}

h4 {
	margin : 8px 128px 2px 128px;
	color : #000;
	border : 1px solid;
	background : #eeeeee none repeat;
	font : 80% Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	background : #eeeeee none repeat;
	color : #000;
	font : 80% Verdana, Arial, Helvetica, sans-serif;
	border : 1px solid;
	margin : 8px;
}

UL {
	text-align:left;
}

a img {
	border: 0;
}

#main {
	margin-left : auto;
	margin-right : auto;
	width: 999px;
}

.italic {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : #98660b;
}

.smallitalic {
	margin-left: 96px;
	margin-top: -8px;
	font-size: 80%;
	text-align: left;
	font-style: italic;
}

hr {
	height : 1px;
	color : #fee296;
	box-shadow: 0 4px 4px #716443;
	margin: 12px auto;
}

li {
	font : normal 11px Verdana, sans-serif;
}

a:link {
	color : black;
}

a:hover {
	/* background : #ffcb2c; */
	color: #BE0A15;
	/* text-decoration : underline overline; */
	text-decoration : none;
}

a:visited {
	/*
	color : #333333;
	color: #BE0A15;
	*/
}

p.flr {
	float : right;
	padding : 10px;
}

div.fll {
	float : left;
	padding : 10px;
}

div.rightmenu {
	float : right;
	padding : 25px;
}

div.rightmenu a:link , div.rightmenu a:visited {
	color : #3c0044;
	font-weight : bold;
	padding : 5px;
	font : normal 11px Verdana, sans-serif;
	text-decoration : none;
}

div.rightmenu a:hover {
	font-weight : bolder;
	font-style : italic;
	text-decoration : none;
}

div.rightmenu a:active {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : italic;
}

.mid {
	text-align : center;
	background : #c8d8ef;
	margin-top : -10px;
	border: dotted 1px;
	/* width: 80%; */
	margin: auto;
}

#centre {
	background : green;
	padding : 10px 30px 0;
}

.s {
	font-weight : bold;
}

.topgap {
	margin-top : 8px;
}

.button {
	font-weight : normal;
	text-align : center;
	margin-bottom : 7px;
	margin-top : 2px;
}

.button a, .linkbutton {
	padding : 4px 20px;
	margin : 4px 20px;
	text-decoration : none;
	width : 80%;
	display : block;
	color : #224059;
	background-color : #dbe7f3;
	border-top : 2px solid #cce3ff;
	border-left : 2px solid #cce3ff;
	border-bottom : 2px solid #31557f;
	border-right : 2px solid #31557f;
}
.linkbutton  {
	text-align:center;
	text-decoration:none !important;

}

.button a:hover, .linkbutton:hover {
	background-color : #b5c9e2;
	border-top : 2px solid #31557f;
	border-left : 2px solid #31557f;
	border-bottom : 2px double #cce3ff;
	border-right : 2px solid #cce3ff;
}
.linkbutton:hover {
	color: #84731F;}

#mainbody {
	background-color : #ffffff;
	top : 240px;
	width : 780px;
	border : 1px solid #31557f;
	float : left;
	text-align : left;
	padding : 4px 24px 10px;
	margin-top : 4px;
}

#footer {
	background-color : #ffffff;
	border : 1px dotted #31557f;
	text-align : center;
	padding : 10px;
	margin : 0 40px 10px;
}

.footerbottom {
	font-size: smaller;
}

#maintop {
	position : relative;
	left : 0;
	top : 0;
	width : 998px;
	height : 70px;
	border-top : 1px solid #31557f;
	border-left : 1px solid #31557f;
}

#leftcol {
	position : relative;
	left : 10px;
	top : 10px;
	width : 200px;
	background : #fff;
	border : 1px dotted #000;
}

#rightcol {
	background : #0ff;
	padding-right : 10px;
	padding-left : 0;
	padding-bottom : 10px;
	margin : 0 0 0 620px;
	color : #666;
	padding-top : 2px;
	height : 100%;
}

.middle {
	text-align : center;
}

#fwcss-03 {
	position : absolute;
	left : 0;
	top : 138px;
	width : 269px;
	height : 39px;
}

#fwcss-04 {
	position : absolute;
	left : 269px;
	top : 138px;
	width : 84px;
	height : 39px;
}

#fwcss-05 {
	position : absolute;
	left : 353px;
	top : 138px;
	width : 102px;
	height : 39px;
}

#fwcss-06 {
	position : absolute;
	left : 455px;
	top : 138px;
	width : 100px;
	height : 39px;
}

#fwcss-07 {
	position : absolute;
	left : 555px;
	top : 138px;
	width : 102px;
	height : 39px;
}

#fwcss-08 {
	position : absolute;
	left : 657px;
	top : 138px;
	width : 110px;
	height : 39px;
}

#fwcss-09 {
	position : absolute;
	left : 767px;
	top : 138px;
	width : 9px;
	height : 39px;
}

#buttonmenu {
	padding : 10px 30px 0;
}

#narrowcol {
	width : 300px;
}

.col1 {
	text-align : right;
	width : 135px;
	height : 31px;
	margin : 0;
	float : left;
	margin-right : 2px;
}

.col2 {
	width : 195px;
	height : 31px;
	display : block;
	float : left;
	margin : 0;
}

.col2comment {
	width : 195px;
	height : 98px;
	margin : 0;
	display : block;
	float : left;
}

.col1comment {
	text-align : right;
	width : 135px;
	height : 98px;
	float : left;
	display : block;
	margin-right : 2px;
}

div.row {
	clear : both;
	width : 335px;
}

.submit {
	height : 29px;
	width : 330px;
	padding-top : 5px;
	clear : both;
}

.smallButton {
	background-color : #c0c0c0;
	font-family : verdana;
	border : 1px solid #000000;
	font-size : 12px;
	color : #11252f;
}

#maincontent {
	background-color : white;
	text-align : left;
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
	float : left;
	margin : 0 0 0 60px;
	width : 480px;
	border : 12px none ;
	height : 100%;
}

#wrapper {
	padding: 0;
	border-top : 5px solid #566;
	border-right : 1px solid #566;
	border-bottom : 1px solid #566;
	border-left : 1px solid #566;
	background : #fff;
	margin : 10px auto;
	width : 786px;
	color : #333;
}

#wrapper2 {
	border-right : 1px solid #566;
	padding-right : 0;
	border-top : 1px solid #566;
	padding-left : 0;
	background : #fff;
	padding-bottom : 0;
	margin : 10px 120px 0 0;
	border-left : 1px solid #566;
	color : #333;
	padding-top : 0;
	border-bottom : 1px solid #566;
}

#sidebar {
	background : #fff;
	border : 5px none ;
	padding-top : 2px;
	padding-right : 10px;
	padding-left : 0;
	padding-bottom : 10px;
	margin : 0 0 0 600px;
	color : #666;
	height : 100%;
	text-align : right;
}

#leftside {
	background : #40d;
	margin : 10px 700px 0 0;
	width : 50px;
	color : #666;
}

#links {
	margin : 4px 0px 0 0;
	padding: 2px;
	float : left;
	width : 115px;
	background-color : white;
}

#inhalt {
	margin : 2px 0 0 0;
	padding: 0;
	background-color : white;
}

#inhalt2 {
	margin : 4px;
	width: 834px;
	padding: 4px 16px 16px 16px;
}

#inhalt2left {
	float : left;
	margin : 0;
	padding : 0;
}

#inhalt2right {
	clear : right;
	float : right;
	margin : 0;
	padding : 0;
}

.innerwrap {
	margin : 22px;
	padding: 0;
}

#join {
	margin : 4px 0 0;
	padding: 0;
	float : right;
	background-color : white;
	border : 1px solid black;
}

#rechts {
	margin : 2px 0 0;
	padding: 0;
	float : left;
	width : 176px;
	background-color : white;
}

.inner {
	margin : 2px;
	border : 1px solid black;
	padding : 2px;
	background-color : white;
}

#maininner {
	margin : 1px;
	padding : 0;
	background-color : white;
}

#kopf {
	margin : 2px;
	background-color : blue;
}

.navigation {
	margin-top : 0;
	margin-bottom : 0;
	color : #000000;
	text-decoration : none;
	font-weight : normal;
	padding : 0 5px;
}

.navigation ul {
	margin : 0;
	padding : 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.navigation li {
	list-style-type : none;
	margin : 4px 0;
	text-align : center;
}

.navigation li a {
	text-decoration : none;
	display : block;
	border-width : 2px;
}

.navigation li a:link {
	color : #000000;
	background-color : #f8f0ee;
	border-right : 2px solid #ffcb2c;
	border-left : 2px solid #fd9a08;
	border-top : 2px solid #fff;
	border-bottom : 3px solid #fff;
}

.navigation li a:visited {
	color : #000000;
	font-weight : normal;
	border-right : 2px solid #ffcb2c;
	border-left : 2px solid #fd9a08;
	border-top : 2px solid #fff;
	border-bottom : 3px solid #fff;
	background-color : #f8f0ee;
}

.navigation li a:hover {
	color : #f00;
	background-color : #eee2ec;
	border-top : 2px solid #ffcb2c;
	border-bottom : 3px solid #ba0d13;
	border-left : 2px solid #eee2ec;
	border-right : 2px solid #eee2ec;
	text-decoration : none;
}

.navigation li a:active {
	color : #ba0d13;
	background-color : #ffe195;
	border-style : solid;
	border-width : 1px 5px;
	border-color : #ba0d13;
}

.smallnav {
	margin-top : 0;
	margin-bottom : 0;
	margin-left:80px;
	margin-right :80px;
	color : #000000;
	text-decoration : none;
	font-weight : normal;
	padding : 0 5px;
}

.rightnav {
	margin-top : 0;
	margin-bottom : 0;
	margin-left:0px;
	margin-right :0px;
	color : #000000;
	text-decoration : none;
	font-weight : normal;
}

.smallnav ul, .rightnav ul {
	margin : 0;
	padding : 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.smallnav li, .rightnav li {
	list-style-type : none;
	margin : 4px 0;
	text-align : center;
}

.smallnav li a, .rightnav li a {
	text-decoration : none;
	display : block;
	border-width : 2px;
}

.smallnav li a:link, .rightnav li a:link {
	color : #000000;
	background-color : #f8f0ee;
	border-right : 2px solid #ffcb2c;
	border-left : 2px solid #fd9a08;
	border-top : 2px solid #fff;
	border-bottom : 3px solid #fff;
}

.smallnav li a:visited, .rightnav li a:visited {
	color : #000000;
	font-weight : normal;
	background-color : #f8f0ee;
	border-right : 2px solid #ffcb2c;
	border-left : 2px solid #fd9a08;
	border-top : 2px solid #fff;
	border-bottom : 3px solid #fff;
}

.smallnav li a:hover, .rightnav li a:hover {
	color : #f00;
	background-color : #eee2ec;
	border-top : 2px solid #ffcb2c;
	border-bottom : 3px solid #ba0d13;
	border-left : 0 none ;
	border-right : 0 none ;
	text-decoration : none;
}

.smallnav li a:active, .rightnav li a:active {
	font-weight : bold;
	color : #ba0d13;
	background-color : #ffe195;
	border-style : solid;
	border-width : 1px 5px;
	border-color : #ba0d13;
}

.floatright {
	float : right;
	margin-top : 0;
	margin-right : 16px;
	margin-left : 8px;
}

.floatleft {
	float : left;
	margin-top : 0;
	margin-left : 16px;
	margin-right : 8px;
	text-align: left;
	font : normal 70% Verdana, sans-serif;
}

.wid110 {
	background: white;
	width:110px;
	margin-right: 16px;
}

.zshadow {
	background : url(/images/shadow.gif) repeat 100% 100%;
	padding : 0;
	position : relative;
	margin : 16px;
	width : 100px;
}

.zshadow img {
	background-color : #ff0;
	border : 1px solid #666;
	margin : -4px 4px 4px -4px;
	padding : 4px;
	position : relative;
	vertical-align : bottom;
}

.buttons {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	background-color : #ffe195;
	color : #000;
}

centred {
	width : 100%;
	font : normal 95% Verdana, sans-serif;
	text-align : center;
	margin-top : 8px;
	margin-left : 10px;
	margin-right : 10px;
	background-color : #ffe195;
	border-style : solid;
	border-width : 1px 5px;
	border-color : #ba0d13;
}

#gallerywrapper {
	margin : 30px 0 0 0;
}

div.float {
	float : left;
	margin : 0 0 30px 24px;
	background : #70a8e0;
}

div.float img {
	border : 1px solid black;
	padding : 4px;
}

div.float a {
	text-decoration : none;
	background : none repeat;
}

div.spacer {
	clear : both;
}

.content {
	/*margin : 0 30px 0 0px; */
	padding: 0 16px 0 16px;
  background-color : #fff;
	/*width:120px; */
  text-align : left;
	float: left;
}

/* create a button look for links */
.navbox a:link, .navbox a:visited {
	background-color: #708090; /*slategray */
	border: solid 1px;
	border-color: #99f #039 #039 #99f;
	color: white;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 3px;
	line-height: 1.5;
	display: block;
	text-decoration:none;
}

.textpicright {
float : right;
background: white;
margin-top : 0;
margin-right : 30px; /* 30px */
margin-left : 16px;
margin-bottom: 16px;
border: 3px outset #0a72d3;
padding: 4px;
}
.textpicleft {
float : left;
background: white;
margin-top : 0;
margin-left : 30px; /* 30px */
margin-right :16px;
margin-bottom: 16px;
border: 3px outset #0a72d3;
padding: 4px;
}

.hotpagead {
	text-align : center;
	background : #e8e8ef;
	margin : 0px 32px 8px 32px;
	border: 3px dotted;
}

.article {
	font-family: "Trebuchet MS", sans-serif;
	text-align : left;
	/*
	background: #BFA76F url('spain-blog/wp-content/themes/hotcosta/images/grad.gif') repeat-x 0 64px;
	*/
	background: #F3F1E7;
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
}

.article h1 {
	border: 0;
	background: transparent;
	text-align: center;
	font-size: 212%;
	color: #6A2808;
}

.article h2 {
	border: 0;
	background: transparent;
	text-align: center;
	font-size: 212%;
	color: #6A2808;
}

.article h3 {
	border: 0;
	background: transparent;
	text-align: center;
	font-size: 162%;
	color: #6A2808;
}

.article h4 {
	border: 0;
	background: transparent;
	text-align: center;
	font-size: 137%;
	color: #6A2808;
}

.article .floatleft {
	margin-left: 26px;
}

.article .floatright {
	margin-right: 26px;
}

.article ul {
	margin-left: 72px;
	list-style-image: url('spain-blog/wp-content/themes/hotcosta/images/BlockHeaderIcon.png');
}

.centredcontent{
	border:2px solid black;
	padding:32px;
	margin-bottom:16px;
}

.bottomlinks{
	text-align:center;
	background-color:#efefef;
	border:2px solid black;
	padding:8px;
}

.hotpage {
	margin:8px;
}

.linkdesc {
	background: #eee;
	background: #FFDF94;
	border: 1px solid #ddd;
	margin-top : 18px;
	margin-left : 30px;
	margin-right : 30px;
	padding: 8px;
}

.linkdesc p {
	margin: 4px 0px;
	color: #321;
}

.textbox {
	/* Replacement for linkdesc */
	margin: 8px 24px 16px 24px;
	border: 3px solid #ddd;
	border-radius: 8px;
	background: #FBFCED url('/spain-blog/wp-content/themes/hotcosta/images/textbox.gif') repeat-x;
	padding: 8px 8px 16px 8px;
	padding: 16px 8px;
}

.textbox p {
	margin: 4px 0px;
	color: #321;
}

.textbox h2 {
	border: 1px solid #D7D8CD !important;
	background: white !important;
}


.artdesc {
	background: #eee;
	border: 7px dotted #ddd;
	margin-top : 18px;
	margin-left : 16px;
	margin-right : 16px;
	padding: 8px;
	font : normal 98% Verdana, sans-serif;
	text-align : left;
}

.artdesc p {
	margin: 8px 0px;
	color: #321;
}


.pagerank {
	float: right;
	margin: 0 0 0 16px;
	padding: 0 16px 4px 16px;

	font-size:76%;
	border:dotted 1px #468;
	background: #eee;
}

.primage {
	margin: 0 !important;
}

.commentfrom {
	margin : 0 16px 0 0px;
	border: dotted 1px black;
	padding: 0 4px 0 4px;
  background-color : #fff;
	width:180px;
  text-align : left;
	float: left;
}

.events h2, .events h2 a:link, .events h2 a:visited,
.classifieds h2, .classifieds h2 a:link, .classifieds h2 a:visited {
	/*margin: 8px 24px 0 24px;*/
	margin: 0px 24px 0 24px;
	padding:2px;
  background : #eee;
  color : black;
	font-size: 109%;
  font-weight : bold;
	text-align: left;
  border : 0px;
}
.events h2 a:link, .events h2 a:visited {
	background: transparent;
	margin: 0;
	text-decoration: none;
}

.events p, .classifieds p {
	margin: 0px 24px 0 24px;
	padding: 2px;
	font-size: 119%;
	text-align: left;
}

pre {
	margin:auto;
	padding:6px;
	border:1px inset;
	background: #eee;
	width:95%;
	height:46px;
	font-size:113%;
	overflow:auto;
}

.shadow {
	margin-top:8px;
  padding: 0 1px;
 /* background: #bfbfbf; */
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  /*position: relative; */
}

.shadow object, .shadow img {
  padding: 5px 5px 9px 5px;
	border:0;
  background:  #fffbec url(images/shad_bottom.png) repeat-x bottom left;
}

.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(images/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(images/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(images/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(images/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}


.tablepair{
	/*background: #f9f9f9;*/
	border:1px dotted #e6e6e6;
}

td.dataHead {
	border-bottom: 2px solid #6699CC;
	border-left: 1px solid #6699CC;
	background-color: #e7e6e6;
	text-align: left;
	text-indent: 5px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #708FDA;
}

td.dataBody {
	border-bottom: 1px solid #9CF;
	border-top: 0px;
	border-left: 1px solid #9CF;
	border-right: 0px;
	text-align: left;
	text-indent: 10px;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	background-color: #fafafa;
}

#dataentry table {
 border: 1px solid #d9b667;
 border-collapse: collapse;
 color: #000000;
}

#dataentry td {
	border: 1px solid #d9b667;
	padding: 4px;
}

.labelcell {
	padding: 0px 8px;
	width: 124px;
	color: #A73670;
	background-color: white;
	text-align: right;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.smalllabelcell {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #3670A7;
	width: 100px;
}

.cbxcell {
	width:20px;
	background-color: #f2f7fb;
	text-align:left;
}

.fieldcell input {
/*	background : #D7E5F2 url(images/inputmed.gif) no-repeat; */
	background : url(images/inputmed.gif) no-repeat 8px 5px;
	color: #102132;
	border:0;
	/*
	border-top: 1px solid  #d9b667;
	border-left: 1px solid #d9b667;
	border-bottom: 2px groove #d9b667;
	border-right: 2px groove #d9b667;
	*/
	margin-right: 0px;
	height: 25px;
	width: 270px;
  font: 12px Times, Arial, Helvetica;
	/*
	padding-left: 12px;
	padding-top: 8px;
	padding-right: 10px;
	*/
	padding: 7px 10px 0 12px;
}

.fieldcell input .chckbox {
	background : green;
	width: 20px;
}

.fieldcell, .smallfieldcell, .verysmallfieldcell {
	background-color: #F2F7FB;
	color: #000000;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-right: 0px;
	padding-right: 0px;
}

.smallfieldcell input {
 width: 100px;
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #D7E5F2;
 color: #102132;
 border: 1px solid #d9b667;
 float:left;
}

.verysmallfieldcell input {
 width: 20px;
 background-color: #D7E5F2;
 color: #102132;
 border: 1px solid #d9b667;
 float:left;
}

.fieldcell select {
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #D7E5F2;
 color: #102132;
 border: 1px solid #d9b667;
}

.fieldcell textarea {
	margin: 8px;
	border: 1px solid #d9b667;
	background-color: white;
	color: #102132;
}

checkbox {
	width:80px;
	background-color: red;
	border: 1px solid #284279;
	color: #102132;
}

.buttoncell  {
 margin-top:2px;
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #D7E5F2;
 color: #102132;
 text-align: center;
}

.button  {
	padding: 4px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #D7E5F2;
 color: #102132;
}

#maplink {
	padding:4px;
	margin: 4px;
	background-color: #f9d687;
	border: 1px solid #284279;
}

th {
	background: #cba;
	border: 1px solid #a98;
}

td {
	background: #fcdc8e;
	background : url('images/b.gif');
	border: 1px solid #d89636;
}

.num {
	text-align:right;
}

.innercol {
	background : url('images/b.gif');
	float: right;
	width: 220px;
	margin: 0 0 8px 8px;
	border: 2px solid #bfa76f;
}

.innercol .smallnav {
	margin: 0;
	padding: 0;
}


.lefttwocols {

	width: 592px;
		width: 570px;
/* float:left;width:580px;height: 200px; background:#abc;border:1px solid red; */

}

.lefttwocols p {
	text-align:justify;
/*	padding: 8px; */
	margin: 8px;
}

.firstpara{
	text-align:justify;
	margin: 8px;
	font-size: 103%;
	color : #e4110c;
}

.column {
	float:left;
	width:290px;
	margin-right:4px;
}

#twninhalt2 {
	background : #ffffff;
	margin : 4px;
	width : 620px;
	width: 844px;
	width: 834px;
	padding: 16px;
}

.roundedcornr_box_258601 {
	float:left;
	width: 600px;
  background: #ffe url(images/roundedcornr_eef_grad.gif) repeat-x top left;
}
.roundedcornr_top_258601 div {
   background: url(images/roundedcornr_258601_tl.gif) no-repeat top left;
}
.roundedcornr_top_258601 {
   background: transparent url(images/roundedcornr_258601_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_258601 div {
   background: url(images/roundedcornr_258601_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_258601 {
   background: transparent url(images/roundedcornr_258601_br.gif) no-repeat bottom right;
}

.roundedcornr_top_258601 div, .roundedcornr_top_258601,
.roundedcornr_bottom_258601 div, .roundedcornr_bottom_258601 {
	 width:600px;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_258601 { margin: 0 30px; }

.lefth1 {
	float: left;
	width: 12px;
	height: 24px;
	background: transparent url(images/lefth1.gif) no-repeat;
	margin-top: 12px;
}

.righth1 {
	float: right;
	width: 12px;
	height: 24px;
	background: transparent url(images/righth1.gif) no-repeat;
	margin-top: 12px;
}

.townrightcol {
	background: white;
}

.outertownrightcol {
	float: right;
	width: 232px;
	background: white;
	padding:10px;
}

.townbottom {
	background : #eed url("images/fill.gif") repeat-x 50% 100%;
}

.noborder {
	border: 0;
}

.centred {
	margin-left : auto;
	margin-right : auto;
}

.contentcentred {
	text-align:center;
}


.content {
	width:758px;
	margin-left: auto;
	margin-right: auto;
}


#tgt {
/* content area */
}

#tgt td {
	padding: 4px 8px;
	text-align: left;
}

#tgt td p {
	margin: 0px 0 0 4px;
}

#tgt td input {
	padding: 8px 0 0 16px;
}

#tgt td textarea {
	/*padding: 4px;*/
}

#tgt td .submit {
	width: 80px;
	background: #ddd;
	outline: 0;
	padding: 0;
	margin: 4px;
}


#tgt2 td {
	padding: 0;
	background: white;
}

#tgt2 {
}

.imgholder {
	width: 120px;
	margin-left: 42px;
	/*padding: 0px 15px 0 15px;
	background: #fff;*/
}

#portfoliocontact {
	padding: 76px 0 0 596px;
}

.weather {
	/*
	margin-top: 7px;
	margin-left:6px;
	margin-right: 16px;
	*/
	width: 187px;
	border: 1px solid #dfd8da;
	padding: 0px;
	background: #F3F1E7;
}

.forecast {
	font-size: 24%;
	text-align: center;
}

.forecast a {
	color: black;
	text-decoration: none;
}

.weathertemp {
	float: right;
	padding: 16px;
	font-size: 132%;
}

.weather p {
	margin: 0;
	padding: 8px;
}

.weather a {
	font-weight: 700;
	margin: 0;
	/*padding: 8px;*/
	font-size: 162%;
}

.weather a:hover {
	background: transparent;
	color: #BE0A15;
}

.weather img {
	margin: 0 !important;
}

.shortgallery {
	margin-left: auto;
	margin-right: auto;
}

.shortgallery td {
	background: white;
	border: 0;
}

.shortgallery .shadow {
	background: white;
}

.members {
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	width: 830px;
}

.members table {
  margin: auto;
  width: 792px;
}

.members td {
	padding: 8px;
}

.members table .subtable {
  margin: auto;
  width: 612px;
}

.label {
	text-align:right;
}

.rightbox {
	float: right;
	margin-top:-15px;
	margin-right:8px;
	font:normal 87% Verdana, sans-serif;
}

.innerrightbox {
	margin:-6px 0 12px 24px;
}

.exchangeratetext {
	background:white;
	border:1px solid #004
}

.iframestyle {
	background:#feeddc;
	background:#feeddc;
}

.ads {
	padding-top: 16px;
	border: 2px solid #feeddc;
}

.ads p {
	margin-top: -8px;
	text-align: center;
}

.listtitle {
	margin-top: 8px;
	border-top: 2px solid #feeddc;
	padding: 8px;
}

.listtitle p {
	background: #ebecdd;
	padding: 4px;
}

.hidden {
	display: none;
}

.unhidden {
	display: block;
}


/* Drop down selector box, as in events/select town */
.suggestionsBox {
	position: relative;
	/* position: absolute; */
	left: 30px;
	margin: 0px 0px 0px 0px;
	width: 200px;
	background-color: #212427;
	border: 2px solid #00f;
	color: #fff;
}

.centredsuggestionsBox {
	left: 180px;
	margin: 8px;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}


.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}


.suggestionList li:hover {
	background-color: #659CD8;
}

#formpart2 {
	display: none;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; /* background-image: url(data:image/gif;base64,AAAA); */
/* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.topmenu {

	height: 41px;
	margin: 0;
	background: url('/spain-blog/wp-content/themes/hotcosta/images/top.jpg') no-repeat;
}

.topmenu h1 {
	margin-top: 0;
	font-size: 137%;
	color: #fee;
	background: none;
}

.upperbox {
	border-left: 2px solid #483624;
	padding-top: 24px;
}

.lowerbox {
	border-right: 2px solid #483624;
	padding-top: 12px;
}

.footerbox {
	height: 80px;
	padding: 4px 8px;
	background: url('/spain-blog/wp-content/themes/hotcosta/images/bottom.jpg') no-repeat;
}

.footerrss {
	float: left;
	padding: 12px;
}

.footertext {
	padding:20px;
}

table {
	/* font: 76%/150%; */
	border-collapse:separate;
	border-spacing:0;
	margin: 16px auto;
	color:#000;
	background: #f3f1e7;
	padding: 4px;
}

/*
table a {
	color:#523A0B;
	text-decoration:none;
	border-bottom:1px dotted;
}


table a:visited {
	color:#666;
	font-weight:normal;
}

table a:visited:after {
	content:"\00A0\221A";
}

table a:hover {
	border-bottom-style:solid;
}
*/
thead th, thead td, tfoot th, tfoot td {
	border: 1px solid #523A0B;
	border-width: 1px 0;
	background: #EBE5D9;
	background:	#a83624;
	color: #eee;
}

th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
}

tbody th, td {
	padding: 12px 8px;
	text-align:left;
/*	vertical-align:top; */
}

tbody th {
	font-weight:normal;
	white-space:nowrap;
}

tbody th a:link, tbody th a:visited {
	font-weight:bold;
}

tbody td, tbody th {
	border:1px solid #fff;
	border-width:1px 0;
	background: #F8F8E0
}

tbody tr.odd th, tbody tr.odd td {
	border: 1px #d8d8b0 solid;
	background: #E9E5D3;
}

tbody tr.even th, tbody tr.even td {
	border-width: 1px;
	border: 1px #ebe5d9 solid;
}

tbody tr:hover td, tbody tr:hover th {
	background:#ffffee;
	border-color:#d3d8c6;
}

tfoot th {
	/* text-align: right; */
}

caption {
	font-family:Georgia,Times,serif;
	font-weight:normal;
	font-size:1.4em;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
}

.invalid {
	border-color: #E3373F;
	background-color: #FBB432;
}

.blockbox {
	margin-left:8px;
	float: left;
}

.boxa {
	width: 300px;
}

.boxb {
	width: 512px;
}

.boxsmallerb {
	float:left;
	width: 440px;
	width: 30%;
}

.boxc {
	width: 160px;
}

.boxab {
	width: 820px;
}

.boxac {
	width: 472px;
}

.boxbc {
	width: 680px;
}

.boxabc {
	width: 988px;
}

.mt4 {
	margin-top: 4px;
}

.headerh1 {
	float:right;
	height:0px;
	padding-right:28px;
	font-size:297%;
	color:#646954; /* Brown */
	background:none;
}

.nocolor a:hover {
	background: transparent;
}

input {
	font:  110% Arial,Helvetica,sans-serif;
	/* width: 220px; */
	/* padding: 5px 3px 3px 7px; */
	padding: 3px;
	background: url(/images/input-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e6e6e6;
}

input.envelopeimage {
	height: 16px;
	width: 16px;
}

input textarea:focus, input[type="text"]:focus {
	border: 1px #ffe195 solid;
}

.article .classifiedsh2 {
	background: yellow;
	font-size: 129%;

}

.article .classifiedsh3 {
	padding: 0 36px;
	font-size: 109%;
	text-align: left;
	border: 1px;
}

.narrownav {
	margin: 8px 0;
}

.narrownav ul {
	margin:4px 24px 4px 36px;
	list-style-position: outside;
}

.narrownav li a , .narrownav li a:visited {
	text-decoration: none;
	padding: 0 8px;
	display: block;
	border: 2px;
	border-right: 2px solid #ffcb2c;
	border-left: 2px solid #fd9a08;
	border-top: 2px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}

/*
.narrownav li a:visited {
	color: #000000;
	font-weight: normal;
	border-right: 2px solid #ffcb2c;
	border-left: 2px solid #fd9a08;
	border-top: 2px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	background-color: #f8f0ee;
}
*/
.narrownav li a:hover {
	color: #ff0000;
	background-color: #eee2ec;
	border-top: 2px solid #ffcb2c;
	border-bottom: 3px solid #ba0d13;
	border-left: 2px solid #eee2ec;
}

/*.textbox .warning, .warning {*/
.warning {
	color: #f00;
	font-size: larger;
}

.gmapbubble {
	height:42px;
	border: 1px solid #bcbfae;
	background: #fcffee;
	padding: 12px;
	text-align: center;
}

.gmapbubble h3, .gmapbubble h3 a:link, .gmapbubble h3 a:link, .gmapbubble h3 a:visited {
	margin: 0;
	padding: 0;
	color: brown;
	font-size: 127%;
	border: 0;
}

.gmapbubble p {
	text-align: center;
	margin: 0;
}

.postheader h1 {
	border : 2px solid #5F3100;
	margin: 4px 16px;
	padding: 4px;
	background : #F9B105;
}

.postheader h2 {
	border : 2px solid #5F3100;
	margin: 4px 16px;
	padding: 4px;
	background : #ffcb2c;
}

.postheader h2 a {
	color: #6a2808;
	font-variant: small-caps;
	font-size: 61% !important;
}

.topleaderboardholder {
	margin-left:22px;
	/* height:90px; */
	width:960px;
}

.leaderboard {
	width:728px;
	/* height:90px; */
	margin:auto;
}

#accordion h3 {
	border:1px solid #e4d8df;
	height:24px;
	font-size:129%;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom:0;
}
#accordion h3 a {
	border:0;
	text-decoration: none;
}
#accordion table, #accordion p {
	margin:4px auto;
}

#cse-search-box input {
	max-width:154px;
}
.error {
	color: #c23;
	font-size: larger;
	font-weight:bold;
}
.runon {
	font-size: 119%;
	margin: 16px 0;
}
.runon p {
	color: #453423;
	font-size: 109%;
	margin: 8px;
}

.classbutton {
	-moz-box-shadow:inset 0px 1px 12px -4px #fed897;
	-webkit-box-shadow:inset 0px 1px 12px -4px #fed897;
	box-shadow:inset 0px 1px 12px -4px #fed897;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #de8209) );
	background:-moz-linear-gradient( center top, #f6b33d 5%, #de8209 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#de8209');
	background-color:#f6b33d;
/*
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
*/
	border-radius:6px;
	border:3px solid #DE8109;
	display:inline-block;
	color:#523242;
	font-size:12px;
	font-weight:bold;
	padding:4px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #d6cbb8;
	margin: 8px;
}.classbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #de8209), color-stop(1, #f6b33d) );
	background:-moz-linear-gradient( center top, #de8209 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#de8209', endColorstr='#f6b33d');
	background-color:#de8209;
}.classbutton:active {
	position:relative;
	top:1px;
}
.clearboth {
	clear:both;
}
.linkedininput {
	box-sizing: border-box;
	border-radius: 2px;
	border-color: #a9a9a9 #dcdcdc #dcdcdc #a9a9a9;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	box-sizing: border-box;
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-family: inherit;
	font-size: 0.875rem;
	height: 2.3125rem;
	margin: 0 0 1rem;
	padding: 0.5rem;
	transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
	width: 700px;
	margin:auto;
}
.linkedinbutton {
	border-radius: 3px;
	border-width: 1px;
	background: none repeat scroll 0 0 #de8109;
	text-shadow: 0 -1px 0 #3e4c5d;
	display: inline-block;
	border-color: #007095;
	border-style: solid;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-size: 1rem;
	font-weight: normal;
	line-height: normal;
	padding: 1rem 2rem 1.0625rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background-color 300ms ease-out 0s;
	margin: 8px 0 8px 600px;
}

