/*
Begin Modified Yahoo Reset
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img {
	border: 0;
	}
ol,ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym { border: 0;
	}
/*
End Modified Yahoo Reset
*/
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

* html #content_wrap #main_content{
	background: transparent url("../images/cm-ie6.png") repeat-y scroll;
}

/* --------------- (General Styles) --------------------------------------------- */
body {
	background-color:#1a1a1a;
	color:#000;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
}
h3,h4,h5,h6 {
	font-weight:normal;
	letter-spacing: 0px;
}
h1 {
	font-size:39px;
}
h2 {
	font-size:34px;
}
h3 {
	font-size:28px;
}
h4 {
	font-size:24px;
}
h5 {
	font-size:19px;
}
blockquote {
	color:#666;
	background-color:#ccc;
	margin:0px 0px 0px 20px;
	padding:0px;
	font-style: italic;
	font-size:16px;
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	border-left:10px solid #aaa;
	/*Just for fun and browsers that support it*/
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:1px 1px 18px #333;
}
.sideMore {
	float:right;
	display: inline;
	margin:5px 0px;
	font-size:12px;
}
	.sideMore a {
		text-decoration: underline;
		color:#fff;
	}
blockquote p {
	padding:10px;
}
p {
	margin:20px 0px;
}
code {
	font-family: Tahoma, Geneva, Verdana;
	margin-left:20px;
	display: block;
}
/* --------------- (Header Styles) --------------------------------------------- */
#header_wrap {
	width:900px;
	margin:0 auto;
}
#header {
}

	#logo {
		margin:0px 0px 0px 70px;
	}

	#logo img {
		margin-top:10px;
	}

#text-tags {
	display: block;
	text-align: center;
	position: relative;
	top: -40px;
	color: #555;
	text-transform: uppercase;
	letter-spacing: .1em;
}

/* --------------- (Content Styles) --------------------------------------------- */
#content_wrap {
	width:862px;
	margin:0px auto 0px auto;
}
#menu_wrap {
	padding-bottom: 50px;
}
#menu {
	text-align: center;
	font-size:16px;
	margin:0px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
	#menu li {
		display:inline;
		margin:0px 10px;

	}
		#menu li.selected a {
			color:#fff;
			border-bottom: solid 7px #fff;
		}
	#menu li a{
		color:#555;
		text-decoration: none;
	}
	#menu li a:hover {
		color:#fff;
		border-bottom: solid 7px #fff;
	}
/* --------------- (Left Content Styles) --------------------------------------------- */
#main_content {
	background: transparent url('../images/cm-trans.png') repeat-y scroll;
	width:862px;
	padding-bottom:30px;
}
	#content_top {
		background: transparent url('../images/ct-trans.png') no-repeat scroll;
		width:862px;
		height:34px;

	}
	#content_bottom {
		background:transparent url('../images/cb-trans.png') no-repeat scroll;
		width:862px;
		height:34px;
		margin:-1px 0px 60px 0px;
	}
	#left_content {
		padding:0px 0px 0px 30px;
		width:500px;
		float:left;
		display:inline;
		font-size:12px;
	}
		#left_content h2,h3,h4,h5,h6 {
			padding:20px 0px 10px 0px;
			text-shadow: 0px 2px 3px #888;
		}
		#left_content ul,ol {
			margin-left:20px;
		}
		#left_content ul {
			list-style-type: circle;
			list-style-position: inside;
		}
		#left_content ol {
			list-style-type: decimal-leading-zero;
			list-style-position: inside;
		}
		#left_content p {
			font-weight: normal;
		}
		#left_content p strong {
			font-size:13px;
			text-decoration: underline;
		}

/* --------------- (Sidebar Styles) --------------------------------------------- */
.sidebar {
	float:left;
	font-size:13px;
	display: inline;
	margin:0px 0px 0px 45px;
	color:#fff;
	width:255px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
	.sidebar h2 {
		font-size:23px;
		margin:5px 0px;
		text-shadow:1px 1px 1px #000;
	}

	.sidebar li {
		margin:0px 0px 20px 0px;
	}

	.sidebar a {
		color:#fff;
		text-decoration: underline;
	}

	.flickr-photos {
		width: 229px;
		height: 152px;
		background-color: #4d0e10;
		margin:30px auto 0;
		padding:5px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		font-size:0px;
	}

		.flickr-photos li {
			display: inline;
			margin:0px 1px 1px 0px;
			padding:0px;
		}
	.flickr-view-all {
		display: block;
		margin: 5px 20px 10px;
		text-align: right;
	}


/* --------------- (Footer Styles) --------------------------------------------- */
#footer {
	color:#fff;
	text-align:center;
	font-size:12px;
}
	#footer a {
		color:#ddd;
		text-decoration: underline;
	}