/* 
  ------------------------------------------------
  Curry Construction
  www.johnschnell.net
  Two Column 920 Left Sidebar
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #e1e1e1;
	background-color: #000000;
	margin: 0px;
	padding: 0;
}
#masthead {
	color: #e1e1e1;
	background-color: #000000;
	padding: 0px;
	margin: 0 0 16px 0;
}
#wrapper {
	width: 920px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/fauxtastic_middle.jpg);
	background-repeat: repeat-y;
}
#column_top {
	background-image: url(img/fauxtastic_top.jpg);
	background-repeat: no-repeat;
	height: 32px;
}
#column_bottom {
	background-image: url(img/fauxtastic_bottom.jpg);
	background-repeat: no-repeat;
	height: 32px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 640px;
	float: left;
}
#left {
	width: 280px;
	float: left;
}
#right .content {
	padding: 0px 48px 24px 12px;
	font-size: .8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
}
#left .content {
	padding: 12px 0 24px 64px;
	font-size: 0.8em;
	color: #e1e1e1;
	line-height: 1.5em;
}
#left .content a:link {
	color: #f0b302;
	text-decoration: none;
}
#left .content a:visited {
	color: #f0b302;
	text-decoration: none;
}
#left .content a:hover {
	color: #d90026;
	text-decoration: none;
}
#masthead .content {
	padding: 12px 20px;
}
#footerbox {
	width: 920px;
	margin: 0 auto;
}
.footer {
	font-size: .7em;
}
.footer p {
	margin: 12px 20px 6px 48px;
	color: #ccc;
}
.footer a:link {
	color: #ffcc66;
	text-decoration: none;
}
.footer a:visited {
	color: #ffcc66;
	text-decoration: none;
}
.footer a:active {
	color: #ec2127;
}
.footer a:hover {
	color: #ec2127;
}
#left a:link {
	color: #000000;
	text-decoration: none;
}
#left a:visited {
	color: #000000;
	text-decoration: none;
}
#left a:hover {
	color: #ffffff;
	text-decoration: none;
}

#right a:link {
	color: #f8cd02;
	text-decoration: none;
}
#right a:visited {
	color: #f8cd02;
	text-decoration: none;
}
#right a:hover {
	color: #ec2127;
}

h1 {
	margin: 16px 0 0 0;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px 12px;
	color: #f0b302;
	border: 0px solid #333333;
	font-weight: bold;
	letter-spacing: .2em;
}
h2 {
	margin: 0px;
	width: 45%;
	font-size: 1.2em;
	padding: 2px 12px;
	color: #ec2127;
	border: 1px dotted #505050;
	font-weight: bold;
	background-color: #161616;
	letter-spacing: .2em;
}
h3 {
	font-size: 1.2em;
	color: #f0b302;
}
h4 {
	font-size: 1em;
	color: #ec2127;
}
.callout-border {
	margin: 0 0 0 0;
	width: 502px;
	height: 402px;
	padding: 8px;
	background-color: #e1e1e1;
	border: 1px solid #333333;
	z-index: 11111;
}
.callout-image {
	width: 500px;
	height: 400px;
	background-color: #000000;
	border: 1px solid #000000;
	z-index: 11111;
} 
.callout-left {
	float: left;
	width: 187px;
	margin: 0px 10px 0 0px;
	padding: 8px;
	border: 1px dotted #333333;
	font-size: 0.75em;
	font-weight: bold;
}

.callout-paul {
	float: right;
	width: 187px;
	margin: 24px 0 48px 12px;
	padding: 8px;
	border: 1px solid #505050;
	font-size: 0.75em;
	font-weight: bold;
}
.callout-right {
	float: right;
	width: 187px;
	margin: 0px 0px 0 12px;
	padding: 8px;
	border: 1px dotted #999999;
	font-size: 0.75em;
	font-weight: bold;
}
.copyright {
	tex-align: center;
	font-size: 0.95em;
	font-weight: normal;
}
.date-font { 
	color: #666666; 	
	font-family: arial, sans-serif;
	font-size: .7em;
    font-weight: bold;
}
.email {
	color: #f0b302;
}
.flashWrapper {
	margin: 10px 0 0 0;
}
.logo {
	margin: 12px 0 12px 48px;
	width: 210px;
}
.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.25em;
	color: #e1e1e1;
	padding: 8px;
	border: 1px solid #505050;
	width: 500px;
	text-align: left;
}
.sidebartitle {
	margin: 24px 0 0 40px;
	font-size: .9em;
	padding: 2px 9px;
	color: #99bbcc;
	border: 1px solid #333333;
	font-weight: bold;
	background-image: url(../images/logo/pagetitle.jpg);
	background-color: #707070;
	background-repeat: repeat-x;
	letter-spacing: .4em;
	text-align: center;
}

  /* MISCELLANEOUS */
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}

