/* ----------------------------------------------------------------------------------
    Theme Name: Timmy Cai's Design Pad
    Version: 2.1
    Author: Timmy Cai
    Author URI: http://www.mydesignpad.com/
    CSS: Main Page
---------------------------------------------------------------------------------- */


/* COLORS
----------------------------------------------------------------------------------

Pale Beige: #ecdece
DarK Brown: #3e2105
Pink: #ec1863
Light Pink: #ec7ca4
Very Light Pink: #ebcdd7
Blue: #1989ca
Dark Blue: #0269a5
Light Blue:#9ec5e3
80% Gray: #464646
75% Gray: #666666
50% Gray: #959595
40% Gray: #acacac
Black: #000000
White: # ffffff
---------------------------------------------------------------------------------- */

/* DEFAULT STUFF
---------------------------------------------------------------------------------- */

IFRAME { border: none; }

.aligncenter { display:block; margin:0 auto; }
.alignleft { float:left }
.alignright { float:right } 
.clear-float { clear:both; display:block;} /* Use this br class to clear your floated columns */
html {
	background: url(../images/bg-tile.jpg) repeat left fixed;
}
body {
	background: url(../images/bg-topleft.jpg) no-repeat fixed;
	min-height: 700px;
	font-family: "Tahoma", Lucida Grande, Arial, Verdana, sans-serif;
	font-size: 90%;
	letter-spacing: .03em;
}
.clip{
	top: 50px;
	padding-top: 150px;
	display: block;
	height: 458px;
	width: 500px;
	background: url(../images/video-bg.png) 28px 90px no-repeat;	
}
/* HEADER
---------------------------------------------------------------------------------- */
#page-wrap {
	background: url(../images/page-top2.jpg) no-repeat center top;
	width:900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height- for the sticky footer by Ryan Fait  */
	background-color: #ecdece;
}

#header {
	position:relative;
	width:900px;
	height:230px;
	z-index: 300;
}

#best-view{
	line-height: 70%;
	text-align: right;
	width: 500px;
	height: 40px;
	position: absolute;
	top: 8px;
	left: 360px;
	color: #9ec5e3;
	font-size:.75em ;
}
#best-view a{
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#best-view a:hover{
	color: #9ec5e3;
}
#widget_bounds{
	float: right;
	
}
p{
	color: #464646;
	line-height:1.65em;
	font-size:0.875em;
}
a, a:hover, a:active { 
	outline: none; 
}
.clearfix { display: block; clear: both; }

/* NAVIGATION
---------------------------------------------------------------------------------- */
#global-logo{
	float: left;
	width: 232px;
	height:61px;
}
#global-logo a {
	float: left;
	margin-left: 45px;
	margin-top: 120px;
	width: 232px;
	height:61px;
	background: url(../images/global-logo3.png) top center no-repeat;
	text-indent: -300em;
	overflow: hidden;
}
#global-logo a:hover{
	background: url(../images/global-logo3.png) bottom center no-repeat;
}
ul#nav {
	float: right;
	width: 571px;
	height:50px;
	margin-right: 28px;
	margin-top: 150px;
}
#nav li { 
	float: left; 
	display: inline; 
}
ul#nav li a{
	float:left;
	display:block;
	text-indent: -300em;
	overflow: hidden;
}	
li#home a{
	width: 66px;
	height:40px;
	background: url(../images/nav-home2.png) top center no-repeat;
}
li#home a:hover{
	background: url(../images/nav-home2.png) bottom center no-repeat;
}
li#work a{
	width: 67px;
	height:40px;
	background: url(../images/nav-work2.png) top center no-repeat;
}
li#work a:hover{
	background: url(../images/nav-work2.png) bottom center no-repeat;
}
li#about a{
	width: 75px;
	height:40px;
	background: url(../images/nav-about2.png) top center no-repeat;
}
li#about a:hover{
	background: url(../images/nav-about2.png) bottom center no-repeat;
}
li#tutorial a{
	width: 101px;
	height:40px;
	background: url(../images/nav-tutorial2.png) top center no-repeat;
}
li#tutorial a:hover{
	background: url(../images/nav-tutorial2.png) bottom center no-repeat;
}
li#blog a{
	width: 62px;
	height:40px;
	background: url(../images/nav-blog2.png) top center no-repeat;
}
li#blog a:hover{
	background: url(../images/nav-blog2.png) bottom center no-repeat;
}
li#contact a{
	width: 100px;
	height:40px;
	background: url(../images/nav-contact2.png) top center no-repeat;
}
li#contact a:hover{
	background: url(../images/nav-contact2.png) bottom center no-repeat;
}
li#services a{
	width: 100px;
	height:40px;
	background: url(../images/nav-services.png) top center no-repeat;
}
li#services a:hover{
	background: url(../images/nav-services.png) bottom center no-repeat;
}
/* ACTIVE NAVIGATION
---------------------------------------------------------------------------------- */
#home-active{
	position: absolute;
	top:152px;
	left:290px;
	width: 79px;
	height: 33px;
	background: url(../images/nav-home-bg.png) no-repeat;
}
#work-active{
	position: absolute;
	top:152px;;
	left:354px;
	width: 75px;
	height: 33px;
	background: url(../images/nav-work-bg.png) no-repeat;
}
#about-active{
	position: absolute;
	top:152px;
	left:420px;
	width: 81px;
	height: 33px;
	background: url(../images/nav-about-bg.png) no-repeat;
}
#tutorial-active{
	position: absolute;
	top:152px;
	left:500px;
	width: 97px;
	height: 33px;
	background: url(../images/nav-contact-bg.png) no-repeat;
}
#blog-active{
	position: absolute;
	top:152px;
	left:595px;
	width: 78px;
	height: 33px;
	background: url(../images/nav-blog-bg.png) no-repeat;
}
#services-active{
	position: absolute;
	top:152px;
	left:662px;
	width: 97px;
	height: 33px;
	background: url(../images/nav-services-bg.png) no-repeat;
}
#contact-active{
	position: absolute;
	top:152px;
	left:768px;
	width: 97px;
	height: 33px;
	background: url(../images/nav-contact-bg.png) no-repeat;
}
/*  INTRO SLIDESHOW
---------------------------------------------------------------------------------- */
#intro {
	position: relative;
	left: 130px;
	top: 0px;	
	width:643px;
	height:450px;
	background: url(../images/sshow-bg.png) no-repeat;
	z-index: 100;
}
#slideshow{
	margin-left: 62px;
	margin-top: 49px;
	width:515px;
	height:265px;
	float: left;
	overflow: hidden;
}
#slideshow:hover{
	background: url(../images/sshow-hover.png) 25px bottom no-repeat;
	width:515px;
	height:290px;
}
#slideshow img{
	width:513px;
	height:263px;
	border: 1px solid #959595;
	padding: 0px;
}
#control{
	position: absolute;
	display:inline-block;
	top:325px;
	left: 292px;
	width:300px;
	height:30px;
	z-index:300;
	float: right;
}
#control a#prev0{
	margin-top: 1px;
	margin-right: 6px;
	width: 13px;
	height: 19px;
	background:url(../images/prev.png) no-repeat;
	text-indent: -2000em;
	float: left;
}
#control a#prev0:hover{
	background:url(../images/prev-hover.png) no-repeat;
}
#control a#next0{
	margin-top: 1px;
	margin-left: 6px;
	width: 13px;
	height: 19px;
	background:url(../images/next.png) no-repeat;
	text-indent: -2000em;
	float: left;
}
#control a#next0:hover{
	background:url(../images/next-hover.png) no-repeat;
}
#control #intro-nav a {
	font-weight: bold;
	display: inline-block;
	border: 1.5px solid #f9b9d0;
	background: #fde8ef;
	text-decoration: none;
	margin: 0 5px; 
	float: left;
	padding: 0 5px 0 5px;
	color: #ec1863;
}
#control #intro-nav a:hover {
	background-color: #ec7ca4;
	color:white;
}
#control #intro-nav a.activeSlide {
	border: 1.5px solid #f475a1; 
	background: #ec1863;
	color: #fde8ef; 
}
#control #intro-nav a:focus { 
	outline: none; 
}
/* MAIN COLUMN
---------------------------------------------------------------------------------- */
#main-col{
	width: 500px;
	min-height: 600px;
	float: left;
	margin-left: 50px;
	z-index: 300;
	display: inline;
}
#store-main-col{
	width: 900px;
	min-height: 600px;
	float: left;
	margin-left: 50px;
	z-index: 300;
	display: inline;
}
h1#recent-post-title, h1#contact-title, h1#about-title, h1#blog-title, h1#client-title, h1#photo-gallery, h1#amazon-store{
	position: relative;
	width: 330px;
	height: 58px;
	margin: 25px 0 25px 0;
	text-indent: -3000em;
	overflow: hidden;
}
h1#recent-post-title{
	background: url(../images/recent-posts.png) left no-repeat;	
}
h1#contact-title{
	background: url(../images/heading-contact.png) left no-repeat;	
}
h1#about-title{
	background: url(../images/heading-about.png) left no-repeat;	
}
h1#blog-title{
	background: url(../images/heading-blog.png) left no-repeat;	
}
h1#client-title{
	background: url(../images/heading-client.png) left no-repeat;	
}
h1#photo-gallery{
	background: url(../images/heading-photos.png) left no-repeat;	
}
h1#amazon-store{
	background: url(../images/heading-amazonstore.png) left no-repeat;	
}
h1#tutorial-title {
	padding-top: 12px;
	font-size: 1.5em;
	color: #ec1863;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/heading-blank.png) top left no-repeat;
	position: relative;
	width:330px;
	height: 57px;
	margin: 25px 0 40px 0;
	text-indent: 23px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	background: url(../images/heading-tutorialspot.png) left no-repeat;	
}
h1#blog-title {
	padding-top: 12px;
	font-size: 1.5em;
	color: #ec1863;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/heading-blank.png) top left no-repeat;
	position: relative;
	width:330px;
	height: 57px;
	margin: 25px 0 40px 0;
	text-indent: 23px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	background: url(../images/heading-blogspot.png) left no-repeat;	
}

h1#blank-title span{
	color: #1989ca;
}
#error{
	width:800px;
	height: 260px;
	text-indent: -3000em;
	overflow: hidden;
	margin: 0 0 0 0px;
	background: url(../images/heading-nothing2.png) left top no-repeat;	
}
#oh-no, #oh-yes{
	width:400px;
	height: 180px;
	text-indent: -3000em;
	overflow: hidden;
	margin: 0 0 0 0px;	
}
#oh-no{
	background: url(../images/heading-ohno.png) left top no-repeat;
}	
#oh-yes{
	background: url(../images/heading-ohyes.png) left top no-repeat;
}
#main-col h2{
	font-size: 1.8em;
	font-family: 'Rokkitt',Georgia, Times, Times New Roman, serif;
	font-weight: 400;
	width:500px;
	margin-bottom: 15px;
	display: inline-block;
	padding: 13px 0 0 0;
	
}
#main-col h2 a{
	color: #1989ca;
	text-decoration: none;
}
#main-col h2 a:hover{
	color: #0269a5;

}
#main-col p{
	letter-spacing:.05em;	
	color: #363636;
	margin: 0 0 8px 0px;
}
#main-col p i{
	color: #ec1863;
}
#main-col p a{
	color: #1989ca;
	text-decoration: none;
}
#main-col p a:hover{
	color: #0269a5;
}
#main-col .photo-set a img:hover{
	padding: 5px;
	border: 1px solid #d6bba2;
	background-color: #e1cebb;
}
#main-col p img.big-pic{
	display: inline-block;
	float: left;
	margin: 0 15px 0 0;
	padding: 4px;
	border: 1px solid #d6bba2;
	background-color: white;
}
span.big{	
	color: #1989ca;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 160%;
	font-family: 'Georgia', Times, Times New Roman, serif;
}
#main-col img{
	padding: 5px;
	border: 1px solid #d6bba2;
	background-color: white;
}


/* FOR ABOUT PAGE
----------------------------------------------------------------------------------*/ 

#main-col .skillset{
	background-color: #ffffff;
	width: 220px;
	font-size:.825em;
	color: #1989ca;
	list-style-position: outside;
	list-style-type: none;
	padding: 2px;
	margin: 5px 10px 5px 0px;
    display: inline-block;
}
#main-col .skillset img{
	border: none;
	vertical-align: middle;
	padding: 5px 15px 5px 10px;
}
/* POST AREA
----------------------------------------- */
.post{	
	display: block;
	width:500px;
}
#main-col h4{
	color: #ec1863;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 150%;
	font-family: 'Questrial',Helvetica, Arial, Verdana, sans-serif;
	display: block;
	margin-top: 30px;
	margin-bottom: 4px;
}
.post p{
	margin: 0 0 8px 0px;
	width:500px;
}
blockquote{
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;

}
#main-col .post ol p a img, #main-col .post ol li a img{
	padding: 3px;
	border: 1px solid #d6bba2;
	background-color: white;
	margin: 15px 0 5px 0px;
}
#main-col .post ol, #main-col .post ul{
	display: block;
	margin: 5px 0 10px 13px;
}
#main-col .post ol li{
	width:500px;
	margin-left: 6px;
	list-style-type: decimal;
	list-style-position: outside;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #464646;
	line-height:1.65em;
	font-size:0.875em;
}
#main-col .post ul li{
	width:500px;
	margin-left: 2px;
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #464646;
	line-height:1.65em;
	font-size:0.875em;
}
#main-col .post ol li a, #main-col .post ul li a{
	text-decoration: none;
	color: #1989ca;
}
#main-col .post ol li a:hover, #main-col .post ul li a:hover{
	color: #0269a5;
}
#main-col .post a.more-link{
	color: #1989ca;
	text-decoration: none;
}
#main-col .post a.more-link:hover{
	text-decoration: none;
	color: #0269a5;
}
#main-col .post-stamp{
	text-align: right;
	width: 500px;
	color: #959595;
	padding-top: 8px;
	margin-bottom: 40px;
	font-size: .7em;
	border-top: 1px dashed #3e2105;
	z-index: 300;
}
#main-col .post-stamp a{
	text-decoration: none;
	color: #ec1863;
}
#main-col .post-stamp a:hover{
	color: #666666;
}

/* The owner info at the bottom of each single post
----------------------------------------- */
#main-col p.post-data{
	letter-spacing:.5px;
	font-size: .7em;
	line-height:1.5em;
	color: #959595;
}
#main-col p.post-data a{
	color: #1989ca;
}
#main-col p.post-data a:hover{
	color:#3e2105;
}
/* COMMENTS AREA
----------------------------------------- */
form{
	width: 500px;
}
#comments-wrap,#commentform-wrap{
	width: 500px;
	padding: 10px 0 30px 0px;	
}
h3.comment-heading{
	width: 500px;
	display: inline-block;
	font-size: 1.15em;
	padding-bottom: 8px;
	color: #1989ca;
}
h3.comment-heading strong{
	color: #1989ca;
}
h3.comment-heading span{
	font-size: .7em;
	color: #666666;
}
ol.people-comments{
	margin: 10px 0 0 0;
	width: 500px;
}
ol.people-comments .alt{
	width: 500px;
	padding: 0 0 15px 0;
	margin: 0 0 2px 0;
	color: black;	
	background: url(../images/comment-bottombg-alt2.png) no-repeat 0 bottom #dcc8b2;	
}
ol.people-comments .alt .comment-topbg{
    width:500px;
    height: 12px;
    background: url(../images/comment-topbg-alt2.png) no-repeat 0 top;    
}
ol.people-comments li{
	width: 500px;
	padding: 0 0 15px 0;
	margin: 0 0 2px 0;
	color: black;
	background: url(../images/comment-bottombg2.png) no-repeat 0 bottom #f5ede3;
}
ol.people-comments li .comment-topbg{
	width:500px;
	height: 12px;
	background: url(../images/comment-topbg2.png) no-repeat 0 top;	
}
ol.people-comments li a{
	font-size:100%;
	text-decoration: none;
	color: #ec1863;
}
ol.people-comments li a:hover{
	color: #000000;
}
ol.people-comments li p{
	padding: 0px 20px;
	width: 460px;
}
ol.people-comments li .author{
	margin: 0px;
	padding: 0px 0 0px 20px;
	width: 250px;
	font-size: 1em;
	color: #3e2105;
}
ol.people-comments li .author a{
	font-size: 1em;
	color: #1989ca;
}
ol.people-comments li .author a:hover{
	color: #ec1863;
	text-decoration: underline;
}
ol.people-comments li .author cite{
	font-weight: normal;
	color: #666666;
}
p.comment-date{
	width: 150px;
	float: right;
	padding-right: 20px;
}
p.comment-date a{
	color:#3e2105;
	float: right;
}
p.comment-date a:hover{
	text-decoration: underline;
}
/* Form Elements
-------------------------------------------- */
#contactform{
	padding: 25px;
	border: 1px solid #d6bba2;
	background-color: #ddcbb6;
	width: 430px;
}
#commentform{
	margin-left: -3px;
	padding: 0px;
	width: 460px;
}
#commentform p{
	font-size: .9em;
	margin: 4px;
}		
label{
	float: left;
	font-size: .9em;
	color: #666666;
}
#commentform input {
	width: 180px;
	padding: 2px;
	margin: 5px 0 1px 0;
}
p textarea#comment{
	width: 400px;
	padding: 4px;
}

/* CONTACT FORM
---------------------------------------------------------------------------------- */
#sendit.submit-button{
	display: block;
	text-indent:-300em;
	overflow: hidden;
	border-style: none; 
	margin-top: 10px;
	width:300px;
	height:22px;
	background: url(../images/button-send.png) no-repeat;
}
#sendit.submit-button:hover{
	background: url(../images/button-send-hover2.png) no-repeat;
}
#commentsubmit.submit-button{
	text-indent:-300em;
	overflow: hidden;
	border-style: none; 
	margin-top: 20px;
	width:300px;
	height:22px;
	background: url(../images/button-submit.png) no-repeat;
}
#commentsubmit.submit-button:hover{
	background: url(../images/button-submit-hover2.png) no-repeat;
	cursor: pointer;
}
#login.submit-button{
	display: block;
	text-indent:-300em;
	overflow: hidden;
	border-style: none; 
	margin-top: 10px;
	width:330px;
	height:22px;
	background: url(../images/button-login.png) no-repeat;
}
#login.submit-button:hover{
	background: url(../images/button-login-hover.png) no-repeat;
}
input, #budget input, #timeframe input, input#author, input#email, input#url{
	font-family: "Tahoma", Lucida Grande, Arial, Verdana, sans-serif;
	letter-spacing: .04em;
	width:300px;
	margin-top: 0px;
}
input.info, p input.info {
	font-family: "Tahoma", Lucida Grande, Arial, Verdana, sans-serif;
	letter-spacing: .04em;
	border:1px solid #ffffff;
	font-size: 1em;
	color: #959595;
	padding:4px;
	margin-right: 10px;
	background-color:#f5ede3;
}
textarea{
	width:330px;
	font-family: "Tahoma", Lucida Grande, Arial, Verdana, sans-serif;
	letter-spacing: .04em;
	line-height:1.5em;	
	border:1px solid #ffffff;
	font-size: 1em;
	color: #959595;
	padding:4px;
	margin-right: 10px;
	background-color:#f5ede3;
} 
 
input.info:focus, input.info:hover,textarea:focus, textarea:hover{
	border: 1px solid #3e2105;
}
.fields, fieldset p{
	font-family: "Tahoma", Lucida Grande, Arial, Verdana, sans-serif;
	letter-spacing: .04em;
	color: #666666;
}

#SkypeMe a img{

	margin: 0;
	padding:0;
	border:none;
	background-color: transparent;
}

/* Post Nav
-------------------------------------------- */
.post-nav .older,.post-nav .newer{
    background-color: none;
    display: block;
    width: 140px;
    height: 25px;
    text-indent: -3000em;
    overflow: hidden;
}
.post-nav .older a{
    background-color: none;
    display: block;
    width: 140px;
    height: 25px;
    background: url(http://mydesignpad.com/images/postnav.png) top no-repeat;
}

.post-nav .older a:hover{
    background: url(http://mydesignpad.com/images/postnav-hover.png) top no-repeat;
}
.post-nav .newer a{
    background-color: none;
    display: block;
    width: 140px;
    height: 25px;
    background: url(http://mydesignpad.com/images/postnav.png) bottom no-repeat;
}
.post-nav .newer a:hover{
    background: url(http://mydesignpad.com/images/postnav-hover.png) bottom no-repeat;
}


/* SIDE COLUMN
---------------------------------------------------------------------------------- */
#side-col{
	width:310px;
	min-height: 750px;
	float: right;
	z-index: 100;
	display: inline;
}
/* Twitter
---------------------------- */
#twitter{
	width:268px;
	height: 236px;
	background: url(../images/tim-tweets3.png) no-repeat;
}
#twitter h1{
	display: block;
	width: 268px;
	height: 60px;
}
#twitter h1 a{
	display: block;
	width: 268px;
	height: 60px;
	text-indent: -300em;
	overflow: hidden;
}
#twitter h1 a:hover{
	background: url(../images/tweet-link3.png) no-repeat top left;
}
#twitter-content{
	word-wrap: break-word;
	text-align: left;
	position: relative;
	padding: 28px 0 0 35px;
	width:195px;
	height: 150px;
	line-height: 160%;
	font-size: .85em;
	color: #3e2105;
}
#twitter-content a{
	color: #3e2105;
	text-decoration: underline;
}
#twitter-content a:hover{
	color: #ec1863;
}
.twitter-timestamp{
	font-size: .8em;
	color: #3e2105;
}
/* ---------------------------- */
/* About Tim
---------------------------- */
#about-tim{
	margin-top: 20px;
	width:268px;
	height: 375px;
	background: url(../images/about-tim-2.png) no-repeat;
	overflow: hidden;
}
#about-tim h1{
	display: block;
	width: 268px;
	height: 80px;
}
#about-tim h1 a{
	display: block;
	width: 268px;
	height: 80px;
	text-indent: -300em;
	overflow: hidden;
}
#about-tim h1 a:hover{
	background: url(../images/about-link.png) no-repeat 20px 10px;
}
#about-tim #testimonials ul li{
	word-wrap: break-word;
	text-align: left;
	position: relative;
	margin: 28px 0 0 35px;
	width:190px;
	height: 250px;
	line-height: 160%;
	font-size: .85em;
	color: #3e2105;
	background-color: none;
	border: none;
}
#about-tim .company li { 
	background: none; 
}
	
.company{
	line-height: 110%;
	font-size: .8em;
	color: #3e2105;
	background-color: none;
	border: none;
}
/* Fave Links
---------------------------- */
#fave-links{
	margin-top: 0px;
	width:268px;
	min-height: 376px;
	background: url(../images/fave-links.png) no-repeat;
	overflow: hidden;
}
#fave-content{
	text-align: left;
	position: relative;
	margin: 90px 0 0 35px;
	width:195px;
	line-height: 180%;
	font-size: .8em;
	color: #3e2105;
}
#fave-content h3{
	font-weight: bold;
}
#fave-content a{
	color: #3e2105;
	text-decoration: underline;
}
#fave-content a:hover{
	color: #ec1863;
	text-decoration: underline;
}
#fave-links ul{
	margin: 0 0 20px 0;
}
/* Advertisments
---------------------------- */
#advertisment-contents{
	line-height: 180%;
	font-size: .8em;
	color: #3e2105;
	width:230px;
	border-top: 1px solid #3e2105;
	border-bottom: 1px solid #3e2105;
	margin: 20px 0 0 27px;
}
#advertisment-contents h3{
	font-weight: bold;
	padding: 0px 0 0 7px;
	border-bottom: 1px solid #3e2105;
}

#advertisment-contents h3 span{
	font-weight: normal;
	letter-spacing:.5px;
	font-size: .7em;
	line-height:1.5em;
	color: #959595;
}
#advertisment-contents p{
	padding: 3px 0 0 7px;
	font-weight: normal;
	letter-spacing:.5px;
	font-size: .7em;
	line-height:1.5em;
	color: #959595;

}
/* FOOTER
---------------------------------------------------------------------------------- */
#footer{
	width:800px;
	height: 83px;
	margin: 0 auto;
    padding: 150px 50px 18px;
	background:url(../images/page-bottom4.jpg) no-repeat;
}
#divCopyright{
	line-height: 160%;
	letter-spacing: .5px;
	padding-bottom: 6px;
	color: white;
	font-size:.75em ;
}
#divCopyright a{
	text-decoration: none;
	color: white;
}
#divCopyright a:hover{
	color: #f475a1;
}
#back-to-top{
	float: right;
	width:227px;
	height: 46px;
	text-indent:-300em;
	overflow: hidden;
	background: url(../images/back-to-top-hover.png) no-repeat;
}
#back-to-top:hover{
	width:241px;
	height: 46px;
	background: url(../images/back-to-top-hover.png) no-repeat;
}
#w3c{
	letter-spacing: .5px;
	color: #d1d2d1;
	font-size:.75em;
	}
#w3c p{
	float: left;
}
#w3c img{
margin: 0 5px 0 0;

}
#page-nav{
	width: 800px;
	margin:0 0 0 50px;
}
#next-page a{
	margin:15px 50px 0 0;
	width:130px;
	height:21px;
	background: url(../images/next-page.png) top no-repeat;
	z-index: 100;
	text-indent: -300em;
	float: right;
}
#next-page a:hover{
	background: url(../images/next-page.png) bottom no-repeat;
}
#previous-page a{
	margin:15px 0 0 0;
	width:130px;
	height:21px;
	background: url(../images/previous-page.png) top no-repeat;
	z-index: 100;
	text-indent: -300em;
	float: left;
}
#previous-page a:hover{
	background: url(../images/previous-page.png) bottom no-repeat;
}




@media only screen and (max-width: 960px) {
H1, H2, H3, H4, H5 { margin: 0 0 10px 0; font-family: Helvetica,sans-serif;   }
H1,H2 { font-size: 155%; color: #243f48; font-weight: 500; line-height: 1.30em; margin: 0 0 17px 0; }
H3 { font-size: 99%; text-transform: uppercase; font-weight: 500; margin: 0px 0 10px 0; }
H4 { font-size: 115%;  font-weight: 400 !important; line-height: 1.25em; margin: 0;padding: 0;}
}


@media only screen and (max-width: 768px) {
H1, H2, H3, H4, H5 { margin: 0 0 10px 0; font-family: Helvetica,sans-serif;   }
H1,H2 { font-size: 154%; color: #243f48; font-weight: 500; line-height: 1.30em; margin: 0 0 17px 0; }
H3 { font-size: 98%; text-transform: uppercase; font-weight: 500; margin: 0px 0 10px 0; }
H4 { font-size: 114%;  font-weight: 400 !important; line-height: 1.25em; margin: 0;padding: 0;}
}


@media only screen and (max-width: 767px) {
H1, H2, H3, H4, H5 { margin: 0 0 10px 0; font-family: Helvetica,sans-serif;   }
H1,H2 { font-size: 153%; color: #243f48; font-weight: 500; line-height: 1.30em; margin: 0 0 17px 0; }
H3 { font-size: 97%; text-transform: uppercase; font-weight: 500; margin: 0px 0 10px 0; }
H4 { font-size: 113%;  font-weight: 400 !important; line-height: 1.25em; margin: 0;padding: 0;}

}
@media only screen and (max-width: 479px) {
H1, H2, H3, H4, H5 { margin: 0 0 10px 0; font-family: Helvetica,sans-serif;   }
H1,H2 { font-size: 152%; color: #243f48; font-weight: 500; line-height: 1.30em; margin: 0 0 17px 0; }
H3 { font-size: 96%; text-transform: uppercase; font-weight: 500; margin: 0px 0 10px 0; }
H4 { font-size: 112%;  font-weight: 400 !important; line-height: 1.25em; margin: 0;padding: 0;}

}

@media only screen and (max-width: 434px) {
H1, H2, H3, H4, H5 { display: block; clear: both;  font-variant: small-caps; font-family: Helvetica, sans-serif; }
H1, H2, H3, H4, H5 { margin: 0 0 10px 0; font-family: Helvetica,sans-serif;   }
H1,H2 { font-size: 151%; color: #243f48; font-weight: 500; line-height: 1.30em; margin: 0 0 17px 0; }
H3 { font-size: 95%; text-transform: uppercase; font-weight: 500; margin: 0px 0 10px 0; }
H4 { font-size: 111%;  font-weight: 400 !important; line-height: 1.25em; margin: 0;padding: 0;}

}




