body {
	font-size:15px;
font-family:Georgia, "Times New Roman", Times, serif;
	
a:link {color:#000000;}      /* unvisited link */
a:visited {color:#000000;}  /* visited link */
a:hover {color:#0000000;}  /* mouse over link */
a:active {color:#000000;}  /* selected link */
}


#headerlist li {display:inline; list-style-type:none; padding-right:3em;}
#mainbulk li {display:inline; list-style-type:none; padding-right:3em;}

.footer {width: 905px; margin-left:auto; margin-right:auto; background-color:#FFF; margin-top:1em; padding-bottom:1em; clear:both;}

.contact {float:left; width:200px; font-size:13px; text-align:justify; margin-left:2em; margin-top:0.5em;}
.copyright {float:right; width:200px; font-size:13px; text-align:justify; margin-left:2em; margin-top:0.5em;}

#twitter {font-family:Arial, Helvetica, sans-serif; width:200px; float:left; word-wrap: break-word; }
#newrelease { padding-left:2em; }
#rightcol {width:200px; float:right; padding-right:17em; padding-top:1em;}
#container {width: 905px; margin-left:auto; margin-right:auto; padding-left:2em;}
#releasetitle {font-family:Arial, Helvetica, sans-serif;  border:thin;}
#socialnet {; border:thin; padding-left:1em;}#container font {
	font-family:Arial, Helvetica, sans-serif;
}



/* 2009 - 2010 (c) | ez-css.org
 * ez-start-2A ::  version 1.0 (03142010)
 *
 * Two columns with header and footer, sidebar on the right hand side, main content comes first. 
 *
 *
 * You should replace the following rule with your own reset or base styles sheet
 * visit: http://carsonified.com/blog/design/setting-rather-than-resetting-default-styling
 */

* {
	margin: 0;
	padding: 0;
}

/*
 * To set the width of the main wrapper
 */
 
#wrapper {width: 750px;}

/*
 * You can use this wrapper for the faux-column technique
 * Check http://www.alistapart.com/articles/fauxcolumns/
 */

#body {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #555;
	border-top:1px solid #555;
}

/*
 * This element needs a width
 */

#article {
	width: 70%; 
	padding: 15px 15px 15px 0;
	border-right: 1px solid #555;
}

/*
 * Unlike the first first column, this element does *not* need a width
 */

#aside {
	padding: 15px 0 15px 15px;
	border-left:1px solid #555;
}

/**********************************************************************************
 Below this comment are the core rules, there should be no need to edit any of them
 **********************************************************************************
 *
 * auto-centering in IE 5
 * we reset this value in the next rule so content is left aligned. 
 */
 
body {text-align: center;}

/* 
 * margin "auto" is to center this element (we set the width in a separate rule near the top of this styles sheet).
 * "text-align" is to reset the declaration from "body".
 * "inline:block" is to create a block-formatting context (the "width" does that in IE).
 */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: inline-block;
}

/*
 * this is the clearfix method
 * we rely on this to contain floats in these elements 
 */
 
#header:after,
#body:after,
#footer:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
}

/*
 * hacks for IE
 * "min-height" triggers "hasLayout" in IE 7, 
 * "height" is the trigger for IE 5 and 6.
 */

#header,
#body,
#aside,
#footer {min-height: 0;} 
* html #header,
* html #body,
* html #aside,
* html #footer {height: 1%;}

/*
 * this element must create a new block formatting context.
 * by default, we rely on "overflow:hidden", but if this creates an issue with your design, then apply to this element one of the following rules 
 * ez-oa
 * ez-dt 
 * ez-it
 * ez-tc
 * ez-ib
 */
 
#aside {overflow: hidden;}

/*
 * rules to apply to the right column (#aside) if the styling above (overflow:hidden) creates issues with your design
 */

.ez-oa {overflow: visible; overflow: auto;}
.ez-dt {overflow: visible; display: table;}
.ez-it {overflow: visible; display: inline-table;}
.ez-tc {overflow: visible; display: table-cell;}
.ez-ib {overflow: visible; display: inline-block;}

/* 
 * 1st column
 * the negative margin is to allow the border of the two columns to overlap
 */
 
#article {
	float: left;
  margin-right: -1px;
}

/* 
 * the following fixes the "3px jog bug"
 */

* html #article {margin-right: -4px;}

/**********************************************************************************
 ***   The above are core rules, there should be no need to edit any of them    ***
**********************************************************************************/
#wrapper #body #article h2 i {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #body #aside center h2 i {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #body #releases p {
	font-family: Georgia, "Times New Roman", Times, serif
}
#wrapper #body #article h2 i {
	font-family: Georgia, Times New Roman, Times, serif;
}
#wrapper #body #aside center h2 i {
	font-family: Georgia, Times New Roman, Times, serif;
}
