/*
Theme Name: Tom Hirst - Online Portfolio
Theme URI: http://tomhirst.co.uk
Author: Tom Hirst
*/

@import "style/css/reset.css";

@font-face 
{
	font-family: 'ChunkFiveRegular';
	src: url('chunkfive-webfont.eot');
	src: local('☺'), url('chunkfive-webfont.woff') format('woff'), url('chunkfive-webfont.ttf') format('truetype'), url('chunkfive-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body
{
	height: 100%;
}

html 
{
	background: url(images/html_bg.jpg) repeat;
}

body 
{
	background: url(images/body_bg.jpg) repeat-x top center;
	height: 900px;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
}

a:active 
{
  position: relative;
  top: 1px;
}

*:focus
{
	outline: none; /* Bye bye Safari default input focus */
}

textarea
{
	resize: none; /* Bye bye Safari resize handle on textareas */
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.clearFloat
{
	clear: both;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.indent
{
	text-indent: -9999px;
}

.fade
{
	z-index: 100 !important;
	margin-left: 327px;
	width: 302px;
}

.fade div
{
	z-index: 100 !important;
	top: 0;
	left: 0;
	margin-top: -268px;
	width: 302px;
	display: none;
}

#topbg 
{
	background: url(images/top_bg.png) repeat-x;
	height: 35px;
	width: 100%;.
	display: table;
}

#topbg p
{
	color: #FFFFFF;
	text-align: center;
	margin-top: 7px;
}

#wrapper
{
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -90px;
}

#logo
{
	width: 0px;
	z-index: 100 !important;
}

#logo h1
{
	text-indent: -9999px;
}

ul#nav
{
	margin-top: -200px;
	margin-bottom: 160px;
	z-index: 1 !important;
}

ul#nav li
{
	display: inline-block;
	height: 25px;
	width: 145px;
	text-align: center;
	margin: 10px;
	font-family: ChunkFiveRegular, Georgia, serif;
	font-size: 2.2em;
	text-shadow: 1px 1px 1px #edf0fb;
}


li.page-item-4
{
	margin-right: 298px !important;
}


ul#nav a
{
	text-decoration: none;
	color: #520a17;
	padding-top: 10px;
	height: 50px;
	width: 125px;
}

ul#nav a:hover
{
	border-top: 6px solid #520a17 !important;
}

.current_page_item a
{
	border-top: 6px solid #520a17 !important;
}

#content .lefthalf
{
	width: 460px;
	margin-right: 20px;
	float: left;
}

.lefthalf h2
{
	margin-bottom: 20px;
	float: left;
	line-height: 1.4em;
}

#content .righthalf
{
	width: 460px;
	margin-left: 20px;
	float: right;
}

#slider
{
	
	box-shadow: 0 5px 10px #ccc;
	-webkit-box-shadow: 0 5px 10px #ccc;
	-moz-box-shadow: 0 5px 10px #ccc;
	border: 5px solid #FFFFFF;
	border: 5px solid rgba(255, 255, 255, .66);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	position: relative; 
	z-index: 1;
	width: 460px;
	height: 350px;
	margin-bottom: 70%;
}

#slider:hover
{
	box-shadow: 0 5px 20px #ccc;
	-webkit-box-shadow: 0 5px 20px #ccc;
	-moz-box-shadow: 0 5px 20px #ccc;

}

#slider img
{
	width: 460px !important;
}

ul#slidernav
{
	display: none;
	list-style: none;
	position: relative; 
	top: 210px; 
	z-index: 2;
}

ul#slides 
{
	list-style: none;
}

#content
{
	
}

#content h2
{
	font-family: ChunkFiveRegular, Georgia, serif;
	font-size: 3.2em;
	text-shadow: 1px 1px 1px #edf0fb;
	margin-bottom: 20px;
	color: #520a17;
}

#content h2 a
{
	color: #520a17 !important;
}

#content h2 a:hover
{
	border-bottom: 3px solid #520a17;
}

#content p
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 2em;
	text-shadow: 1px 1px 1px #edf0fb;
	margin-bottom: 20px;
}

#content pre
{
	background: url(images/code_bg.jpg) repeat-x #f0f0f0;
	padding-left: 20px;
	padding-right: 20px;
	
	padding-bottom: 10px;
	margin-bottom: 20px;
	border: 5px solid #668f91;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 570px;
	overflow-x: auto;
}

#content code
{
	font-size: 1.5em;
	line-height: 1.8em;
}

#content li
{
	text-shadow: 1px 1px 1px #edf0fb;
}

#content .leftcol ul
{
	margin-bottom: 20px;
}

#content .leftcol li
{
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 1.4em;
	list-style: square;
	list-style-position: inside;
	margin-bottom: 5px;
}

#content a
{
	color: #668F91;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover
{
	color: #668F91;
	border-bottom: 3px solid #668F91;
}

#content .leftcol
{
	width: 620px;
	float: left;
	margin-right: 20px;
}


#content .rightcol
{
	width: 300px;
	float: right;
	margin-top: 10px;
}

#content .rightcol p
{
	font-size: 1.4em;
	line-height: 2em;
	margin-bottom: 20px;
}

#content .rightcol li
{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 2px #CCCCCC;
	border-bottom: solid 2px rgba(249, 169, 16, .10);
}

#content .rightcol ul
{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 5px;
}

#content .rightcol h2
{
	font-size: 1.8em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;	
	margin-bottom: 10px !important;
}

span.amp
{
	font-size: 1.4em;
  	font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif;
  	font-style: italic;
	color: #FFFFFF !important;
	text-shadow: 1px 1px 1px #CCCCCC !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0.6em;
	font-weight: normal !important;
}

#footer
{
	background: url(images/footer_bg.jpg) repeat-x;
	height: 90px;
	position: relative;
	clear: both;
}

#push
{
	height: 90px;
}

#footerbg
{
	background: url(images/footer_bg_jagged.png) repeat-x;
	height: 90px;
	width: 100%;
}

#footercontent
{
	height: 90px;
	width: 960px;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 3.1em;
}

#footercontent p
{
	text-shadow: 1px 1px 1px #333333;
	font-weight: bold;
}

#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover
{
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

#footer p.description
{
	line-height: 1em;
	text-align: center;
	margin-top: -8px;
	color: #FFFFFF;
	height: 10px;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-shadow: 1px 1px 1px #668f91;
	background: rgba(255, 255, 255, .33);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* ABOUT SIDE BAR */

#flickrphotos
{
	margin-bottom: 20px;
}

#flickrphotos img
{
	margin: 5px;
	padding: 1px;
	border: 5px solid #668f91;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	 
}

#flickrphotos img:hover
{
	box-shadow: 0 0 5px #668f91;
	-webkit-box-shadow: 0 0 5px #668f91;
	-moz-box-shadow: 0 0 5px #668f91;
}

#flickrphotos a
{
	border: 0 !important;
}

#flickrphotos a:hover
{
	border: 0 !important;
}


#lastfm
{
	margin-bottom: 20px;
}

#lastfm dl
{
	float: left;
}

#lastfm dt
{
	margin: 5px;
	padding: 1px;
	border: 5px solid #668f91;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px; 
	height: 126px;
	width: 126px;
	overflow: hidden;
}

#lastfm dt:hover
{
	box-shadow: 0 0 5px #668f91;
	-webkit-box-shadow: 0 0 5px #668f91;
	-moz-box-shadow: 0 0 5px #668f91;
}

#lastfm dt:active
{
	position: relative;
	top: 1px;
}


#twitter_update_list
{
	margin-bottom: 20px;
	margin-left: -5px;
}


#twitter_update_list li
{
	line-height: 1.4em !important;
	color: #333333;
	padding: 10px;
	font-size: 1.2em !important;
	text-shadow: 1px 1px 1px #FFFFFF;
	background: rgba(255, 255, 255, .33);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

#content .rightcol li a:hover
{
	border-bottom: 2px solid #668F91 !important;
}

.overlay
{
	background: pink;
}

#availability
{
	line-height: 1.4em !important;
	color: #333333;
	padding: 10px;
	font-size: 1em !important;
	text-shadow: 1px 1px 1px #FFFFFF;
	background: rgba(255, 255, 255, .33);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	margin-left: -5px;
}

#search
{
	line-height: 1.4em !important;
	color: #333333;
	padding: 10px;
	font-size: 1em !important;
	text-shadow: 1px 1px 1px #FFFFFF;
	background: rgba(255, 255, 255, .33);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}


.rightcol ul h2
{
	font-size: 1.5em !important;
}

.rightcol ul ul li
{
	font-size: 1em !important;
}

.rightcol p
{
	margin-left: 5px;
}

.hr
{
	height: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #CCCCCC;
	background: rgba(249, 169, 16, .10);
	margin-top: 40px;
	margin-bottom: 40px;
}

#postinfo
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	height: 30px;
	margin-bottom: 20px;
	margin-top: -10px;
	border: 1px solid rgba(249, 169, 16, .15);
	background: rgba(249, 169, 16, .10);
}


h3#comments
{
	font-size: 1.8em;
	font-weight: bold;
	text-shadow: 1px 1px 1px #FFFFFF;
}

h3#respond
{
	font-size: 1.8em;
	font-weight: bold;
	text-shadow: 1px 1px 1px #FFFFFF;
	margin-bottom: 20px;
}

input, textarea
{
	margin-bottom: 20px;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

.button 
{  
	background: #71a4a6; 
	background: -webkit-gradient(linear, left top, left bottom, from(#668f91), to(#71a4a6)); background: -moz-linear-gradient(top, #668f91, #71a4a6); 
	padding: 10px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	text-shadow: 1px 1px 1px #333333;
	color: #ffffff;
	text-decoration: none; vertical-align: middle; 
	font-weight: bold;
	cursor: pointer;
	font-size: 1.4em !important;
	border: 1px solid #668f91;
} 

.button:hover 
{ 
	background: #668f91; 
	color: #ffffff; 
	
} 

.button:active 
{ 
	border-top-color: #668f91; 
	background: #668f91; 
	position: relative;
	top: 1px;
}

#commentform
{

}

#commentform p
{
	margin-bottom: 0 !important;
}

#commentform label
{
	width: 70px;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
	padding: 5px;
}

#commentform input[type=text]
{
	margin-bottom: 10px !important;
	border: 1px solid #e2d2b2;
	background: #EEEEEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}

#commentform input[type=text]:focus
{
	box-shadow: 0 0 5px #edc985;
	-webkit-box-shadow: 0 0 5px #edc985;
	-moz-box-shadow: 0 0 5px #edc985;
	border: 1px solid #edc985;
}

#commentform textarea
{
	margin-bottom: 10px !important;
	border: 1px solid #e2d2b2;
	background: #EEEEEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 1.8em;
}

#commentform textarea:focus
{
	box-shadow: 0 0 5px #edc985;
	-webkit-box-shadow: 0 0 5px #edc985;
	-moz-box-shadow: 0 0 5px #edc985;
	border: 1px solid #edc985;
}

#content h3
{
	font-size: 1.8em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #520a17;
	text-shadow: 1px 1px 1px #FFFFFF;
	margin-bottom: 20px;
}

.commentstyle li
{
	list-style: none !important;
	font-size: 1em !important;
}

.commentstyle
{
	width: 100%;
}

.commentstyle img
{
	padding: 1px;
	border: 5px solid #668f91;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 20px;
	box-shadow: 0 0 5px #668f91;
	-webkit-box-shadow: 0 0 5px #668f91;
	-moz-box-shadow: 0 0 5px #668f91;
}

.commentstyle h3
{
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 10px !important;
	padding-bottom: 0 !important;
}

.commentstyle span
{
	font-size: 1.4em;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.commentstyle p
{
	margin-bottom: 10px !important;
}

.commentstyle .leftcol
{
	width: 76px !important;
	float: left;
	padding: 0;
	margin: 0;
}

.commentstyle .rightcol
{	
	width: 524px !important;
	float: right;
	margin-top: 0 !important;
}

.commentstyle .rightcol p
{
	margin-left: 0 !important;
}

.rightcol ol
{
	margin-left: 5px !important;
}

#socialicons
{
	margin-bottom: 20px;
}

#socialicons img
{
	float: left;
	margin-left: 5px;
}

#socialicons img:active
{
	position: relative;
  	top: 1px;
}

#socialicons a
{
	border: 0 !important;
}

#socialicons a:hover
{
	border-bottom: 0 !important;
}

#contactforms input[type=text]
{
	margin-bottom: 0px !important;
	border: 1px solid #e2d2b2;
	background: #EEEEEE;
	font-size: 1em;
	padding: 7px;
	font-family: Helvetica, Arial, sans-serif;
	width: 40%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: -5px;
}

#contactforms input[type=text]:focus
{
	box-shadow: 0 0 5px #edc985;
	-webkit-box-shadow: 0 0 5px #edc985;
	-moz-box-shadow: 0 0 5px #edc985;
	border: 1px solid #edc985;
}


#contactforms textarea
{
	margin-bottom: 0px !important;
	border: 1px solid #e2d2b2;
	background: #EEEEEE;
	font-size: 1em;
	padding: 7px;
	font-family: Helvetica, Arial, sans-serif;
	width: 80%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: -5px;
}

#contactforms textarea:focus
{
	box-shadow: 0 0 5px #edc985;
	-webkit-box-shadow: 0 0 5px #edc985;
	-moz-box-shadow: 0 0 5px #edc985;
	border: 1px solid #edc985;
}

#contactforms span
{
	font-weight: bold;
}

/* span#formswap
{
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgba(249, 169, 16, .15);
	background: rgba(249, 169, 16, .10);
	width: 83%;
	margin-bottom: 20px;
	display: block;
	font-size: 1.2em;
	margin-left: -10px;
	text-shadow: 1px 1px 1px #FFFFFF;
} */

.contentimgleft
{
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 1px;
	border: 5px solid #668f91;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 20px;
	background: #FFFFFF;
	float: left;
}

.contentimgleft:hover
{
	box-shadow: 0 0 5px #668f91;
	-webkit-box-shadow: 0 0 5px #668f91;
	-moz-box-shadow: 0 0 5px #668f91;
}

.contentimgright
{
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 1px;
	border: 5px solid #668f91;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 20px;
	box-shadow: 0 0 5px #668f91;
	-webkit-box-shadow: 0 0 5px #668f91;
	-moz-box-shadow: 0 0 5px #668f91;
	background: #FFFFFF;
	float: right;
}

.contentimgright:hover
{
	box-shadow: 0 0 5px #668f91;
	-webkit-box-shadow: 0 0 5px #668f91;
	-moz-box-shadow: 0 0 5px #668f91;
}

.aboutimgleft
{
	margin-right: 20px;
	padding: 1px;
	border: 5px solid #668f91;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 20px;
	background: #FFFFFF;
	float: left;
}

.aboutimgleft:hover
{
	box-shadow: 0 0 5px #668f91;
	-webkit-box-shadow: 0 0 5px #668f91;
	-moz-box-shadow: 0 0 5px #668f91;
}

.portfolio
{
	box-shadow: 0 5px 10px #ccc;
	-webkit-box-shadow: 0 5px 10px #ccc;
	-moz-box-shadow: 0 5px 10px #ccc;
	border: 5px solid #FFFFFF;
	border: 5px solid rgba(255, 255, 255, .66);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

p.available
{
	font-size: 1.2em !important; 
	margin-bottom: 0px !important;
}