html,body {
	margin:0px;
	padding:0px;
	background:url("/images/layout/background.gif") 0px 0px repeat-x;
	background-color:#0D0D0D;
	font-size:100%;
}

/* site wide elements */

h2 {
	font-family:Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	color:#161616;
}
	
h3 {
	font-family:Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-size:1.0em;
	font-weight:normal;
	color:#C7925E;
}
a, a:visited, a:active {
	color:#C7925E;
	text-decoration:none;
}

a:hover {
	color:#C7925E;
	text-decoration:underline;
}
	

p {
	font-family:Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-size:0.8em;
	line-height:1.3em;
	color:#1A1A1A;
}

table.sortable {

}

table.sortable th {
	font-family:Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-size:.8em;
	color:#1A1A1A;
	font-weight:bold;
	border:1px solid #D2D6E0;
	background-color:#FFFFFF;
	padding:3px;
	text-align:left;
}

table.sortable td {
	font-family:Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-size:.8em;
	color:#1A1A1A;
	border:1px solid #D2D6E0;
	background-color:#FFFFFF;
	padding:3px;
	text-align:left;
}

table.sortable th a, table.sortable th a:visited, table.sortable th a:active {
	color:#C7925E;
	text-decoration:none;
	font-weight:bold;
}

table.sortable th a:hover {
	color:#C7925E;
	text-decoration:underline;
	font-weight:bold;
}

table.sortable td a, table.sortable td a:visited, table.sortable td a:active {
	color:#C7925E;
	text-decoration:none;
}

table.sortable td a:hover {
	color:#C7925E;
	text-decoration:underline;
}

table.sortable th.colcenter {
	text-align:center;
}

table.sortable td.colcenter {
	text-align:center;
}

div#home_structure {
	width:780px;
	margin-right:auto;
	margin-left:auto;
	float:left;
}

div#wordpress_structure {
	/*width:880px;*/
	width:960px;
	/*margin-right:auto;
	margin-left:auto;*/
	float:left;
	/*border:1px solid #FFFFFF;*/
}

	div#home_header {
		width:780px;
		height:121px;
		float:left;
		background:url("/images/layout/home_header.gif") 0px 0px no-repeat;
	}
	
	div#home_header a{ 
		display:block; 
		height:121px; 
	}
	
	div#wordpress_header {
		/*width:880px;*/
		width:960px;
		height:121px;
		float:left;
		background:url("/images/layout/wordpress_header_780.gif") 0px 0px no-repeat;
	}
	
	div#wordpress_header a{ 
		display:block; 
		height:121px; 
	}


	div#home_container {
		width:426px;
		float:left;
		background:url("/images/layout/contentbackground_home.gif") 0px 0px repeat-y;
	}
	
	div#wordpress_container {
		/*width:611px;*/
		width:691px;
		float:left;
		background:url("/images/layout/contentbackground.gif") 0px 0px repeat-y;
	}

	div#left_container_home {
		width:109px;
		margin:0px;
		float:left;
		background:url("/images/layout/leftmenubackground_home.jpg") 0px 0px no-repeat #161616;
	}
	
	div#left_container_blog {
		width:109px;
		margin:0px;
		float:left;
		background:url("/images/layout/leftmenubackground.jpg") 0px 0px no-repeat #161616;
	}

		div#left_top {
				width:109px;
				height:135px;
				margin:0px;
				float:left;
		}

			div#left_menu_container {
				width:109px;
				margin:0px;
				float:left;
			}

			div#menu ul.links {
				font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
				font-size:0.7em;
				margin:0px;
				padding:0px;
				color:#E1A56A;
				text-transform:uppercase;
				list-style-type:none;
			}

			div#menu ul.links li {
				margin:14px 0px 15px 8px;
			}

			div#menu a {
				color:#FFFFFF;
				text-decoration:none;
			}

			div#menu a:hover {
				color:#E1A56A;
				text-decoration:none;
			}
				

	div#content_container_home {
		width:317px;
		min-height:519px;
		margin:0px;
		padding:0px;
		float:left;
		background:url("/images/layout/contenthomebackground.jpg") 0px 0px no-repeat #1A1A1A;
	}

	/* ie5 ie5.5 and ie6 css hack || ie5.2 mac */

	* html div#content_container_home {
		/*--IE5.2-Mac--*/
		height:auto;
		/*--IE-PC--\*/
		height:519px;
		/*--End--*/
	}

	div#content_container {
		/*width:502px;*/
		width:582px;
		min-height:744px;
		margin:0px;
		padding:0px;
		float:left;
		background-color:#FFFFFF;
		border-top: 1px solid #6F7478;
	}

	/* ie5 ie5.5 and ie6 css hack || ie5.2 mac */

	* html div#content_container {
		/*--IE5.2-Mac--*/
		height:auto;
		/*--IE-PC--\*/
		height:744px;
		/*--End--*/
	}

		div#content_home_splash {
			width:317px;
			height:215px;
			margin:0px;
			padding:0px;
			float:left;
		}

		div#content_home_intro_container {
			width:317px;
			height:60px;
			margin:0px;
			padding:0px;
			float:left;
		}

			div.content_margin {
				width:15px;
				margin:0px;
				padding:0px;
				float:left;
			}
			
			div#content_intro {
				width:287px;
				margin:0px;
				padding:0px;
				float:left;
			}

				div#content_intro p {
					font-family:Helvetica, Arial, Verdana, Tahoma, sans-serif;
					font-size:0.7em;
					line-height:1.0em;
					margin:0px;
					padding:0px;
				}

		div#content_home_divider {
			width:317px;
			height:27px;
			margin:0px;
			padding:0px;
			float:left;
		}

		div#content_home_entries_container {
			width:317px;
			height:123px;
			margin:0px;
			padding:0px;
			float:left;
		}

			div#content_entries {
				width:287px;
				margin:0px;
				padding:0px;
				float:left;
			}

				div#content_entries p {
					font-family:Helvetica, Arial, Verdana, Tahoma, sans-serif;
					font-size:0.7em;
					color:#CECECE;
				}

				div#content_entries a {
					font-family:Helvetica, Arial, Verdana, Tahoma, sans-serif;
					color:#CECECE;
				}
				div#content_entries img {
					border-none;
                                        margin:0px 10px;
				}


				div#content_entries ul {
					font-family:Helvetica, Arial, Verdana, Tahoma, sans-serif;
					font-size:0.7em;
					margin:0px;
					padding:0px;
					list-style-type:none;
					color:#CECECE;
				}

				div#content_entries ul li {
					margin-bottom:5px;
				}
			
		div#content_window {
			/*width:472px;*/
			width:552px;
			margin:7px 0px 0px 0px;
			padding:0px;
			float:left;
		}

			div#content_icons {
				/*width:472px;*/
				width:552px;
				padding:0px;
				float:left;
				text-align:right;
				font-family:Helvetica, Arial, Verdana, Tahoma, sans-serif;
				font-size:0.8em;
			}

			div#content_window span.breadcrumbs {
				font-family:Helvetica, Arial, Verdana, Tahoma, sans-serif;
				font-size:0.8em;
			}
			
			div.hr {
				height:15px;
				background:transparent url("/images/layout/hr.gif") center left repeat-x;
				clear:both;
			}

			div.hr hr {
				display:none;
			}
			
			div.meta {
				font-family:Helvetica, Arial, Verdana, Tahoma, sans-serif;
				font-size:0.8em;
				line-height:1.3em;
				color:#1A1A1A;
			}

			div.sharebookmarks{
				clear:both;
				position:relative;
				border:1px solid #D7D9E5;
				padding:3px;
				margin:15px 0 10px 0;
				color:1A1A1A;
			}
			div.sharebookmarks p {
				padding:0;
				margin:0;
			}
			div.sharebookmarks p a{
				position:absolute;
				top:0px;
				right:0px;
				padding:3px 5px 0 0;
			}
			div.sharebookmarks h2{
				padding:0 3px 0 0;
				margin:0;
				margin:0 5px 0 3px;
				font-size:0.88em;
				font-weight:normal;
				color:1A1A1A;
			}
			div.sharebookmarks ul{
				text-align:center;
				list-style:none;
				margin:6px 0 4px 0;
				padding:0;
			}
			div.sharebookmarks ul li{
				text-align:center;
				display:inline;
				padding:0 4px 6px 0 ;
			}
			div.sharebookmarks ul li.delicious{
				background:url("/wordpress/delicious.gif") no-repeat 0 0;
			}
			div.sharebookmarks ul li.digg{
				background:url("/wordpress/digg.gif") no-repeat 0 0;
			}
			div.sharebookmarks ul li.reddit{
				padding:0 0 0 2px;
				background:url("/wordpress/reddit.gif") no-repeat 0 0;
			}
			div.sharebookmarks ul li.facebook{
				background:url("/wordpress/facebook.gif") no-repeat 0 0;
			}
			div.sharebookmarks ul li.stumbleupon{
				background:url("/wordpress/stumbleupon.gif") no-repeat 0 0;
			}
			div.sharebookmarks ul li a{
				padding:0 0 0 18px;
				margin:0 3px 0 0px;
			}

	div#right_container_home {
		width:354px;
		height:519px;
		margin:0px;
		padding:0px;
		float:left;
		text-align:right;
		background:url("/images/layout/rightphotohome.jpg") top left no-repeat;
	}

	/*div#right_container {
		width:269px;
		margin:0px;
		padding:0px;
		float:left;
	}*/

	div#right_container {
		width:269px;
		height:600px;
		margin:0px;
		padding:0px;
		float:left;
		text-align:right;
		background:url("/images/layout/rightphoto.jpg") top left no-repeat;
	}

		div#right_container_photo_holder {
			width:108px;
			margin:0px;
			padding:0px;
			float:left;
		}

		div#right_container_photo_top {
			width:108px;
			height:136px;
			margin:0px;
			padding:0px;
			float:left;
			background:url("/images/layout/rightphoto1.jpg") 0px 0px no-repeat;
		}

		div#right_container_photo_bottom {
			width:108px;
			height:149px;
			margin:0px;
			padding:0px;
			float:left;
			background:url("/images/layout/rightphoto2.jpg") 0px 0px no-repeat;
		}
		
		div#right_container_ad_left {
			width:41px;
			height:285px;
			margin:0px;
			padding:0px;
			float:left;
		}
		
		div#right_container_ad_holder {
			width:120px;
			height:285px;
			margin:0px;
			padding:0px;
			float:left;
		}

	div#bottom_container {
		width:269px;
		margin:0px;
		padding:0px;
		float:left;
	}

		div#bottom_ad_container {
			width:244px;
			height:153px;
			margin:0px;
			padding:0px;
			float:left;
			background:url("/images/layout/bottomadtop.jpg") 0px 0px no-repeat;
		}

		div#bottom_container_right {
			width:25px;
			height:153px;
			margin:0px;
			padding:0px;
			float:left;
		}






/* Can be edited */




div.storycontent img {
  border: 1px solid #000;
  margin: 0px 10px 10px 10px;
}


#userui {
	background-color: #1a1a1a;
	border-top: 1px solid #000;
	font-family: Verdana, sans-serif;
	font-size: .688em;
	list-style: none;
	margin: 0;
	padding: .364em 0;
	position: absolute;
	width: 62.818em;
}

#userui a:link, #userui a:visited {
	background: #333;
	-moz-border-radius: 1.091em;
	-webkit-border-radius: 1.091em;
	color: #999;
	float: left;
	margin-left: 1.454em;
	padding: .364em 1.091em;
	text-decoration: none;
}

#userui a:hover, #userui a:focus, #userui a:active {
	background-color: #000;
	color: #ccc;
}

#userui strong {
	color: #d9d9d9;
}

p.cta {
	border: 1px solid #d9d9d9;
	color: #666;
	float: left;
	padding: 10px;
}

p.cta strong {
	color: #333;
	display: block;
	font-size: 18px;
	letter-spacing: -.5px;
	padding-bottom: 5px;
}

p.cta a:link, p.cta a:visited {
	background-color: #b42000;
	border: 1px solid #e8e8e8;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	margin-top: 10px;
	padding: 8px 12px;
}






