/*
Theme Name: Simon-Townsend.com Nawlins
Theme URI: simon-townsend.com
Description: Child Theme for twentyten
Author: Simon Townsend
Author URI: simon-townsend.com
Template: twentyten
Version: 0.1
*/
 
@import url("../twentyten/style.css");

html {
		height: 100%;
	/*	overflow: hidden; */
	}

body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #FFF;
}


#flashwrapper {
	position: fixed;
	z-index: -1;
	overflow: hidden;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	width: 100%;
	height: 100%;
}

#wrapper {
	position: absolute;
 	z-index: 1;
 	top: 20px;
 	left: 50px;
 	background: none;
}

#main {
 padding-top: 0px;
}
/* =Global Elements
-------------------------------------------------------------- */
a:link {
	color:#0066CC;
}
a:visited {
	color:#F7C100;
}
a:active,
a:hover {
	color: #FF4B33;
}


/* =Content
-------------------------------------------------------------- */

#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
    margin-bottom: none;
}


#content p {
	margin-bottom: 0px;
}

#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
    margin-bottom: 0px;
}

.hentry {
	margin: 0 0 0 0;
	background: none;
}

#content {
	margin: 0 240px 0 0;
}

#postContainer {
	margin: 0 0 0 0;
	background-color: rgba(0, 0, 0, 0.75);
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#bf000000', EndColorStr='#bf000000');
	padding:0 15px 0 15px;
}


#postTop {
	background: url(images/postTop.png) no-repeat;
	width:700px;
	height:15px;
	/* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.75;
}

#postBottom {
	background: url(images/postBottom.png) no-repeat;
	width:700px;
	height:15px;
	margin: 0 0 55px 0;
	/* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.75;
}

#content, #content input, #content textarea {
	color: #aaa;
}

#content .entry-title {
	color: #eee;
	font-size: 21px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color:#eee;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #FF4B33;
}

.entry-content p {
	text-indent: 20px;
}

/* =Single
-------------------------------------------------------------- */
.single .hentry {
	margin: 0 0 0 0;
}

/* =Menu
-------------------------------------------------------------- */
#site-title {
	float: left;
	margin: 0 0 1px 50px;
	font-size: 30px;
	line-height: 36px;
	height: 36px;
	width: 485px;
}
#site-title a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#access {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 60px
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.75);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#bf000000', EndColorStr='#bf000000');
}

#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#aaa;
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#333;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

/* =Widget Areas
-------------------------------------------------------------- */
.widget-top {
	width: 220px;
	height: 15px;
	background: url(images/widget-top.png);
	/* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.75;
}
.widget-bottom {
	margin-bottom: 20px;
	width: 220px;
	height: 15px;
	background: url(images/widget-bottom.png);
	/* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.75;
}
.widget-container {
	width: 220px;
	background-color: rgba(0, 0, 0, 0.75);
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#bf000000', EndColorStr='#bf000000');
	margin-bottom: 0px;
	padding:0 15px;
}
.widget-title {
	color:#eee;
}
.widget-area a:link,
.widget-area a:visited {
	color:#FF4B33;
}
.widget-area a:active {
	color:#FF4B33;
}
.widget-area a:hover {
	color:#FF4B33
	text-decoration: underline;
}

/* =Comments
-------------------------------------------------------------- */


#comments {
	background-color: rgba(0, 0, 0, 0.75);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#bf000000', EndColorStr='#bf000000');
	padding:0 15px 0 15px;
}

#commentsTop {
	background: url(images/postTop.png) no-repeat;
	width:700px;
	height:15px;
	/* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.75;
  margin-top: 25px;
}

#commentsBottom {
	background: url(images/postBottom.png) no-repeat;
	width:700px;
	height:15px;
	margin: 0 0 0px 0;
	/* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.75;
}

#respond {
	margin-top: 0;
	margin-bottom: 0;
	border-top: none;
}

h3#reply-title {
	color: #eee;
}

h3#comments-title {
	color: #eee;
}

/* =Footer
-------------------------------------------------------------- */
#site-info a {
	font-size: 12px;
	font-weight: regular;
}
#colophon {
	border-top: none;
}




}


