/*

		PERSONAL HOMEPAGE THEME FOR WORDPRESS
		thanks to Chris Coyier at CSS-TRICKS.COM
		
		Eleana Whitesell
		http://www.eleanawhitesell.com

		magenta: #CC3399 
		darkgreen: #336633
		dark gray:#333333
*/

/*
	RESET
*/

html								{ overflow: scroll; }
html, body							{ height: 100%; }
body								{ font-size: 62.5%; font-family: Helvetica, Arial,Verdana, sans-serif; color: #333333; background: url(http://www.eleanawhitesell.com/images/squiggle.gif) top left no-repeat; }
body2 { font-size: 62.5%; font-family: Helvetica, Arial,Verdana, sans-serif; color: #333333;}

ul									{ list-style: circle inside; }
ol									{ list-style: decimal inside; }
a									{ outline: none; text-decoration: none; }
a img								{ border: none; background: none; }
img									{ vertical-align: middle;}

.button								{ font-family:  Helvetica, Arial,Verdana, sans-serif; color: #CC3399;
										border: 1px solid #336633; background: white; padding: 3px 8px; 
									  -moz-border-radius: 5px; -webkit-border-radius: 5px; color: #333333; }
.button:hover						{ background: #CC3399; color: white; }



/* ------------------ UTILITY ------------------ */

.floatLeft 							{ float: left; }
.floatRight							{ float: right; }
.clear								{ clear: both; }

/* ------------------ TYPOGRAPHY ------------------ */

p, li								{ font-family:  Helvetica, Arial,Verdana, sans-serif;font-size: 12px;
										line-height: 24px; margin-top: 12px; margin-bottom: 15px; }
 }
p#intro-paragraph					{ font-family:  Helvetica, Arial,Verdana, sans-serif; font-size: 2.0em; font-style: italic; line-height: 1.4em; 
									  margin-top: 5px; }
p#intro-paragraph span				{ font-size: 2.4em; font-weight: bold; }
p#intro-paragraph em				{ color: #990000; }
a									{ color: #336600; }
a:hover								{ text-decoration: underline; }
h1									{ font-size: 3.0em; font-family: Helvetica, Arial,Verdana, sans-serif; font-weight: normal; color:#333333; letter-spacing: .05em}
h2									{ font-size: 2.8em; font-family: Helvetica, Arial,Verdana, sans-serif; font-weight: normal; letter-spacing: .05em }
h3									{ font-size: 16px; font-family: Helvetica, Arial,Verdana, sans-serif; font-weight: normal;letter-spacing: .20em }
h4									
{ color: #cc3399; font-size: 1.0em; letter-spacing: .12em; font-family: Helvetica, Arial,Verdana, sans-serif;margin: 5px 0 0 20px; font-weight: normal;}
h5{ color: #333333; font-size: 1.5em; letter-spacing: .12em; font-family: Helvetica, Arial,Verdana, sans-serif; font-style: italic; font-weight: normal;}
.post h4							{ font-size: 1.5em; font-family: Helvetica, Arial,Verdana, sans-serif; font-weight: normal; margin: 0 0 10px 0;color: #666; }
.resume p 							{	font-size: 12px;
										line-height: 20px;}

/* ------------------ FORMS ------------------ */

input								{ padding: 3px; }



/* ------------------ STRUCTURE ------------------ */

#page-wrap							{ width: 960px; margin: 0px auto -150px;
									  min-height: 100%; height: auto !important; height: 100%;}
#socialsidebar 						{ width: 110px; float: left; margin: 0 25px 50px 50px; }
#main-col							{ width: 550px; margin: 20px 50px 50px 60px; float: left;}					
#push								{ height: 150px; }


/* ------------------ HEADER ------------------ */

h1#logo								{ width: 496px; height: 60px; background: url(http://www.eleanawhitesell.com/images/header.gif) 
									 top left no-repeat; text-indent: -9999px;
									  margin: 160px 10px 8px 50px; float: left; }
#main-pic							{ float: left; margin-right: 10px; }
#top-bar							{ padding: 20px 0 0 0; }
#top-bar p							{ color: #f4dfb8; width: 300px; float: left; }
.imgheader							{ padding-bottom: 10px;}


/* --------------- NAV BAR --------------- */

#menu-bar							{ padding-top: 11px; padding-bottom: 75px; }
#main-nav							{ width: 620px; float: left; }
#navbar {
	width: 620px;
	height: 50px;
	float: left;
	margin-left: 10px;

}


#navbar a:link, #navbar a:visited {
background-position:left top;
clear:both;
display:block;
height:30px;
margin:0;
padding:0;
}

#navbar li {
	position:relative;
    list-style-type: none;
    display: inline;
	margin: 0;
	padding: 0;
	float:left;}


#navbar a:link,
#navbar a:visited {
  display: block;
  height: 30px;
  background-position: 0; 
  background-position: top left;
  padding: 0;
  margin: 0;
  clear: both;
}
#navbar a:link:hover,
#navbar a:visited:hover,
#navbar a:link:active,
#navbar a:visited:active {
  display: block;
  height: 25px;
  background-position: -25px 0;  
  background-position: bottom left;
}

a span {
display:none;
}

#home a {
background: url(http://www.eleanawhitesell.com/images/home.gif) no-repeat scroll 0 0;
width:95px;
}
#about a {
background: url(http://www.eleanawhitesell.com/images/aboutme.gif) no-repeat scroll 0 0;
width:95px;
}
#portfolio a {
background: url(http://www.eleanawhitesell.com/images/portfolio.gif) no-repeat scroll 0 0;
width:95px;
}
#resume a {
background: url(http://www.eleanawhitesell.com/images/resume.gif) no-repeat scroll 0 0;
width:95px;
}
#contact a {
background: url(http://www.eleanawhitesell.com/images/contact.gif) no-repeat scroll 0 0;
width:95px;
}
#blog a {
background: url(http://www.eleanawhitesell.com/images/blog.gif) no-repeat scroll 0 0;
width:95px;
}


/* ------------------ WIDGETS ------------------ */

.widget								{ background: #fff; width: 100px; height: 190px;
									  border: 1px dotted #FFCCFF; 	
									  -moz-border-radius: 10px; 
									  -webkit-border-radius: 10px; 
									  margin: 20px 0 15px 5px; 
									  padding: 0 0 0 25px;
									  float: left;}

* {
	
}

#subnav 			{  
    				background:url("/images/subnav2.gif") 0 0 no-repeat;  
	   				width:70px;  
	     			height:150px;  
				    margin:0;  
				    padding:0;  
				     } 
				     
#subnavs li span { display: none; }  
#subnav li { float:left; list-style:none; position:relative; }  
#subnav li, #subnav a {  
  		     	height:50px;    /* Each button must have the same height, define it here */  
				display:block;  
				 margin:0;  
				padding:0;  
				  }  
li#print, li#web, li#brand { margin-bottom: 0px; width:80px; }  
li#brand { margin-bottom: 0px; width:80px; }  
				     
 #print a:hover { background:url("/images/subnav2.gif") -84px  0px no-repeat; }  
 #web a:hover { background:url("/images/subnav2.gif") -84px  -50px no-repeat; }  
 #brand a:hover { background:url("/images/subnav2.gif") -84px -100px no-repeat; }       
				     
.header			{ padding-top: 10px;}				     
  
  
  
/* ------------------ BLOG ENTRIES ------------------ */

.post								{ margin: 0px 0 45px 0;}
.datebox							{ width: 40px; float: left; padding: 5px 5px 5px 5px; background:#999; color: white; text-align: center; margin: 0 10px 0 0; }
.day								{ font-size: 1.8em; font-weight: bold; margin: 0; font-family: Helvetica, Arial, Verdana, sans-serif; }
.month								{ font-size: 1.6em; font-weight: bold; text-transform: uppercase; margin: 0; }
.year								{ font-size: 1.4em; font-weight: bold; margin: 0; }

ol.commentlist li p					{ font-size: 1.0em; margin-bottom: 20px;}

.comment-bubble						{ background: #CCC; color: #333; padding: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.gravatar							{ margin-top: 3px; padding: 2px; height: 40px; }

.pic								{ margin-right: 5px;
								      border: 2px solid#CCC;
									}
									
.feed 								{ width:80px; 
									  height:25px;
									  border: 1px dotted #CC3399;
									  background-color: #CCC;
									  padding: 3px 3px 3px 3px;
									  margin-left: 430px;}

/* ------------------ PORTFOLIO IMAGES ------------------ */
#thumbnails								 { vertical-align: middle; margin-top: 20px;}


ul.thumbnails {
	margin: 0px 0 30px 0 ;
	padding: 0;
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 100px;
	height: 100px;
}

.thumbnails li {
	display: block;
	float: left;
	margin: 20px 30px 0 0;
}

.thumbnails li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100px;
	height:100px;
	border: dotted 2px #CCC;
}

.thumbnails li a:hover {
	border: solid 2px #99CC99;
}

.thumbnails li.selected a {
	border: solid 2px #CC9999;
}
#smallthumbs {
	margin: 30px 0 0 -50px;
	width: 100%;
	height: auto;
}
#thumbscontainer {
	margin: 30px 0 0 -10px;
	width: 100%;
	height: 100%;

}
#thumbnailcontainer {
	margin: 30px 0 0 -50px;
	width: 100%;
	height: 100%;
}
ul.smallthumb {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 60px;
	height: 60px;
}

.smallthumb li {
	display: block;
	float: left;
	margin: 0 10px 10px 10px;
}

.smallthumb li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 50px;
	height:50px;
	border: dotted 2px #CCC;
}

.smallthumb li a:hover {
	border: solid 2px #99CC99;
}

.smallthumb li.selected a {
	border: solid 2px #CC9999;
}

.mainimage
	{	border: dotted 2px #CCC;
}



/* ------------------ FOOTER ------------------ */

#footer								{ 	height: 150px; background: url(http://www.eleanawhitesell.com/images/footer3.gif) bottom center no-repeat;}
										border-top: 1px dotted #999999;}
#footer-inside						{ 	width: 960px; margin: 0 auto;}
#footer-p							{	margin: 10px 0 0 75px;}
}
#footer-inside						{ 	width: 960px; margin: 0 auto;}
#footer-p							{	margin: 10px 0 0 75px;}


.comingsoon
{font-family: Helvetica, Arial, sans-serif; font-size: 1.4em; line-height: 1.6em; width: 100%; height: 680px; margin: 80px 0px 0px 0px; text-align: center;)

								
#footernew							
{ 	height: 200px; 
margin-top: -200px;}
}

#push								{ height: 200px; }


/* ------------------ CONTACT FORM ------------------ */

.contact							{font-family:  Helvetica, Arial,Verdana, sans-serif;font-size: 12px;}

#gb_form_div { 
  text-align : left;
  width : 460px;
}

#gb_form {
  text-align : left;
  background-color : #fff;
  padding-bottom: 2px;
}

#gb_form_div a {
  color : blue;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  color : #147;
  text-decoration : underline;
}

#gb_form fieldset { 
  border : 0;
  margin-top : 20px;
  
}
#gb_form fieldset label {
	padding-bottom: 50px;}


#gb_form legend, #gb_form dt { 
  	font-weight : bold; 
  	color : #666;
  	font-size: 12px; 
  	padding-bottom: 3px; 

}

#gb_form legend {
  	margin-left : -10px;
}

#gb_form legend#mainlegend { 
	font-size: 12px;  
	color : #cc0099;
  	margin-left : -10px;
}

#gb_form legend#mainlegend small { 
font-size: 12px;  text-transform : uppercase;
}

#gb_form_div .main_formhead {
  font-size : 1.4em;
}

#gb_form label { 
	font-size: 12px;
  color : #000000; 
  margin-top : 8px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-top: 2px;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox { 
  font : 11px Helvetica, verdana, arial, sans-serif; 
  color : #000; 
  padding : 5px; 
  border : 1px dotted #666666;
  background-color : #f9f9f9;
  line-height : 1.75em;
  width : 300px;
  margin: 5px 0 5px 0;
}

#gb_form input.short {
  width : 45px;
}

#gb_form textarea.textbox {
  width : 400px;
}

#gb_form select.med {
  width : 250px;
}

#gb_form input.checkbox {
  padding : 0; 
}

#gb_form label input.checkbox {
  margin : 0;
}

* html input.button { 
  color : #000;  
  padding : 4px; 
  border : 1px solid #6da6d1;
  background-color : #f9f9f9;
}


/* NOTE: .hover and .focus classes IE JS */
#gb_form input.short:hover, #gb_form input.short:hover, 
#gb_form input.med:hover, #gb_form input.med:focus, 
#gb_form select.med:hover, #gb_form select.med:focus, 
#gb_form textarea.textbox:hover, #gb_form textarea.textbox:focus, 
#gb_form input.short.hover, #gb_form input.short.focus,
#gb_form input.med.hover, #gb_form input.med.focus,  
#gb_form select.med.hover, #gb_form select.med.focus, 
#gb_form textarea.textbox.hover, #gb_form textarea.textbox.focus { 
  color : #444;  
  padding : 4px; 
  border : 1px solid #000;
  background-color : #fff;
}

input.button {
  margin-top : 10px;
}

span.error, span.success, #gb_form_div dt { 
  color : #333333;  
  font-weight : bold; 
}

#gb_form_div dt small, span.success, dl#result_dl_blockq dt {
  color : green;
}

small.whythis, small.whythis a { 
  font-size : .9em; 
}

#gb_form small.whythis a span { 
  font-size : .9em;
  color : #fff;
  border : 1px solid #fff;
  padding : 0 3px 0 3px;
}

#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active { 
  text-decoration : none;
  color : #000;
}

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { 
  border : 1px solid #000;
  background-color : yellow;
  color : #000;
  font-weight : bold;
}

p.creditline small { 
  display : block;
  text-align : right;
  margin : 5px 0;
  font-size : .7em;
  letter-spacing : .0001em;
  color : #666;
}

/* NOTE: .abbr class is for IE */
.abbr { 
  cursor : help; 
  border-bottom : 1px dashed #999;
}

dl#result_dl_blockq blockquote {
  margin-left : 0;
}

dl#result_dl_blockq blockquote p cite {
  display : block;
  text-align : right;
}

#gb_form_div span.items {
  font-weight : bold;
  color : #14568a;
}

/* End DEFAULT CSS */
