* {
	margin: 0;
	padding: 0;
}

::-moz-selection { background:#09f; color:#fff; text-shadow: none !important; }
::selection { background:#09f; color:#fff; text-shadow: none !important; }

html {
	height: 100%;
}

body {
	background: #454545 url('../imgs/bg.gif');
	font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvecita, sans-serif;
	font-size: 10pt;
	color: #333;
	cursor: default;
	padding: 20px 0 20px 0;
	margin: 0;
}

a {
	color: #06A;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #09f;
	text-decoration: underline;
}

a:hover, a:active { outline: none; }

.rewindLogo {
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-family: 'RewindStudios', sans-serif;
	margin: 0 5px 0 5px;
}

h1 {
	font-size: 30px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
}

h1, h2, h3, h4 {
	color: #6aa0c2;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 10px;
}
h3, h4 {
	color: #787878;
}

hr {
	display: none !important;
	border: none;
	visibility: hidden;
}

img {
	border: 0;
}

ul {
	margin: 0 0 15px;
}

form p {
	margin: 0 0 4px 0;
}

input, textarea {
	background: #fff url('../imgs/layout_input_bg.gif') no-repeat top left;
	border: 1px solid #AAA;
	outline: none;
	font-family: 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', Verdana, Arial, Helvecita, sans-serif;
	font-size: 10pt;
	padding: 5px;
}

small {
	font-size: 8pt;
	margin: 0 0 10px;
}


/* Body */

#wrapper {
	margin: 0 auto 0;
	width: 780px;
}

.cont {
	background: #ffffff;
	padding: 0 5px 0 5px;
}

.contTop, .contBottom {
	display: block;
	background: url('../imgs/layout_edges.gif') no-repeat left top;
	height: 10px;	
	font-size: 0;
	line-height: 0;
}

.contBottom { background-position: left bottom; }


/* Bits And Pieces */

.u { text-decoration: underline }

.center { text-align: center; }

.left { float: left; }
.right { float: right; }

.clearer {
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
}

.error {
	background: #ffdbdb url('../imgs/error.gif') no-repeat 8px;
	border: 2px solid #991414;
	border-left: none;
	border-right: none;
	padding: 10px 8px 10px 40px;
}


/* Header */

#header {
	background: #76aed4 url('../imgs/header_bg.gif') no-repeat left bottom;
	width: 770px;
	height: 1%;
	overflow: hidden;
	min-height: 60px;
	margin-bottom: 10px;
}
#header h1 {
	color: #4b8bb7;
	font-size: 25px;
	font-weight: bold;
	line-height: 35px;
	margin: 25px 0 0 1px;
}

#header h1 a {
	/* background: url('../imgs/layout_rewindlogo.gif') no-repeat 0 5px; */
	color: #4b8bb7;
	text-decoration: none;
	/* padding: 0 0 0 38px; */
	margin: 10px;
}
#header h1 a:hover {
	/* background: url('../imgs/layout_rewindlogo.gif') no-repeat 0 bottom; */
	color: #4080ab;
}

#header h3 {
	color: #a0c8e2;
	font-size: 11pt;
	text-shadow: 1px -1px 0 #6b9fbf;
	text-align: right;
	padding: 0 10px;
}


/* Containers */

#mainCont {
	float: left;
	width: 538px;
}

#sideCont {
	float: right;
	width: 224px;
	margin-left: 5px;
}

#adminCont {
	width: 100%;
	margin: 10px 0 10px 0;
}

.mainBody h2, .sideBody h2 {
	text-shadow: 0 -1px 0 #f7f7f7;
	letter-spacing: 1px;
}

.mainBody small, .sideBody small {
	color: #777;
}

.mainBody ul li, .sideBody ul li {
	background: url('../imgs/layout_li.gif') no-repeat 0 6px;
	list-style: none outside;
	padding: 0 0 0 12px;
	margin: 0 0 5px;
}


/* Main Style */

.mainBody {
	background: #fff url('../imgs/layout_news_body.gif') no-repeat;
	border-right: 1px solid #e2e2e2;
	padding: 8px 5px 5px 8px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

.mainBody h2 {
	font-family: 'Myriad Pro', Helvetica, Verdana, Arial, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	line-height: 14pt;
	margin: 0;
}

.mainBody h2 a {
	color: #6aa0c2;
	text-decoration: none;
}
.mainBody h2 a:hover {
	color: #318bc3;
}
.mainBody small {
	display: inline-block;
	width: auto;
	color: #bbb;
}
.mainBody small:hover {
	color: #777;
}

.mainBody .mainContent {
	padding: 0 0 5px 0;
	line-height: 20px;
}
.mainBody .mainContent p {
	margin: 0 0 10px;
}
.mainBody .mainContent img {
	max-width: 528px;
	vertical-align: bottom;
}

.mainBody #projects {
	background: url('../imgs/projects.gif') no-repeat 100% 60px;
}

.mainBody #about {
	background: url('../imgs/about.gif') no-repeat 100% 120px;
}


/* Side Style */

.sideBody {
	background: #fff url('../imgs/layout_side_body.gif') no-repeat top right;
	border-left: 1px solid #dedede;
	padding: 8px 5px 5px 8px;
	margin: 0 0 10px 0;
	overflow: hidden;
}
.sideBody h2 {
	font-family: 'Myriad Pro', Helvetica, Verdana, Arial, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 10px;
}
.sideBody p {
	line-height: 18px;
	margin: 0 0 5px;
}
.sideBody ul {
	margin: 0 0 5px;
}

.sideBody #navigation ul li {
	background: url('../imgs/layout_li_nav.gif') no-repeat 0 52%;
	list-style: none outside;
	padding: 0 0 0 20px;
}

.sideBody #navigation .selected a {
	color: #777;
}
.sideBody #navigation .selected a:hover {
	text-decoration: none;
}

.sideBody #latestPosts div {
	line-height: 18px;
	margin: 0 0 5px;
}
.sideBody #latestPosts .title {
	width: 65%;
}
.sideBody #latestPosts .title a {
	color: #000;
	text-decoration: none;
}
.sideBody #latestPosts .title a:hover {
	color: #777;
	border-bottom: 1px dotted;
}

.sideBody #progress div {
	background: #fcfcfc;
	width: 100%;
	border: 1px solid #aeaeae;
	overflow: hidden;
	margin: 0 0 5px;
}

.sideBody #progress span {
	display: block;
	float: left;
	background: #ffffdf;
	border-right: 1px dotted #aeaeae;
	width: 50%;
	font-size: 8pt;
	text-align: center;
}

.sideBody #contact small {
	cursor: text;
}


/* Xbox 360 Gamercard */
.gamercard * {
	padding: 0;
	margin: 0;
}

.gamerCard {
	/* float: left; */
	background: #fefffe url('../imgs/layout_news_body.gif') no-repeat right top;
	border: 1px solid #b2b2b2;
	width: 198px;
	padding: 4px;
	margin: 10px 10px 0 0;
}

.gamerCard h2 {
	font-size: 14px;
	margin: 8px 0 0 0;
}

.gamerCard #avatar {
	float: left;
	height: 64px;
	width: 64px;
	margin: 3px 8px 0 3px;
}

.gamerCard small {
	display: inline !important;
}

.gamerCard p span {
	color: #666;
}

.gamerCard #online {
	color: #53af36;
}
.gamerCard #offline {
	color: #af3636;
}

.gamerCard .recentGames {
	background: #ffffdf;
	border-top: 1px dotted #b2b2b2;
	height: auto;
	padding: 3px;
	margin: 12px -4px -4px;
}
.gamerCard .recentGames img {
	border: 1px solid #ccc;
	height: 32px;
	width: 32px;
	margin: 3px;
}
/* End Gamercard */

.pagination {
	background: #ffffdf;
	border: 1px solid #b2b2b2;
	border-left: none;
	border-right: none;
	color: #565656;
	text-decoration: none;
	padding: 8px;
	margin: 0 0 10px 0;
}
.pagination small {
	line-height: 16px;
}

/* .pagination a {
	border: 1px solid #b2b2b2; 
	padding: 1px 4px;
	margin: 0 0 0 5px;
}

.pagination a:hover {
	background: #dedede;
} */


/* Footer */

#footer {
	background: #A3B5C1 url('../imgs/layout_footer.gif') no-repeat top;
	color: #fafcff;
	font-size: 8pt;
	height: 16px;
	overflow: hidden;
	padding: 8px 12px 2px;
}
#footer a {
	color: #d9e7ef;
	text-decoration: none;
}

#footer a:hover {
	color: #ffe;
	text-decoration: none;
}

#footer .right {
	color: #d9e7ef;
}


/* Admin Pages */

#adminLogin, #adminMenu, #legend, ul#newsList, #inputArea {
	border: 2px solid #575757;
	border-left: none;
	border-right: none;
}

#adminLogin {
	background: #eee;
	padding: 8px;
}

#adminLogin h2 {
	font-size: 15pt;
	margin: 0 0 5px;
}

#adminCont textarea {
	width: 742px;
}

/* Buttons */

#adminLogin #l, #adminCont #s, #adminCont #d {
	width: 120px;
	height: 30px;
	cursor: pointer;
	padding-left: 25px;
}
#adminCont input#l {
	background: #fff url('../imgs/key.png') no-repeat 8px 6px;
	width: 80px;
}
#adminCont input#s {
	background: #fff url('../imgs/save.png') no-repeat 8px 6px;
}
#adminCont input#d {
	background: #fff url('../imgs/delete.png') no-repeat 5px 7px;
}
#adminLogin input#l:hover,
#adminCont input#s:hover,
#adminCont input#d:hover {
	background-color: #ffffdf;
	border: 1px solid #000;
}

#adminCont #helpbox {
	border: none;
	height: 15px;
	padding: 0;
}

#adminMenu {
	background: #ffffdf; /* f5ebd6 */
	padding: 8px;
	margin: 0 0 10px 0;
}

#adminMenu #links {
	margin: 0 6px;
}

#adminCont #legend {
	background: #8d8d8d;
	color: #FFF;
	font-weight: bold;
	padding: 8px;
}

#adminCont ul#newsList {
	list-style: none;
	border-top: none;
	padding: 2px 0;
}
#adminCont ul#newsList a {
	color: #8d8d8d;
	text-decoration: none;
}
#adminCont ul#newsList a:hover {
	color: #000;
}
#adminCont ul#newsList {
	margin: 0;
}
#adminCont ul#newsList li {
	background: #eeeeee;
	border: 1px solid #FFF;
	border-left: none;
	border-right: none;
	padding: 8px;
}
#adminCont ul#newsList li:hover {
	background: #ffffdf;
	border: 1px solid #c9c9c9;
	border-left: none;
	border-right: none;
}

#adminCont .listDate {
	color: #7f7f7f;
	font-size: 8pt;
}

#adminCont #inputArea {
	background: #eee;
	border-top: none;
	padding: 8px;
}

#adminCont #inputArea a {
	-moz-user-select: none;
	-webkit-user-select: none;
}

#adminCont #inputArea img {
	background: #fff;
	border: 1px solid #AAA;
	cursor: pointer;
	vertical-align: -50%;
	padding: 4px;
}
#adminCont #inputArea img:hover, #adminCont #inputArea img.highlight {
	background: #ffffdf;
	border: 1px solid #565656;
	cursor: pointer;
	padding: 4px;
}