/************************************************************* 
	Author:	Anthony Lopez-vito
	Version:	1.0
	
	Credits:
	This design is based on Michael Heilemann's open source
	Kubrik template for WordPress. You download it from:
	http://binarybonsai.com/kubrick
	
	Do you need to switch to a better browser?
	http://browsehappy.com

 *************************************************************/

/*****************************************
	Page structure
 *****************************************/
body {
	margin:0;
	padding:0 0 0.5em;
	font-family:'lucida sans unicode','lucida grande',helvetica,'bitstream vera sans',sans-serif;
	font-size: 0.8em;
	background-color:#d5d7d8;
	line-height:1.5em;
	color:#333;
	}

#ContentFrame {
	width:600px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	color:#333;	
	text-align:left;
	background-image:url(../images/contentbg.jpg);	
	background-repeat: repeat-y;
	}

#Content {
	margin: 0em 3em 0em 3em;
	padding: 1em 3em 3em 3em;
	background-color:#fff;
	color:#333;	
	}
	
#Footer {
	position: relative;
	font-size: 0.8em;
	text-align: center;
	color: #ccc;
	padding: 0em 0em 0em 0em;
	background:url(../images/footerbg.jpg) no-repeat bottom center;	
	width:600px;
	height:50px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right:auto;
	margin-left:auto;	

	}	

/*****************************************
	Content formatting
 *****************************************/
h1 {
	margin:1.5em 0em 0.5em 0em;
	padding:0em;
	font-size:2em;
	background-color:#fff;
	color:#000;	
	font-family:georgia,'bitstream vera sans serif','lucida grande',helvetica,verdana,sans-serif;
	}

h2 {
	margin:2em 0em 1em 0em;
	padding:0em;
	font-size:1.3em;
	font-weight: bold;
	background-color:#fff;
	color:#333;	
	font-family:'lucida sans unicode','lucida grande',helvetica,'bitstream vera sans',sans-serif;
	}	
	
h3 {
	font-size:1em;
	font-weight: bold;
	font-style: normal;
	background-color:#fff;
	color:#333;		
	margin: 1em 0em 1em 0em;
	}		
        
p {
	margin:0em 0em 0.8em 0em;
	padding:0em;
	background-color:#fff;
	color:#333;
	}
	
a {
	text-decoration:underline;
	background-color:transparent;
	color:#F77121;
	font-family:'lucida sans unicode','lucida grande',helvetica,'bitstream vera sans',sans-serif;
	}
	
a:hover { 
	text-decoration:underline;
	font-style: italic;	
}
		
em{ 
	font-weight: bold;
	font-style: normal;
	}
	
ul{
	margin:0em 0em 1.8em 0em;
}


table{
	padding: 0em 1em 1em 0em;
	empty-cells: hide;
	}

th{
	padding: 1em;
	text-align: left;
	display: none;
	}

td{
	border: none;
	padding: 1em 2em 1em 0em;
	text-align: left;
	}

caption {
	font-weight: bold;
	font-style: normal;
	text-align: left;	
	padding: 3em 0em 0em 0em;
	margin: 1em 0em 0em 0em;
	display: none;
	}

abbr, acronym { 
	border-bottom: 1px dotted #000;
	font-style: normal;	
	}

a:link img, a:visited img {
    border: none;
    text-decoration: none;
	background:none;
}

a:hover img {
	background-color:transparent;
}

img.button{
 	border: none;
	margin: 1em 0em 1em 0em;
	}
	
img.thumb{
 	border: 1px #555 solid;
	margin: 1em 0em 1em 0em;
	}



.past {
	padding-top:2em;
	color:#777;
	}

.past h2 {
	color:#777;
	}

.past a {
	color:#777;
	text-decoration:underline;
	}


.past abbr, acronym { 
	border-bottom: 1px dotted #777;
	font-style: normal;	
	}



/* For the page footer */
p.footertext{
	background-color:transparent;
	color:#555;	
}
