/* Enter Your Custom CSS Here */
#header {
    padding: 0px 0 0 0;
}

#primary, #secondary {
float: right;
overflow: hidden;
width: 240px;
}

#site-description {
	clear: right;
	float: right;
	font-style: normal; font-weight: bold;
  	font-size: large
    font-family: sans-serif
	margin: 0px 0 0px 0;
    width: 930px;
  	line-height: 0;
	color: #e8eaeb;
}


#site-title a {
	color: #e8eaeb;
	font-weight: bold;
	text-decoration: none;
}

#site-title {
	float: left;
	font-size: 0px;
	line-height: 0px;
	margin: 0 0 0px 0;
	width: 700px;
}

#access {
    background: #d44500;
    display: block;
    float: left;
    margin: 0 auto;
    width: 940px;
}

#access a {
    color: #fff;
    display: block;
    line-height: 38px;
    padding: 0 10px;
    text-decoration: none;
}

#branding img {
    border-top: 8px solid #d44500;
    border-bottom: 2px solid #fff;
    display: block;
    float: left;
}

#wrapper {
    background: #e8eaeb;
    margin-top: 20px;
    padding: 0 20px;
}

#media="all"

a:visited {
	color: #f78e1e;
}

a:link {
	 color: #d44500;
}

.entry-meta
{ display: none !important; }

.entry-content, .entry-summary {
    clear: both;
    padding: 0px 0 0 0;
}

#main {
    clear: both;
    overflow: hidden;
    padding: 10px 0 0 0;
}

#container {
    float: left;
    margin: 0 -240px 0 0;
    width: 98%;
}

hr {
	background-color: #d44500;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
 	font-family: "Helvetica"; 
  	color: #6f777d;
    line-height: 1.5em;
    margin: 0 0 20px 0;
}

#content h3 {
 	font-family: "Helvetica"; 
  	color: #6f777d;
    line-height: 1.5em;
    margin: 0 0 20px 0;
  	font-size: x-large;
}

#content h4 {
 	font-family: "Helvetica"; 
  	color: #6f777d;
    line-height: 1.5em;
    margin: 0 0 20px 0;
  	font-size: large;
}

#content h5 {
 	font-family: "Helvetica"; 
  	color: #6f777d;
    line-height: 1.5em;
    margin: 0 0 20px 0;
  	font-size: medium;
}

#content h6 {
 	font-family: "Helvetica"; 
  	color: #6f777d;
    line-height: 1.5em;
    margin: 0 0 20px 0;
  	font-size: small;
}