﻿/*
	CSS Reset
*/

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%;
	vertical-align: baseline;
	background: transparent;
	font-style: normal;
}
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;
}

/*
	Main elements
*/

body {
	background: #cfcfcf;
	color: #3c3c3c;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
}

header, nav, section, article, aside, footer {
	display: block;
}

header {
	background: #370016;
	border-bottom: 4px solid #fff;
	height: 40px;
	padding-top: 1.6em;
}

a {
	text-decoration: none
}

a:link, a:visited {
	color: #d70077;
}

a:hover, a:active {
	color: #f700ae;
}

img {
	border: 0;
}

h1, h2, h3, h4 {
	color: #d70077;
	font-weight: normal;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 1.7em;
	margin: 0.3em 0;
}

p {
	line-height: 20px;
}

time {
	color: #a3a3a3;
}

.coloured {
	color: #d70077;
}

.inline {
	vertical-align: middle;
	padding-right: 0.4em;
}

hr {
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #e8e8e8;
	border-left: 0;
	border-right: 0;
}

ul.big_list {
	-webkit-column-count: 3;  
	-moz-column-count: 3;  
	column-count: 3;
	margin-top: 0.5em;
}

div.quote {
	font-family: Courier New;
	font-size: 12px;
}

table {
	margin: 1em;
}

th {
	background: #530e2a;
	color: #fff;
	padding: 1em;
	font-size: 1.2em;
}

td {
	padding: 1em;
}

.alt {
	background: #bdbdbd;
}

.center {
	text-align: center;
}

code {
	background: #dadada;
	padding: 0.4em;
	color: #e10075;
}

/*
	Header
*/

#nav_breadcrumbs {
	font-size: 0.917em;
	color: #c9a6b4;
}

#nav_breadcrumbs ul li a:link, #nav_breadcrumbs ul li a:visited {
	color: #fff;
	border-bottom: 0;
} 

#nav_breadcrumbs ul li {
	display: inline;
}

#nav_breadcrumbs ul li:before {
	content: " › ";
}

#nav_breadcrumbs ul li.first:before {
	content: '';
}

#nav_user {
	font-size: 0.917em;
	color: #c9a6b4;
	text-align: right;
}

#nav_user div {
	background: #fff;
	width: 277px;
	padding: 1em;
	margin-top: 3em;
	margin-left: 15em;
	border: 2px solid #aaa;
	border-top: 0;
	position: absolute;
	display: none;
}

/*
	Body
*/

#container {
	padding: 2em 0;
}

#logo {
	padding-bottom: 1em;
}

#box {
	background: #fff;
	border-bottom: 1px solid #999999;
	height: 210px;
	background: #fff url('../images/box-bg.png') no-repeat 0 43px;
}

#box nav {
	background: #530e2a;
	height: 27px;
	color: #c9a6b4;
	padding-top: 1.2em;

}

.menu_link {
	color: #c9a6b4;
	padding: 1.2em 2em;
}

.menu_hover{
	color: #d70077;
	background: #fff;
	font-weight: bold;
	border-left: 4px solid #530e2a;
	border-right: 4px solid #530e2a;
	border-top: 4px solid #530e2a;
}

li.menu_item {
	display: inline-block;
	float: left;
	text-transform: uppercase;
}

li.menu_item:before {
	content: ' |';
}

li.first:before{
	content: ' |';
	color: #530e2a;
}

.menu_content {
	background: #fff;
	color: #3c3c3c;
	border-left: 4px solid #530e2a;
	border-right: 4px solid #530e2a;
	border-bottom: 4px solid #530e2a;
	position: absolute;
	padding: 1em 1em 1em 0;
	margin-top: 1.3em;
	text-transform: none;
	display: none;
	min-width: 200px;
	margin-left: 5px;
}

li div img {
	margin: 0 0 0 1.4em;
}

#featured {
	padding: 0 1em;
	margin: 1.5em 0;
}

#featured a {
	border: 0;
	font-size: 0.8em;
}

img.featured {
	float: left;
	padding-right: 1.5em;
}

#featured p {
	color: #414141;
	line-height: 22px;
	font-size: 1.167em;
}

#updates {
	padding: 0 1em;
	margin: 1em 0;
	border-left: 4px solid #cdcdcd;
}

#updates ul {
	margin-left: 1em;
	margin-top: 0.5em;
	border-top: 1px solid #cdcdcd;
}

#updates ul li {
	line-height: 2.2em;
}

/*
	Content
*/

.content {
	padding-top: 1em;
}

.info {
	color: #7f7f7f;
	padding: 0.6em 0;
	border-bottom: 1px solid #bababa;
	padding-left: 1em;
	display: block;
}

.info img {
	padding-right: 0.3em;
}

.content p {
	padding-left: 1em;
	margin-top: 0.4em;
	margin-bottom: 1em;
}

.content ul, .content ol {
	list-style: disc;
	margin-left: 3em;
	margin-bottom: 1em;
}

.content ol  {
	list-style: decimal;
}

.content ol li {
	line-height: 2em;
}

.content ul li {
	line-height: 1.8em;
}

.content  time{
	color: #3c3c3c;
}

/*
	Forms
*/

ul.form {
	list-style: none;
	margin-top: 1em;
}

ul.form li {
	padding: 0.3em 0;
}

label {
	width: 130px;
	display: block;
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
	color: #a4005b;
}

input, textarea {
	background: #dedede;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.991em;
	color: #717171;
	padding: 0.4em;
}

.button {
	padding: 0.7em 1.4em;
	font-weight: bold;
	color: #a4005b;
	margin-left: 5em;
	padding-left: 3em;
}

.register {
	background: url('../images/icons/user_add.png') no-repeat 10px 8px;
}

.login {
	background: url('../images/icons/user_go.png') no-repeat 10px 8px;
}

.comment {
	background: url('../images/icons/comment_add.png') no-repeat 10px 8px;
}

.tick {
	background: url('../images/icons/tick.png') no-repeat 10px 8px;
}

.save {
	background: url('../images/icons/disk.png') no-repeat 10px 8px;
}

/*
	Icons
*/

.icon, .form_icon, .bigger_icon {
	background-image: url('../images/icons/icons.png');
	width: 16px;
	height: 16px;
	float: left;
}

.icon {
	margin: 0 0.6em 0 1.4em;
}

.form_icon {
	margin: 0.3em 0.8em 0 0;
}

.bigger_icon {
	width: 20px;
	height: 20px;
	margin: 0 0 0 0.8em;
}

.icon_link {
	float: left;
}

.posts {
	background-position: -4px -4px;
}

.heart {
	background-position: -278px -4px;
}

.group {
	background-position: -260px -4px;
}

.cog {
	background-position: -49px -4px;
}

.user_go {
	background-position: -381px -4px;
}

.user_edit {
	background-position: -361px -4px;
}

.logout {
	background-position: -219px -4px;
}

.cpma {
	background-position: -135px -4px;
}

.cpma_plus {
	background-position: -156px -4px;
}

.id {
	background-position: -403px -4px;
}

.globe {
	background-position: -240px -4px;
}

.cake {
	background-position: -28px -4px;
}

.pc {
	background-position: -113px -4px;
}

.mouse {
	background-position: -298px -4px;
}

.fb {
	background-position: -10px -28px;
}

.twitter {
	background-position: -34px -28px;
}

.yt {
	background-position: -59px -28px;
}

/*
	Footer
*/

footer {
	border-top: 6px solid #adadad;
	padding: 1em 0;
	margin-top: 2em;
	color: #7f7f7f;
	background: #bdbdbd url('../images/footer-bg.png') no-repeat 30em 1em;
}

#copy a {
	border-bottom: 0;
}

#copy {
	padding: 0 1em;
	font-size: 0.917em;
}

#copy p {
	margin-left: 0.9em;
	margin-bottom: 0.4em;
}

#copy ul {
	padding-bottom: 0.6em;
}

#copy ul li {
	display: inline;
}

#copy ul li:before {
	content: ' | ';
	padding: 0 0.5em;
}

#copy ul li.none:before {
	content: '';
}

#stats {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 26px;
}

#stats strong {
	font-size: 1.25em;
	color: #a4005b;
}

/*
	Colors
*/

.game_text {
	text-shadow: 1px 1px 1px #000;
	font-weight: bold;
}

.color_1 {
	color: red;
}

.color_2 {
	color: lawngreen;
}

.color_3 {
	color: yellow;
}

.color_4 {
	color: blue;
}

.color_5 {
	color: cyan;
}

.color_6 {
	color: deeppink;
}

.color_7 {
	color: white;
}

.color_8 {
	color: orange;
}

.color_9 {
	color: #9999ff;
}

.color_0 {
	color: black;
}

/*
	Stats
*/

.score {
	font-weight: bold;
	font-size: 3em;
	text-shadow: 1px 1px 2px #000;
	color: #fff;
}

.right {
	text-align: right;
}

.team_red {
	background: #ca9c9c;
	border-bottom: 1px solid #cfcfcf;
	color: #680000;
}

.team_blue {
	background: #9cb9ca;
	border-bottom: 1px solid #cfcfcf;
	color: #002c68;
}

.totals_red {
	background: #9c4949;
	color: #fff;
}

.totals_blue {
	background: #495f9c;
	color: #fff;
}
