/* CSS file */
/***** Global Settings *****/

html, body {
	border:0;
	margin:0;
	padding:0;
}

body {
	font:75%/180% Georgia, serif;
	/* font:80%/150% arial, helvetica, sans-serif; */
	/* font:75%/180% Verdana, Geneva, Arial, Helvetica, sans-serif; */
	color: #A1A1A1;
	background-color: #171719;
	background-image: url(/images/bg_tile.gif);
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

p, ul, ol {
margin:0;
padding:0;
}

p {
margin-bottom: 11px;
}

ul, ol {
padding:0;
}

blockquote {
background-image: url(./themes/newconcept/newconcept_blockquote.png);
margin:0 0 13px 0;
padding:13px;
font-style: italic;
}

blockquote p {
margin:0;
padding:0;
}

b { color: #ffffff;}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

A:link {
	color : #FFC766;
	background-color : transparent;
	text-decoration : none;
}

A:visited {
	color: #FFC766;
	background-color : transparent;
	text-decoration : none;
}

A:hover {
	color: #FFC766;
	background-color: transparent;
	text-decoration : underline;
}

/***** Forms *****/

form {
	margin:0;
	padding:0;
}

input, select, textarea {
	font:100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 3px;
	border: 1px solid #333333;
	color: #555555;
	background-color: #000000;
}

input:hover {
border: 1px solid #FF6600;
}


textarea {
width:432px;
line-height: 180%;
color: #bbc397 !important;
}

label {
cursor:pointer;
}

.checkbox {
padding: 0;
margin:0;
border:0 !important;
background-color: transparent;
}

/***** Tables *****/

table {
border:0;
margin:0;
padding:0;
width: 100%;
font-size: 11px;
}

table td  {
border-bottom: 1px dotted #413524;
padding: 7px 0 7px 0;
vertical-align: top;
}

table th  {
border-bottom: 1px dotted #413524;
padding: 7px 0 7px 0;
vertical-align: top;
text-align:left;
}


/***** Global Classes *****/

.clear 			{ clear:both; display:block; line-height:0px; height:0px; font-size:0px; }

.hide 			{ display: none; }

.float-left 	{ float:left; }
.float-left-img 	{ float:left; margin: 6px 13px 2px 0;}
.float-right 	{ float:right; }
.float-right-img 	{ float:left; margin: 6px 0 2px 13px;}

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:red; }

.img-left 		{ float:left;margin:0; }
.img-right 		{ float:right;margin:0; }

.nomargin {	margin:0;}
.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

/***** Layout Classes *****/
#wrapper {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	float:left;
	width: 920px;
	margin:0 auto;
	background-color: #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.navigation_links a:link { color: #ffffff; text-decoration: none; }
.navigation_links a:visited { color: #ffffff; text-decoration: none; }
.navigation_links a:hover { color: #FFC766; text-decoration: none; }

#navigation {
	float: left;
	width: 920px;
	height: 37px;
}

#navigation ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 2px 0px;
	line-height: 1px;
}

#navigation li {
	display:block;
	background: #171717 url(../images/nav_bg.gif) no-repeat top center;
	float:left;
	height:31px;
	margin:0;
	padding: 6px 0px 0px 0px;
	font-family: Georgia, serif;
	margin-right: 1px;
	text-align: center;
}

#navigation li:hover {
	background: #1C1C1C url(../images/nav_bg_over.gif) no-repeat top center;
	color: #FFC766;
}

#navigation li.active {
	background: #1C1C1C url(../images/nav_bg_over.gif) no-repeat top center;
	color: #FFC766;
}


#navigation li a {
	display:block;
	height:25px;
	padding: 8px 0px 2px 0px;
	text-indent:0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#btnHome { width: 95px; }
#btnClub { width: 115px;  }
#btnNews { width: 120px;  }
#btnNewToRugby { width: 125px;  }
#btnSchedules { width: 115px;  }
#btnPhotos { width: 110px;  }
#btnDirections { width: 115px;  }
#btnContact { width: 110px;  }

#email_signup {
	width: 478px;
	height: 30px;
	float: right;
	text-align: right;
	padding: 8px 10px 4px 10px;
	border-left: 0px solid #333333
}

#content {
	float: left;
	width: 920px;
	background-color: #0F0F11;
	padding-top: 2px;
}

#leftCol {
	width: 184px;
	float: left;
	padding: 6px;
	background-color: #0F0F11;
}

.col_box {
	background: #000000 url(../images/col_head_bg.gif) no-repeat top left;
	margin-bottom: 6px;
}

.col_box h3 {
	color: #595959;
	height: 22px;
	padding: 3px 0px 0px 10px;
	border-left: 1px solid #343434;
	border-top: 1px solid #343434;
	border-right: 1px solid #343434;	
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.col_box_content {
	padding: 20px 14px;	
}

.col_box_content img { border: 7px solid #0F0F11; }

.col_box_content h4 {
	color: #FFC766;	
}

.sub_navigation {
	background-color: #000000;
	padding: 14px;	
	margin-bottom: 6px;
}

.sub_navigation a.active { color: #FFFFFF; font-weight: bold; }

.sub_navigation ul {
	list-style-image:none;
	list-style-type:none;
	margin: 0;
}

.sub_navigation ul li {
	list-style-image:none;
	list-style-type:none;
	margin: 0;
}

#rightCol {
	width: 512px;
	padding: 6px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	float: left;
	background-color: #0F0F11;
	overflow:hidden;
}

#farRightCol {
	width: 184px;
	float: left;
	padding: 6px;
	background-color: #0F0F11;
}

.column_title {
	background: transparent url(../images/entry_title_bg.png) repeat-x;
	border:1px solid #333333;
	height:40px;
	line-height:40px;
	margin:0 10px 10px;
	padding:0 10px 0 39px;
}

.blog_entry {
	border:1px solid #333333;
	margin:10px;
	padding:10px;
}

.generic_content_block {
	border:1px solid #333333;
	margin:10px;
	padding:10px;
}

#footer {
	float: left;
	width: 880px;
	padding: 20px;
}