/*   
Theme Name: Mint
Theme URI: http://www.timothy-stringer.co.uk
Description: web portfolio
Author: timothy stringer
Author URI: http://www.timothy-stringer.co.uk
Template: 
Version: v1.0
*/
/*
* COLOUR CODES
*
* GREEN #5ecf96;
*
*
* CSS INDEX********************
*
* 1. @FONTFACE IMPORTS
* 2. BASIC CSS RESET
* 3. GENERAL STYLES
* 4. USEFUL CLASSES
* 5. WRAPPER STYLING
* 6. HEADER STYLING
* 7. MAIN NAV STYLING
* 8. PORTFOLIO INDIVIDUAL WORK PAGE STYLING 
* 9. FRONT PAGE GALLERY STYLING
* 10. CONTENT STYLING
* 11. ENTRY STYLING
* 12. SINGLE ENTRY STYLING 
* 13. INDIVIDUAL STYLING
* 14. PORTFOLIO PIECE STYLING
* 15. HOME PAGE STYLING
* 16. SIDEBAR ELEMENT STYLING
* 17. FOOTER STYLES
* 18. FORM ELEMENTS
*
********************************/

/* 1. @FONTFACE IMPORTS ********/

@import url(css/fonts/texgy/stylesheet.css);
@import url(css/fonts/expressway_regular/stylesheet.css);

/* 2. BASIC CSS RESET* *********/

*{ border: 0; margin: 0; padding: 0; }

/* 3. GENERAL STYLES **********/

html, body { height: 100%; }

body { background: url('images/header.gif') repeat-x left top; font: 1em Verdana, Tahoma, Geneva, sans-serif; text-align: center; }
p { font-size: 0.875em; line-height: 1.35em; margin-bottom: 18px; }
ul { list-style: none; margin-bottom: 18px; }
li { font-size: 0.875em; line-height: 1.35em; margin-bottom: 0; }

h1, h2, h3, h4, h5, h6{ font-family: 'TeXGyreAdventorBold'; line-height: 1.35em; }
h2 { font-size: 4.25em;  margin-bottom: 9px; }
h3 { font-size: 1.625em;  }
h4 { font-size: 1.125em; }
h3, h4, h5 { margin-bottom: 9px; }

a:link, a:visited { color: #5ecf96; font-weight: 700; text-decoration: none; }

a:hover { color: #5ecf96; font-weight: 700; text-decoration: underline; }

/* 4. USEFUL CLASSES **********/

.clear { display: block; clear: both; }
.left, .alignleft { float: left; }
.right, .alignright { float: right; }
img.alignright { margin-left: 20px; margin-bottom: 20px; }
.wp-caption{ float: left; margin-right: 12px; font-size: 0.875em; font-weight: 700; }


/* 5. WRAPPER STYLING *********/

#wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -80px; padding: 0 10px; text-align: left; width: 940px; }
#wrapper div.portfolio { margin-bottom: 20px; width: 940px; }

/* 6. HEADER STYLING **********/

#header { float: left; width: 100%; }
#header h1 a { background: url('images/logo.gif') no-repeat left top; display: block; float: left; height: 60px; margin-top: 17px; text-indent: -9999px; width: 100px; }
#header p { color: white; font-size: 0.9375em; margin-right: 20px; padding-top: 10px; text-align: right; }
#header p span { color: #5ecf96; }

/* 7. MAIN NAV STYLING **********/

#main-nav { display: block; float: right; margin-right: 20px; padding-top: 17px; }
#main-nav li{ float: left; font-size: 1.5em; list-style: none; margin-left: 40px; }
#main-nav li a{ color: black; display: block; font-family: 'TeXGyreAdventorRegular'; font-weight: 400; padding: 10px; text-decoration: none; }
#main-nav li a:hover, #main-nav li.current_page_item{ background: #5ecf96; }
#main-nav li a span{ color: #888; display: block; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 0.458em; line-height: 1em; }
#main-nav li a:hover span, #main-nav li.current_page_item a span{ color: white; }
    
/* 8. PORTFOLIO INDIVIDUAL WORK PAGE STYLING *******/ 

#main-content { float: left; margin-bottom: 20px; }
#main-img { float: left; margin-bottom: 4px; }
#client-name { clear: both; float: left; width: 100%; }
#first-col { margin-right: 20px; }
.col-half { float: left; width: 460px; }
.link-skills { float: right; width: 280px; }
.link-skills a { background: #60d198; color: black; display: block; float: left; font-family: 'TeXGyreAdventorBold'; font-size: 2.625em; margin: 0 0 20px; text-align: center; text-decoration: none; width: 100%; }
.link-skills a:hover { background: black; color: #60d198; }
#slider { display: block; float: left; height: 410px; overflow: hidden; width: 640px; }
    
/* 9. FRONT PAGE GALLERY STYLING **********/
    
#gallery { border: 1px solid #000; float: left; height: 268px; margin: 0 0 20px; overflow: hidden; width: 938px; }
#gallery .slide{ position: relative; }
#gallery .slide p { background: white; background: rgba(94,207,150, 0.6); border: 1px solid #000; border-right: 0; bottom: 10px; font-family: 'TeXGyreAdventorBold'; font-size: 1.5em; position: absolute; right: 0; padding: 5px 10px; }
#gallery .slide p span { font-family: 'TeXGyreAdventorRegular'; font-size: 0.75em; font-style: italic; }
/* 10. CONTENT STYLING **********/

#content { clear: left; float: left; width: 100%; }
#content p, #content li { font-size: 0.9375em; line-height: 1.4em; }
#content ul { margin-bottom: 20px; }

/* 11. ENTRY STYLING ***********/

#entry { float: left; padding: 0 0 20px 0; width: 600px; }
#entry p { clear: left; }
#entry-content { clear: left; }

/* 12. SINGLE ENTRY STYLING *********/

#single-entry { float: left; width: 600px; }
#single-entry li { margin-left: 15px; }

/* 13. INDIVIDUAL STYLING *********/

.individual { clear: left; float: left; margin-bottom: 40px; }
.individual h2 a { text-decoration: none; }
.individual h2 a:hover { color: #fff; }
.individual .byline { clear: left; }
.individual .byline p { font-size: 0.8125em; margin-bottom: 20px; }
.individual ul { list-style: outside; margin-bottom: 20px; }
.individual li { font-size: 0.9375em; margin-left: 15px; margin-bottom: 5px; }

/* 14. PORTFOLIO PIECE STYLING ******/

.portfolio-piece{ float: left; margin-bottom: 20px; padding-right: 20px; width: 215px; }

/* 15. HOME PAGE STYLING **********/

#large-text { float: left; text-align: center; margin-bottom: 20px; }
#home-span { float:left; font-family: 'TeXGyreAdventorBold'; font-size: 3em; height: auto; line-height: 1.2em; width: 100%; }
#welcome { display: inline; float: left; width: 600px; }
#welcome span { font-family: 'TeXGyreAdventorRegular'; font-size: 1.5em; line-height: 140%; }
#welcome span span { background: #5ecf96; display: inline-block; font-size: 1em; padding: 2px 5px; }

/* 16. SIDEBAR ELEMENT STYLING *********/

#sidebar { display: inline; float: left; font-size: 0.8125em; line-height: 1.615em; padding: 23px 0 0 20px; width: 280px; }
#sidebar h4 { background: #5ecf96; display: block; display: inline !important; float: left; font-size: 1.846em; font-weight: 300; margin-bottom: 10px; padding: 10px; }
#sidebar p { font-size: 1em; margin-bottom: 10px; }
#sidebar ul { list-style: none; }
#sidebar ul.social a { text-decoration: none; }
#sidebar ul.social img, #sidebar .textwidget a img { border: 0; }
#sidebar li { line-height: 2em; }
#sidebar a, #sidebar a:visited { color: #000; text-decoration: none; }
#sidebar a:hover { color: #5ecf96; text-decoration: underline; }
#sidebar a img { border: 1px solid #000; }
#sidebar #work-link { font-weight: 700; text-decoration: none; }

.sb-element { float: left; margin-bottom: 20px; }
.sb-element p, .sb-element a, .textwidget p { clear: left; }
.about-list { width: 50%; }

#about-around { background: url('images/me-green.jpg') no-repeat left bottom; padding-bottom: 350px; margin-bottom: 0; }
#about-around a img { margin-top: 2px; margin-right: 5px; }

#testimonials { float:right; font-family: 'TeXGyreAdventorRegular'; font-size: 0.875em; width: 280px; }
.quote { background: #5ecf96; padding: 10px; margin-bottom: 20px; }
.quote p { margin-bottom: 10px; }
.quote p.bottom { margin-bottom: 0; }
    
/* 17. FOOTER STYLES ****************/

#outer-footer { background: black; clear: both; color: white; }
#footer { font-size: 0.6875em; margin: 0 auto; padding: 14px 10px 0; text-align: left; width: 940px; }
#footer a, #footer a:visited { color: #5ecf96; text-decoration: none; }
#footer a:hover { color: #5ecf96; text-decoration: underline; }
#footer p.left { margin-left: -10px; }
#footer p.right { margin-right: 10px; }
.push, #outer-footer { clear:both; height: 80px; }

/* 18. FORM ELEMENTS ***************/

label { display: block; font-size: 0.9375em; margin-bottom: 5px; }
input[type=text], textarea { border: 1px solid black; padding: 3px; width: 250px; }
textarea { height: 85px; }
input[type=submit] { background: #5ecf96; display: block; margin-bottom: 20px; padding: 3px 10px; }