/*
Theme Name: Gulfstream Technologies
Theme URI: http://gulfstreamtechnologies.com
Description: 2009 design for GulfStream.
Version: 1.0
Author: Crane|West
Author URI: http://crane-west.com
*/

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	color: #363636;
	background: #fff /*url(../images/bg.jpg) no-repeat left bottom*/;
	background-attachment: fixed;
}

header, nav, section, footer, article {
	display: block;
}

h1{
  margin-top: 0px;
}

strong {
	font-weight: bold;
}

hr{
  border: none;
  border-bottom: 1px solid #DDD;
}

small{
  font-size: 10px;
  color: #666;
}

/* @group Font Face */

@font-face {
	font-family: "Bastardus Sans";
	src: url("../fonts/BastardusSans.eot");
	src: local("Bastardus Sans"), local("Bastardus Sans"),
		 url("../fonts/BastardusSans.ttf") format("truetype");
}

/* @end */

#wrapper {
	width: 900px;
	margin: 0 auto;
	
}

#wrapper-inner {
	background: #fff; /* IE fallback */
	background: rgba(255, 255, 255, 0.80) url(../images/contentBG.gif) repeat-x;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	float: left;
	margin: 0 0 25px;
	width: 900px;
	-moz-border-radius-bottomleft: 6px;
	-mox-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

/* @group Header */

header {
	margin: 35px 0 0;
}

#logo {
	background: url(../images/logo.jpg) no-repeat 0 0;
	display: block;
	width: 313px;
	height: 108px;
}

#logo a:link, #logo a:visited, #logo a:active, #logo a:hover {
	display: block;
	width: 298px;
	height: 108px;
	text-indent: -99999px;
	border: 0;
	text-decoration: none;
}

/* @group Navigation */

nav {
	background: #f2f2f2;
	width: 900px;
	float: left;
	font: 18px Gill Sans, sans-serif;
	color: #585858;
	margin: 20px 0 0;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	
}

nav ul {
	list-style: none;
}

nav ul li {
	/*display: inline-block;*/
	display: inline;
	float: left;
	margin: 0 0px 0 0;
}

nav ul li a:link, nav ul li a:visited, nav ul li a:active {
	background: #f2f2f2;
	display: block;
	padding: 13px 17px 13px;
	color: #585858;
	border: 0;
	text-decoration: none;
}

nav ul li a:hover {
	background: #B7D7EE;
	border: 0;
	text-decoration: none;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

nav ul li.current_page_item a:link, nav ul li.current_page_item a:visited, nav ul li.current_page_item a:active {
	background: #364821;
	border: 0;
	text-decoration: none;
	color: #fff;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}


/* @end */

#slider {
	background: #364821;
	width: 900px;
	height: 179px;
	clear: left;
}

#caption {
	position: absolute;
	color: #fff;
	margin-left: 485px;
	margin-top: 60px;
	font-size: 22px;
	font-family: Gill Sans, sans-serif;
	width: 400px;
}

#slider-bar {
	background: #364821;
	height: 4px;
	width: 900px;
	clear: left;
}

/* @end */

/* @group Content */

section#content {
	width: 440px;
	padding: 30px 30px;
	float: left;
	display: inline;
}

section#content p, section#content2 p, section#sidebar p{
  font-size: 15px;
  text-align: justify;
}
section#sidebar ul{
  margin: 0 0 0 14px;
  font-size: 12px;
}
section#content ul, section#content ol{
  text-align: justify;
}

section#content header {
  margin-top: 0px;
}

section#content2 {
	width: 820px;
	padding: 30px 30px;
	float: left;
	display: inline;
}

section#content2 #sidebar{
  margin: -140px 0 0 24px;
  padding: 0;
}

.content a:link, .content a:visited, .content a:active {
	color: #0069af;
	text-decoration: none;
	border-bottom: 0;
}

.content a:hover {
	color: #0069af;
	border-bottom: 1px solid #0069af;
}

.content h1 {
	font-family: Tahoma, Helvetica, sans-serif;
	margin-bottom: 1em;
	font-size: 5em;
	color: #364821;
}

.content h2, .sidebar h2 {
	margin-bottom: 1em;
	font-size: 3em;
	font-weight: bold;
	color: #364821;
	border-bottom: 1px solid #DDD;
}

.content h3 {
	margin: 0 0 .5em;
	font-size: 2em;
	color: #;
	clear: left;
}

.content h4 {
	margin: 2em 0 1em;
	font-size: 1.4em;
	font-weight: bold;
	color: #;
}

.content h5 {
	margin: 2em 0 1em;
	font-size: 1.3em;
	font-weight: bold;
	color: #;
}

.content h6 {
	margin: 2em 0 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #;
}

.content p, .content blockquote {
	margin-bottom: 1.8em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content ul {
	margin: 0 0 15px 30px;
}

.content ul li {
	list-style-type: square;
}

.content ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content blockquote {
	padding: 0 15px;
	font-style: italic;
}

.content img {
	display: block;
	background: #;
	border: none;
}

.content img.alignleft {
	float: left;
	display: inline;
	margin: 0 10px 8px 0;
}

.content img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img.alignright {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content img[align $='right'] {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

/* @group Media */

section#content article.media {
	border-bottom: 1px dashed #364821;
	margin: 0 0 24px 0;
	clear: both;
}

/* Gallery Stuff */

.folder_caption {
	margin: 0;
	padding: 0;
}

.folder_caption h3 {
	margin: 0;
	padding: 0;
}

.lg_admin {
	display: none;
}

/* @end */

/* @end */

/* @group Sidebar */

section#sidebar {
	width: 330px;
	padding: 140px 30px 3px 0;
	float: right;
	display: inline;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	color: #0069af;
	text-decoration: none;
	border-bottom: 0;
}

.sidebar a:hover {
	color: #0069af;
	border-bottom: 1px solid #0069af;
}

#sidebar img {
	display: block;
	border-bottom: none;
}

.sidebar h2 a:link, .sidebar h2 a:visited, .sidebar h2 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h2 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar h3 {
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: bold;
	color: #;
}

.sidebar h3 a:link, .sidebar h3 a:visited, .sidebar h3 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h3 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar h4 {
	margin-bottom: 1em;
	font-size: 1.4em;
	font-weight: bold;
	color: #;
}

.sidebar h4 a:link, .sidebar h4 a:visited, .sidebar h4 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h4 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar h5 {
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: bold;
	color: #;
}

.sidebar h5 a:link, .sidebar h5 a:visited, .sidebar h5 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h5 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar h6 {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #;
}

.sidebar h6 a:link, .sidebar h6 a:visited, .sidebar h6 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h6 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar p, .sidebar blockquote {
	margin-bottom: 1.8em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.sidebar p a:link, .sidebar p a:visited, .sidebar p a:active, .sidebar li a:link, .sidebar li a:visited, .sidebar li a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar p a:hover, .sidebar li a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar ul {
	margin: 0 0 15px 30px;
}

.sidebar ul li {
	list-style-type: square;
}

.sidebar ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.sidebar ol li {
	list-style-type: decimal;
}

.sidebar li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

/* @end */

/* @group Forms */

form {
	
}

form input {
	border: 1px solid #5f5f5f;
	height: 20px;
	padding: 0 6px;
}

form input:hover {
	border: 1px solid #0069af;
}

form textarea {
	border: 1px solid #5f5f5f;
	padding: 6px;
}

form input[type="submit"] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

form input[type="submit"]:hover {
	background: #0069af;
	color: #fff;
}

/* @end */

/* @group Footer */

footer {
	clear: both;
	height: 35px;
	padding: 15px 15px;
	margin: 15px 0 25px 0;
	background: #333; /* IE fallback */
	background: rgba(0, 0, 0, 0.65);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	color: #fff;
	font-size: 13px;
	font-family: Gill Sans, sans-serif;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	line-height: 1.5;
}

footer a:link, footer a:visited, footer a:active {
	color: #9f9f9f;
}

footer a:hover {
	color: #fff;
	border-bottom: 0;
}

footer img {
  margin: 0 0 0 10px;
}

/* @end */

/* @group Miscellaneous */

.hidden {
	display: none;
}

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left, .alignleft {
	float: left;
	display: inline;
}

.right, .alignright {
	float: right;
	display: inline;
}

img {
	border: none;
}

em{
  font-weight: bold;
  color: black;
}

em span{
  color: green;
}

em font{
  color: blue;
}

.folder_caption{
  display: none;
}

.mediaThumbs a{
  float: left;
  margin: 5px;
}
.mediaThumbs a:hover{
  border: none;
}

/* @end */

