@charset "utf-8";
body {
	font: 80% "Lucida Grande","Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/sms_bg.jpg);
	background-repeat:repeat;
}
#container {
	width: 945px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding:0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;  /*needed for sidebar positioning */
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0;
	width:945px;
}
#nav { 
	height: 23px;/*51px;*/ 
	background-image: url(images/sms_header_nav.png);
	background-repeat:no-repeat;
	padding:28px 0 0 0;
	margin:0;
}
#mainContent {
	margin:0 21px 0 31px;
	padding: 30px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/sms_content_top_bg.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	height:auto;
	border:0;
}
#mainContent p {
	color:#333333;
	margin:0;
	padding:10px 0;
}
#footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 21px 0 31px;
	background-color:#fff;

}
#footer_btm {
	padding: 0 20px;  /*this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 21px 0 31px;
	background:url(images/sms_footer_bg.png) no-repeat ;
	height:40px;
}
#footer_links {
	margin: 20px 21px 20px 31px;
	padding:10px 20px;
	min-height:50px;
	background-color:#000;
  	opacity:0.2;
  	filter:alpha(opacity=20);
	font-weight:bold;
}
#footer p, #footer_btm p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:80%;
	color:#669999;
}
#footer_links li { list-style:none; text-align:left;}
#footer_links ul { margin-left:0; }
/*#footer_links p { font-size: 28px; color:#669999; font-family: 'NotethisRegular', "Lucida Grande","Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; }*/
#footer_links a { font-weight:bold; color:#fff; text-decoration:none;}
#footer_links a:hover { text-decoration:underline; }
a { color:#669999; }

body#contact form {
	background:url(images/sms_contact_bg.png) no-repeat;
	height:336px;
	padding:30px;
	}
body#contact input, body#contact textarea
{
	opacity:0.4;
  	filter:alpha(opacity=40);
}
body#contact label { 
	font-family:'NotethisRegular';
	font-size:16px;
	}
#nav td a { 	
	font-family:'NotethisRegular';
	font-size:18px;
	}
	
.success {
	background-color:#669999;
	border:1px solid #999;
	height:50px;
	padding:0 10px 0 20px;
	margin-bottom:20px;
}
.success p {
	color:#fff;
	font-family: 'NotethisRegular';
	font-size:22px;
	float:left;
}
.success a { 
	color:#fff;
	font-family: 'NotethisRegular';
	font-size:18px;
	vertical-align:middle;
	float:right;
	text-decoration:none;
}
h1.custom { 
	font-family:'NotethisRegular';
	font-size:48px;
	padding:10px 0 0;
	margin:0;
	color:#669999;
	} 
h2.custom { 
	font-family:'NotethisRegular';
	font-size:30px;
	padding:10px 0 0;
	margin:0;
	color:#669999;
	} 
h3.custom { 
	font-family:'NotethisRegular';
	font-size:24px;
	padding:5px 0 0;
	margin:0;
	} 	
.blue {color:#669999; }
.dark { color:#54301a; }		
p.custom a {
	font-family:'NotethisRegular';
	font-size:16px;
	text-decoration:none;
	color:#669999;
		}
p.custom a:hover { text-decoration:underline; }		
#header a { color: #54301a; text-decoration:none; font-weight:bold; font-size:12px; }

.customButton {
	font-family:'NotethisRegular';
	font-size:18px;
	color:#669999;
	font-weight:bold;
	text-decoration:none;
}
#sidebarNav {
	position:fixed; 
	width:130px;
	margin-left:940px;
	margin-top:200px;
	/*top:200px; 
	right:0;*/ 
	/*background-color:#000;
	opacity:0.2;
	filter:alpha(opacity=20);
	padding:10px;*/
}
#sidebarNav a {
	font-family:'NotethisRegular';
	color:#669999; 
	font-weight:bold; 
	font-size:22px;
	text-decoration:none;
	text-align:left;
	line-height:50px; 
}
#sidebarNav a:hover {
	color:#fff;
}
.box {
	width:225px;
	padding:10px;
	margin:0 5px;
	float:left;
	}
.divider { border-right:1px solid #54301a; padding-right:10px; }	
.note {
	background:url(images/note.png) no-repeat;
	height:256px;
	width:250px;
	padding:5px;
	}
.note h2{ padding:60px 0 0 60px; }
.note p { padding: 0 30px; }
	
body#home #sidebarNav a.navHome,
body#about #sidebarNav a.navAbout,
body#portfolio #sidebarNav a.navPortfolio,
body#blog #sidebarNav a.navBlog,
body#contact #sidebarNav a.navContact { 
	color:#FFFFFF; 
}
body#home #nav a.navHome,
body#about #nav a.navAbout,
body#portfolio #nav a.navPortfolio,
body#blog #nav a.navBlog,
body#contact #nav a.navContact { 
	
}
/*@font-face {
	font-family: 'MyFontFamily';
	src: url('GoodFoot.eot?') format('embedded-opentype');
	}
@font-face {
    font-family: 'GoodFoot';
    src: url('GoodFoot.ttf')  format('truetype');
}
@font-face {
	font-family: 'GoodFoot';
	src: url('GoodFoot.eot?#iefix') format('embedded-opentype'), 
	     url('GoodFoot.woff') format('woff'), 
	     url('GoodFoot.ttf')  format('truetype'),
	     url('GoodFoot.svg#svgFontName') format('svg');
		 font-weight:normal;
		 font-style:normal;
	}*/
	
	
@font-face {
    font-family: 'NotethisRegular';
    src: url('Note_this-webfont.eot');
    src: url('Note_this-webfont.eot?#iefix') format('embedded-opentype'),
         url('Note_this-webfont.woff') format('woff'),
         url('Note_this-webfont.ttf') format('truetype'),
         url('Note_this-webfont.svg#NotethisRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}