/*   
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
* 19. JOURNAL POST STYLING
* 20. GYM BOX STYLING
*
********************************/

/* 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; }

#quickLinks {
	display: block;
	height: 40px;
	width: 100%;
}
#quickLinks p {
color: #FFFFFF;
    float: right;
    margin-top: 10px;
}

.pink {
	color: #ff6699;
}

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

#header { float: left; position: relative; 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; }
#header p span.pink { color: #ff6699; font-weight: 700; }
#header p span.pink a { color: #fff; }

/* 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: right; font-size: 0.8125em; line-height: 1.615em; padding: 23px 0 0 0; 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 { float: left; display: block; font-size: 0.9375em; margin-bottom: 5px; }
input[type=text], input[type=email], textarea, select { border: 1px solid #b0b0b0; border-radius: 4px; box-shadow: #cfcfcf 2px 2px 2px inset; clear: left; float:  left; font-size: 0.875em; padding: 5px 3px; width: 250px; }
textarea { font-family: Verdana, Tahoma, Geneva, sans-serif; height: 150px; margin-bottom: 10px; width: 500px; }
select { font-size: 0.875em; width: 256px; }
input:focus, textarea:focus { border: 1px solid ##5ecf96; }
input[type=submit] { background: #5ecf96; border-radius: 4px; clear: left; display: block; float: left; font-size: 0.875em; margin: 10px 0  20px; padding: 5px 10px; text-transform: uppercase; }

/* 19. JOURNAL POST STYLING ***************/
.post { float: left; margin-bottom: 25px; width: 635px; }

.post h2 { border-bottom: 3px solid #000; display: block; font-size: 1.5em; font-weight: 400; padding-bottom: 5px; margin-bottom: 15px;  }
.post-meta { float: left; font-size:  0.75em; margin-right: 20px; width: 160px; }
.post-meta p.post-category { margin-bottom: 0; }
.post-content { float: right; font-size: 0.875em; width: 455px; }
.post-content li { list-style: disc; margin-bottom: 10px; }
.post-navigation { float: left; font-size: 0.8125em; margin-bottom:  15px; width: 635px; }

/* 20. MAKE IT SO CONTACT FORM ******************/
.contact p { width: 600px; }

#ncc-1701 { width: 760px; }
#ncc-1701 #saucer {  margin-right: 7px; width: 250px; }
#ncc-1701 #stardrive { margin-left: 7px; width: 350px; }
#ncc-1701 #saucer, #ncc-1701 #stardrive { background: #dffdef; border: 1px dashed #8d8d8d; float: left; padding: 14px; margin-bottom: 14px;  min-height: 367px; height: auto !important; height:  367px; }

#ncc-1701 legend { background: #fff; border-bottom: 1px dashed #8d8d8d; border-left: 1px dashed #8d8d8d; border-right: 1px dashed #8d8d8d; float:  left; font-weight: 700; font-size: 1.75em; letter-spacing: -0.02em; margin: -15px 0 14px 0; padding: 5px 10px; }

#ncc-1701 label, #ncc-1701 .yellowShirt, #ncc-1701 .redShirt { display: block; float:  left; clear: left; }
#ncc-1701 label { font-size: 0.875em; margin-bottom: 7px; }

#ncc-1701 .yellowShirt, #ncc-1701 .redShirt { border: 1px solid #8d8d8d; margin-bottom: 14px; }
#ncc-1701 .yellowShirt { padding: 5px; width: 237px; }

#ncc-1701 textarea.redShirt { height: 150px; padding: 5px; width: 337px; }

#ncc-1701 .barclay { float: left; font-size: 0.8125em; margin-bottom: 14px; }

#ncc-1701 #picard, #ncc-1701 #jellico { background: #fff; width: 250px; padding: 2px 0; }
#ncc-1701 #picard option, #ncc-1701 #jellico option { padding: 2px 5px; }

#ncc-1701 #warpDrive { background: #000; border: 1px dashed #8d8d8d; color: #fff; float: right; padding: 7px; }
#ncc-1701 #warpDrive:hover { background: #dffdef; color: #424242; }

#ncc-1701 #riker { font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.8125em; line-height: 150%; }
#ncc-1701 .yellowShirt:focus, #ncc-1701 .redShirt:focus { border: 1px solid #60d198; }

#ncc-1701 .redAlert { background: rgba(255, 0, 0, 0.3); color: #fff; font-size: 0.875em; padding: 5px; position: absolute; top: 24px; right: -220px; width: 200px ; }
#ncc-1701 .redAlert:hover { background: rgba(255, 0, 0, 0.8); }

/*** ERROR STYLING ****/
#ncc-1701 .capsule { clear: left; float: left; width: 100%; }
#ncc-1701 input.error, #ncc-1701 textarea.error { border: 1px solid #f00;  }
#ncc-1701 label.error { background: rgba(255, 0, 0, 0.3); border: 1px dashed #f00; color: #f00; font-size: 0.75em; padding: 3px; }
#ncc-1701 label.valid { background: none; border: 0; padding: 0; }

/*** SUCCESS MESSAGE ***/
#teleported { background: #dffdef; border: 1px dashed #8d8d8d; color: #424242; clear: left; display: none; float: left; padding: 14px; width: 350px; } 
#teleported h1 { color: #000; }
#teleported p { font-size: 0.8125em; line-height: 150%; margin-bottom: 14px; }

#gymBox {
	background-color: #5ECF96;
			background-image: -webkit-gradient(linear, 0 0, 100% 100%,
									color-stop(.10, rgba(255, 255, 255, .2)), 
									color-stop(.10, transparent),
									color-stop(.20, transparent), 
									color-stop(.20, rgba(255, 255, 255, .2)),
									color-stop(.30, rgba(255, 255, 255, .2)), 
									color-stop(.30, transparent),
									color-stop(.40, transparent), 
									color-stop(.40, rgba(255, 255, 255, .2)),
									color-stop(.50, rgba(255, 255, 255, .2)), 
									color-stop(.50, transparent),
									color-stop(.60, transparent), 
									color-stop(.60, rgba(255, 255, 255, .2)),
									color-stop(.70, rgba(255, 255, 255, .2)), 
									color-stop(.70, transparent),
									color-stop(.80 transparent), 
									color-stop(.80, rgba(255, 255, 255, .2)),
									color-stop(.90, rgba(255, 255, 255, .2)), 
									color-stop(.90, transparent),
			 						to(transparent));
			background-image: -webkit-linear-gradient(-45deg, 
									rgba(255, 255, 255, .2) 10%, 
									transparent 10%,
									transparent 20%, 
									rgba(255, 255, 255, .2) 20%, 
									rgba(255, 255, 255, .2) 30%, 
									transparent 30%,
									transparent 40%, 
									rgba(255, 255, 255, .2) 40%, 
									rgba(255, 255, 255, .2) 50%, 
									transparent 50%,
									transparent 60%, 
									rgba(255, 255, 255, .2) 60%, 
									rgba(255, 255, 255, .2) 70%, 
									transparent 70%,
									transparent 80%, 
									rgba(255, 255, 255, .2) 80%, 
									rgba(255, 255, 255, .2) 90%, 
									transparent 90%,
									transparent);
			background-image: -moz-linear-gradient(-45deg, 
								rgba(255, 255, 255, .2) 10%, 
								transparent 10%,
								transparent 20%,
								rgba(255, 255, 255, .2) 20%, 
								rgba(255, 255, 255, .2) 30%, 
								transparent 30%,
								transparent 40%,
								rgba(255, 255, 255, .2) 40%, 
								rgba(255, 255, 255, .2) 50%,
								transparent 50%,
								transparent 60%,
								rgba(255, 255, 255, .2) 60%, 
								rgba(255, 255, 255, .2) 70%,
								transparent 70%,
								transparent 80%,
								rgba(255, 255, 255, .2) 80%, 
								rgba(255, 255, 255, .2) 90%,
								transparent 90%,
								transparent);
			/*background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
								transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
								transparent 75%, transparent);
			background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
								transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
								transparent 75%, transparent);
			background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
								transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
								transparent 75%, transparent);*/
	border: 2px dashed #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #fff;
	float: right;
	margin-bottom: 20px;
	padding: 10px 20px 15px;
	width: 255px;
}

#gymBox h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: 5px;
	text-shadow: 1px 1px 2px #000;
}

#gymBox p {
	font-size: 1.125em;
	line-height: 1.55556em;
	text-shadow: 1px 1px 2px #000;
}

#gymBox span {
	color: #ff6699;
	font-size: 1.3333em;
	font-weight: 700;
	text-shadow: 1px 1px 0 #fff;
}

