/*
	website: jsfreeman.com
	version: 1.0
	author: Julie Berlin
	http://www.helpmejulie.com
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
form, fieldset, legend, label, input, select, option, textarea,
table, caption, tbody, tfoot, thead, th, tr, 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;
}
hr {
	display: none;
}

img, object {
	max-width: 100%;
}

img a {
	border: none;
}



/*	=quotes
-------------------------------------------------------}*/

blockquote, 
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote {
	margin: 0 2em;
	font-style: italic;
}

q {
	
}

cite {
	text-align: right;
}

cite:before {
	content: "- ";
}

blockquote:before,
q:before {
	content: open-quote;
}

blockquote:after, 
q:after {
	content: close-quote;
}

blockquote cite {
	font-variant: small-caps;
}

/*	abbreviations 
----------------------------------------------- */

abbr,
acronym {
	cursor: help;
	border-bottom: 1px dotted #333;
}

h2 abbr[title="and"] {
	color: #000;
	font-style: italic;
	font-family: "Goudy Old Style", Baskerville, Palatino, Georgia, serif;
	cursor: default;
	border-bottom: none;
}


/* =lists
----------------------------------------------- */

ol, ul {
	padding-left: 2em;
}

ol {
	list-style: decimal;
	list-style-position: outside;
}

ul {
	list-style: square;
	list-style-position: outside;
}

ul li, 
ol li {

}



/*	=form elements
-----------------------------------------------------------*/
form {
	width: 100%;	
}

form :focus {
	background-color: #232323;
	border: 1px dotted #555;
}

fieldset {
	
}

legend {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-bottom: 1em;
	text-transform: capitalize;
}

label {
	display: block;
	margin: 1em 0 0 0;
}

input, select, textarea {
	display: block;
	margin-top: 5px;
}

input[type="hidden"] {
	display: none;
}

input, select {
	background-color: #333;
	width: 296px;
	padding: .2em 2px;
	height: 1.4em;
	color: #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, "Myriad Pro", "Myriad", "Calibri", sans-serif;
	font-size: 13px;
	border: 1px solid transparent;
}

input[type="file"],
input[type=" "] {

}

select { 
	display: inline;
	margin-left: 4px;
	padding: 0;
	width: auto;
	height: 1.6em;
}

option {

}

textarea {
	font-family: inherit;
	font-size: inherit;
	background-color: #333;
	color: #FFF;
	width: 296px;
	padding: .2em 2px;
	height: 7em;
}

textarea,
input[type="file"] {	/*	add other styles that default to indented boxes here	*/
	border: 1px solid transparent;
}



/*	here are some reusable form-related styles	*/



.required {

}

label.required {

}

input.required {

}

.warning {	/*	used to warn user about filling in form fields correctly	*/
	color: #600;
}

.notice {	/*	used to assure user form was successfully submitted	*/
	font-weight: bold;
}


/*	=tables
-----------------------------------------------------------*/
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

thead {

}

tfoot {

}

colgroup {

}

col {

}

th {

}

tr {

}

td {

}

tr.alt {	/*	this style is applied by jQuery	*/

}



/*
-----------------------------------------------
see text.css for text styling defaults
----------------------------------------------- */

body {
	background-color: #0C0C0C;
	padding: 0 0 20px 0;
}

body#home {
	background-color: #000;
}













/*	=generic
------------------------------------------*/
.right {
	float: right;
}

.left {
	float: left;
}

.hide {
	display: none;
}
/*
.round {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
}

.round-top {
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -khtml-border-top-left-radius: 15px;
  -khtml-border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.round-bottom {
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -khtml-border-bottom-left-radius: 15px;
  -khtml-border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.transparency {

}

*/


/*	=layout elements
-------------------------------------------- */
body {
	border-top: 5px solid #960;
}


/*	=Page IDs	
-------------------------------------------- */

.wrapper {

}

.page {
	width: 870px;
	margin: 0 auto;
}

#gold-band {
	background-image: url(../ui/bg-gold-bar.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 4px;
	width: 100%;
	margin-top: -4px;
}

#header {

}

#logo {
	background-image: url(../ui/freeman-logo-darkbg.gif);
	background-repeat: no-repeat;
	height: 79px;
	width: 298px;
	margin: 20px 0 20px 26%;
}

#logo a {
	display: block;
	height: 100%;
	width: 100%;
	border-bottom: none;
}

#home #logo {
	background-image: url(../ui/freeman-logo-darkbg-home.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 361px;
	margin: 50px 0 20px 26%;
}

#menu {
	border: 1px solid #232323;
	border-right: none;
	border-left: none;
}

#content {
	min-height: 40em;
}


#aggregated {

}

#footer {
	border-top: 1px solid #232323;
}

/* =Containers
--------------------------------------------------------------------------------*/
.aside,
.main,
.notations,
.tpl-catalog,
.pagination,
.nav {
	display: inline;
	float: left;
}

.aside {
	width: 21%;
	margin-right: 5%;
/*	border: 1px dotted #900;	*/
}

.main {
	width: 55%;
	margin-bottom: 1em;
}

.pagination {
/*	width: 100%;	*/
}

.notations {
	width: 74%;
	margin: 1em 0 0 0;
}

.tpl-catalog {
	width: 15.5%;
	margin: 0 4.3% 2.5em 0;
}


/*	use this for fluid	
.container_12,
.container_16
{
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
}*/

/*	use this for fixed	*/
.container_12,
.container_16
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16
{
	display: inline;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}

.container_12 .grid_3,
.container_16 .grid_4
{
	width: 23%;
}

.container_12 .grid_6,
.container_16 .grid_8
{
	width: 48%;
}

.container_12 .grid_9,
.container_16 .grid_12
{
	width: 73%;
}

.container_12 .grid_12,
.container_16 .grid_16
{
	width: 98%;
}





/* =Clear Floated Elements
--------------------------------------------------------------------------------*/
/* http://www.positioniseverything.net/easyclearing.html */
/*	automatically clear all floated elements inside containing div	*/
.group:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}




