body {
	font-family: Georgia, Times New Roman, serif;
	font-weight: 100;
	font-size: 14px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

/******************************************************************************
* LINKS													  *
******************************************************************************/

a, a:link {
	text-decoration: none;
	color: #ad6f56;
	}
	
a:visited {
	text-decoration: none;
	color: #ad6f56;
	}
	
a:hover {
	color: #fff;
	text-decoration: none;
	}
	
a.img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/******************************************************************************
* PAGE BUILD / POSITION													  *
******************************************************************************/
	
.page {
	position: relative;
	top: 40px;
	right: auto;
	margin: auto;
	width: 1100px;
	background-color: inherit;
	padding: 0px;
}

/******************************************************************************
* PODS													                      *
******************************************************************************/

.column { 
	display: block; 
	float: left;
	width: 272px; 
} 

.double_pod, .single_pod {
	display: block; 
	float: left;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;	
	border-radius: 15px;	
	background-image: url(../images/opacity.png); 
	margin-bottom: 10px; 
	margin-right: 10px; 
	padding-top: 20px;
	padding-bottom: 20px; 
}

.double_pod { 
	width: 807px;
} 

.double_pod img {
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;	
	border: 0; 
	margin: 0; 
	width: 767px; 
	margin-top: 3px; 
	margin-left: 20px; 
} 

.single_pod {
	width: 262px;
}

.fixed_height { 
	height: 246px;
} 

.fixed_height_a { 
	height: 176px;
}

.fixed_height_b { 
	height: 20px;
}

/******************************************************************************
* CONTENT STYLE														          *
******************************************************************************/
h1 { 
	font-size: 25px; 
	text-transform: uppercase; 
	margin-bottom: 20px; 
} 

img {
	border: 1px solid #ad6f56;
}

img.entry {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 0;
	width: 84px;
}

hr {
  border : 0;
  height : 3px;
  background : url(/images/stitching.png) 0 0 repeat-x;
  margin : 1em 0;
}

h4 {
	font-size: 12px;
	margin-left: 35px;
	line-height: 14px;
	font-weight: bold;
	width: 200px;
}

p {
	width: 200px;
	line-height: 13px;
	margin-top: 0px;
	margin-left: 21px;
	padding-left: 0px;
	padding-bottom: 0px;
}

p.entry {
	width: 200px;
	line-height: 13px;
	margin-top: 0px;
	margin-left: 35px;
	padding-left: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

strong {
	font-size: 12px;
	width: 200px;
	line-height: 16px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

small {
	font-size: 10px;
	width: 200px;
	line-height: 20px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

td { 
	line-height: 17px; 
} 

td .small {
	font-size: 10px;
}

.small {
	font-size: 10px;
}

.stronger { 
	font-size: 16px;
}

#twitter, #facebook { width: 60px; display: block; float: left; }
#facebook { width: 60px; } 

/******************************************************************************
* FORMS													  *
******************************************************************************/
form {
	margin: 0px; 
	padding: 0px
}

input[type=text] {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	color: #fff;
	background-color: transparent;
	border-style: none;
	border-bottom: 1px solid #fff; 
	padding: 1px;
	height: 21px;
	margin: 0px;
	margin-right: 10px; 
	width: 190px;
	outline: none; 
}

input.button {
	border-style: none; 
	border-width: 0px;
	padding: 0px;
	height: 21px;
	margin: 0px;
}

select {
	color: #fff;
	font-family: Georgia, Times New Roman, serif;
	background-color: #ad6f56;
	font-size: 14px;
	border-style: solid; 
	border-color: #f25b24;
	border-width: 0px; 
	width: 220px;
	height: 18px;
}

select.pagination {
	color: #000;
	font-family: Georgia, Times New Roman, serif;
	background-color: #fff;
	font-size: 11px;
	border-style: solid; 
	border-color: #f25b24;
	border-width: 0px; 
	width: 45px;
	height: 18px;
}



