/*
Theme Name: Jess custom theme
Theme URI: http://jessicalanan.com
Description: Gallery and blog theme for an illustrator
Version: 1
Author: Jessica Lanan
Author URI: http://jessicalanan.com
Tags: jessica, lanan, art, watercolor, illustration, gallery

CSS for ABOUT PAGE.

"BLOG/MAIN"
Light green= #dde8c7
Text= #a0593a
Links= #40172d
Darker green (border)= #aac17d

"PORTFOLIO"
Light blue= #eff3f4
Text= #6f778c
Links= #3c3762
Darker blue (border)= #b2bcce

"SKETCHBOOK"
Tan= #f2ede2
Text= #625986
Links= #40172d
Darker gray (border)= #baacb4

"SHOP"
Pale gold= #f6f9d9
Text= #a0593a
Links = #40172d
Pinkish (border) = #f9d4b7
	
"ABOUT"	
Light blue = #dfeef1
Text= #3766ab
Links=#3c3762
Darker blue (border) = #91bacb

*/

/* 
RESET
*/

*						{margin: 0; padding: 0;}
html					{overflow-y: scroll; }
html, body				{height: 100%;}
body					{font: Georgia, "Times New Roman", Times, serif; color:#3766ab; background: #dfeef1; }
ul						{list-style: square inside;}
ol						{list-style: decimal inside;}
a						{outline: none; text-decoration: none; color:#3766ab}
a img					{border: none;}
img						{vertical-align: middle;}
table					{border-collapse: collapse;}

/*
STRUCTURE
*/

#page-wrap				{width: 960px; margin: 0px auto -250px; min-height: 100%; height: auto !important; height:100%; background:white;}
#push					{height: 250px;}
#main-content			{float: left; background: white; padding: 50px 50px 10px 50px; width: 560px;}
#about-content			{float: left; background: white; padding: 50px 50px 10px 50px; width: 460px;}
#sidebar-about			{float: right; width: 300px; margin: 50px 20px 0 0; background:#dfeef1; font: Georgia, serif; color:#3766ab; text-align: center; -moz-border-radius: 12px; -webkit-border-radius: 12px; padding: 8px;}
#header-main			{height: 200px; width: 960px; margin: 0 auto; background:#dfeef1;}
#menu-bar				{height: 40px; width: 960px; margin: 0 auto; background: #dfeef1;}
#buffer				{height: 60px;}

/* 
TYPOGRAPHY
*/

h2						{text-transform: uppercase; font: 20px Georgia, Serif; letter-spacing: 3px; color:#3766ab;
						text-align: center; margin: 0 0 10px 0;}
h3						{text-transform: uppercase; font: 17px Georgia, Serif; letter-spacing: 3px; 
						margin: 0 0 10px 0;}

/*
HEADER STYLING
*/
h1#logo              {width: 960px; height: 200px; background: url(http://ftp.jessicalanan.com/wp-content/themes/Jess-theme/Jess%20theme/images/header_about.jpg) top left no-repeat; text-indent: -9999px;}
ul#main-nav				{width:550px; float:left; margin:12px 0 0 12px;}
ul#about-nav			{width:360px; float:right; text-align: right; margin:12px 12px 0 0;}
ul#main-nav li, ul#about-nav li {display: inline;}
ul#main-nav li a, ul#about-nav li a {text-transform: uppercase; color:#3766ab; font-size:15px; letter spacing:1px; padding: 8px 8px 7px 8px;
						background: #dfeef1; }
ul#main-nav li a:hover,
ul#about-nav li a:hover {color:#3c3762 background: white; -moz-border-radius: 12px; -webkit-border-radius: 12px; padding: 8px 8px 7px 8px;}


/* SIDEBAR-ABOUT STYLING
*/

#sidebar-about a:hover {font: Georgia, serif; color:#3c3762;}
#sidebar-about img     {margin: 40px 0px 0 45px;}
/*
FOOTER
*/
#footer				{margin: 0 auto; height: 250px; width: 960px; background:#dfeef1; border-top: 20px solid #91bacb; padding-top: 20px;}
#footer-content 		{width: 960px; margin: 0 auto; font: 13px Georgia, Serif; text-align: center; color:#91bacb;} 
#footer-content a		{color:#91bacb;}
#footer-content a:hover		{color:#3c3762;}

/* 
UTILITY
*/

.floatleft				{float: left;}
.floatright				{float: right;}
.clear					{clear: both;}
.button					{border: 1px #FFFFFF; background: #dfeef1; padding: 3px 8px; 
						-moz-border-radius: 5px; -webkit-border-radius: 5px; color: #3766ab;}
.button:hover			{background: #FFFFFF; color: #3766ab;}
