/*
Theme Name: Clown God
Theme URI: http://www.clowngod.com/
Description: The default WordPress theme for Clown God.
Version: 1.0
Author: Jerry Portelli
Author URI: http://www.clowngod.com/
Tags: Red, Clown

*/


/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }

/* -------------------------------------------------------------- 
  
   Structure
   
-------------------------------------------------------------- */

html { 
	text-align: center;
	}
body { 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	background-color: #eb1c24;
}
a {
	text-decoration: none;
	}
ul {
	margin-bottom: 10px;
	}
p {
	margin: 10px 0;
	}
p, ul a {
	font-size: 12px;
}
h2 a {
	color: black;
	}
h2 {
	font-size: 19px;
	margin-bottom: 10px;
	text-transform: uppercase;
	}

#sidebar h2, h3 {
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
	}
#pagewrap, #page { 
	text-align: left;
	margin: 0 auto;
	width: 800px;
		}
#header {
	width: 800px;
	margin: 0 auto;
	}
#header h1 {
	width: 800px;
	height: 458px;
	background-image: url(images/cg_logo.png);
	text-indent: -9999px;
	}
.description {
	font-size: 25px;
	margin-top: -150px;
	height: 170px;
	text-align: center;
	}
#main {
	width: 800px;
	}	
#content {
	width: 560px;
	padding: 20px;
	float: left;
	position: relative;
	}
#content img {
margin: 10px 0;
}
#page .widecolumn {
	width: 800px;
	}
#sidebar {
	color: white;
	width: 158px;
	padding:20px;
	float: right;
	position: relative;
	border: solid;
	border-color: white;
	border-width: 1px;

	}


/* -------------------------------------------------------------- 
  
   Off
   
-------------------------------------------------------------- */
#footer {
	display: none;
	}
	
	
	
	
	
	
	
	
	
	