/*
Theme Name: Fomalhaut
Theme URI: http://www.gamemp3s.net/
Description: Design for the #gamemp3s relaunch.<br /><div style="height: 120px; overflow: auto; margin-top: 0px; border: 1px solid #D0D0D0; padding: 4px; font-size: 11px;"><span style="color: #505050; border-bottom: 1px dashed #808080;">ADDITIONAL FILES MODIFIED</span><br /><br /><tt>wp-admin/admin-functions.php</tt>: Re-organised 'Custom Fields' section shown when creating a new post.<br /><br /><tt>wp-admin/admin-header.php</tt>: Added extra CSS.<br /><br /><tt>wp-admin/edit-form-advanced.php</tt>: Removed 'Trackback' section shown when creating a new post.<br /><br /><tt>wp-admin/index.php</tt>: Replaced Dashboard.<br /><br /><tt>wp-admin/wp-admin.css</tt>: Changed width of input boxes shown when creating a new post.<br /><br /><tt>wp-includes/comment-template.php</tt>: Changed anchor title returned by the comments_popup_link() function.<br /><br /><tt>wp-includes/default-filters.php</tt>: Stopped HTML-stripping filter from being applied to the user-description field.<br /><br /><tt>wp-includes/general-template.php</tt>: Changed capitalisation in wp_loginout() and wp_register().<br /><br /><tt>wp-includes/link-template.php</tt>: Modified the posts_nav_link() function's dependent functions to insert a div around the links.<br /><br /><tt>wp-includes/post-template.php</tt>: Changed prefix for private posts.</div>
Version: 1.0
Author: kine
*/

/*
release history:
1.0d1 ~ 1.0d9	-- Early 1.0 development stages; most work done in Photoshop (early 2007/04)

1.0a1 ~ 1.0a15	-- Alpha 1.0 stages; most work done on static HTML pages with internal CSS (early 2007/04)

1.0b1			-- First 1.0 beta stage; CSS separated, page content converted to a semi-static Wordpress template (2007/04/12)
1.0b2			-- Second 1.0 beta stage; most basic news-related components made dynamic using PHP (2007/04/13)
1.0b3			-- Third 1.0 beta stage; comments page created and styled (2007/05/03)
1.0b4			-- Fourth 1.0 beta stage; help and about sections added, redesigned page templates and rail-bar calls (2007/05/05)
1.0b5			-- Fifth 1.0 beta stage; added CSS for main-content styling (2007/05/05)
1.0b6			-- Sixth 1.0 beta stage; refined staff page and post-navigation links (2007/05/07)
1.0b7			-- Seventh 1.0 beta stage; launched site (2007/05/09)
1.0b8			-- Eighth 1.0 beta stage; style alterations and XHTML enhancements (2007/05/13)
1.0b9			-- Ninth 1.0 beta stage; extensive PHP work (2007/05/25)

1.0				-- Final 1.0 stage; numerous alterations and PHP work, implementation of release-management system (2007/06/03)
*/

/*
notes:
  - Currently none.
*/



/* ----- GENERAL ----- */

/* zero out default values */
body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul {
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}

html, body, * {
	color: #404040;
	font-size: 15px;
	font-family: Calibri, 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
}

body {
	min-width: 666px;
	padding-top: 30px;
	text-align: center;
	background: #FFFFFF url('images/white.png') repeat scroll top left;
}

img {
	border: none;
}

a, a:visited, a:hover {
	color: #505050;
	font-weight: bold;
	font-size: inherit;
	border-bottom: 1px dashed #8AD265;
}

a:visited {
	border-bottom: 1px dashed #A0A0A0;
}

a:hover {
	color: #202020;
	border-bottom: 1px dashed #8AD265;
}

a.name, a.name:visited, a.name:hover {
	color: inherit;
	font-size: inherit;
	border: none;
}

h1 {
	display: block;
	height: 100%;
	width: 100%;
}

h1 a, h1 a:visited, h1 a:hover {
	display: block;
	height: 100%;
	width: 100%;
	border: none;
}

h1 a span {
	display: block;
	visibility: hidden;
	height: 100%;
	width: 100%;
}

h2, h4 {
	display: none;
}

h4.h4tm {
	margin-top: 20px;
	display: block;
}

h4.h4tm2 {
	margin-top: 30px;
	display: block;
}

h2.error404 {
	display: block;
}

h3, h3 a, h3 a:visited, h3 a:hover, h2.error404, h2.error404 a, h2.error404 a:visited, h2.error404 a:hover {
	color: #404040;
	font-size: 15px;
	font-weight: bold;
	border: none;
}

h3 a:hover {
	color: #202020;
}

h3.h3bm {
	margin-bottom: 12px;
}

h3.h3tm {
	margin-top: 12px;
}

h3.h3tm2 {
	margin-top: 30px;
}

p {
	margin: 8px 0px 0px 0px;
}

acronym {
	cursor: help;
	text-decoration: none;
	border: none;
}

tt {
	font-family: Consolas, 'Courier New', monospace;
	font-size: 13px;
	white-space: nowrap;
}

ol {
	margin-top: 8px;
	margin-left: 30px;
}

ul {
	list-style: none;
}

ul.ultm {
	margin-top: 8px;
}

ul li {
	margin-bottom: 2px;
	padding-left: 14px;
	background: transparent url('images/starbull.gif') no-repeat scroll 0% 0.3em;
}

hr {
	display: none;
}

div#container {
	margin: 20px 20px 0px 20px;
	text-align: center;
}


/* ----- MAST-HEAD ----- */

div#masthead {
	width: 100%;
	height: 73px;
	color: #FFFFFF;
	text-align: left;
	background: #FFFFFF url('images/mastbg.png') repeat-x scroll top left;
}

div#mastlogo {
	width: 226px;
	height: 73px;
	margin-left: 30px;
	background: transparent url('images/mastlogo.png') no-repeat scroll top left;
}


/* ----- NAVIGATION MENU ----- */

div#navigat {
	width: 100%;
	height: 35px;
	text-align: right;
	background: #FFFFFF url('images/navbg.png') repeat-x scroll top left;
}

div#navigat ul {
	float: right;
	list-style: none;
}

div#navigat ul li {
	float: left;
	background: none;
	margin: 0 auto;
}

div#navigat ul li a, div#navigat ul li span#current {
	display: block;
	margin: 0px 4px 0px 4px;
	padding: 0px 12px 0px 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 17px;
	border: none;
}

div#navigat ul li a:hover {
	color: #404040;
}

div#navigat a#current {
	color: #0c5704;
	background: transparent url('images/navcurrent.gif') no-repeat scroll 0% 70%;
}

div#navigat a#current:hover {
	color: #E9F7E2;
}


/* ----- MAIN CONTENT ----- */

div#content {
	padding-right: 26px;
	border-right: 204px solid #E7F6DE;
	text-align: justify;
}

div.news {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #C4E8B2;
}

div.postbit {
	margin: 12px 0px 0px 0px;
}

div.postbit, div.bitpostedby, div.bitcomments, div.bitdownload, div.postbit a, div.bitpostedby a, div.bitcomments a, div.bitdownload a, span.date, div.bitedit, div.bitedit a {
	color: #505050;
	font-size: 13px;
}

div.postbit a:hover {
	color: #202020;
}

span.date {
	border-bottom: 1px dotted #B5B5B5;
	cursor: help;
}

div.bitpostedby {
	display: inline;
	padding-left: 12px;
	background: transparent url('images/check8.gif') no-repeat scroll 0% 60%;
}

div.bitcomments {
	display: inline;
	padding-left: 24px;
	background: transparent url('images/write8.gif') no-repeat scroll 12px 60%;
}

div.bitdownload {
	display: inline;
	padding-left: 24px;
	background: transparent url('images/down8.gif') no-repeat scroll 12px 60%;
}

div.bitedit {
	display: inline;
	padding-left: 24px;
	background: transparent url('images/exclam8.gif') no-repeat scroll 12px 60%;
}

div.postnav {
	text-align: right;
}

div.postnav a {
	font-size: 13px;
}

div.news h3, div.news h3 a, div.news h3 a:visited, div.news h3 a:hover {
	font-size: 17px;
}

div.news em {
	font-style: normal;
	font-weight: bold;
	color: #606060;
}

div.comment2 em, div.comment1 em {
	font-weight: normal;
	font-style: italic;
	color: #404040;
}

/* newer entries */
div.prevposts {
	display: inline;
	padding-left: 11px;
	background: transparent url('images/newer8.gif') no-repeat scroll 0% 60%;
}

/* older entries */
div.nextposts {
	display: inline;
	padding-left: 24px;
	padding-right: 11px;
	background: transparent url('images/older8.gif') no-repeat scroll 100% 60%;
}

div.comment1, div.comment2 {
	padding: 4px 12px 12px 12px;
	margin: 0px 0px 0px 0px;
}

div.comment1 {
	/* border: 1px dotted #A0A0A0; */
	background-color: #F3FAEE;
}

span.staffcmt {
	padding-left: 12px;
	font-size: 13px;
	font-weight: bold;
	cursor: help;
	background: transparent url('images/starbull.gif') no-repeat scroll 1px 60%;
}

span.cmtnolink {
	font-size: 13px;
	font-weight: bold;
}

p.profpic {
	float: right;
	margin: 8px 0px 20px 20px;
}

p.profpic img {
	border: 1px solid #8AD265;
}

.editpage {
	font-size: 13px;
	margin-top: 14px;
	padding-top: 10px;
	clear: both;
	border-top: 1px solid #C4E8B2;
}

.lm8 {
	margin-left: 8px;
}


/* ----- RAIL BAR ----- */

div#rail {
	width: 180px;
	float: right;
	padding: 4px 12px 12px 12px;
	text-align: justify;
	background: #E7F6DE;
}

p.ptm {
	margin-top: 20px;
}
.widget_twitter {
	position: relative;
}
.widget_twitter li {
	background: none;
	padding-left: 0;
	margin-bottom: 10px;
	overflow: hidden;
}
.widget_twitter .entry-meta {
	font-size: 12px;
	display: block;
	text-align: right;
}
.widget_twitter .twitter-avatar {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: -4px;
}
.widget_twitter .twitter-avatar a {
	border-bottom: none !important;
}
/* ----- FOOTER ----- */


span.bulls {
	padding-left: 4px;
	padding-right: 4px;
	font-size: 11px;
}

div#foot {
	padding: 40px 0px 14px 0px;
	clear: both;
	color: #606060;
	font-size: 11px;
	text-align: center;
}

div#foot a {
	font-size: 11px;
}

/* the RSS-feed icon is organisationally part of the footer */
div#mastrss {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 62px;
	height: 62px;
	z-index: 200;
	background: transparent url('images/mastrss.png') no-repeat scroll top left;
}


/* ----- 404 PAGE ----- */

div#bordertop404 {
	width: 316px;
	height: 10px;
	margin: 0px auto;
	line-height: 0;
	margin-top: 40px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF url('images/404bordertop.png') no-repeat scroll top left;
}

div#bg404 {
	width: 316px;
	margin: 0px auto;
	padding: 20px 0px 16px 0px;
	text-align: center;
	background: #FFFFFF url('images/404bg.png') no-repeat scroll 50% 100%;
}

div#bg404 div {
	width: 280px;
	margin: 0px auto;
}

div#bg404 h1.h404 {
	width: 71px;
	height: 28px;
	margin: 0px auto;
	text-align: center;
	background: transparent url('images/404logo.gif') no-repeat scroll top left;
}

div#bg404 h1.h403 {
	width: 209px;
	height: 79px;
	margin: 0px auto;
	text-align: center;
	background: transparent url('images/403logo.gif') no-repeat scroll top left;
}

div#bg404 h1.contact {
	width: 177px;
	height: 36px;
	margin: 0px auto;
	text-align: center;
	background: transparent url('images/contactlogo.gif') no-repeat scroll top left;
}

div#bg404 h1 span {
	visibility: hidden;
}

div#nav404 {
	width: 316px;
	height: 34px;
	margin: 0px auto;
	margin-bottom: 20px;
	padding-top: 0px;
	background: #FFFFFF url('images/404navbg.png') repeat-x scroll top left;
}

div#nav404 a, div#nav404 span {
	display: block;
	margin: 0px 4px 0px 4px;
	padding: 0px 12px 0px 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 17px;
	border: none;
}

div#nav404 span {
	color: #404040;
}

div#nav404 a:hover {
	color: #404040;
}

textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font:  13px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
}

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}

input.disabled, input.disabled:focus {
	background: #f4f4f4 url('images/padlock10.gif') no-repeat scroll 98% 50%;
	border: 1px solid #b2b2b2;
	color: #777777;
}

.plshelp {
	cursor: help;
}
