/*
Theme Name: Planet Mule Theme
Theme URI: http://planetmule.com/
Description: Planet Mule
Version: 0.1
Author: Peter Sudqvist
Author URI: http://turborilla.com/
Tags: mule
*/


/*
 * Fonts and Colors
 */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Console", Arial, Helvetica, sans-serif;
	color: #330000;
}

#top_subcontent {
	font-size: 11px;
	color: #2c424c;
}

#middle {
	font-size: 13px;
}

.big_text {
	font-size: 16px;
}

#middle small {
	font-size: 11px;
}

#footer {
	font-size: 11px;
	color: #131d21;
}

h1 {
	margin-top: 5px;
	font-size: 30px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}

a {
	color: #cc3300;
}
a:hover {
	color: #f00;
}
a:active, input:active, a:focus, input:focus { 
	outline: 0; 
	-moz-outline-style: 0; 
}

#footer a {
	color: #fff;
	text-decoration: none;
}
 
/**
 * WordPress Styles
 */
 
 .alignright {
	float: right;
 }
 
 .alignleft {
	float: left;
 }
 
/*
 * Page Layout
 */

html {
	overflow-x: hidden;
}
 
body {
	margin: 0;
	background: #309aeb;
}

#page {}

#top_stripe {
	background-color: #7c7e74;
	height: 4px;
	overflow: hidden;
}

#top_bar {
	position: relative;
	background-color: #2c424c;
	height: 28px;
	margin: 0 auto;
	width: 100%;
}

#top_bar_content {
	position: relative;
	margin: 0 auto;
	width: 900px;
	font-size: 10px;
	color: #ffcc33;		
}

#top_bar_content_not_forum {
	position: relative;
	margin: 0 auto;
	width: 959px;
	font-size: 10px;
	color: #ffcc33;
}

/* #top_bar {
	position: relative;
	background-color: #2c424c;
	height: 28px;
}

#top_bar_content {
	position: relative;
	margin: 0 auto;
	width: 959px;
	
	font-size: 10px;
	color: #ffcc33;		
} */

#ozark_link {
	position: absolute;
	left: 813px;
	top: 274px;
}

#ozark_link a  {
	display:block;
	overflow:hidden;
	width:143px;
	height:93px;
	text-decoration:none;
}

#header_bar {
	background: url(http://mule-images.s3.amazonaws.com/header_repeat.jpg);
	height: 342px;
	width: 100%;
	overflow: hidden;
}

#header {
	background: url(http://mule-images.s3.amazonaws.com/header_osark_softscape.jpg);
	margin: 0 auto;
	width: 1076px;
	height: 100%;
}

#menu_bar {
	position: relative;
	background: url(http://mule-images.s3.amazonaws.com/menu_gradient.gif);
	height: 42px;
}

#menu {
	margin: 0 auto;
	position: relative;
	background: url(http://mule-images.s3.amazonaws.com/menu_repeat.gif);
	width: 959px;
	height: 100%;
	overflow: hidden;
	text-align: center;
}

#menu_left{
	position: absolute;
	background: url(http://mule-images.s3.amazonaws.com/menu_left.gif);
	width: 5px;
	height: 100%;
	left: 0px;
}

#menu_right {
	position: absolute;
	background: url(http://mule-images.s3.amazonaws.com/menu_right.gif);
	width: 5px;
	height: 100%;
	left: 954px;
}

#middle_bar {
	background: #f8f2db url(http://mule-images.s3.amazonaws.com/content_top_gradient.gif) repeat-x top left;
	/*padding-top: 1px;
	padding-bottom: 1px;*/
}

#middle {
	margin: 0 auto;
	width: 959px;
}

#sidebar {
	padding: 0px 0px 0px 26px;
	width: 286px;
	float: left;
}

#end_middle {
	clear: both;
	height: 0px;
	overflow: hidden;
}

#footer_bar {
	border-top: 1px solid #193e50;
}

#footer {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 11px 0px;
}

/**
 * Navigation menu
 * Centering floating blocks: http://matthewjamestaylor.com/blog/beautiful-css-centered-menus-no-hacks-full-cross-browser-support
 */
 
#menu ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 5px 0px 0px 0px;
	text-align:center;
	position: relative;
	left: 50%;
}

#menu li {
	margin: 0;
	padding: 0px 2px 0px 2px;
	display: block;
	float: left;
	list-style: none;
	position: relative;
	right: 50%;
}

#menu a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	height: 30px;
	display: block;
	float: left;
	overflow: hidden;
}

#menu a:hover,
#menu a:focus {
	background: url(http://mule-images.s3.amazonaws.com/menu_button_repeat.gif);
	color: #131d21 !important;
	cursor: pointer;
}
#menu a:hover span.menu_item_left,
#menu a:focus span.menu_item_left  {
	background: url(http://mule-images.s3.amazonaws.com/menu_button_left.gif) no-repeat top left;
}
#menu a:hover span.menu_item_right,
#menu a:focus span.menu_item_right {
	background: url(http://mule-images.s3.amazonaws.com/menu_button_right.gif) no-repeat top right;
}

.menu_item_left {
	padding-left: 10px;
	display: block;
	float: left;
}

.menu_item_right {
	padding-right: 10px;
	display: block;
	float: left;
}

.current_page_item a {
	background: url(http://mule-images.s3.amazonaws.com/menu_button_repeat.gif);
	color: #131d21 !important;
}
.current_page_item span.menu_item_left {
	background: url(http://mule-images.s3.amazonaws.com/menu_button_left.gif) no-repeat top left;
}
.current_page_item span.menu_item_right {
	background: url(http://mule-images.s3.amazonaws.com/menu_button_right.gif) no-repeat top right;
}

/**
 * Content Styles
 */
 
 #content {
	
 }
 
.narrowcolumn {
	width: 647px;
	float: left;
}

.widecolumn {
	width: 100%;
	float: left;
}
 
.content_area {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

.content_box {
	background: #fff;
	padding: 1px 5px 1px 5px;	
}
 
.content_box_no_padding {
	background: #fff;
}
 
.content_box p,
.content_box h1,
.content_box h2,
.content_box h3,
.content_box table,
.gdocs {
	margin-left: 10px;
	margin-right: 10px;
}

.gdocs p,
.gdocs h1,
.gdocs h2,
.gdocs h3,
.gdocs table,
.gdocs ul {
	margin-left: 0px;
	margin-right: 0px;
}
 
.headline {
	background: url(http://mule-images.s3.amazonaws.com/headline_repeat.gif);
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-indent: 15px;
	text-transform: uppercase;
}
.headline_left {
	background: url(http://mule-images.s3.amazonaws.com/headline_left.png) no-repeat top left;
	height: 100%;
}
.headline_right {
	background: url(http://mule-images.s3.amazonaws.com/headline_right.png) no-repeat top right;
	height: 100%;
}

.datagrid_sort_icon {
	border: 0;
	margin-left: 5px;
	margin-bottom: 1px;
}
 
 /**
  * Posts / News
  */
.post {
	margin-bottom: 5px;
}
.post h2 {
	margin: 16px 0px;
}
.post p {
	margin: 16px 0px;
}
.post h2 a {
	color: #330000;
	text-decoration: none;
}
.post h2 a:hover {
	color: #f00;
	text-decoration: none;
}

.post_date {
	background: url(http://mule-images.s3.amazonaws.com/date_box.jpg) no-repeat top left;
	width: 53px;
	height: 82px;
	margin-top: 12px;
	padding-right: 11px;
	float: left;
	text-align: center;
}
.post_date .day {
	font-size: 30px;
	display: block;
	padding-top: 12px;
}
.post_date .month {
	font-size: 13px;
	text-transform: uppercase;
	display: block;
}

.post_content {
	padding-top: 1px;
	padding-bottom: 2px;
	border-bottom: 2px solid #eee1bc;
	width: 565px;
	float: left;
}

.post_content p,
.post_content h2,
.post_content h3 {
	margin-left: 0px;
}

.postmetadata {
	text-align: right;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
}

.postmetadata a {
	text-decoration: none;
}

.end_post {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.post_pagination {
	height: 20px;
	padding: 5px 10px 5px 64px;
}

.post_previous {
	float: left;
}

.post_next {
	float: right;
}

.single_post h1 {
	margin-bottom: 0px !important;
}
.single_post p.date {
	margin-top: 0px !important;
}
.single_post .entry {
	margin-bottom: 10px;
}

/**
 * Header styles
 */
 #game_info {
	text-transform: uppercase;
	float: left;
	display: block;
	padding-top: 7px;
	margin-right: 15px;
}
#mule2_game_info {
	text-transform: uppercase;
	float: right;
	display: block;
	padding-top: 7px;
}
#top_bar .separator {
	color: #ffcc33;
}
#top_bar .number {
	color: #fff;
}
#top_login_wrapper {
	float: left;
	width: 384px;
	height: 22px;
}
#top_login {
	width: 364px;
	height: 20px;
	text-transform: uppercase;
	margin: 0 auto;
	text-align: center;
}
#top_login_not_forum {
	text-transform: uppercase;
	float: right;
}
#top_login_not_forum form {
	padding: 0;
	margin: 0;
}
#top_login_not_forum label {
	display: block;
	float: left;
	padding-left: 10px;
	line-height: 25px;
}
#top_login_not_forum p {
	padding: 0;
	margin: 0;
	line-height: 25px;
}
#top_login_not_forum input {
	display: block;
	float: left;
	font-size: 11px;
	margin-top: 3px;
	margin-left: 10px;
}
#top_login_not_forum a {
	color:#fff;
}
#top_login_not_forum a:hover {
	color:#f00;
}

/* #game_info {
	text-transform: uppercase;
	float: left;
	display: block;
	float: left;
	padding-top: 7px;
}
#top_bar .separator {
	color: #6666ff;
}
#top_bar .number {
	color: #fff;
}

#top_login {
	text-transform: uppercase;
	float: right;
} */

#top_login form {
	padding: 0;
	margin: 0;
}
#top_login label {
	display: block;
	float: left;
	padding-left: 10px;
	line-height: 25px;
}
#top_login p {
	padding: 0;
	margin: 1px 0 0 0;
	line-height: 25px;
	text-align: center;
	padding-left: 30px;
}
#top_login input {
	display: block;
	float: left;
	font-size: 11px;
	margin-top: 3px;
	margin-left: 10px;
}
#top_login a {
	color:#fff;
}
#top_login a:hover {
	color:#f00;
}

#top_subcontent {
	color: #131413;
	line-height: 21px;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 100%;
}
#top_subcontent a {
	color: #131413;
}
#top_subcontent a:hover {
	color: #fff;
}
#top_subcontent_left {
	float: left;
}
#top_subcontent_right{
	float: right;
}

.header_box {
	padding-left: 3px;
	padding-right: 3px;
	color: #fff;
	height: 22px;
	float: left;
	overflow: hidden;
}
.header_box_left {
	background: url(http://mule-images.s3.amazonaws.com/header_box_left.png);
	height: 100%;
	width: 3px;
	float: left;
	overflow: hidden;
}
.header_box_center {
	padding: 0px 4px 0px 4px;
	background-color: #2c424c;
	height: 100%;
	float:left;
}
.header_box_right {
	background: url(http://mule-images.s3.amazonaws.com/header_box_right.png);
	height: 100%;
	width: 3px;
	float:left;
	overflow: hidden;
}
.header_box a {
	color: #fff !important;
}
.header_box a:hover {
	color: #f00 !important;
}

/**
 * Tables
 */
.datagrid table {
	margin: 0 !important;
	width: 100%;
	font-size: 11px;
}
.datagrid table a {
	color: #330000;
}
.datagrid thead a {
	text-decoration: none;
}
.datagrid tr {
	height: 29px;
}
.datagrid th {
	text-transform: uppercase;
}
.datagrid th,
.datagrid td {
	text-align: left;
	margin-right: 1px;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}
.datagrid .number {
	text-align: center !important;
}
.datagrid tr.even_row td{
	background-color: #ffe9b4 !important;
}

.player_table {
	width: auto !important;
}
.player_table tr {
	height: auto !important;
}

.pager {
	text-align: center;
	font-size: 0px;
	padding-top: 12px;
	padding-bottom: 15px;
}

.pager b,
.pager a {
	font-size: 12px;
	padding: 8px 10px 8px 10px;
	margin-left: 1px;
	margin-right: 1px;
	line-height: 26px;
}

.pager b {
	color: #fff;
	background-color: #330000;
}

.pager a {
	text-decoration: none;
	background-color: #f4d78f;
}

/**
 * Sidebar 
 */
.download_banner {
	background: url(http://mule-images.s3.amazonaws.com/download_banner.jpg);
	margin: 20px auto 20px auto;
	width: 262px;
	height: 134px;
	display: block;
	text-decoration: none;
}

.sidebar_link_button {
	margin: 10px auto 10px auto;
	display: block;
	text-decoration: none;
	overflow: hidden;
}

#watch_video {
	background: url(http://mule-images.s3.amazonaws.com/watch_video.png);
	width: 254px;
	height: 133px;
}

#mule_shirt {
	background: url(http://mule-images.s3.amazonaws.com/mule_shirt.png);
	width: 257px;
	height: 101px;
	margin-bottom: 1px;
}

#mule_kickstarter {
	background: url(http://mule-images.s3.amazonaws.com/mule_kickstarter.jpg);
	width: 283px;
	height: 141px;
	margin-bottom: 1px;
}

#mule_returns_button {
	background: url(http://mule-images.s3.amazonaws.com/mule_returns_button.jpg);
	width: 151px;
	height: 151px;
	margin-bottom: 1px;
}

#mad_skills_button {
	background: url(http://mule-images.s3.amazonaws.com/mad_skills_button.png);
	width: 254px;
	height: 118px;
} 

/**
 * Single News Article
 */
.single_post {
	clear: both;
}
.navigation {
	padding: 10px 10px 15px 10px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/** Dual forum for mule1 and mule2. **/

body.page-template-mule_forum-php #header {  
	background: url(http://www.planetmule.com/wp-content/themes/mule_theme/images/header_forum.jpg) !important;
	margin: 0 auto; 
	width: 1076px; 
	height: 100%;  
	position: relative;
}
body.page-template-mule_forum-php #header_bar {  
	background: url(http://www.planetmule.com/wp-content/themes/mule_theme/images/header_repeat.jpg) !important; 
}
body.page-template-mule_forum-php #top_subcontent_right {
	margin-right: 100px !important;
}
/* body.page-template-mule_forum-php #top_bar {
	display: none !important; 
} */
body.page-template-mule_forum-php #menu_bar {
	display: none !important; 
}

/** added by Jan C. for Facebook Like Box Plugin Styling **/

div#sidebar_facebook_like_box {
    margin-bottom: -20px !important;
}
div#Widgets_on_Pages_1 h2 {
    display: none !important;
}
div#Widgets_on_Pages_1 li {
    list-style-type: none !important;
}

/** added by Jan C. for Linked Facebook Symbol in Headers **/

.facebook_link a {
    width:  64px;
    height: 64px;
    display: block;
    background: url('http://www.planetmule.com/wp-content/themes/mule_theme/images/facebook.png');
}
.facebook_link a:hover {
    background: url('http://www.planetmule.com/wp-content/themes/mule_theme/images/facebook_over.png') !important;
}

