/* @override http://www.florida-guy.com/style/fg.css */

/* @override http://www.florida-guy.com/style/fg.css */

/* @override http://localhost:8888/fg_blog/style/fg.css */

body {
	font: 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #003916;
}

div.header {
	width: 1022px;
	position: absolute;
	margin-left: -506px;
	left: 50%;
	height: 100px;
}

div.content {
	width: 1000px;
	position: absolute;
	margin-left: -505px;
	left: 50%;
	padding: 10px;
	background-color: #ffc500;
	top: 110px;
}

div.navigation a {
	
	color: #ffc500;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	margin: 5px;
}

div.navigation a:hover {
	color: #de2d03;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	margin: 5px;
}

div.sidebar {
	float: right;
	padding: 10px;
	margin: 10px;
	background-color: #daa000;
	width: 205px;
	display: block;
}

a {
	text-decoration: none;
	color: #003916;
}

a:hover {
	text-decoration: none;
	color: #de2d03;
}

h1 {
	color: #003916;
	padding: 10px;
	font-size: 14pt;
}



div.sidebar h1 {
	color: #003916;
	padding: 10px;
	font-size: 14pt;
	text-align: center;
}

h2 {
	color: #003916;
	padding: 10px;
}


div.article {
	padding: 10px;
	width: 750px;
	
}

div.red {
	border-right: 2px solid #de2d03;
	border-left: 2px solid #de2d03;
	border-top: 2px solid #de2d03;
	border-bottom: 2px solid #de2d03;
	overflow: auto;
}


div.navigation {
	padding-top: 50px;
	padding-left: 0;
}

div.navigation li {
	display: inline;
	float: left;
	color: #ffc500;
	font-size: 12pt;
	font-weight: bold;
}

div.logo {
	background: url(../images/header.jpg) no-repeat center;
	height: 110px;
	text-align: center;
	margin: 10px;
}

/* Artikelübersicht */

div.article_item {
	background-color: #daa000;
	margin: 10px;
	display: block;
	width:740px;
}

div.article_icon {
	float: left;
	margin: 10px;
	width: 112px;
	height: 87px;
}

img.lbList {
	width: 100px;
	height: 75px;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 5px;
}

div.article_teaser {

	}

p {
	padding:10px;
}

div.article_teaser h2 {
	padding: 10px;
	font-size: 12pt;
}

div.article_teaser p {
	display: table;
	padding: 0pt 10px 10px 0pt;
}

/* Artikel */

img.lbTeaser {
	width: 600px;
	height: 480px;
	border: 1px solid silver;
	background-color: white;
	margin: 5px;
	padding: 5px;
}

div.teaser {
	text-align: center;
}

div.gallery {
	background-color: #daa000;
	margin:10px;
}

div.googlemaps {
	background-color: #daa000;
	margin:10px;
	padding-bottom: 5px;
}

div.comment p {
	margin: 5px;
	padding: 0;
}

div.comment {
	background-color: #daa000;
	margin:10px;
}

fieldset {
	padding: 10px;
	margin: 10px;
	border: 1px solid #003916;
}

label {
	
	vertical-align: top;
	float:left;
	display: table-cell;
	width: 75px;
}

textarea#text {
}

img.lbThumb {
	width: 100px;
	height: 75px;
	border: 1px solid silver;
	background-color: white;
	margin: 5px;
	padding: 5px;
}

#map_canvas {
	margin: 20px;
}

ul.gallery_grid {
	padding: 10px;
}

ul.gallery_grid li {
	display: inline;
	
}

div.comment_item {
	padding: 10px;
	min-height: 30px;
	border-top-style: dotted;
	border-top-width: 1px;
}

div.comment_item p {
	padding: 0px;
	margin: 0px;
}

div.comment_item strong {
	font: italic 30pt Georgia, "Times New Roman", Times, serif;
	color: #003916;
}

div.comment_item i {
	color: #de2d03;
}

input, select { 
	border: 1px solid silver; 
}
input.error, select.error {
	
	padding-right: 16px;
	border: 1px solid red;
	background-color: #FFFCE2;
	background-image: url(images/warning_obj.gif);
	background-position: right;
	background-repeat: no-repeat;
}

input:focus, select:focus {
	border: 1px solid red;
	background-color:#EFEFEF;
}

table {
	margin: 10px;
}

td {
	padding-right: 5px;
}

#floridaTweets ul li {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #de2d03;
}

span.twitterStatus {
	vertical-align: top;
	text-align: left;
	display: block;
}

#floridaTweets ul li span.twitterPrefix span.twitterStatus span.twitterpic a img {
	
	display: block;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 5px;
	margin: 5px;

}
