

@import url(style.css);

a:link {
	color:#000;
}
a:visited {
	color:#000;
}
a:active, a:hover {
	color:#FF4B33;
}

body {
	background: #000 url(images/landing-background.jpg) no-repeat top center;
	font-family: Verdana,Trebuchet,Helvetica,sans-serif;
	color: #111;
	font-size: 14px;
}

#branding {
	padding: 25px 0 0px;
}

#blog-title a {
	background: transparent url(images/carolaubrey-logo.png) no-repeat top center;
	color: #FFF;
	display: block;
	text-indent: -9000px;
	width: 519px;
	height: 142px;
	margin: 0 0 0 430px;
}

#blog-description {
	display: none;
}

#access {
	background: transparent;
	border-bottom: 0px;
	height: 0px;
}

#content {
	margin: 0 30px !important;
}

#main {
	background: transparent url(none) no-repeat center !important;
	padding: 0;
}

.entry-title {
	display: none !important;
}

.entry-content {
	padding: 0px 30px 30px 370px !important;
	color: #FFF;
	min-height: 300px;
}

.entry-utility {
	display: none;
}

.main-aside ul {
	padding:0 10px;
}

.aside h3 {
	font-style: normal;
	font-style: bold;
}

#primary {
	border: 0px;
	padding: 0px;
}

/* Menu Edits */

.sf-menu {
	font-family:Verdana,Trebuchet,Helvetica,sans-serif;
	position: relative;
	top: 370px;
	left: 170px;
	border-right: none;
}

.sf-menu a, .sf-menu a:visited {
	border-left: none;
	border-top: none;
	border-bottom: 1px solid transparent;
	color: #FFF;
}

.sf-menu li {
	background: none;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: transparent /*url(images/menu-highlight.png)*/;
	outline: 0;
	border-bottom-color: #FF4B33;
	color: #FF4B33;
}

.sf-menu .current_page_item a {
	background: transparent url(none) no-repeat 0px center;
	border-bottom-color: #FF4B33;
	color: #FF4B33;
	padding-left: 13px;
}

.aside, .aside a {
	color: #fff;
}

/* Search */

#s {
	width: 193px;
}

/* Footer */

#footer {
	background: transparent;
	margin-top: 0px;
	border: 0px;
}

#siteinfo, #siteinfo a {
	padding: 30px 0 44px;
	color: #FFF;
}



