/* @override http://www.DallasPistolClub.com/style.css */

/* @override http://localhost:8888/DallasPistolClub/Website/style.css */

/* http://colorschemedesigner.com/#0h11TeJuJw0w0 */

/* http://colorschemedesigner.com/#0d11T--m6w0w0 */
/* http://colorschemedesigner.com/#0d11Te-U8w0w0 */

span, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
	overflow: auto;
}

body {
	color: #1E0D06;
	font: 95% Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	float: left;
	margin: 0;
	width: 100%;
	overflow: hidden
}
/* @group Colors */

.blue { color: #0000FF;}
.red { color: #FF0000;}
.yellow { color: #FFFF00;}
.orange { color: #FF8040;}
.white { color: #FFFFFF;}
.green { color: #00FF00;}
.talt1 { color: #721D00;
	background-color: #FACEBB;
}
.talt2 { color: #843A21;}

/* @end */

h1 {font-size:175%;}
h2 {font-size:145%;}
h3 {font-size:128%;}
h4 {font-size:110%;}

/* @group A */

/*a {	color: #843A21;}*/
a {
	color: #B02D00;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	text-decoration: underline;
}

/* @end */

/* @group Contact */

#contact {
	padding:0px 0px 0px 0px;
	float:right;
}

#contact a {
	font-weight:bold;
	text-decoration:none;
}

#contact a:hover {
	text-decoration:underline;
}

/* @end */

#header {
	margin:0px 0px 0px 0px;
	background-color: #D87F61;
	color: #FFEEE8;
	float: left;
	padding-top: 1%;
	border-bottom-style: solid;
	border-bottom-color: #843A21;
	width: 100%;
}

#header a {
	text-decoration: none;
	color: #721D00;
}

#title {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	float:left;
	text-shadow: 2px 2px 4px #FACEBB;
	font-weight: bold;
	font-size: 400%;
	font-variant: small-caps;
}

#title a {
		text-decoration: none;
		font-weight: bold;

}
#slogan {
	font-size: 90%;
	display: block;
	width: 98%;
	margin-left: 16px;
	text-shadow: 1px 1px 2px #843A21;
	float:left;
}
/*This section allows for the display of the match results.*/
.white_content {
    display: none;
    position: fixed;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 80%;
    padding: 16px;
    border: 6px solid #666666;
    overflow: auto;
    background-color: silver;
}

/* @group Unordered Lists */

ul#nav {
	float: right;
	margin: 5px 10px 5px 5px;
	padding: 0.25%;
}

ul#nav li {
list-style-type:none;
text-align: center;
	margin: 0;
	float: right;
	padding: 0;
}

ul#nav li a {
	font-size: small;
	padding: 2px 8px;
	margin-right: 2px;
	margin-left: 2px;
}
ul#nav li a.hover {
	font-weight: bold;
}
ul#nav li a.current {
	background-color: #D85F36;
	color: #FFEEE8;
	border: 1px solid #FACEBB;
}

ul#path {
	font-size: 75%;
	width: 99%;
	float: left;
	border-top-style: solid;
	padding: .5% 0 .5% 1%;
	margin: .5% 0 0;
}

ul#path li {	
	list-style-type:none;
	text-align: center;
	float: left;
	margin-left: 2px;
}
ul#path li a {
	background-color: #721D00;
	padding: 2px 15px;
	border-width: 1px;
	color: #FACEBB;
	float: left;
	border-style: solid;
}
/* place the "current" pseudo class here */
ul#path li a.current { 
	background-color: #D85F36;
	color: #FFEEE8;
	float: left;
}
ul#path li a:hover {
	font-weight: bold;
}


/* @end */
#columncontainer2 {
	float: left;
	background-color: #FACEBB;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#columncontainer1 {
	float: left;
	width: 100%;
	background-color: #FFEEE8;
	position: relative;
	right: 20.25%;
}

/* @group Main Content */

#maincontent {
	font-size: 90%;
	position: relative;
	left: 21%;
	width: 77.75%;
	float: left;
}
/* @end */


table {
	border-collapse: collapse;
	display: table;
}

tr:hover {
	font-size: larger;
	font-weight: bold;
}
td {
	width: 181px;
	text-align: left;
	padding-top: .1em;
	padding-bottom: .1px;
}

td.ph {
	width: 117px;
	text-align: center;
}

/* @group Side Content */

#sidecontent {
	width: 19%;
	float: left;
	font-size: 77%;
	position: relative;
	left: 23%;
}

#sidecontent img {
	width: 100%;
	height: auto;
	border-style: solid;
	border-width: 1px;
	margin-top: 2px;
}


#sidecontent li { 
	margin-left: -20px;
	padding-top: 1px;
	padding-bottom: 3px;
}

/* @end */

/* @group Footer */

#footer {
	font-size: 75%;
	border-top: 3px solid #843A21;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #721D00;
	color: #FACEBB;
}

#footer p {
	padding: 0 0 0 5px;
	width: 90%;
}
#footer	a {
	text-decoration: none;
	clear: both;
}

#footer	a:hover {
	font-weight: normal;
	text-decoration: underline;
}

#footer img {
	float: right;
	margin-right: 18px;
}
/* @end */
