/*
Luke Karrys
American Chess Events
12-27-07
*/


/*		Main Container
-----------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html {

}


body {
	margin: 0 auto;
	font: normal 1em/15px Verdana, Arial, Helvetica, sans-serif;

}

#container {
	width: 900px;
	margin: 20px auto;
	position: relative;
	z-index: 1;

}

a, a:link, a:visited  {
	text-decoration: none;
	color: #4368AC;
}
		
a:hover, a:active, a:focus  {
	text-decoration: underline;
}

.clear {clear: both;}

/*		Top Bar
-----------------------------------------------------------------------*/

#intro {
	left: 0px;
	position: relative;
	height: 129px;
	width: 900px;
}

#logo {
	left: 0px;
	top: 10px;
	width: 200px;
	height: 109px;
	position: absolute;
}

#pageHeader {
	height: 109px;
	width: 650px;
	left: 230px;
	position: absolute;
}

/*		Content Borders
-----------------------------------------------------------------------*/
#border1 {
	top: 140px;
	left: 180px;
	width: 720px;
	min-height: 250px;
	position: absolute;

	border-style: solid;
    border-color: #4368AC;
    border-width: 4px 0px 4px 0px;
}

#border2 {
	top: 0px;
	left: 0px;
	width: 716px;
	min-height: 248px;
	position: relative;
	
	border-style: solid;
    border-color: #000000;
	border-width: 2px 2px 2px 2px;
}

#border3 {
	top: 0px;
	left: 0px;
	width: 716px;
	min-height: 240px;
	position: relative;
	
	background-color: #FFFFFF;
	border-style: solid;
    border-color: #E55C1D;
	border-width: 4px 0px 4px 0px;
}


/*		Link Borders
-----------------------------------------------------------------------*/
#linkListB1 {
	top: 140px;
	left: 0px;
	width: 170px;
	min-height: 250px;
	position: absolute;
	
	border-style: solid;
    border-color: #4368AC;
    border-width: 4px 0px 4px 0px;
}

#linkListB2 {
	top: 0px;
	left: 0px;
	width: 166px;
	min-height: 248px;
	position: relative;
	
	border-style: solid;
    border-color: #000000;
	border-width: 2px 2px 2px 2px;
}

#linkListB3 {
	top: 0px;
	left: 0px;
	width: 166px;
	min-height: 240px;
	position: relative;
	
	background-color: #FFFFFF;
	border-style: solid;
    border-color: #E55C1D;
	border-width: 4px 0px 4px 0px;
}

/*		Main Page Content Divs
-----------------------------------------------------------------------*/

#content {
	color: #000000;
	font: normal 75%/18px Verdana, Arial, Helvetica, sans-serif;
	left: 20px;	
	position: relative;
	margin-bottom: 30px;
	margin-left: 10px;
	top: 20px;
	float:left;
	width: 520px;
}

#mainContent {
	color: #000000;
	font: normal 75%/18px Verdana, Arial, Helvetica, sans-serif;
	left: 10px;	
	position: relative;
	margin-left: 10px;
	top: 20px;
	width: 520px;
}

#flash {
	position: relative;
	float: left;
	top: 0px;
	height: 150px;
	width: 150px;
}

#flashText {
	position: relative;
	top: 0px;
	vertical-align: middle;
	left: 25px;
	float: left;
	width: 350px;
}

#tickerImage {
	position: relative;
	float: left;
	top: 0px;
	height: 150px;
	width: 136px;
}

#tickerText {
	top: 0px;
	vertical-align: middle;
	left: 164px;
	float: left;
	width: 370px;
	text-align: justify;
}

#tickerButtons {
	position: absolute;
	width: 520px;
	top: 220px;
}

#tickerButtons ul {
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 10px auto 0px;
	position: relative;
}

#tickerButtons li {
	display: inline;
	list-style: none;
	display: inline;
	text-align: center;
	margin: 0 13px;
}

#homeaStore {
	position: relative;
	height: 140px;
	width: 500px;
	padding: 10px;
	background-color: #CCCCCC;
	border-top: 2px solid #4368AC;
	border-bottom: 2px solid #4368AC;
	margin-bottom: 30px;
}

#homeaStore img {
	padding:0; margin:0;
	margin-right: 15px;
	margin-left: 10px;
	float: left;
}

#homeaStore p {
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}

#homeaStore h2 {
	text-align: center;
	position: relative;
}

#monroi-ad {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

#nachess-ad {
	position: relative;
	width: 392px;
	height: 72px;
	border: thin solid #4368AC;
	text-align: center;
	margin: 0 auto 30px;
}

#latest-news {position: relative; margin-bottom: 30px;}

#mainMissionStatement {
	position: relative;
	width: 520px;

}

#flash2 img {
	position: relative;
	float: left;
	top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}



#missionStatement li {
	list-style: outside;
	margin-left: 15px;
	margin-bottom: 10px;
}

#searchBar {
	position: relative;
	top: 50px;
	left: 18px;
}

#instructors {
	color: #000000;
	left: 0px;	
	position: relative;
	width: 520px;
	margin-bottom: 10px;
}

#instructorImage {
	position: absolute;
	float: left;
	height: 150px;
	width: 125px;
}

#instructorText {
	position: relative;
	top: -15px;
	left: 135px;
	vertical-align: middle;
	float: left;
	width: 350px;
	margin-left: 10px;
}

#instructionCoach {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
}

span.accomplishments p {
	margin-bottom: 8px;
}

hr {
	clear: both;
  	width: 530px;
	height: 3px;
	margin-bottom: 10px;
	position: relative;
	left: 10px;
	border-width: 1px;
	border-color: black;
}

hr.header {
	width: 520px;
	height: 3px;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
	left: -10px;
	border-width: 1px;
	border-color: black;
}

#hidden {
	display: none;
}

h4.results {
	margin-top: 10px;
}

img.gameofthemonth {
	display: inline;
	border: thin solid black;
}

#gomPics {
	height: 150px;
	margin-bottom: 15px;
}

img.gameofthemonthleft {
	position: absolute;
	top: 0px;
	left: 70px;
	float: right;
}

img.gameofthemonthright {
	position: absolute;
	top: 0px;
	left: 310px;
	float: right;
}

div.section {
	clear: both;
	display: block;
}

#content h3 {
	margin-top: 10px;
}

#content h4 {
	margin-top: 10px;
}

#content h3.nomargin {
	margin-top: 15px;
	padding: 0px;
}

#content h4.nomargin {
	margin-top: 5px;
	padding: 0px;
}


div.nl_picture {
	float: left;
	width: 150px;
	margin-right: 10px;
	display: inline;
}

div.nl_image {
	width: 100%;
	text-align: center;
}

div.nl_picture_wide {
	width: 175px;
  	float: left;
	margin-right: 20px;
	display: inline;
}

div.nl_picture p {
	width: 100%;
  	text-align: center;
  	font-style: italic;
  	font-size: smaller;
  	text-indent: 0;
  	caption-side: bottom;
	margin-bottom: 10px;
}

p.caption {
	width: 100%;
  	text-align: center;
  	font-style: italic;
  	font-size: smaller;
  	text-indent: 0;
  	caption-side: bottom;
	margin-bottom: 5px;
}


div.nl_picture_wide p {
	width: 100%;
  	text-align: center;
  	font-style: italic;
  	font-size: smaller;
  	text-indent: 0;
  	caption-side: bottom;
}

img.noborder {
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.floatRight {
	float: right;
	padding: 0px 10px 0px 10px;
}

div.picture {
  float: right;
  width: 225px;
  margin: 0.5em;
  padding: 0.5em;
}

div.picture p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  padding: 0px 10px 0px 0px;
  display: inline;
  caption-side: bottom;
}

#content ol {
	padding: 0px 10px 10px 0px;
	list-style: outside;
	background-color: transparent;
	text-align: left;
}

p.spacing {
	margin-bottom: 10px;
}

#content ul {
	padding: 0px 10px 10px 0px;
	list-style: outside;
	background-color: transparent;
	text-align: left;
}

#content ul.nodot {
	padding: 0px 10px 10px 0px;
	list-style: none;
	background-color: transparent;
	text-align: left;
}

#content ol.numbered {
	list-style: decimal;
	padding-left: 20px;
}

#content ul.listspace li {
	padding: 0px 0px 10px 0px;
	list-style: outside;
	background-color: transparent;
	text-align: left;
}

#content ol li{
	padding: 4px 0px 4px 0px;
	background-color: transparent;
	text-align: left;
}

h1 {
	font: bold 200%/px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 0px 10px 10px 0px;
}

#content h2 {
	font: bold 200%/px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 0px 10px 10px 0px;
}

#content h3 {
	font: bold 150%/px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 0px 10px 10px 0px;
}

#content h4 {
	font: bold 125%/px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 0px 10px 0px 0px;
}

#content p.note {
	padding: 0px 10px 10px 00px;
	font-style: italic;
}

form.margin-bottom {margin-bottom: 15px;}

#content ul.inside {list-style: inside disc;}
#content ul.inside li {padding-bottom: 10px;}

#content ul.numbered {list-style: inside decimal;}
#content ul.numbered li {padding-bottom: 10px;}

#switcher {
	/*background: url(../images/common/switcherBG.gif) top center repeat-x;
	text-align: center;
	border: thin solid #000000;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 130px;
	height: 35px;
	margin: 10px;
	padding: 20px 10px 20px 10px;*/
}


a.blueButton {
	background: transparent url(../images/common/blueSwitcher.gif) no-repeat scroll top right;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 35px;
	width: 57px;
	margin: 0px 3px 2px 3px;
}

a.orangeButton {
	background: transparent url(../images/common/orangeSwitcher.gif) no-repeat scroll top right;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 35px;
	width: 57px;
	margin: 0px 3px 2px 3px;
}

a.orangeButton:hover {
	border-bottom-width: 1px;
	border-bottom-color: #4368AC;
	border-bottom-style: solid;
}

a.blueButton:hover {
	border-bottom-width: 1px;
	border-bottom-color: #4368AC;
	border-bottom-style: solid;
}

#scroll {
	background: url(../images/common/scrollBG.gif) top center repeat-x;
	position: absolute;
	top: 0px;
	right: 0px;
	border: thin solid #000000;
	width: 150px;
	height: 200px;
	margin: 10px;
	padding: 0px;
}

#login {
	text-align: center;
	font: normal 75%/18px Verdana, Arial, Helvetica, sans-serif;
	color: #4368AC;
	background: url(../images/common/loginBG.gif) top center repeat-x;
	position: absolute;
	float: right;
	right: 0px;
	border: thin solid #000000;
	width: 140px;
	height: 124px;
	margin: 10px;
	padding: 30px 5px 20px 5px;
}

#rightSideAdsense {
	font: normal 75%/25px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/common/adsenseBG.gif) top center repeat-x;
	text-align: center;
	border: thin solid #000000;
	position: relative;
	float:right;
	right: 0px;
	width: 150px;
	height: 240px;
	margin: 10px;
	padding: 20px 0px 20px 0px;
}

#login a {
	line-height: 15px;
}

#button-login {
	background-color: #FFFFFF;
	color: #4368AC;
	font: normal 75%/15px Verdana, Arial, Helvetica, sans-serif;
	border: thin solid #E55C1D;
	margin: 5px;
}

#button-pay {
	background-color: #FFFFFF;
	color: #4368AC;
	font: normal 75%/15px Verdana, Arial, Helvetica, sans-serif;
	border: thin solid #E55C1D;
	margin: 5px;
}

#button-pay:hover {
	background-color: #FFFFFF;
	color: #000000;
	border: thin solid #000000;
}

#button-login:hover {
	background-color: #FFFFFF;
	color: #000000;
	border: thin solid #000000;
}

#username_id {
	border: thin solid #E55C1D;
}

#password_id {
 	border: thin solid #E55C1D;;
}

#footer {
	font: italic 60%/15px Verdana, Arial, Helvetic, sans-serif;
	padding: 10px 5px 10px 10px;
	bottom: -62px;
	position: absolute;
	display: table-cell;
	vertical-align: bottom;
	right: 0px;
	text-align: right;
}

/*		Link List Navigation
-----------------------------------------------------------------------*/
 
#linkList {
	color: #FFFFFF;
	line-height: 15px;
	font-weight: normal;
	padding: 10px 10px 0px 12px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 150px;
}

#lprogram h3 {
	background: transparent url(../images/common/aceProgram.gif) left top no-repeat;
	height: 30px;
	margin: 0px;
	width: 130px;
}

#lastore h3 {
	background: transparent url(../images/common/aceStore.gif) left top no-repeat;
	height: 30px;
	margin: 0px;
	width: 140px;
}

#ltournaments h3 {
	background: transparent url(../images/common/tournaments.gif) left top no-repeat;
	height: 30px;
	margin: 0px;
	width: 130px;
}

#lresults h3 {
	background: transparent url(../images/common/results.gif) left top no-repeat;
	height: 30px;
	margin: 0px;
	width: 130px;
}

#lnewsletter h3 {
	background: transparent url(../images/common/newsletter.gif) left top no-repeat;
	height: 30px;
	margin: 0px;
	width: 130px;
}


#lwildACEs h3 {
	background: transparent url(../images/common/wildACEs.gif) left top no-repeat;
	height: 30px;
	margin: 0px;
	width: 130px;
}

#ldannysCorner h3 {
	background: transparent url(../images/common/dannysCorner.gif) left top no-repeat;
	height: 30px;
	margin: 0px;
	width: 130px;
}

#linkList ul li {
	font-size: 75%;
	list-style: none;
	padding: 2px 0px 2px 0px;
	background-color: transparent;
	text-align: left;
}

#linkList ul {
	padding-bottom: 10px;
}

/* comments */

.comments_div {width: 500px;}

.c_contentPerson {
height:22px;
padding: 3px 0 0 12px;
border: solid 3px #dddbdb;
border-bottom: thin black solid;
border-top: solid 3px #dddbdb;;
}

.c_content {
padding-left:24px;
padding-right:24px;
padding-top: 12px;
padding-bottom: 12px;
background-color: #f1f1f1;
border: solid 3px #dddbdb;
border-bottom: solid 3px #dddbdb;
border-top: none;
margin-bottom: 12px;
}

/* Commets form */
#f1 {
background-color:#f1f1f1;
border:solid 3px #dddbdb;
margin:8px;
margin-right: 0px;
margin-left: 0px;
padding:14px;
padding-top:2px;

}

#f1 input, #f1 textarea {
width:300px;
margin:5px 0 10px 0;
padding:4px;
border:2px dotted #dddbdb;
}

#f1 input {
height:13px;
}

#f1 textarea {
width:450px;
}

#f1 input.selected,#f1 textarea.selected {
border:solid 2px #dddbdb;
}

#f1 input.btn {
width:60px;
height:26px;
cursor: pointer;
color: #000;
}

#comment_submit:hover {background: #e18942; border-style: solid;}

#f1 label.invalid, #f1 div.invalid {color: red;}
#f1 input.invalid, #f1 textarea.invalid {border-color: red;}

#f1 #errors {float: right; margin-top: 12px;}
