/*
Theme Name: SoCalCX
Theme URI: http://socalcross.org
Description: Southern California Cyclocross Prestige Series
Version: 1.11
Author: JLOFT
Author URI: http://jloft.com
*/

/*********************************************************************************
*
*				Reset
*
*********************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#222;
}
ol {
	list-style:armenian;
}
ul {
	list-style: square;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*show table */

table {border:1px solid #ccc;padding:5px;background:#fff;}
td, th  {border:1px solid #ccc;padding:5px;}
th {background:#efefef;}


a img {
	border:none;
}

caption {font-size:1.5em;font-weight:bold;}
.tableborder {border:1px solid #666;margin-top:30px;}
.tableborder th {background:#ccc;border:1px solid #666;padding:5px;}
.tableborder td {border:1px solid #666;padding:5px;}

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


/*********************************************************************************
*
*				General
*
*********************************************************************************/
a:hover {
	text-decoration:underline;
}
*:active {
	outline:none;
	-moz-outline-style:none;
}
*:focus {
	outline:none;
	-moz-outline-style:none;
}
.alignleft {
	float:left;
	display:inline;
	text-align:left;
}
.alignright {
	float:right;
	display:inline;
	text-align:left;
}
.alignnone {
	float:none;
	display:block;
	clear:both;
}
.alignrightright {
	float:right;
	display:inline;
	text-align:right;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}




/*********************************************************************************
*
*				Contact Form Thank You Page
*
*********************************************************************************/
#thankspage {
	position:relative;
	margin:100px auto 20px;
	width:80%;
	font-size:15px;
	line-height:22px;
}
#thankspage h1 {
	font-size:20px;
	line-height:25px;
	color:#090;
	padding:10px 0;
}


