/* @override http://sarahlongnecker.com/css/sarahstyle.css */

html {
	background: url(../images/bkg.gif) repeat;
}

body {
	background: url(../images/content_bkg.jpg) repeat-y center;
	color: #232223;
	font: 16px/26px Georgia, "Times New Roman", Times, serif;
	min-width: 1120px;
}

/* Header ////////////////////////////////////////////////////////////// */

#header {
	width: 100%;
	background-image: url(../images/header.jpg);
	height: 235px;
	position: relative;
	border-top: 5px solid #000;
	overflow: hidden;
}

#header_container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	float: left;
	width: 400px;
}

#header h1 {
	padding-top: 60px;
	float: left;
	width: 400px;
}

#header h1 a {
	color: #232223;
	font: bold 36px/36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	text-shadow: #bed1d0 1px 1px 0;
	letter-spacing: -1px;
}

#header p {
	text-align: right;
	width: 280px;
	color: #d9e3e3;
	font-style: italic;
	text-transform: lowercase;
	float: left;
	clear: left;
}




/* Typography ////////////////////////////////////////////////////////////// */

h1 {
	color: #2d6769;
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
	text-shadow: #fef1da 1px 1px 0;
}

h1 a {
	color: #2d6769;
	text-decoration: none;
}

h1 a:hover,
.article h4 a:hover {
	background-color: #2d6769;
	color: #fff;
	padding: 3px;
	text-shadow: #153435 -1px -1px 0;
}

h2 {
	font: normal normal 20px/26px Georgia, "Times New Roman", Times, serif;
	color: #3e3129;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

h3 {
	color: #655135;
	font: bold 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #fef7f3 1px 1px 0;
	text-transform: uppercase;
}

p {
	margin-bottom: 18px;
}

p a {
	color: #2d6769;
	text-decoration: underline;
}

p a:hover {
	background-color: #2d6769;
	color: #fff;
	text-decoration: none;
}

strong, b {
	color: #655135;
	font-weight: bold;
}

em, i {
	color: #887963;
	font-style: italic;
}

#content ul {
	margin-bottom: 15px;
}

#content li {
	background: url(../images/bullet.gif) no-repeat 0 15px;
	padding-left: 30px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content li a {
	color: #2d6769;
	text-decoration: underline;
}

#content li a:hover {
	background-color: #2d6769;
	color: #fff;
	padding: 3px;
	text-decoration: none;
}


/* Navigation ////////////////////////////////////////////////////////////// */

#nav ul {
	float: right;
	width: 560px;
}

#nav li {
	display: inline;
}

#nav li a {
	color: #353435;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	float: left;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
	padding: 70px 24px;
	text-shadow: #b4c6c6 1px 1px 0;
}

#nav li a:hover {
	border-top: 5px solid #887963;
	padding-top: 65px;
	color: #c9d9d6;
	text-shadow: #757c83 -1px -1px 0;
}

#nav li a.current,
#nav li a:hover.current {
	background: url(../images/nav_current.png) no-repeat center top;
	color: #fff;
	border: none;
	padding-top: 70px;
	text-shadow: none;
}



/* Global Content Elements ////////////////////////////////////////////////////////////// */

.clear {
	clear: both;
}

#container {
	width: 	960px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content_top.jpg) no-repeat 13px top;
	position: relative;
	top: -75px;
	padding-top: 25px;
}

#sec #container {
	padding-top: 5px;
}

#container_bottom {
	background: url(../images/content_bottom.jpg) no-repeat center bottom;
	margin-left: auto;
	margin-right: auto;
	float: left;
	width: 100%
}

#content {
	float: left;
	width: 670px;
}

#sec #content {
	margin-top: 25px;
}

#home #content {
	margin-top: -10px;
}

#home #sidebar {
	margin-top: -31px;
	z-index: 1;
	position: relative;
}

#sidebar {
	float: right;
	width: 250px;
}

#side_nav {
	background: url(../images/sidebar_bkg.png) repeat-y;
	padding-bottom: 20px;
	float: left;
	width: 250px;
}

#side_nav h3 {
	color: #322319;
	text-shadow: #cac2b4 1px 1px 0;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	background: url(../images/sidebar_divider.gif) no-repeat center top;
	padding-top: 30px;
	margin-top: 20px;
	clear: left;
}

#home #side_nav h3.first {
	background: url(../images/sidebar_top_home.png) no-repeat;
	padding-top: 27px;
	text-align: left;
}

#side_nav_bottom {
	background: url(../images/sidebar_bottom.png) no-repeat 0 bottom;
	height: 26px;
	float: left;
	clear: left;
	width: 250px;
	margin-bottom: 30px;
}

#home #side_nav_bottom {
	margin-bottom: 0px;
}

#side_nav h3.first {
	background: url(../images/sidebar_top.png) no-repeat;
	padding-top: 27px;
	margin-top: 0px;
}


#sidebar li {
	text-align: center;
}

#sidebar li a {
	color: #ffffff;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	line-height: 18px;
	text-shadow: #51473b -1px -1px 0;
	padding-left: 20px;
	padding-right: 20px;
	width: 210px;
}

#sidebar li a.viewall {
	color: #c4bfb5;
	font-style: italic;
	font-size: 14px;
}

#sidebar li a:hover {
	background-color: #322319;
}

#sidebar ul.categories {
	float: left;
	display: inline;
	margin-left: 20px;
	width: 90px;
}

#sidebar ul.categories li a {
	padding-left: 0px;
	padding-right: 0px;
	width: 89px;
}

#side_nav h3.subscribe {
	background: url(../images/feed_icon_large.png) no-repeat 40px;
	padding-left: 45px;
	padding-bottom: 3px;
	padding-top: 5px;
	color: #322319;
	text-decoration: none;
	margin-left: 5px;
}

#side_nav h3.subscribe a {
	color: #322319;
	text-decoration: none;
}

img.left {
	float: left;
	display: inline;
	border: 1px solid #a59988;
	padding: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* Home ////////////////////////////////////////////////////////////// */

#welcome {
	width: 930px;
	height: 288px;
	background: url(../images/home_welcome.gif) no-repeat;
	padding: 15px;
	margin-bottom: 20px;
}

#welcome_text {
	float: left;
	width: 450px;
	display: inline;
}

#welcome h1 {
	color: #84a6a7;
	font: normal normal 35px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 367px;
	height: 38px;
	background: url(../images/welcome_text.png) no-repeat;
	overflow: hidden;
	text-indent: -1000px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
}

#welcome p {
	color: #fff;
	margin-left: 20px;
	margin-bottom: 40px;
	font-size: 17px;
}

#welcome a.bannerlink {
	width: 496px;
	height: 67px;
	background: url(../images/home_portfolioribbon.png) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	position: absolute;
	left: 5px;
	z-index: 1;
}


#welcome .video_link {
	float: right;
	width: 455px;
	display: inline;
	height: 285px;
}

.video_link img {
	border: 8px solid #161516;
}

#home .article .video_link img {
	border: 6px solid #161516;
}

#welcome .video_link a.button {
	position: relative;
	left: 150px;
	top: -170px;
}

a.button {
    background: transparent url(../images/button_right.png) 
        no-repeat scroll right top;
    display: block;
    float: left;
    height: 41px;
    padding-right: 36px; /* sliding doors padding */
    text-decoration: none;
    line-height: 41px;
    font-size: 13px;
	font-weight: normal;
	font-style: normal;
}

a.button span {
    background: transparent url(../images/button_left.png) no-repeat;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    font: normal 16px/41px Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

a.button:hover {
	background-position: right -41px;
}

a.button:hover span {
	background-position: 0 -41px;
	color: #84a6a7;
}

#callout {
	background: url(../images/home_callout.jpg) no-repeat;
	width: 882px;
	height: 90px;
	position: relative;
	left: -31px;
	padding-left: 110px;
	padding-right: 50px;
	padding-top: 25px;
	margin-bottom: 20px;
}

#callout h2 {
	text-transform: uppercase;
	font: normal bold 22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #c8d0d1 1px 1px 0;
}

#callout p {
	color: #d9e3e3;
}

#callout a.button {
	float: right;
	position: absolute;
	right: 50px;
	top: 30px;
}

#home #content .article {
	float: left;
	width: 318px;
	display: inline;
	margin-right: 32px;
	margin-top: 15px;
	background-image: none;
	padding-bottom: 0px;
}

#home #content .article a.button {
	position: relative;
	left: 80px;
	top: -125px;
}

#home #content .article .video_link {
	float: left;
	width: 315px;
	height: 200px;
	margin-bottom: 0px;
}

#home #content .article h4 {
	color: #2d6769;
	font: normal normal 22px/26px Georgia, "Times New Roman", Times, serif;
	text-shadow: #fef1da 1px 1px 0;
	margin-top: 10px;
	clear: left;
	float: left;
	width: 315px;
	margin-bottom: 10px;
}

#home #content .article .date {
	float: left;
	color: #535353;
	font-size: 12px;
	font-style: italic;
}

#home #content .article .permalink {
	color: #887963;
	float: right;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
}

#home #content .article .permalink a {
	color: #887963;
	text-decoration: none;
}

#home #content .article .permalink a:hover {
	color: #2d6769;
	text-decoration: underline;
	background-color: transparent;
}

#home #sidebar li {
	text-align: center;
	background: url(../images/sidebar_divider.gif) no-repeat center bottom;
}

#home #sidebar li a {
	color: #ffffff;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-bottom: 20px;
	display: block;
	line-height: 18px;
	text-shadow: #51473b -1px -1px 0;
}

#home #sidebar li a:hover {
	background-color: #322319;
}

#home #sidebar li a .date {
	color: #bfb7ab;
	font-size: 12px;
	font-style: italic;
	text-shadow: none;
}

#home #sidebar a.feedicon {
	width: 26px;
	height: 26px;
	display: block;
	background: url(../images/rss_home.png) no-repeat;
	overflow: hidden;
	text-indent: -1000px;
	margin-left: 115px;
}

/* Secondary ////////////////////////////////////////////////////////////// */

#content h1.page_header {
	width: 670px;
	height: 84px;
	background: url(../images/sec_header.jpg) no-repeat;
	line-height: 84px;
	text-align: center;
	color: #a9c1c1;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 28px;
	letter-spacing: 4px;
	text-shadow: #262018 -1px -1px 0;
	padding-bottom: 0px;
}

#content h1 {
	text-align: center;
	background: url(../images/header_divider.png) no-repeat 0 bottom;
	padding-bottom: 30px;
	margin-bottom: 30px;
	float: left;
	width: 670px;
}

#content .article {
	background: url(../images/header_divider.png) no-repeat center bottom;
	padding-bottom: 20px;
}

#content .noline {
	margin-bottom: 20px;
}

.article_info {
	float: right;
	width: 170px;
	margin-left: 30px;
	background: url(../images/articleinfo_divider.png) no-repeat center bottom;
	padding-bottom: 10px;
}

.article_info h3 {
	color: #84a6a7;
	font-size: 14px;
	text-transform: capitalize;
	text-align: center;
	background: url(../images/articleinfo_divider.png) no-repeat 0 bottom;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.article_info p {
	color: #535253;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 10px;
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 25px;
}

.article_info p.date {
	background: url(../images/icon_calendar.png) no-repeat;
}

.article_info p.time {
	background: url(../images/icon_time.png) no-repeat;
}

.article_info p.categories {
	background: url(../images/icon_folder.png) no-repeat;
}

.article_info p.author {
	background: url(../images/icon_author.png) no-repeat;
}

h3.followup {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 5px;
}

p.followup {
	text-align: center;
	font-style: italic;
	color: #887963;
	font-size: 14px;
	margin-bottom: 25px;
	background: url(../images/header_divider.png) no-repeat 0 bottom;
	padding-bottom: 50px;
}

#content .video_link {
	float: left;
	width: 670px;
	height: 260px;
	margin-bottom: 20px;
	overflow: hidden;
}

#content .video_link a.button {
	position: relative;
	left: 252px;
	top: -150px;
}



.article2 {
	float: left;
	width: 210px;
	display: inline;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.nomargin, 
#home #content .nomargin {
	margin-right: 0px;
}

#content .article2 a.button {
	left: 25px;
	top: -105px;
}

#content .article2 .video_link {
	height: 154px;
	width: 210px;
	float: left;
	display: inline;
	margin-bottom: 5px;
}

#content .article2 .video_link img {
	border: 5px solid #161516;
}

.article h4 {
	color: #2d6769;
	font: normal normal 18px/20px Georgia, "Times New Roman", Times, serif;
	text-shadow: #fef1da 1px 1px 0;
	margin-top: 10px;
	clear: left;
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

.article h4 a {
	color: #2d6769;
	text-decoration: none;
}

.article2 .date,
.article3 .date {
	float: left;
	color: #535353;
	font-size: 12px;
	font-style: italic;
}

.article2 .permalink,
.article3 .permalink {
	color: #887963;
	float: right;
	width: 120px;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	text-align: right;
}

.article2 .permalink a,
.article3 .permalink a {
	color: #887963;
	text-decoration: none;
}

.article2 .permalink a:hover,
.article3 .permalink a:hover  {
	color: #2d6769;
	text-decoration: underline;
	background-color: transparent;
}

.article3 {
	float: left;
	width: 670px;
	display: inline;
	margin-top: 15px;
	margin-bottom: 20px;
}

#content .article3 {
	padding-bottom: 0px;
}



#content .article3 .video_link {
	height: 260px;
	width: 670px;
	margin-bottom: 5px;
	
}

.article3 h4 {
	width: 650px;
	font-size: 22px;
	line-height: 26px;
}

.article3 p {
	float: left;
	width: 670px;
	clear: left;
}


/* Sidebar ////////////////////////////////////////////////////////////// */

#sidebar .article .video_link img {
	border: 5px solid #161516;
}

#sidebar .article {
	float: left;
	width: 250px;
	display: inline;
	margin-top: 0px;
}

#sidebar .article a.button {
	position: relative;
	left: 45px;
	top: -110px;
}

#sidebar .article .video_link {
	float: left;
	display: inline;
	height: 170px;
}

#sidebar .article h4 {
	color: #2d6769;
	font: normal normal 18px/22px Georgia, "Times New Roman", Times, serif;
	text-shadow: #fef1da 1px 1px 0;
	margin-top: 10px;
	clear: left;
	float: left;
	display: inline;
	width: 250px;
	margin-bottom: 10px;
}

#sidebar .article .date {
	float: left;
	color: #535353;
	font-size: 12px;
	font-style: italic;
}

#sidebar .article .permalink {
	color: #887963;
	float: right;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
}

#home .article .permalink a {
	color: #887963;
	text-decoration: none;
}

#home .article .permalink a:hover {
	color: #2d6769;
	text-decoration: underline;
	background-color: transparent;
}

/* Contact ////////////////////////////////////////////////////////////// */

.contact_form {
	background-color: #887963;
	padding: 20px;
}

.contact_form label {
	float: left;
	clear: left;
	font-weight: bold;
	font-style: italic;
	color: #d8d1c9;
}

.contact_form input.std_input {
	float: left;
	clear: left;
	width: 97%;
	color: #232223;
	padding: 3px;
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

.contact_form textarea {
	float: left;
	clear: left;
	color: #232223;
	padding: 3px;
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	width: 97%;
}

span.button2 {
    background: transparent url(../images/button_right.png) 
        no-repeat scroll right top;
    display: block;
    float: left;
    clear: left;
    padding-right: 36px; /* sliding doors padding */
    text-decoration: none;
    font-size: 13px;
	font-weight: normal;
	font-style: normal;
	margin-top: 20px;
}

input.form_but {
    background: transparent url(../images/button_left.png) no-repeat;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    font: normal 16px/41px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	border: 0;
	margin: 0;
	height: 41px;
	text-decoration: none;
}

span.button2:hover {
	background-position: right -41px;
}

input.form_but:hover {
	background-position: 0 -41px;
	color: #84a6a7;
}


/* Footer ////////////////////////////////////////////////////////////// */

#footer {
	clear: both;
	background: url(../images/footer.jpg) repeat-x;
	width: 100%;
	height: 260px;
	padding-top: 30px;
	color: #a9c1c1;
	font-size: 13px;
	line-height: 26px;
}

#footer_container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.footer_column {
	float: left;
	display: inline;
	width: 225px;
	padding-top: 20px;
	background: url(../images/footer_divider.gif) no-repeat left 15px;
	padding-left: 30px;
	padding-bottom: 20px;
	height: 150px;
	margin-bottom: 15px;
}

.footer_column h5 {
	color: #2d6769;
	font: bold 22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #c8d0d1 1px 1px 0;
	letter-spacing: -1px;
	margin-bottom: 15px;
}

#footer p {
	color: #d9e3e3;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px;
}

#footer p a {
	color: #d9e3e3;
	
}

#footer .contact {
	width: 310px;
	background: url(../images/footer_wreath.png) no-repeat 0 20px;
	padding-left: 120px;
}

#footer .contact h5 {
	color: #232223;
	font-size: 26px;
}

#footer .contact_type {
	color: #232223;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	text-align: right;
	width: 70px;
	float: left;
	display: inline;
}

#footer .contact_type p {
	color: #232223;
	margin-bottom: 5px;
}

#footer .contact_info {
	float: left;
	margin-left: 10px;
	display: inline;
	width: 220px;
}

#footer li a {
	color: #d9e3e3;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	padding-left: 30px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 190px;
}

#footer li a:hover {
	color: #232223;
	text-decoration: underline;
}

#footer li a.youtube {
	background: url(../images/footer_youtube.png) no-repeat 0 center;
}

#footer li a.facebook {
	background: url(../images/footer_facebook.png) no-repeat 0 center;
}

#footer li a.aim {
	background: url(../images/footer_aim.png) no-repeat 0 center;
}

#footer a.button {
	margin-top: 10px;
}

#copyright {
	float: left;
	width: 350px;
	padding-top: 7px;
}

#utility a,
#designer a {
	color: #a9c1c1;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 6px;
}

#utility a:hover,
#designer a:hover {
	color: #232223;
}

#utility {
	float: left;
	width: 280px;
	padding-top: 2px;
}

#utility a.subscribe {
	background: url(../images/footer_feedicon.png) no-repeat 0 center;
	padding-left: 25px;
	margin-right: 10px;
	float: left;
}

#utility a.xhtml {
	display: block;
	width: 68px;
	height: 22px;
	background: url(../images/footer_xhtml.png) no-repeat 0 7px;
	float: left;
	overflow: hidden;
	text-indent: -1000px;
	margin-right: 10px;
}

#utility a.css {
	display: block;
	width: 68px;
	height: 22px;
	background: url(../images/footer_css.png) no-repeat 0 7px;
	float: left;
	overflow: hidden;
	text-indent: -1000px;
}

#designer {
	float: right;
	width: 280px;
	line-height: 40px;
	padding-left: 20px;
}

#designer span {
	float: left;
}

#designer a.fortysevenmedia {
	display: block;
	width: 195px;
	height: 28px;
	background: url(../images/footer_47m.png) no-repeat 0 7px;
	float: right;
	overflow: hidden;
	text-indent: -1000px;
}
