/*-----------------------------
RESET STYLES
-----------------------------*/

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul, ol, li, dl, dd, dt {
}

#navbar ul {
	list-style: none;
}

img {
	border: 0;
	margin: 0;
}

a {
	text-decoration: none;
	font-size: 14px;
	color: darkorange;
}

a:hover {
	color: #1874CD;
}

body {
	background: transparent url('images/crazy-pirate-background.gif');
	background-repeat: repeat-x;
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	color: white;
}

form {
	text-align: center;
}

.clear {
	clear: both;
}

.line {
	height: 1px;
	font-size: 1px;
	background: #FFFFFF;
}

.approve-button {
	display: table;
	font-size: 14px;
	font-weight: bold;
	background: darkgrey;
	color: white;
}

.disapprove-button {
	display: table;
	font-size: 14px;
	font-weight: bold;
	background: darkgrey;
	color: white;
}

.slick-button {
	display: table;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	background: transparent url('images/slick-button.gif');
	color: black;
	-webkit-border-radius: 7px;
	border: 1px solid orange;
}

.iphone-button {
	float: left;
/*	border-top: 1px solid darkgrey; */
/*	border-bottom: 1px solid darkgrey; */
/*	border-left: 1px solid #FFFFFF; */
/*	border-right: 1px solid #FFFFFF; */
	border: 1px solid darkgrey;
	width: 62px;
	height: 62px;
	cursor: pointer;
}

.reset {
	text-align: center;
}

.title-text {
	font-size: 30px;
	text-align: center;
}

.subtitle-text {
	font-size: 15px;
}

#page-container {
	width: 950px;
	min-height: 100%;
	margin: auto;
	text-align: left;
	background: #000000;
}

#header {
	height: 100px;
	margin-bottom: 10px;
}

#header a {
	font-size: 14px;
}

#header a:hover {
	color: #1874CD;
}

#navmenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navmenu li {
	float: left;
}

#navmenu li a {
	display: block;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	background: #444444;
}

#navmenu li a:hover {
	color: white;
}

#navmenu li ul {
	display: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navmenu li:hover ul {
	display: block;
	position: absolute;
}

#navmenu li:hover li {
	float: none;
}

#navmenu li:hover li a {
	white-space: nowrap;
	text-align: left;
	background: #666666;
}

#navmenu li li a:hover {
	background: #444444;
	color: white;
}

#messages {
	clear: both;
	text-align: center;
	font-weight: bold;
	color: red;
}

#messages a {
	font-weight: normal;
}

#navbar {
	float: left;
	width: 200px;
	height: 400px;
	background: blue;
	display: none;
}

#content {
	margin: auto;
}

#footer {
	clear: both;
	font-size: 10px;
	text-align: center;
}

#footer a {
	font-size: 10px;
}

#logo {
	width: 350px;
	margin: auto;
}

#logo-text {
	width: 300px;
	margin: auto;
}

#piratewars {
	width: 340px;
	height: 416px;
	margin: auto;
	margin-top: 20px;
}

#piratewars-comment-container {
	float: right;
	width: 250px;
	margin-top: 136px;
	margin-right: 10px;
	padding: 5px;
	text-align: center;
}

#piratewars-instructions-container {
	float: left;
	width: 250px;
	margin-top: 136px;
	margin-left: 10px;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid white;
}

.iphone {
	background: transparent url('images/iphone-cropped.jpg');
	width: 390px;
	height: 732px;
	margin: auto;
	text-align: left;
}

.iphone-screen {
/*	margin-top: 115px; */
/*	margin-left: 100px; */
	margin-top: 136px;
	margin-left: 35px;
	border: 0px;
	width: 340px;
	height: 416px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#new-account {
	display: table;
	margin: auto;
}

.form-text {
	font-size: 30px;
}

.register-container-left {
	width: 150px;
	text-align: right;
}

.register-container-right {
	width: 350px;
}

.captcha-container {
	margin: 10px;
}

.captcha {
	margin: 10px;
}

#sign-in {
	display: table;
	margin: auto;
}

#my-account-info-container {
	display: table;
	width: 300px;
	margin: auto;
	text-align: left;
}

#beta-approve-container {
	display: table;
	margin: auto;
	font-size: 14px;
}

.beta-approve-row {
	margin: 2px;
	text-align: left;
}

#news-container {
	width: 248px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid white;
}

#voting-container {
	width: 250px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: darkred;
}

.voting-results-bar-container {
	float: right;
	height: 14px;
}

.voting-results-bar {
	width: 50px;
	height: 12px;
	background: limegreen;
}

#edit-news-container {
	display: table;
	margin: auto;
	font-size: 14px;
}

.edit-news-row {
	margin-top: 5px;
	text-align: left;
}

#profiles-container {
	display: table;
	margin: auto;
	font-size: 14px;
}

.profiles-row {
	margin-top: 5px;
	text-align: left;
}

.profiles-column {
	float: left;
	margin-right: 10px;
}

#toolbar {
	position: fixed;
	bottom: 0;
	height: 25px;
	font-size: 13px;
	font-family: arial,sans-serif;
	color: black;
}

#buddy-list-button {
	float: left;
	width: 200px;
	height: 25px;
	background: #CCCCCC;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#buddy-list {
	position: fixed;
	bottom: 25;
	border-bottom: 1px solid #666666;
	width: 200px;
	font-size: 13px;
	background: #CCCCCC;
	color: black;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	display: none;
}

#buddy-container {
	height: 25px;
	width: 100%;
}

.buddy-icon {
	float: left;
	margin-top: 3px;
	margin-left: 5px;
	width: 14px;
	height: 14px;
}

.buddy-name {
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}

#chat-window-button {
	float: left;
	height: 25px;
	width: 150px;
	border-left: 1px solid #666666;
	background: #CCCCCC;
}

#chat-window {
	margin-left: 200px;
	border: 1px solid #666666;
	position: fixed;
	bottom: 25;
	width: 200px;
	height: 200px;
	background: #CCCCCC;
	color: black;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.chat-window-title-bar {
	height: 15px;
	font-size: 12px;
	font-weight: bold;
	background: #888888;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.chat-window-convo {
	margin-left: 5px;
	height: 150px;
	width: 195px;
	overflow-y: auto;
	overflow-x: hidden;
	word-wrap: break-word;
	font-size: 12px;
}

.chat-window-text-box {
	position: fixed;
	bottom: 25;
}

#title-bar-minimize {
	margin-right: 12px;
	cursor: pointer;
}

#title-bar-close {
	float: right;
	cursor: pointer;
	margin-top: -2px;
	margin-right: 2px;
}

#smilies-container {
	position: fixed;
	bottom: 25;
	margin-left: 402px;
}

.messages-navbar {
	float: left;
	margin-left: 10px;
	width: 150px;
	background: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.messages-navbar a:hover {
	color: #FFFFFF;
}

.messages-inbox {
	margin-left: 170px;
	width: 770px;
	height: 400px;
	font-size: 13px;
	background: #CCCCCC;
	color: black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.messages-inbox a:hover {
	color: #FFFFFF;
}

.message {
	margin-left: 170px;
	width: 770px;
	height: 400px;
	font-size: 13px;
	background: #CCCCCC;
	color: black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.message a:hover {
	color: #FFFFFF;
}
