/*
Theme Name: Ships Ahoy!
Theme URI: http://www.refueled.net/free-wordpress-themes/
Description: A simple, three column,  widget-ready WordPress theme.
Author: Refueled
Author URI: http://www.refueled.net
version: 2.0
Tags: fixed-width, three-columns, threaded-comments
*/


/* basics */

*{margin:0; padding:0;}



body {
	background: #000000 url(images/mainbg.png) top center no-repeat fixed;
	font-family:Helvetica, veranda, sans-serif;
	font-size:13px;

	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#000;
	text-decoration:none;
	border: none;
	}

a:hover{color:#37d738;text-decoration: none;}



/* container */


#container {
	width:960px;
	margin:0 auto;
	padding:0;
	color:#333;
border-left: 5px solid black;
border-right: 5px solid black;
background-color:#e8fce8;
position: relative;

	}
	/* navigation*/
ul#navigate {
	width: 820px; margin-top: 0px;
	list-style: none;

}
.logo {position:relative; top:-6px; left: -6px;} 
.store {float:right; position:relative; top:-7px; margin-right:-12px;}
ul#navigate li { display: inline; }
ul#navigate li a {
	display: block; float: left; height: 34px;
	background-image: url(http://www.weplaycrazy.com/wp-content/themes/wpcrazy/images/topnav.png); text-indent: -9999px;}



	ul#navigate li a.blog {
		width: 120px; background-position: 0 0;	
	}
	
	ul#navigate li a.photo {
		width: 120px; background-position: -120px 0;	
	}
	ul#navigate li a.videos {
		width: 120px; background-position: -240px 0;	
	}
	
	ul#navigate li a.about {
		width: 120px; background-position: -360px 0;	
	}
	
	ul#navigate li a.contact {
		width: 118px; background-position: -480px 0;	
	}
	
	
	
	
	ul#navigate li a.blog:hover, ul#navigate li a.blog:focus {
		background-position: 0 -34px;	
	}
	
	ul#navigate li a.photo:hover, ul#navigate li a.photo:focus {
		background-position: -120px -34px;	
	}
	
	ul#navigate li a.videos:hover, ul#navigate li a.videos:focus {
		background-position: -240px -34px;	
	}
	
	ul#navigate li a.about:hover, ul#navigate li a.about:focus {
		background-position: -360px -34px;	
	}
	
	ul#navigate li a.contact:hover, ul#navigate li a.contact:focus {
		background-position: -480px -34px;	
	}
	

a { outline: none; }






/* header */

#header {
  	width:100%; 
	color:#fff; 
	height:126px;
background-image: url(images/header.jpg) no-repeat top-center;
margin: 0;
	}

#header h1{
	font: normal 40px garamond, georgia, palatino linotype, arial, times;
	letter-spacing: 1px;
	margin: 45px 0 1px 0;	
	padding: 8px 12px;
	float: right;
	background:url(images/h1.png);
	}
	
#header h1:hover{
	background:url(images/h1hover.png);
	}
	
#header h1 a{color: #fff; text-decoration: none;}


#header h2{
	font:normal 13px georgia, palatino linotype, arial, times;
	font-style: italic;
	color: #fff;
	background:url(images/h2.png);
	letter-spacing: 1px;
	margin: 0;	
	padding: 8px 12px;
	float: right;
	clear:both;	
	}

/* main menu */


#menu {
position: absolute;
top: 90px;
margin-left: 140px;
height:32px;
width:820px; 
overflow:hidden;
text-transform: uppercase;
margin-bottom: -40px;
}


/* topad */

.topad {margin-left: 3px;
margin-top: -2px;
width: 310px;}
/* content */


#content {
	float: left;
	width: 620px;
	overflow: hidden;
	padding:0 14px 0 0;
margin-top: 2px;
	}
	#content ul{list-style-type: none;
}
#content .title{
	font-family: Helvetica, sans-serif;
font-size: 2.1em;
	color:#fff;
font-weight: bold;
background-color: #000;
margin-left:-15px;
padding-left:15px;
line-height: 35px;
margin-right: -10px;
letter-spacing: 1px;
margin-bottom: 3px;
	}
.home {float:left;
width: 610px;
position: relative;
margin-left:0px;}

.post {
	margin-top: -14px;
	padding:15px 15px 6px 15px;
	line-height: 14pt;

	}

.post ul{list-style-type: none;}
.post li{list-style-type: none;
margin: 0;}

.post h2{
	font-family: Helvetica, sans-serif;
font-size: 2.1em;
	color:#fff;
font-weight: bold;
background-color: #000;
margin-left:-15px;
padding-left:15px;
line-height: 35px;
margin-right: -10px;
letter-spacing: 1px;
margin-bottom: 3px;
	}
	
.post h2 a{
	color: #fff;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}
	
.post h3{
	font-family: Helvetica, sans-serif;
size: 1.6em;
	color:#000;
	background-color: #32ef33;
margin-left:-15px;
padding-left:15px;
line-height: 25px;
margin-right: -10px;
letter-spacing: 1px;
margin-bottom: 3px;
margin-top:3px;
width: 125px;
	}
.post h3 a{
	
	color:#000;
	

	}

.post h3 a:hover{
	
	color:#32ef33;
	

	}
.post h5{
	font-family: Helvetica, sans-serif;
font-size: 1.8em;
	font-color:#fff;
font-weight: bold;
background-color: #000;
margin-left:-15px;
padding-left:15px;
line-height: 25px;
margin-right: -10px;
letter-spacing: 1px;
margin-bottom: 0px;
padding-bottom: 2px;
width: 150px;
	}
.post h5 a {color: #fff;}
.post h5 a:hover {color: #32ef33;}

.post ul {margin:25px 0;}

.post li {list-style-type:square; line-height: 14pt;}

.entry p{margin:0;}

.more-link{
	font: normal 12px georgia, tahoma, arial, verdana;
	padding:4px;
	margin:14px 0;
	background:#723710;
	color:#fff;
	text-decoration:none;
	display:block;
	width:112px;
	height:auto;
	text-align:center;
	}
	
.more-link:hover{
	background:#605140;
	color:#fff;
	text-decoration:none;
	}

.spacer{
	width:450px;
	height:1px;
	background:#E5E4DA;
	margin:15px 0 0 15px;
	}
	
.recentposts{
	padding:15px;
	}
	
.repost{
	border-bottom:1px dotted #E5E4DA;
	padding: 0 0 16px 0;
	}
	
.repost h2{
	font: normal 14pt georgia, sylfaen, times, verdana;
	padding:0;
	color:#000;
	}
	
.repost h2 a{
	color:#000;
	}
	
.repost h2 a:hover{
	color:#723710;
	}
	
.repost h3{
	font: normal 8pt georgia, sylfaen, times, verdana;
	padding:0;
	color:#000;
	}
	
.repost ul {margin:15px 25px;}

.repost li {list-style-type:square; line-height: 14pt;}


.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}

.repostmetadata{
	font: normal 8pt georgia, sylfaen, times, verdana;
	padding:8px 0 0 0;
	color:#000;
	line-height:14pt;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
.alignleft a{
	float:left; 
	margin:25px 0;
	font: normal 10pt georgia, tahoma, arial, verdana;
	padding:4px 6px;
	background:#723710;
	color:#fff;
	text-decoration:none;
	}
	
.alignleft a:hover{
	background:#605140;
	color:#fff;
	text-decoration:none;
	}
	
.alignright a{
	float:right; 
	margin:25px 0;
	font: normal 10pt georgia, tahoma, arial, verdana;
	padding:4px 6px;
	background:#723710;
	color:#fff;
	text-decoration:none;
	}

.alignright a:hover{
	background:#605140;
	color:#fff;
	text-decoration:none;
	}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}


/* left sidebar */

#left { 
	font-family: helvetica, sans-serif;
size: 1.2em;
	width: 310px;
	float: right;
	margin: -6px 0 6px 0;
	padding: 0;
	overflow:hidden;
	}

#left h2{
font-family: helvetica, sans-serif;
size: 1.2em;
	background:#000;
	padding:6px;
	display:block;
	color:#fff;
	
}

#left p {margin:0; padding: 12px 6px 12px 0; color:#333;}
#left .textwidget{margin:0; padding: 12px 6px 12px 0; color:#333;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:10px 0;
	padding:0;
	list-style-type: none;

	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	color:#fff;
	}
#left ul li a{
	margin: 0;
	padding: 8px;
	line-height: 14pt;
	list-style-type: none;
	color:#fff;
background-color: #000;
	}
#left ul li a:hover{
	margin: 0;
	padding: 8px;
	line-height: 14pt;
	list-style-type: none;
	color:#fff;
background-color: #333;
	}

#left ul ul {
	margin: 12px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	color:#000;
	margin:0;
	padding:0;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: none;
	color:#000;
}

/* sidead */

.sidead {margin-bottom: 10px;
margin-top: 15px;}
.sidead img{width:310px;}
/* right sidebar */

#right{
	font: normal 12px bookman old style, georgia, verdana, arial, tahoma;
	width: 310px;

float: right;
	margin: 3px 15px 6px 0;
	padding: 0;
	overflow:hidden;

	}

#right h2{
	font: normal 14px georgia, sylfaen, times, verdana;
	padding:6px 0;
	display:block;
	color:#6B6455;
	border-top:1px solid #CEC6AF;
	border-bottom:1px dotted #CEC6AF;
	font-variant:small-caps;
}

#right p {margin:0; padding: 0 6px 0 12px;}
#right .textwidget{margin:0; padding: 0 6px 0 12px;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:10px 0;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	color:#D6D3C4;
	}

#right ul ul {
	margin: 12px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	color:#D6D3C4;
	margin:0;
	padding:0;
	}

#right ul ul ul{
	margin: 0;
	padding: 12px 0;
}

#right ul ul ul li{
	padding: 0;
	list-style-type: none;
	color:#D6D3C4;
}



/* comments */



.commsection{
  margin: 6px 0 6px 6px;
  padding:0 8px;
  width:620px;
  
  }

#commentssection{
	padding: 0;
	margin: 0;
	}

#commentssection h3{
	font-family: helvetica, sans-serif;
	font-size: 15px;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentssection .respond{
	font-family: georgia, times, verdana;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	margin: 8px 0 8px 0;
	padding:8px;
	background:#e8fce8;
	}
#commentform input{background-color: #e8fce8;}
#commentform input:focus {background-color: #e8fce8;}
#commentform .respond{
	font-family: georgia, times, verdana;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	color: #000;
	margin: 0 0 8px 0;
	}

#commentform p{
	color: #000;
	font-size: 8pt;
	}

#commentform label{
	color: #000;
	font-size: 8pt;
	}

#commentform .formwhite{
	margin: 0 2px;
	padding:2px;
	background:#e8fce8;
	color:#fff;
	}
#commentform .formwhite:focus{background:#18a719;}

#commentform a{color: #723710; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}

#commentform h3{
	font-family: Helvetica, sans-serif;
	font-size: .9em;
	font-weight: 300;
	color: #000;
	}

#commentbox{
	width:98%;
	margin:5px 0;
background-color:#e8fce8;
	}

#commentbox input:focus {background-color:#18a719;}

#author, #email, #url, #commentbox{
	background: #e8fce8;
	font-family: Helvetica, sans-serif;
	font-size: 1.5em;
	margin:5px 6px 2px 0;
	border: none; 
	padding: 4px;
	border:1px solid #C9C9C9;
	}
#submit {background-color:#000;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 6px 0 0;
	border: none; 
	padding: 4px;
	margin:5px 5px 0 0;
	font-weight:300;
	color:#000;
	}
#submit:hover {background-color: #000;
color: #fff;}

ol.commentlist {list-style-type: none;}

ol.commentlist li {
background-color: #e8fce8;
	
	margin:0 0 14px 0;;
	padding:0;
	list-style-type:none;
	}

ol.commentlist li p {margin: 8px 0 8px 0; padding: 0 12px 0 0; font: normal 1.1em Helvetica, sans-serif; color:#000; }

ol.commentlist li img {float:left; margin: 0 4px 0 0; padding:0;}
ol.commentlist h2{font-family: helvetica, sans-serif;
font-size: 1.5em;
color: #000;}

.commentmetadata{
  overflow:hidden;
  font-family: arial, verdana;
  font-size: 8pt;
  line-height: 15pt;
  margin: 0 0 12px 0;
  }

.commentmetadata img{
	float: left;
	padding:0;
	margin: 4px 12px 4px 4px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	}

cite {
	font-family: Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	text-transform: lowercase;
	}

cite a{border-bottom: 1px dotted #000;}

.commentinfo{background:#e8fce8; margin:14px 0 0 0; padding:0;}

.children{
	margin:0;
	padding: 0;
}

.commentlist li ul li { 
	margin-left:14px;

	}
	
.reply a{font-style:italic;}


/* search */




#searchform{
	padding: 16px 0 6px 0;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	padding: 4px;
	margin: o;
	border-top:none;
	border-bottom:none;
	border:0;
	background:#000;
	color:#fff;
	width: 178px;
	text-transform:lowercase;
	}
	
#searchform input#s:hover{
	background:#333;
	}
	
#searchform input#s:focus{
	background:#37d738;
	}



/* footer */

#footer {
	background:#000000;
	clear: both;
	width:100%;
	margin: 0;
	padding:0;
	overflow:hidden;
height:70px;
	}
	
#footer p.fleft{padding:10px 27px;margin: 0; color: #CEC9B7; line-height: 14pt; width: 50%; float: left;}
#footer p.fright{padding:10px 27px;margin: 0; color: #CEC9B7; line-height: 14pt; width: 30%; float: right; text-align: right;}
#footer a{color: #fff;text-decoration: none;}
#footer a:hover{color: #AFA795;text-decoration: none;}

ul#navigatefooter {
	width: 820px; margin-top: 10px;
	list-style: none;
}

ul#navigatefooter li { display: inline; }
	
ul#navigatefooter li a {
	display: block; float: left; height: 42px;
	background-image: url(http://www.weplaycrazy.com/wp-content/themes/wpcrazy/images/footerlinks.png); text-indent: -9999px;
}

	ul#navigatefooter li a.myspace {
		width: 50px; background-position: 0 0;	
	}
	
	ul#navigatefooter li a.facebook {
		width: 50px; background-position: -50px 0;	
	}
	ul#navigatefooter li a.twitter {
		width: 50px; background-position: -100px 0;	
	}
	
	
	ul#navigatefooter li a.youtube {
		width: 105px; background-position: -150px 0;	
	}
	
	
	
	
	
	
	ul#navigatefooter li a.myspace:hover, ul#navigatefooter li a.myspace:focus {
		background-position: 0 -46px;	
	}
	
	ul#navigatefooter li a.facebook:hover, ul#navigatefooter li a.facebook:focus {
		background-position: -50px -46px;	
	}
	
ul#navigatefooter li a.twitter:hover, ul#navigatefooter li a.twitter:focus {
		background-position: -100px -46px;	
	}
	
	ul#navigatefooter li a.youtube:hover, ul#navigatefooter li a.youtube:focus {
		background-position: -150px -46px;	
	}
	
	
	

a { outline: none; }

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
#navcontainer {float:right;
margin:0;}
#navlist li a {font-family: helvetica, sans-serif;
font-size: 1em;
color: #fff;
border-right: 2px solid white;

padding-right: 5px;}
#navlist li a:hover {font-family: helvetica, sans-serif;
font-size: 1em;
color: #37d738;
border-right: 2px solid white;
padding-right: 5px;}

#wpcllc {float: right;
position: relative;
top: 20px;}

#wpcllc h3 {font-family: helvetica, sans-serif;
font-size: 1em;
color: #fff;
padding-right: 20px;}

#categories {list-style-type:none;
float:right;}

/* gallery */
#galleryphotovideo {width: 940px;
margin-left:0;
margin-right:0;}
.videobox {width:300px;
margin-left:0;
margin-right:0;
float:left;
padding: 1px 1px 1px 1px;}

#gallerypost {
float: left;
width: 620px;
margin: 0px 0px 10px 0px;
padding: 10px 10px 10px 10px;
}

/* oil wrestlin */
#oil {background-image: url(images/oilbg.png);
background-repeat: no-repeat;
background-postion: top-center;
margin-left: auto;
margin-right: auto;
width:940px;
position:relative;
top: 30px;
}

.oil-content {padding-top: 35px;
position: relative;
top: 135px;
margin-left: auto;
margin-right: auto;
width: 940px;
margin-bottom: 170px;
overflow: hidden;
}
#oilpcontainer {margin-left: auto;
margin-right: auto;
width: 640px;

}
.oilp {font-family: helvetica, sans-serif;
line-height: 24px;
font-size: 1.5em;
color: #000;
padding-bottom: 6px;
font-weight: bold;


}
/* blog */
#blogstuff {width: 615px;}

#blogstuff img{max-width: 600px;}
	/* contact */
#contact {width:630px;}

.contactbig {width:630px;}
.contactcontainer {width: 310px;
}
.contactcontainerlist {width: 310px;
float:left;
}

#contact ul,li{list-style-type: none;}



#contact h4{font-size: 1.4em;
	padding: 8px;
	line-height: 14pt;
	list-style-type: none;
	color:#000;}

#about {width: 940px;}
#about img{width: 105px;


}

#about ul{padding:0;
margin:0;
color:#fff;
font-family: arial, helvetica, sans-serif;
white-space:nowrap;
list-style-type:none;
clear:both;
}
#about li {display:inline;}
.aboutcontainer {width: 940px;
margin-bottom: 14px;}

#profiles {width: 940px;}

.profilebig {width: 640px;
margin:0;
padding:0;

}
.profilepic {width: 100px;
float:left;
margin: 0;
padding: 0;
margin-top: 16px;
margin-right: 6px;}
.profileblurb {
margin:0;
padding: 5px;
width: 380px;
float:left;}

.profilepic img{width: 100px;}

.profilegallery {width: 940px;}
.profileblurb p{width:380px;}

input {background-color: #fff;}
input:focus {background-color: #18a719}

#videolinks {width: 230px;
float: left;
padding: 1px;}