/*  
Theme Name: BlueFlash Theme
Theme URI: http://blueflash.co.za/
Description: An underwater theme for BlueFlash
Version: 1.0
Tags: 
Author: WebNow
Author URI: http://www.webnow.co.za/
*/

@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General */

body {
	background: #202e33 url('images/mainBG.jpg') repeat-x top;
}

div, td, p {
	font: 13px/1.5 Verdana, Geneva, sans-serif;
	color: #F1F1F1;
}

p {
	margin-bottom: 20px;
	text-align: justify;
}

h1 {
	background: url('images/BlueFlash.png') no-repeat;
	text-indent: -9999px;
	width: 350px;
	height: 94px;
	display: block;
}

h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
	color: #63DBF4;
}

h4 {
	font-size: 16px;
}

a:link, a:active, a:visited {
	color: #63DBF4;
	text-decoration: none;
}

a:hover {
	color: #F1F1F1;
}

/* List */

ul li {
	padding-left: 10px;
	margin-left: 20px;
	list-style-type: disc;
}

ul {
	margin-bottom: 20px;
}

/* Containers */

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url('images/topBG.jpg') no-repeat top center;
	padding-top: 110px;
	overflow: hidden;
}

#footWrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#content {
	width: 630px;
	float: left;
	margin-left: 30px;
}

#contentHome {
	width: 930px;
	float: left;
	margin: 30px;
}

#contentWide {
	width: 930px;
	float: left;
	margin: 0 30px;
}

#sidebar {
	width: 270px;
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 30px;
}

#sidebar ul li {
	/*list-style-type: none !important;*/
	margin: 0;
	padding: 0;
}

.container {
	width: 450px;
	overflow: hidden;
}

.container p {
	margin-top: 15px;
}

/* Menu */

.menu {
	width: 920px;
	margin: 10px 20px;
	overflow: hidden;
}

.menu li {
	float: left;
	line-height: 31px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li a:link, .menu li a:active, .menu li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #F1F1F1;
	padding: 0 10px;
	text-transform: uppercase;
}

.menu li a:hover {
	font-weight: bold;
	text-decoration: none;
	background: url('images/hover.png') no-repeat left center;
	color: #1F2D33;
	display: block;
	height: 31px;
	text-transform: uppercase;
}

.menu li ul {
	display: none;
}

.menu .current_page_item a:link, .menu .current_page_item a:active, .menu .current_page_item a:visited, .menu .current_page_item a:hover {
	background: url('images/hover.png') no-repeat left center;
	display: block;
	height: 31px;
	line-height: 31px;
	color: #1F2D33;
	text-transform: uppercase;
}

/* Images */

.lrgImg {
	background: url('images/lrgBG.png') no-repeat;
	display: block;
	width: 221px;
	height: 261px;
	padding: 30px 0 0 0;
	display: block;
	text-align: center;
	margin: 5px 10px;
}

.smlImg {
	background: url('images/smlBG.png') no-repeat;
	width: 140px;
	height: 165px;
	display: block;
	text-align: center;
	padding: 20px 0 0 0;
	margin: 5px 10px;
}

/* Cape Gaer */

#CapeGear ul li {
	margin: 0;
	padding: 0;
}

#CapeGear li {
	width: 300px;
	height: 260px;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin: 10px 10px 10px 0;
}

#CapeGear {
	overflow: hidden;
}

#CapeGear img {
	margin-top: 10px;
}

/* Forms */

form {
	width: 250px;
}

input[type=text] {
	width: 240px;
	border: 1px solid #F1F1F1;
	margin: 0;
	padding: 4px;
	background-color: #202E33;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	color: #F1F1F1;
}

label {
	padding: 5px 0;
	display: inline-block;
	font-weight: bold;
}

/* Footer */

.footer {
	background: #06181e url('images/btmWave.jpg') repeat-x top center;
	width: 100%;
	display: block;
	color: #155161;
	font-size: 11px;
	overflow: hidden;
	padding-bottom: 15px;
}

.footer a:link, .footer a:active, .footer a:visited {
	color: #155161;
	font-size: 11px;	
}

.footer a:hover {
	color: #F1F1F1;
	font-size: 11px;	
}

.foot {
	margin: 0;
	padding: 0;
}

.foot li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-right: 4px;
}

.foot li a {
	float: left;
	color: #155161;
	font-size: 11px;
	text-decoration: none;
}

.foot li a:hover {
	float: left;
	color: #F1F1F1;
	font-size: 11px;
	text-decoration: none;
}

.foot li ul {
	display: none;
}

.footer .menu {
	/*width: 650px;*/
	margin: 0;	
}

.footer .floatLeft {
	margin: 10px 30px;	
	color: #155161;
	font-size: 11px;
}

.footer .menu li {
	float: left;
}

/* Other */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.margin30px {
	margin-right: 30px;
}

.clear {
	clear: both;
}

.blogroll {
	padding-left: 25px;
}

#sub-page-menu ul {
	padding-left: 15px;
	margin-left: 10px;
}

.widget_subpages li.page_item {
	list-style-type: disc !important;
	margin-bottom: 15px !important;
}

.widgettitle {
	font-size: 18px !important;
	background: url('images/line2.png') no-repeat bottom left;
	padding-bottom: 15px;
}

#linkcat-3 h2, #text-3 h2 {
	background: url('images/line.png') no-repeat bottom left;
	padding-bottom: 15px;
}

#text-3 a {
	text-align: center;
}

.widgettitle a:link, .widgettitle a:active, .widgettitle a:visited {
	font-size: 18px !important;
	color: #F1F1F1;
}

.imageBtn{
          margin-bottom:10px;
}
