/*
Theme Name: Stingray City
Theme URI: http://www.psd2site.com/
Description:  Stingray City Antigua
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #305bb7;
	color: #0091ff;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
	color: #0091ff;
	padding: 20px 0 12px 0;
}

h2, h2 a, h2 a:visited {
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
	color: #06c;
}

a:hover {
	text-decoration: underline;
	color: #147;
}

p {
	padding: 5px 0 5px 40px;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}





#wrapper {
	margin: 20px auto 0 auto;
	width: 732px;
	background: #305bb7;
}
#logo {
	height: 200px;
	position: absolute;
	top: 0;
	margin-left: -52px;
	z-index: 12;
}
#logo h1 a {
	background: url('images/logo.png') no-repeat;
	width: 308px;
	height: 200px;
	display: block;
	text-indent: -9999px;
	outline: none;
}
#nav {
	position: relative;
	z-index: 10;
	float: right;
	margin-top: -33px;
	margin-right: 8px;
}
#nav h2 {
	display: none;
}
#nav li {
	list-style: none;
	float: left;
	padding: 0 5px;
	text-shadow: 0 2px 0 #0091ff;
	font-size: 18px;
}
#nav li ul {
	float: left;
}
#nav li a {
	float: left;
	padding: 0px 10px;
	background: url(images/nav_li.gif) repeat-x;
	border-top: 1px solid #0091ff;
	border-left: 1px solid #0091ff;
	border-right: 1px solid #0091ff;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	height: 28px;
	line-height: 28px;
}
#nav li a:visited {
	color: #fff;
}

#header {
	height: 307px;
	background: url('images/header_bg.png') no-repeat;
	overflow: hidden;
}

#header #headerfade {
	list-style-type: none;
	margin: 7px 0 0 7px;
	padding: 0;
	width: 718px;
	height: 299px;
	overflow: hidden;
}

#header #headerfade li {
	margin: 0;
	padding: 0;
}

#page {
	margin-left: 148px;
}

#content {
	background: url(images/page_bg.png) repeat-y top left;
	padding-right: 7px;
	padding-left: 7px;
	width: 570px;
	overflow: auto;
	min-height: 655px;
}

#sidebar {
	position: absolute;
	top: 240px;
	margin-left: -166px;
	z-index: 11;
}

#sidebar h2 {
	margin: 5px 0 0;
	font-size: 1.2em;
}

#sidebar ul, #sidebar ul ol {
}

#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

#sidebar ul ol li, ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

#footer {
	background: url(images/footer_bg.png) no-repeat top right;
	text-align: right;
	line-height: 30px;
	padding-right: 6px;
	color: #fff;
}

#footer a {
	color: #c3e5ff;
}



.post {
	margin: 0 0 30px;
	clear: both;
	overflow: hidden;
}

.post h2 {
	background: url(images/h2_bg.png) repeat-x top left;
	padding: 16px 5px 16px 40px;
	margin-top: 8px;
	color: #0091ff;
	font-size: 30px;
	line-height: 36px;
	height: 1%;
}

.post h2 .shadow {
	position: relative;
	display: block;
	color: #fff;
	margin-top: -38px;
}

.post img {
	padding: 5px;
	background: #fff;
}

.post p {
	padding-left: 0;
}

.post h2 a, .post h2 a:visited {
	color: #fff;
}

.entry {
	padding-top: 0;
	padding-right: 10px;
	padding-left: 40px;
	line-height: 16px;
}

.entry h2 {
	margin-left: -40px;
	width: 572px;
}

.entry img {
	display: block;
	-moz-box-shadow: 0 0 3px #666;
	-webkit-box-shadow: 0 0 3px #666;
}

.postmetadata {
	text-align: center;
	padding-top: 5px;
	margin: 30px 0;
	clear: both;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: none;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.clear {
	clear: both;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.navigation {
	text-align: center;
	margin-top: 10px;
}

.aligncenter {
	margin: 0 auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}





.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
 float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentlist {
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}





#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #0091ff;
}

#commentform textarea {
	padding: 2px;
	border: 1px solid #0091ff;
}

#commentform #submit {
}

#commentform p {
	margin: 5px 0;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}





#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover {
	background: #ffffff;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

form.wpcf7-form {
	font-weight: bold;
	padding-bottom: 10px;
}

form.wpcf7-form input, form.wpcf7-form textarea {
	border: 1px solid #0091ff;
	color: #0091ff;
}

form.wpcf7-form input[type='submit'] {
	cursor: pointer;
	width: 60px;
	background-color: #fff;
	font-weight: bold;
}

#contactright {
	float: right;
	padding-right: 10px;
}

#contactright span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #0091ff;
	padding: 20px 0 10px 0;
}
