/*
Theme Name: Gabi Moore's Portfolio
Theme URI: http://gabimoore.com
Description: WordPress Theme based on Gabi Moore's original portfolio website
Author: Gabi Moore
Version: 1.0
*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes table spacing */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Removes border from fieldset and img */
fieldset { margin : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* General Styles */

input.submit, input.button {
	width: auto;
	height: auto;
	padding: 2px 3px;
	border: none;
	background-color: #666355;
	color: #e8e4cf;
	font-size: 9px;
	cursor: pointer;
	line-height: normal;
	text-transform: uppercase;
	}	
	
a:link, a {
	text-decoration:none;
	}	
	
#skipnav {display: none;}

acronym {border-bottom: 1px dotted #4d4d4d;}	
	
/* Layout Structure */	

body {
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bkgd_stripes.png) #eae5c3;
	line-height: 20px;
	}
	
#wrapper {
	position:relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(images/circles.png);
	background-position: top right;
	background-repeat: no-repeat;
	}
	
#header {
	position:relative;
	background-image:url(images/header_bkd.png);
	background-repeat:repeat-x;
	height: 80px;
	width: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
		}	
	
#sitenav {
	position:absolute;
	width: 480px;
	top: 0px;
	right: 0px;
	line-height: normal;
	}
	
#content {
	position: relative;
	top: 0px;
	left: 160px;
	clear:both;
	margin-bottom: -20px;
	}	
	
div.hfeed, div.content_search, div.content_page, div.content_archives {	
	background-image:url(images/bkgd_entry.jpg);
	background-color:#FFFFFF;
	width: 620px;
	padding:20px 40px 0 40px;
	min-height: 580px;
	}		

#content_about {
	width: 820px;
	position: relative;
	top: -10px;
	left: 160px;
	height: 480px;
	}		
	
#portfolionav {
	position: relative;
	top: -80px;
	left: 0px;
	width: 160px;
	height: 620px;
	margin-bottom: -580px;
	margin-right: -160px;
	background-image: url(images/portfolio_bkg.png);
	background-repeat: repeat-y; 
	background-position: right;
	z-index: 4;
	}		
	
#footer {
	position: relative;
	top: 20px;
	width: 100%;
	font-size: 10px;
	color:#b3ac84;
	min-height: 20px;
	clear: both;
	line-height: normal;
	border-top: 1px solid #b3ac84;
	text-align:right;
	background-image:url(images/bkgd_entry.jpg);
	z-index: 10;
	float: left;
	}	

/* Header */	
		
#header h1 {
	position:relative;
	left: 0;
	width: 480px;
	height: 100px;
	margin-bottom: -40px;
	background: url(images/h1_gabim.png) no-repeat;	
	text-indent: -9999px;
	}
	
#header a {
	display: block;
	width: 320px;
	height: 100px;
	overflow: hidden;
	margin-left: 160px;
	text-decoration: underline;
}	
	
#header p {
	display:block;
	position: relative;
	width: 500px;
	left: 240px;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 10px;
	color: #663333;
	letter-spacing: 2px;
	padding-top: 4px;
	line-height: normal;
	}	
	
/* Top Menu */		

#sitenav ul {
	display: block;
	width: 480px;
	}
	
#sitenav li {
	display: inline-block;
	float: left;
	width: 120px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform:uppercase;
	}
	
#sitenav a:link, #sitenav a:visited, #sitenav a:hover {
	display:block;
	text-decoration:none;
	width: 120px;
	height: 16px;
	padding: 4px 0 0 0;
	color: #00322e;
	}	

#sitenav a:hover {
	text-decoration:none;
	background-color: #fffef7;
	}
	
#sitenav #current a {
	background-color: #00322e;
	color: #ffffff;
	}		
	
/* Contact */	

#contact_info {
	padding-left: 40px;
	margin-bottom: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}	
	
#content #contact_info h4, #content #contact_info p {
	margin: 0;
	padding: 0;
	color: #663333;
	font-size: 13px;
	}	
	
#content #contact_info h4 {
	text-transform: capitalize;
	}		
	
.vcard-dl {
	float: left;
	margin-right: 20px;
	}
	
.contact-form {
	font-family: Georgia, "Times New Roman", Times, serif;
	}	
	
.contact-form label, .contact-form input {
	display: block;
	}	
	
#content .contact-form label {
	margin-bottom: 0;
	}
	
.contact-form input {
	margin-bottom: 20px;
	}	
	
.contact-form .form-submit input {
	margin-bottom: 0;
	}					
	
.contact-form em {
	color:#990000;
	}
	
.contact-form textarea {
	width: 618px;
	height: 114px;
	margin-bottom: 20px;
	}
	
.contact-form input.button {
	height: 18px;
	}		
	
.contact-form input.button {
	margin-top: -2px;
	}				
	
.contact-form .form-submit input.button {
	margin-bottom: 20px;
	}	
	
#content p.error, #content p.important {
	color:#CC3300;
	background-color: #ffffff;
	padding: 9px;
	border: 1px solid #e8e4cf;
	}	
	
#content p.success {
	color: #006666;
	background-color: #ffffff;
	padding: 9px;
	border: 1px solid #e8e4cf;
	}	
		
/* Blog Entries */	

h2.latest, h2.harchive {
	position:relative;
	top: -24px;
	right: -40px;
	float: right;
	font-size: 25px;
	color:#eae5c3;
	text-transform: uppercase;
	font-weight: bold;
	}

#content h3.entry-title, #content h2.entry-title, h2.contact, h2.search {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0px;
	height: 20px;
	color: #325952;
	text-transform:none;
	}
	
#content h3, #content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-transform:uppercase;
	margin: 20px 0px;
	height: 20px;
	color: #663333;
	}	

#content .entry-title a {
	color: #325952;
	text-decoration: none;
	}	
	
#content p, #content blockquote, #content ul, #content ol, #content label  {
	font-size: 12px;
	margin-bottom: 20px;
	color: #666355;
	}	
	
#content a, #footer a {
	color: #98a690;	
	text-decoration: underline;
	}
	
#content a:hover, #footer a:hover {
	color: #663333;
	text-decoration: none;
	}		
	
.hentry {
	position: relative;
	padding-bottom: 20px;
	}	
	
.hentry .entry-meta {
	position: relative;
	top: -60px;
	right: -40px;
	padding: 4px 0px;
	height: 12px;
	background-color: #e8e4cf;
	font-size: 10px;
	text-transform:uppercase;
	color: #666355;
	float:right;
	margin-bottom: -20px;
	display:inline-block;
	line-height: normal;
	}	
	
#content .hentry .entry-meta a {
	font-size: 10px;
	text-decoration: none;
	}
	
#content .hentry .entry-meta a:hover {
	text-decoration: underline;
	}	
				
.hentry .feed-category {
	padding: 0 10px;
	border-right: 1px solid #B3AC84;
	}	
	
.hentry .published {
	border-bottom: none;
	padding: 0 10px;
	}	
	
.hentry img, .flickr {
	padding: 9px;
	border: 1px solid #e8e4cf;
	background-color: #f0f0f0;
	margin-bottom: 15px;
	}
	
.flickr {overflow:hidden;}	
	
.hentry img.left {
	margin-right: 20px;
	}	
	
.slideshow {
	display:block;
	min-height: 340px;
	}	
	
p.more {
	text-transform: uppercase;
	text-align: right;
	}	
	
.post-meta li {
	margin-bottom: 20px;
	}	

.post-meta span {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#663333;
	}	
	
.posts-nav {
	float:left;	
	width: 100%;
	background:url(images/bkgd_entry.jpg) #ffffff;
	height: 20px;
	}

.next {
	float: right;
	margin-right: -40px;
	}
	
.prev {
	float: left;
	margin-left: -40px;
	}			
	
#content .next a, #content .prev a {
	font-size: 10px;
	text-decoration: none;
	padding: 4px 6px;
	height: 12px;
	background-color: #e8e4cf;
	font-size: 10px;
	text-transform:uppercase;
	color: #666355;
	line-height: normal;
	}
	
#content .next a:hover, .prev a:hover {
	text-decoration: none;
	}		
	
/* Search Results */	
	
.content_search .hentry {
	padding: 10px 0;
	}	
	
.content_search .hentry .entry-meta {
	top: 0;
	right: auto;
	left: 0;
	background-color: inherit;
	padding: 0;
	font-size: 10px;
	color: #666355;
	line-height: 20px;
	float: none;
	}	
	
#content.content_search .hentry h3 {
	text-transform: none;
	font-size: 16px;
	margin: 0;
	padding-top: 0;
	}	
	
#content.content_search h3 a {
	color: #663333;
	text-decoration: none;
	}
	
#content.content_search h3 a:hover {
	text-decoration: underline;
	}		
	
#content.content_search .hentry .published, #content.content_search .hentry .feed-category {
	padding: 0 5px 0 0;
	margin-right: 5px;
	}		
		
/* Archives */		
	
.content_archives ul {
	padding-top: 20px;
	width: 100%;
	}	
	
.content_archives ul li {
	width: 193px;
	float: left;
	padding-right: 12px;
	}	
	
#content.content_archives h3.entry-title {
	font-size: 14px;
	margin: 0;
	height: auto;
	}	
	
img.thumb {
	padding: 4px;
	width: 185px;
	height: 99px;
	margin-bottom: 0;
	border: 0;
	}					
	
/* Search Form */
	
#searchform {
	padding: 0 0 20px 7px;
	position: relative;
	top: 60px;
	background:url(images/bkgd_stripes_medium.png);
	height: 40px;
	}		
	
#searchform label {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform:uppercase;
	}
	
#searchform input#s {
	width: 90px;
	height: 14px;
	font-size: 10px;
	float: left;
	margin: 2px 5px 0 0;
	}	
	
h3#author {
	display: none;
	}	
	
p#author_description {
	margin-bottom: 20px;
	}		

/* Portfolio Navigation */	
	
#portfolionav h2 {
	position: relative;
	top: 60px;
	height: 20px;
	background-image: url(images/portfolio.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 20px;
	}		
	
#portfolionav ul {	
	position: relative;
	top: 60px;
	}	
	
#portfolionav li {
	display:block;
	height: 20px;
	width: 160px;
	margin-bottom: 20px;
	text-indent: -9999px;
	}		
	
#portfolionav li a {
	display:block;
	width: 160px;
	height: 20px;
	background-position: top left;
	}	
	
#portfolionav li a:hover {
	background-position: center left;
	}	
	
#portfolionav li.current a {
	background-position: bottom left;
	}		
	
li#item233 a {
	background-image:url(images/menu_ic.jpg);
	}	
		
li#item167 a {
	background-image:url(images/menu_lm.jpg);
	}		
	
li#item188 a {
	background-image:url(images/menu_wuw.jpg);
	}	
	
li#item365 a {
	background-image:url(images/menu_wuw2.jpg);
	}		
	
li#item244 a {
	background-image:url(images/menu_jrm.jpg);
	}		
	
li#item43 a {
	background-image:url(images/menu_zen.jpg);
	}	
	
li#item207 a {
	background-image:url(images/menu_time.jpg);
	}				
	
li#item237 a {
	background-image:url(images/menu_senac.jpg);
	}			
	
li#td a {
	background-image:url(images/menu_td.jpg);
	}	
	
li#td a:hover {
	background-image:url(images/menu_td2.jpg);
	}	
	
li#item250 a {
	background-image:url(images/menu_csb.jpg);
	}		
	
li#item253 a {
	background-image:url(images/menu_clam.jpg);
	}	
	
li#item294 a {
	background-image:url(images/menu_per.jpg);
	}	
	
li#item302 a {
	background-image:url(images/menu_msa.jpg);
	}	
	
li#item335 a {
	background-image:url(images/menu_fowd.jpg);
	}	
	
li#item386 a {
	background-image:url(images/menu_ta.jpg);
	}	
	
li#item394 a {
	background-image:url(images/menu_cara.jpg);
	}	
	
li#item438 a {
	background-image:url(images/menu_anyclip.jpg);
	}
	
li#item457 a {
	background-image:url(images/menu_estudodebom.jpg);
	}	

/* Footer */	
	
#footer span {
	display: inline-block;
	height: 14px;
	padding: 3px 6px 3px 10px;
	border-left: 1px solid #b3ac84;
	}	
	
#footer span.copyright {
	border-left: none;
	}						
	
/* About */
	
#content_about p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4d2626;
	font-size: 13px;
	line-height: 40px;
	width: 370px;
	float: left;
	padding-left: 40px;
}		

#content_about a {
	color:#4d2626;
	text-decoration: underline;
}

#content_about a:hover {
	text-decoration: none;
}			
	
/* Clearing floats */		

#portfolionav:after, #content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
	}