/*
This CSS Default template was designed and built by Jason LaRose, whose website you will find at jasonlarosedesign.com
*/


/* ========================================================================= */
/* UNIVERSAL STYLES                                                          */
/* ========================================================================= */

	* { margin: 0; padding: 0; font-family: Helvetica, Arial, sans-serif; }
	html, body { background-color:#1A1B1F; font-size: 12px; line-height: 150%;}



/* ========================================================================= */
/* LAYOUT STYLES                                                             */
/* ========================================================================= */
	#content{
		background-color:#ffffff;
		margin: 25px auto 25px auto;
		width:800px;
		color:#000;
		padding:20px;
		}
	#content img{
		float:left
	}
	#content li {list-style-type:none; }
	#twitter_div {width:500px; height:330px; margin:0px 0px 0px 280px;}
	#twitter_div li {list-style-type:none; padding:5px;}
	#disqus_thread {background-color:#cccccc; padding:20px;}
	#footer {width: 800px; height: 25px;}


/* ========================================================================= */
/* ELEMENT STYLES                                                            */
/* ========================================================================= */

	h1 { font-size: 28px; margin: 20px 0; }
	h2 { font-size: 16px; margin: 20px 0; }
	h3 { font-size: 14px; margin: 20px 0; }
	h4 { font-size: 12px; margin: 20px 0; }
	p { margin: 20px 0; }
	ul { margin: 20px; }
	ol { margin: 20px 20px 20px 25px; }
	a { text-decoration: none; color: #2FC2EF; font-weight: 900}
	a:hover { text-decoration: underline; }
	blockquote { margin: 20px 20px 0 20px; }
	cite { margin: 0 20px 20px 20px; }
	

/* = ELEMENT STYLES: Classes and ID's ====================================== */	
	.center {text-align: center;}



/* ========================================================================= */
/* NAV STYLES                                                                */
/* ========================================================================= */





/* ========================================================================= */
/* FORM STYLES                                                               */
/* ========================================================================= */

	form li { list-style: none; }
	form li ul { margin: 0; }
	label.description { display: block; font-weight: bold; }
	label.choice { padding-left: 5px; }
	input.text { width: 300px; }
	input.checkbox {  }
	input.radio {  }
	textarea { width: 300px; height: 100px; font-size: 12px; }
	select { width: 300px; }

