/*   
Theme Name: Chips for Charity
Theme URI: http://chipsforcharity.org
Author: Buckethead Studio
Author URI: http://www.bucketheadstudio.com
Version: 1
*/

/*	=Global
	------------------------------------------------------ */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,form {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

ul,ol {
	list-style: none;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*	=Layout
	------------------------------------------------------ */
html {
	background-color: #3a3a3a;
}
body {
	margin: 0 auto;
	text-align: center;
	background: #e5e5e5 url(../img/gradient_bg.png) repeat-x left top;
	min-width: 960px;
}

div.wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

div#header, div#marquee, div#content {
	margin-top: 30px;
}

div#footer {
	background-color: #3a3a3a;
	border-top: 4px solid #46add3;
	margin-top: 60px;
	padding-top: 18px;
	color: #fff;
	clear: both;
}

div.large_col {
	width: 588px;
	float: left;
}

div.small_col {
	width: 312px;
	float: right;
}

div.left_col {
	float: left;
	width: 440px;
}

div.right_col {
	float: right;
	width: 440px;
}

div.callout {
	background-color: #e2f4fe;
}
div.callout div {
	border: 1px solid #a6d3eb;
	padding: 12px;
}
div.info_block {
	padding: 24px 30px;
	background-color: #fff;
	border: 1px solid #bfbfbf;
}

div.info2_block {
	padding: 26px 32px;
}



/*	=Navigation
	------------------------------------------------------ */
	
ul#topNav {
	width: 733px;
	height: 46px;
	float: right;
}

ul#topNav li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

ul#topNav li a {
	background: transparent url(../img/navBar2.gif) no-repeat 0 0;
	width: 146px;
	height: 46px;
	display: block;
	text-indent: -9999px;
}
/* default */
ul#topNav li#about_nav a {}
ul#topNav li#events_nav a {background-position: -147px 0px;}
ul#topNav li#partners_nav a {background-position: -293px 0px;}
ul#topNav li#gallery_nav a {background-position: -439px 0px;}
ul#topNav li#contact_nav a {background-position: -585px 0px;}
/* over */
ul#topNav li#about_nav a:hover {background-position: 0px -46px;}
ul#topNav li#events_nav a:hover {background-position: -147px -46px;}
ul#topNav li#partners_nav a:hover {background-position: -293px -46px;}
ul#topNav li#gallery_nav a:hover {background-position: -439px -46px;}
ul#topNav li#contact_nav a:hover {background-position: -585px -46px;}
/* down */
ul#topNav li#about_nav a:active {background-position: 0px -92px;}
ul#topNav li#events_nav a:active {background-position: -147px -92px;}
ul#topNav li#partners_nav a:active {background-position: -293px -92px;}
ul#topNav li#gallery_nav a:active {background-position: -439px -92px;}
ul#topNav li#contact_nav a:active {background-position: -585px -92px;}
/* current */
body#aboutus ul#topNav li#about_nav a {background-position: 0px -138px;}
body#events ul#topNav li#events_nav a {background-position: -147px -138px;}
body#partners ul#topNav li#partners_nav a {background-position: -293px -138px;}
body#gallery ul#topNav li#gallery_nav a {background-position: -439px -138px;}
body#contactus ul#topNav li#contact_nav a {background-position: -585px -138px;}


#gallery .info_block{
	widows: 898px;
	float: left;
}

#gallery .img_block_small{
	width: 220px;
	//height: 220px;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	text-align: center;
}

#gallery .img_block_small_last{
	width: 220px;
	//height: 220px;
	float: left;
	margin-bottom: 6px;
	text-align: center;
}

#gallery .img_block{
	width: 449px;
	text-align: center;
	float: left;
}

#gallery .img_block h3{
	margin-top: 10px;
}

/*	=Linkage
	------------------------------------------------------ */
a, a:visited {
	color: #0078a4;
}

a:hover {
	text-decoration: none;
	color: #e5901a;
}

a.arrow-lnk,a:visited.arrow-lnk {
	background: transparent url(../img/link_arrow-trans.png) no-repeat 0px 0px;
	padding: 2px 0 2px 27px;
	color: #1c1c1c;
}

a:hover.arrow-lnk {
	background-position: 0px -40px;
	color: #0078a4;
}



/*	=Typography
	------------------------------------------------------ */
body {
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 62.5%;
	color: #575757;
}

h1.logo {
	background: transparent url(../img/chips_logo.png) no-repeat left top;
	width: 200px;
	height: 60px;
	margin: -4px 0 0 0;
	float: left;
}
h1.logo a {
	width: 200px;
	height: 60px;
	display: block;
}
h1.logo a span {
	display: none;
}

h2 {
	color: #0078a4;
	font-size: 2.4em;
	margin: 0 0 0.3em 0;
}
h2.tournyName {
	font-weight: bold;
	margin-bottom: 0;
}
h3 {
	color: #3a3a3a;
	font-weight: bold;
	font-size: 1.6em;
}
h3.tournyLoc {
	color: #e5901a;
	font-weight: normal;
	margin: 0 0 0.2em 0;
}
h3.tournyTime {
	font-weight: normal;
	margin: 0 0 0.4em 0;
}
div.callout div h3 {
	font-size: 1.8em;
	margin-bottom: 0.3em;
}
h3 span {
	color: #0078a4;
}

p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 1.5em 0;
}

table tr td {
	font-size: 12px;
}

#content ul, #content ol {
	margin: 0 0 1.5em 30px;
}

#content ul li {
	list-style-type: disc;
	line-height: 1.6em;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

strong {
	font-weight: bold;
	color: #000;
}



/*	=Images
	------------------------------------------------------ */
img {
	border: none;
}

img.img_left {
	float: left;
	margin: 0 1.6em 0 0;
}
img.img_right {
	float: right;
	margin: 0 0 0 1.6em;
}
img.img_sponsor {
	margin-bottom: 18px;
}

#marquee #hdr_img {
	background: transparent url(../img/img_marquee-trans.png) no-repeat left top;
	padding: 8px 0 0 13px;
	height: 232px;
	width: 947px;
}

div.small-img_holder {
	background: transparent url(../img/small-img-trans.png) no-repeat left top;
	padding: 8px 0 0 13px;
	width: 427px;
	height: 211px;
	margin-bottom: 16px;
}



.fiftybucks{
	margin-right: 14px;
}
