/*
Theme Name: Long Beach
Theme URI: http://www.freewpthemes.net/preview/longbeach
Description: Tested on WP2.5
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
Tags: dark, fixed width, two columns, widgets
*/

body {
	margin: 20px;
	background: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #fff ;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
	margin-bottom:10px;
}

h3 {
	font-size: 1.6em;
	
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	
	color: gold;
}

br {margin-bottom:10px;}

a:hover {
	background: none;
}

#main-wrapper {
	width: 1070px;
	margin: 0 auto;
	background: #fff;
}

#wrapper {
	width: 910px;
	padding: 20px;
	background: #3d3c3f;
	margin: 0 auto;
}

/* Header */

#header-main {
	width: 910px;
	height: 144px;
	margin: 0 auto;
	background: #3d3c3f url(images/header.jpg) no-repeat left top;
	position:relative;
}

#banner {position:absolute;width:480px; height:90px; top:30px; right:20px;}




/* Search */

#search {
	float: right;
	width: 230px;
	padding-top: 16px;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 40px 0 0 10px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 200px;
	border: none;
	text-transform: lowercase;
	border: 1px #525252 dotted;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */
#nav-blog {width:910px; background-color:#000000; float:left; margin-top:5px; }
#nav {width:910px; background-color:#000000; float:left; margin:2px 0 2px 0;}
#navigation {float: left;margin: 0 0 0 10px;padding: 0;	 no-repeat 0 0;}
#navigation ul {float: left;	width:870px; border: 0;		margin: 0;	padding: 5px 0 5px 0;	list-style-type: none;}
#navigation ul li {	float: left;	text-align: center;	margin: 0;	padding: 0 17px 0 0;}
#navigation ul li a {	font: normal 11px Tahoma; font-weight:bold;	padding: 7px 0 0 0;	margin: 0;	text-decoration: none;		color: #fff;	letter-spacing: 0.01em;	text-transform: uppercase;}
#navigation ul li a:hover {	color:#FFFF00; background: transparent url(images/arrow-navi-hover.gif) no-repeat 50% 0px;}
#navigation ul a.selected {	color:#FFFF00; background: transparent url(images/arrow-navi-hover.gif) no-repeat 50% 0px;}

#nav2 {width:910px; background-color:#49484c; float:left; margin:2px 0 10px 0;}
#navigation2 {float: left;margin: 0 0 0 10px;padding: 0;	 no-repeat 0 0;}
#navigation2 ul {float: left;	border: 0;	width:910px;	margin: 0;	padding: 5px 0 5px 0;	list-style-type: none;}
#navigation2 ul li {	float: left;	text-align: center;	margin: 0;	padding: 0 17px 0 0;}
#navigation2 ul li a {	font: normal 15px/27px Tahoma; font-weight:bold; 	padding: 7px 0 0 0;	margin: 0;	text-decoration: underline;		color: #fff;	letter-spacing: 0.01em;	}
#navigation2 ul li a:hover {	color:#FFFF00; text-decoration:none;}
#navigation2 ul a.selected {	color:#FFFF00; }


#nav3 { background-color:#49484c; float:left; margin:2px 0 10px 0; padding:2px}
#TICKER {float:left; display:none;  overflow:hidden; padding:2px;  width:724px; margin-left:10px; margin-right:10px;}
#TICKER a { text-decoration:none; color:#FFFFFF;}
#TICKER a:hover { text-decoration:underline; color:gold;}

#quicknav {float: left;width: 220px;padding: 0px;margin-bottom:15px;}
#quicknav select {width: 220px;; font: 10px arial;}
#quicknav h5 {color:#FFFF00; margin-bottom:5px;}
#quicknav h6 {font: 11px arial #FFFF00;  padding: 0px; margin: 0px;}
#quicknav a.h6 {display: block; font: 12px arial;   color: #fff; font-weight: bold; padding: 5px; padding-left: 15px; text-decoration: none;  background-color:#565454; margin-bottom:1px; }
#quicknav a.h6:hover {display: block;  font: 12px arial;  color: #fff; font-weight: bold; padding: 5px; padding-left: 15px;  text-decoration: underline; background-color:#ff0000; margin-bottom:1px;}
#quicknav a.h4 {display: block; font: 12px arial;   color: #fff; font-weight: bold; padding: 5px; padding-left: 15px; text-decoration: none;  background-color:#ff0000; margin-bottom:1px; }
#quicknav a.h4:hover {display: block;  font: 12px arial;  color: #fff; font-weight: bold; padding: 5px; padding-left: 15px;  text-decoration: underline; background-color:#ff0000; margin-bottom:1px;}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
}

#page-redarrows {
	width: 910px;
	margin: 0 auto;
	background-image:url(reports/images/redarrowsbk.jpg); background-repeat:no-repeat; background-position:bottom;
	padding:0 0 300px 0;
}

/* Content */

#content {
	float: right;
	width: 600px;
	padding: 40px 20px 0 0;
}

#content-sp {
	float: left;
	width: 890px;
	padding: 40px 20px 0 0;
}



.post {
}

.post .title {
	color: gold;
}

.post .title a {
	background: none;
	color: gold;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top:5px;
	padding-bottom:5px;
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	padding: 5px 10px 5px 5px;
	color: gold;
	border-right:1px solid #333333;
	margin:40px 0 0 0;}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 25px;
	border-bottom: 1px dashed #D2D4C9;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: gold;
}

#sidebar p {
	padding-bottom: 5px;
	
}

#sidebar a {
	color: #fff;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: gold;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {clear:both;  height:63px;  background: url('images/footer_bg.gif') top left repeat-x;}
#footer .grey_bar { height:33px; position:relative; font-size:11px;}
#footer .grey_bar p { color:#000; padding-top:7px; margin-left:5px;}
#footer .grey_bar a { text-decoration:none; color:#333; }
#footer .grey_bar .fl_right { position:absolute;top:10px; right:5px;}
#footer .grey_bar a:hover {text-decoration:underline;}
#footer .blue_bar { color:#fff; height:30px; position:relative; font-size:11px; }
#footer .blue_bar p { margin-bottom:-7px; margin-left:5px;}
#footer .blue_bar .fl_right { position:absolute;top:5px; right:5px;}
#footer .blue_bar a { color:#fff;}
#footer .blue_bar a:hover { text-decoration:none;}

.fl_left { float:left; }
.fl_right { float:right; }

#commentform {
}

#comment {
	width: 600px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin-top: 10px;
	padding-top: 15px;
	margin-bottom:10px;
	
}

.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding-bottom: 20px;
}

hr {
	display: none;
}

/* Logo */


h1#logo, h1#logo a span{position:absolute; width:400px; height: 144px; background-image:url(images/logo.jpg); background-repeat:no-repeat; }
h1#logo a{display:block;position:relative;z-index:1;color:#000;font:normal 1em georgia, serif; font-size:1.4em;}
h1#logo {overflow:hidden;}

#strapline {width:910px; height:40px; background-image:url(images/strapline.gif); margin-top:2px;}


.bottom {margin-bottom:10px;}

a:hover img {border:none; }
a img {border:none; }
.dotrule {width:600px; height:1px; border-bottom:1px dashed #fff; margin: 0 0 5px 0;}
.img-left {margin-right:10px; float:left; margin-bottom:10px;}
.yellow {color:gold; font-style:italic;}

.sp {border-bottom:1px dashed #fff; margin-bottom:15px; float:left; width:910px;}
.sp img {float:left; margin-right:15px; margin-bottom:15px;}
.issue {margin-right:6px; margin-top:10px; margin-bottom: 10px;}

.backissues {float:left;}
.backissues-txt {width:670px; float:right; }
.backissue-container {border-bottom:1px dashed #fff; float:left; width:900px; margin:10px 0 10px 0;}

.latestinfo {color:#fff;}

.sideBox {width:246px;background-color: #ffffff;background-image: none;background-repeat: repeat;background-attachment: scroll;background-position: 0% 0%; padding-top:10px; padding-right:2px;}
.sideBox a {text-decoration:underline;}


.back-header {background-image:url(images/header-test.gif); background-repeat:none; height:30px; width:238px; padding:5px 4px 4px 4px; border-top:1px solid #636361; border-left:1px solid #636361; border-right:1px solid #636361;}
.back-header h1 {font-size:120%;}
.sidebar-img {margin-bottom:20px;}
#left-col {	float: left;	width: 248px;	padding: 0 10px 5px 0;	color: gold;		margin:0 0 0 0;}
#right-col {width:250px;  float:right; }
#middle-col {width:394px;  float:left; margin-right:5px;}

.articles {background-image:url(images/article-bk.gif); background-repeat:no-repeat; padding:6px; float:left;}
.article {border:1px solid #666666; float:left; padding:5px; background-color:#333333; margin-bottom:5px;}
.article img {float:right; border:1px solid #fff;}
.article a:hover img {float:right; border:1px solid #fff;}

.article h2{text-transform: uppercase;font-size: 13px;text-decoration: underline;color: #fff;width: 230px;float: left; font-weight:bold;}
.article p {font-size:11px;}

#nikon {width:120px; height:600px; float:right; position:relative; top:290px; right:200px;}
#nikon p {font-size:80%; text-align:center; margin-bottom:0px;}

#latest-post {padding:0 5px 5px 5px; color:#FFF;}
#latest-post a {font-size: 14px;text-decoration: underline;color: gold;}
#latest-post a:hover {font-size: 14px;text-decoration: none; color: gold;}

.white {color:#FFFFFF;}

#video { background-image:url(images/lockheed2.jpg); padding:25px 0 0 25px ; margin: 0 0 10px 0; float:left; width:625px;  background-repeat:no-repeat; height:370px;}



#video-right {background-color:#666;  margin: 0 0 10px 10px; float:left; width:250px; height:395px;}
#redarrow {background-color:#333; padding:5px; margin: 0 5px 0 5px;  }
#redarrow p {font-size:90%; line-height:auto;}

#paris {margin-bottom:5px; padding:6px; background-color:#666666; margin-top:3px;  width:898px;}
#paris h2 {margin-top:5px;}

#monthly {margin: 0 auto;width:950px;}

.us-uk {width:200px; float:left;}
.us-uk h2 {margin: 10px 0 10px 0; padding:0;}