/*
Theme Name: Desert
Theme URI: http://sabrinagelbart.com
Description: A desert theme, some code adapted from Sharpfolio.
Version: 1.0
Author: Sabrina Gelbart
Author URI: http://sabrinagelbart.com
Tags: portflio, sabrinagelbart, Sabrina Gelbart
*/
/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

img, div, a, input { 
	/*behavior: url(/iepngfix.htc); */
}

@media(max-width:800px){
	#tumbleweed{
		display:none;
	}
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

	/*end reset*/
 body {
 	background-position: center top;
 	background-repeat: no-repeat;
 	background-image: url(images/background.jpg);
 	background-attachment: fixed;
 	text-overflow: ellipsis;
 	line-height: 20px;
 	font-size: 11pt;
 	color: #363636;
 	font-family: "Adobe Garamond Pro", "AGaramond LT", "Times New Roman", Times, serif;
 	/*height: 100%;stickyfooter*/
 }
 #main_wrapper {
 	margin-left: -480px;
 	left: 50%;
 	position: relative;
 	width: 960px;
  	min-height: 100%;
	height: auto !important;
	/*height: 100%;
	margin-bottom: -604px; /* the bottom margin is the negative value of the footer's height stickyfooter*/
    	/*margin-top: -30px; we don't need this! This was a hack around wordpress admin bar but since most users aren't logged in...*/
 }
 
 .push{
 	clear: both;
 	height: 304px;
 }
 
 /*header*/
 #header {
 	left: -8px;
 	top: 0px;
 	position: relative;
 	color: white;
 	background-position: left top;
 	background-repeat: no-repeat;
 	background-image: url(images/logo.png);
 	height: 150px;
 	width: 170px;
 }
 #header a{
 	font-weight: bold;
 	left: 0px;
 	top: 94px;
 	position: relative;
 	font-size: 20px;
 	color: #343358;
 	letter-spacing:0px;
 }

/*navigation*/
 #nav {
 	left: 140px;
 	top: 15px;
 	position: absolute;
 	float: left;
 	z-index: 10;
 }
 #nav a strong {
 	font-style: normal;
 	font-weight: normal;
 	letter-spacing: 2px;
 	color: #d9eaff;
 	text-transform: uppercase;
 	font-size: 20px;
 	text-decoration: none;
 }

 #nav a {
 	font-style: italic;
 	letter-spacing: 1px;
 	text-shadow: -2px 2px 4px black;
 	font-size: 14px;
 	color: #d9eaff;
 	text-decoration: none;
 	z-index: 10;
 }

 #nav li {
 	margin: 0px;
 	padding-right: 10px;
 	padding-left: 10px;
 	float: left;
 	display: block;
 }


/*board 1*/
#board1 {
 	width: 960px;
 	height: 400px;
 	position: relative;
 	background-position: center top;
 	top: -50px;
 	background-repeat: no-repeat;
 	background-image: url(images/onlyboard.gif);

 }
 #introc {
 	position: relative;
 	left: 5px;
 	margin: 40px 60px;
 	height: 225px;
 	width: 480px;
        border: 40px solid transparent;
 	-moz-border-image: url(images/paperborder.png) 40 40 40 40 stretch;
	-webkit-border-image: url(images/paperborder.png) 40 40 40 40 stretch;
	border-image: url(images/paperborder.png) 40 40 40 40 fill stretch;
	/*behavior: url(/PIE.php);*/
 	text-align: center;
 	float: left;
 }

 #intro {
 	position: relative;
 	left: -15px;
 	top: 3px;
 	margin: -40px;
 	width: 509px; /*minus padding*/
 	height: 200px; /*minus padding*/
 	background: url(images/bigornament.png) no-repeat center center;
 	padding: 50px 40px;
 	z-index: 100;
  }
  

 #aboutc{
 	position: relative;
 	left: -47px;
 	margin: 40px 0;
 	height: 225px;
 	width: 180px;
        border: 40px solid transparent;
 	-moz-border-image: url(images/paperborder.png) 40 40 40 40 stretch;
	-webkit-border-image: url(images/paperborder.png) 40 40 40 40 stretch;
	border-image: url(images/paperborder.png) 40 40 40 40 fill stretch;
	behavior: url(/PIE.php);
 	text-align: center;
 	float: left;
 }
 #about{
 	position: relative;
 	margin: -40px;
	width: 210px; /*minus padding 250*/
 	height: 220px; /*minus padding 300*/
 	background: url(images/smallornaments.png) no-repeat center center;
 	padding: 40px 20px;
 	z-index: 100;
 
 }

h2 {
 	line-height: 50px;
 	letter-spacing: 2px;
 	font-size: 60px;
 	font-weight: normal;
 	font-variant: small-caps;
 	margin-bottom: 10px;
 }

 #intro p {
 	line-height: 25px;
 	font-size: 18px;
 	font-style: italic;
 	padding-top: 0px;
 	margin: 0px 30px;
 }
 
 #intro h2 {
 	margin:5px 40px 0px;
 	letter-spacing: 4px;
 	line-height: 45px;
 }

 #about h3 {
 	font-size: 18px;
 	font-variant: small-caps;
 	font-weight: bold;
 	margin-top: 11px;
 	margin-bottom: 0px;
 	padding: 0px;
 }

 #skull {
 	top: 10px;
 	left: 690px;
 	position: absolute;
 	height: 164px;
 	z-index: 1;
 	width: 270px;
 	background-image: url(images/skull.png);
 }

 #paper3c {
 	max-height: 275px;
 	padding: 0px;
 	top: 85px;
 	left: 65px;
 	position: absolute;
 	width: 745px;
    	border: 40px solid transparent;
 	-moz-border-image: url(images/paperborder.png) 40 40 40 40 stretch;
	-webkit-border-image: url(images/paperborder.png) 40 40 40 40 stretch;
	border-image: url(images/paperborder.png) 40 40 40 40 fill stretch;
	behavior: url(PIE.php);
 }
 #paper3{
 	width:780px;
 	z-index: 100;
 	position: relative;
 }
 #board2 {
 	top: -100px;
 	position: relative;
 	/*z-index: -1;*/
 	background-position: center;
 	background-repeat: no-repeat;
 	background-image:url(images/onlyboard.gif);
 	width: 960px;
 	height: 500px;
 }
 
 #bucket1, #text-3 {
 	border-right-style: dashed;
 	padding-right: 7px;
 	margin-bottom: 0px;
 	margin-top: 0px;
 	position: relative;
 	width: 220px;
 	float: left;
 }
 #bucket2, #text-4 {
 	padding-right: 10px;
 	padding-left: 10px;
 	margin-bottom: 0px;
 	margin-top: 0px;
 	width: 220px;
 	float: left;
 }
 #bucket3, #text-5 {
 	padding-right: 20px;
 	padding-left: 10px;
 	margin-bottom: 0px;
 	margin-top: 0px;
 	width: 220px;
 	float: left;
 }
 #bucket4, #text-9 {
 	width: 40px;
 	float: left;
 	margin: 0px;
 }
/*footer*/
/*#masterfooter {
 	margin-top: -430px;
	width: 100%;
 }*/

 #footerc {
 	margin-top: -430px;
 	width: 100%;
 	background-position: center bottom;
 	background-repeat: no-repeat;
 	margin-right: auto;
 	margin-left: auto;
 	/*padding-top: 230px;*/
 	background-image: url(images/footer2.png);
 	height: 500px;
 	position: relative;
 }
 
#footer{
	/*clear: both;*/
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 820px;
	padding: 260px 0 0 40px;
}

#footer .widget{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

/*footer widgets without widgets initiated or whatever*/
#fbucket1{
	width: 160px;
}
#fbucket1 h2{
	letter-spacing: 4px;
	line-height: 30px;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
}

#fbucket2{
	width: 220px;
}

#fbucket3{
	width: 220px;
}

#fbucket4, #text-6{
	list-style-type: none;
	width: 120px;
}

#fbucket4 li, #text-6 li{
	margin-left: -10px;
	list-style-type: none;
}

/*footer widgets initialized*/

#recent-posts-4{
	width:220px;
}
#twitter-tools{
	width:220px;
}
#text-8{
	width:120px;
}

#facebook{
	margin-right: auto;
	height: 45px;
	display: block;
	width: 120px;
	background-repeat: no-repeat;
	background-image: url(images/icons/facebook.jpg);
	margin-left: 10px;
}

#facebook span, #linkedin span, #wordpress span{
	visibility: hidden;
	display: none;
}

#linkedin{
	margin-top: 10px;
	display: block;
	height: 45px;
	width: 120px;
	background-repeat: no-repeat;
	background-image: url(images/icons/linked_in.jpg);
	margin-left: 10px;
}

#wordpress{
	width: 120px;
	height: 99px;
	background-repeat: no-repeat;
	background-image: url(images/icons/wordpress.png);
	display: block;
	margin-left: 0px;
}

/*bottom black footer*/

#bfooterc{
	clear: both;
	position: absolute;
	width: 100%;
	background-color: black;
}
#bfooterc, #footerc{
	color: #e6ddd3;
}


#bfooter{
	padding: 10px 0px 10px 40px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}


 a{
 	text-decoration: none;
 	color: #4A3139;
 }

 p{
 	margin-top: 0px;
 	margin-bottom: 10px;
 }

 #intro a {
 	font-size: 20px;
 	font-style: normal; 
 	display: block; 
 	line-height: 25px; 
 	padding-top: 3px;
 }

 #post1 {
 	left: 182px;
 	top: 60px;
 	position: absolute;
 	z-index: -3;
 	background-image: url(images/signpost.png);
 	height: 849px;
 	width: 93px;
 }
 #post2 {
 	left: 697px;
 	top: 66px;
 	position: absolute;
 	z-index: -3;
 	background-image: url(images/signpost.png);
 	height: 849px;
 	width: 93px;
 }

.horiz{
	
	text-shadow: 0px 0px white;
	display: block;	
	font-size: 20px;	
	text-align: center;	
	text-transform: uppercase;	
	line-height: 20px;
	margin-top: 6px;
}

#paper3 .widget{
	top: -5px;
	left: -6px;
	position: relative;
}

element{
}

h3{
	letter-spacing: 1px;
	line-height: 25px;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 10px;
}


li{
	margin-left: 14px;
	list-style-position: outside;
	list-style-type: disc;
}


#tumbleweed{
	top: 170px;
	left: 0px;
	z-index: -4;
	position: fixed;
}



#bigboard{
	background-image: url(images/onlyboard.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: -50px;
	padding-top: 60px;
	padding-bottom: 210px;/*push footer down*/
}

#bigpaper{
	line-height: 20px; /*fix from line height*/
	min-height: 180px;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
    	border: 40px solid transparent;
 	-moz-border-image: url(images/paperborder.png) 40 40 40 40 stretch;
	-webkit-border-image: url(images/paperborder.png) 40 40 40 40 stretch;
	border-image: url(images/paperborder.png) 40 40 40 40 fill stretch;
	behavior: url(PIE.php);
	position: relative;
 }
 #secondarynav li{
 	display: inline;
 	margin: 0;
 	padding: 0px 20px 0px 14px;
 	font-size: 18px;
 	text-transform: uppercase;
 	background: url(images/tilde.png) no-repeat right center;
 }
 
 #secondarynav li:last-child{
 	background-image: url(sldfkj);     
 }
 #secondarynav li:first-child{
 	padding-left:0px; 
 }
 #secondarynav{
 	border-top: 2px solid #58404A;
	border-bottom: 2px solid #58404A;
 	color: #3d3552;
 	padding: 7px 0 4px;
 	margin-bottom: 10px;
 	margin-top: 5px;
 }
 
 .portpost{
 	clear:both;
 	margin-bottom: 10px;
 	padding-bottom: 10px;
 }
 .portmediac{
 	width: 516px;
 	border: 2px solid #58404A;
 	clear: both;
 	float: left;
 	padding: 6px 0px;
 }
 
 .portmedia img{
 	border: 2px solid #58404A;
 }
 .portmedia{
 	text-align: center;
 }
 .portinfo{
 	width: 200px;
 	float: left;
 	margin-left: 10px;
 	margin-top: 40px;
 }
 
 .portinfo h3{
 	color: #4A3139;
 	margin-bottom: 0px;
 }
 
 .portdate, .postdate{
	font-style: italic;
	font-size: 16px;
	padding-top:2px;
}

.portdate{
	margin-bottom: 0px;
	padding-top: 0px;
}

.portdesc{
	font-size:14px;
	margin-bottom: 0;
}

.porttitle{
	font-variant: small-caps;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
}
#bigpaperinner{
	width: 740px;
	margin-top: -12px;
	margin-left: -14px;
	position: relative;
	z-index: 100;
}
.clear{
	clear: both;
}
#pagetitle{
	margin-top: 15px;
	margin-bottom: 5px;
}


/*.main-wrapper p, .main-wrapper h2, .main-wrapper h3, .main-wrapper ul{
    position: relative;
    z-index: 20;
}*/

.tilde{
	font-family:"Times New Roman", Times, Serif;
	padding: 0 5px;
}

/*blog page*/
.posttitle{
	font-size: 50px;
	font-weight: normal;
	color: #4A3139;
	line-height: 45px;
	margin-bottom: 10px;
	border-left: 5px solid #4A3139;
	padding: 10px 10px 0;
}
#blogtitle{
	padding:15px 0px 10px;
	letter-spacing: 4px;
	margin-bottom: 0;
	line-height: 40px;
}

.post{

}

#recent-posts-4{

}

.amp{
	font-family: Palatino, Palatino Linotype, Baskerville;
	font-style: italic;
	letter-spacing: 0px;
}

#footer a, #bfooter a{
	color: #A48184;
}

/*formatting within post*/
.postcontent h2{
	font-size: 42px;
	font-variant: normal;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.postcontent h3{
	font-size: 24px;
	margin-bottom: 0px;
}

.more{
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 16px;
}

iframe{
	z-index: 11;
}

/*contact form*/

#contact-area {
	width: 570px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 440px;
	font-size: 20px;
	margin: 0px 0px 10px 5px;
	border: 1px solid #363636;
	float: right;
	background-color: #C3AC8F;
	color: #363636;
	font-family: "Adobe Garamond Pro", "AGaramond LT", "Times New Roman", Times, serif;

}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	margin-top: 17px;
}

label, #captcha-label {
	width: 100px;
	text-align: left;
	font-size: 20px;
	float: left;
	clear: both;
	padding-top: 8px;
}

#captcha-area {
	float: right;
	margin-right: 1px;
	height: 110px;
	width: 450px;
}

.submit-button {
	clear: both;
	float: none;
	margin: 5px;
	color: #363636;
	font-family: "Adobe Garamond Pro", "AGaramond LT", "Times New Roman", Times, serif;

}

 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#C3AC8F !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #363636 !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #363636 !important; //Text input field border color
   background-color:#C3AC8F !important; //Text input field background color
 }

#post-169{
	text-align: center;
}

/*.wpcf7-form{
	border-width:10px;
 	-moz-border-image: url(images/paintborder1.gif) 10 10 10 10 stretch;
	-webkit-border-image: url(images/paintborder1.gif) 10 10 10 10 stretch;
	border-image: url(http://www.sabrinagelbart.com/paintborder1.gif) 10 10 10 10 fill stretch;
	behavior: url(/PIE.php)
}*/



/*fix footer on portfolio page*/
/*.page-template-portfolio-php #footer, body.Portfolio #footer{
	padding-top: 125px;
}*/

.page-template-contact-php #footer{
	padding-top: 105px;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.bottomnav{
	position: relative;
	text-align: center;
	z-index: 20;
}
#bottomnav-older{
	padding-right:10px;
}

#bottomnav-newer{
	padding-left:10px;
}

/*comments*/

textarea#comment{
	width: 100%;
}

#portfblike{
	padding: 5px 0;
}
body{
background-color:black;
}