/*
Theme Name: Rapid Hosting
Theme URI: http://www.RapidHosting.com.au/
Description: Theme design created for <a href="http://www.rapidhosting.com.au/">Rapid Hosting</a>.
Version: 1.0
Author: Darren Nolan
Author URI: http://www.rapidhosting.com.au/
Tags: purple, custom header, fixed width, two columns

	Rapid v1.0
	 http://www.rapidhosting.com.au/

	This theme was designed and built by Darren Nolan,
	whose blog you will find at http://www.RapidHosting.com.au/

*/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {width:887px; height:32px; position:relative; z-index:100;border-right:1px solid #000; font-family:arial, sans-serif; background-image: url(images/menu_top.jpg);}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:888px; w\idth:887px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:126px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:126px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:126px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#875A79; background-image: url(images/menu_top.jpg); line-height:29px; font-weight:bold; text-align: center;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:126px; w\idth:126px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65;}
.menu ul ul :hover > a.drop {background:#c9ba65;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:110px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:110px; top:-1px; width:110px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-110px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#006d9b; color:#FFF; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#FFF; background:#006d9b;}
.menu :hover > a, .menu ul ul :hover > a {color:#FFF; background:#006d9b;}


.menu ul ul a:hover{background:#CF81B9;}
.menu ul ul :hover > a {background:#CF81B9;}

.menu li.current_page_item a {background: #00405e;}
.menu ul ul li.current_page_item a {background: #00405e;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

html {
	margin: 0;
	padding: 0;
	min-width: 950px;
}

body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	background: #B8B8B8 url(images/background_body.jpg) repeat-x;
}

img {
	border: none;
}

#headerImageBorder {
	background: #575757 url(images/header_background.jpg) repeat-x;
	/*border-bottom: 5px solid #5c3851;*/
	margin: 0;
	padding: 0;
}

#headerImage {
	margin: 0 auto 0 auto;
	padding: 0;
	height: 150px;
	width: 930px;
	text-indent: -9999px;
	background: url(images/rapidgamingBanner.jpg) no-repeat top left;
	/*border-bottom: 5px solid #7d4c6e;*/
	border-bottom: 1x solid #000;
	
	/*border-top: 5px solid #575757;*/
	/*border-left: 5px solid #575757;*/
	/*border-right: 5px solid #575757;*/
}

#pageContainer {
	background: #FFF;
	border: 1px solid #000;
	border-top: none;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}

#mainContainer {
	margin: 20px;
	margin-top: 0px;
}

#headerNavigation {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
	width: 888px;
	float: left;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

#headerNavigation li {
	float: left;
	margin: 0;
	padding: 0;
}

#headerNavigation a {
	float: left;
	width: 111px;
	color: #666666;
	font-weight: bold;
	font-size: 13px;
	height: 54px;
	line-height: 58px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #e6e6e6 url(images/headerNavBg.jpg) repeat-x top;
}

#headerNavigation a:hover {
	background-position: bottom;
}

#headerNavigation li.current_page_item a:link, #headerNavigation li.current_page_item a:visited {
	/* color: #7d4c6e; ORIGINAL */
	color: #004c6e;
	background: #e6e6e6 url(images/headerNavBg.jpg) repeat-x bottom;
}

.clear5px {
	line-height: 5px;
	height: 5px;
	clear: both;
}

.clear3px {
	line-height: 3px;
	height: 3px;
	clear: both;
}

.clear1px {
	line-height: 1px;
	height: 1px;
	clear: both;
}

#splashContainer {
	margin: 0;
	padding: 0;
	border: 5px solid #e7e7e7;
	background: #e7e7e7;
}

#splashContainerBody {
	background: #f5f5f5;
	margin: 0;
	padding: 20px 20px 20px 20px;
	height: 1%;
}

.splashItemBy3 {
	float: left;
	padding: 0;
	margin: 0 10px 0 10px;
	width: 260px;
}

.splashItemBy3 h2 {
	height: 42px;
	width: 260px;
	background: url(images/splashHeader.gif) no-repeat;
	padding: 9px 0 0 16px;
	margin: 0;
	font-size:16px;
	/*color: #7d4c6e; ORGINAL */
	color: #004c6e;
	text-transform: uppercase;
}

.splashItemBy3 h2 .silver {
	color: #999999;
}

.splashItemBy3 img {
	float: left;
	padding-right: 20px;
}

.splashItemBy3 p {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 11px;
}

#splashContainer p.tag {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 20px;
}

#domainBar {
	padding: 0;
	margin: 0;
	background: #E7E7E7;
}

#domainSearch {
	float: right;
	margin-top: 5px;
	width: 469px;
	height: 44px;
	background: #E7E7E7 url(images/splash/searchDomain.jpg) no-repeat;
}

#domainSearch form {
	margin: 0;
	padding: 0;
	font-size: 11px;
	padding-left: 45px;
	padding-top: 10px;
}

#domainSearch p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.domainGoBtn {
  width: 30px;
  height: 25px;
  margin: 0 0 0 15px;
  padding: 0;
  border: 0;
  background: transparent url(images/domainGo.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
}

#contentContainer {
	
	margin: 20px;
	padding: 0;
}

#content {
	float: left;
	width: 540px;
	margin: 20px;
	margin-top: 5px;
	height: 1%;
}

#content h2 {
	font-size: 15px;
	margin: 0 0 10px 0;
	padding: 0;
}

#content h2 a:link, #content h2 a:visited {
	color: #000;
	text-decoration: none;
}

#content h2 a:hover {
	text-decoration: underline;
}

#content h2 .purple {
	/* color: #7d4c6e; ORIGINAL */
	color: #004c6e;
}

#content h5 {
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#content h5 .purple {
	/* color: #7d4c6e; ORIGINAL */
	color: #004c6e;
}

#content p {
	margin: 5px 0 20px 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.4;
}

#content a:link, #content a:visited {
	/* color: #7d4c6e; ORIGINAL */
	color: #004c6e;
}

#content li {
	font-size: 11px;
}

.recentBlog li {
	margin-bottom: 5px;
}

.recentBlog li a:link, .recentBlog li a:visited {
	/* color: #7d4c6e; ORIGINAL */
	color: #004c6e;
	text-decoration: none;
}

.recentBlog li a:hover {
	text-decoration: underline;
}


#contentSideBar {
	float: right;
	width: 263px;
	margin: 5px 20px 20px 0;
	padding: 0;
}

#contentSideBar h2 {
	margin: 0;
	padding: 9px 0 0 15px;
	background: url(images/headerNewsEvents.jpg) no-repeat;
	height: 43px;
	width: 263px;
	font-size: 15px;
}

#contentSideBar h2 .purple {
	/* color: #7d4c6e; ORIGINAL */
	color: #004c6e;
}

#contentSideBar h3 {
	margin: 0 0 0 10px;
	padding: 0 0 0 12px;
	/* color: #7d4c6e; ORIGINAL */
	color: #004c6e;
	font-size: 11px;
	background: url(images/headerNewsItem.gif) no-repeat left center;
}

#contentSideBar h3 a:link, #contentSideBar h3 a:visited {
	/* color: #7d4c6e; ORIGINAL */
	color: #004c6e;
	font-size: 11px;
	text-decoration: none;
}

#contentSideBar h3 a:hover {
	text-decoration: underline;
}

#contentSideBar h4 {
	margin: 0 0 0 22px;
	padding: 0;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}

#contentSideBar p {
	margin: 10px 0 10px 22px;
	font-size: 11px;
	line-height: 1.4;
}

.hrSideBar {
	padding: 0 0 0 22px;
	margin: 0;
}

.hrSideBar hr {
	border: 1px dashed #eaeaea;
	color: #eaeaea;
	background-color: #eaeaea;
}

.hrBar {
	padding: 0 0 0 0;
	margin: 0;
}

.hrBar hr {
	border: 1px dashed #eaeaea;
	color: #eaeaea;
	background-color: #eaeaea;
}

#contentSideBar p.viewAll a:link, #contentSideBar p.viewAll a:visited {
	/* color: #7d4c6e; ORIGINAL */
	color: #004c6e;
	text-decoration: underline;	
}

#contentSideBar p.viewAll a:hover {
	text-decoration: none;	
}

#contentSideBar p.viewAll {
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
}

#contentSideBar .categories li {
	margin-bottom: 5px;
}

#contentSideBar .categories li a:link, .categories li a:visited {
	/* color: #7d4c6e; ORIGINAL */
	color: #004c6e;
	text-decoration: none;
}

#contentSideBar .categories li a:hover {
	text-decoration: underline;
}

#footerContainer {
	margin: 0;
	padding: 20px 0 10px 20px;
	background: #575757;
	color: #aaaaaa;
	
}

#footerContainer h2 {
	margin: 0;
	padding: 8px 0 0 10px;
	height: 34px;
	width: 180px;
	font-size: 11px;
	background: url(images/footerHeader.gif) no-repeat;
	color: #FFF;
}

.footerItem {
	float: left;
	width: 200px;
}

.footerItem p {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 11px;
}

.footerItem ul {
	padding: 0 0 0 30px;
	margin: 0;
	list-style-position: outside;
	list-style-image: url(images/footerUL.gif);
	list-style-type: square;
}

.footerItem li {
	font-size: 11px;
	color: #aaaaaa;
}

.footerItem a:link, .footerItem a:visited {
	color: #aaaaaa;
	text-decoration: none;
}

.footerItem a:hover {
	text-decoration: underline;
}

.footerSplash {
	padding: 0;
	margin: 0;
}

.footerSplash p {
	font-size: 12px;
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: bold;
}

blockquote {
	padding: 5px;
	margin: 5px;
	background: #FAFAFA;
	border: 2px dashed #EFEFEF;
}

.navigation {
	font-size: 11px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.detail {
	text-align: left;
}


table.domainTable, table.hostingTable {
	border-collapse:collapse;
	color:#000000;
}

table.domainTable th, table.hostingTable th {
	background-color: #414468;
	color: #FFF;
	padding: 4px 4px 4px 4px;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #000;
}

table.domainTable th.tableTitle, table.hostingTable th.tableTitle {
	background: #4E527C;
}

tr.odd {
	background-color: #EEEEEE;
}

td.odd {
	background-color: #EEEEEE;
}


table.domainTable td, table.hostingTable td {
	font-size: 13px;
	border: 1px solid #000;
	padding: 10px;
}

table.whyUsTable {
	width: 100%;
}

table.whyUsTable td {
	font-size: 13px;
	padding: 10px;
}

.gameTable img {
	border: 2px solid #000;
}