/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 		SW
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}


/**
 * Base - Sets vertical rhythm and basic overall typographic face-lift
 * 
 * @package WPFramework
 * @subpackage Media
 * @beta
 */

/* Document Body */
body, input, textarea { font: 14px/1.5 Philosopher;
color:#E5E5E5; background: #222;
background: url("http://www.samwightwick.co.uk/wp-content/themes/sw_portfolio/library/media/images/wp/wood2.jpg") repeat scroll 0 0 transparent ;
}

/* Font Styles */
.serif { font-family: Georgia, "Times New Roman", Times, serif; }
.sans-serif { font-family: "lucida sans", Verdana, Arial, Helvetica, sans-serif; }

/* Vertical Rhythm  */
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 20px; }
.widget, .comment { margin-bottom: 20px; margin-top:20px; background-color:#111111; border:1px solid #444444;
padding:10px; width:240px;}

.navigation-links {
  width: 600px;
  background:none repeat scroll 0 0 #222222;
border:1px solid #444444;
padding:10px;
}

.hentry {
  background-color: rgba(39, 42, 43, 0.5);
  padding:10px;
  margin-bottom:?20px;
????margin-top:?20px;

}
#pagebox {
height: 170px;
}

/* Logo */
#description {
margin-bottom:0;
margin-left:698px;
margin-top:-44px;
padding-bottom:13px;
width:300px;
}


/* Menu bugfix */
.ie7 .nav:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

/* Links */
a { color: #21d6bd; text-decoration: none; }
a:hover { text-decoration: underline; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: ##E80C7A; text-decoration: underline; }
.entry-content a:hover { text-decoration: none; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }
h1 { font-size: 24px; line-height: 28px; padding: 5px 0px; }
h2 { font-family: 'Arvo', serif; font-size: 20px; font-style: normal; font-weight: 700;text-shadow: none;text-decoration: none; text-transform: none;
  letter-spacing: -0.021em;word-spacing: 0em; line-height: 1.2;}
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; color: #e80c7a; border-bottom:1px dashed #BBBBBB; margin-bottom: 5px; text-shadow:3px 2px 2px #550000;  }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

#footer_info h2{
margin-bottom: 5px
}

/* Content */
.page-title { font-size: 14px; font-weight: bold; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title, .entry-title a { color: #e80c7a; font-family: 'arvo';
 font-size: 26px; line-height: 28px; left:40px; right:500px; width: 500px; top:15px; position:absolute;}
.entry-title a:hover { color: #BB7D9A; text-shadow: 1px 1px 0 #e80c7a; text-decoration: none; }

/* Text Elements */
address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }

blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ul, ol, dl {  }
.nav { margin-left: 0px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: none; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }

/* Tables */
table { border: 1px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #ccc; }
th, td { padding: 5px 3px; }

/* Forms */
input, button { background: #FFFFFF; border-color: #aaa #ddd #ddd #aaa; border-style: solid; border-width: 1px; color: #444; font-size: 14px;
 border: 2px solid #222;}
input, button { font-family: Cambria, Georgia, "Times New Roman", Times, serif; padding: 3px; }

textarea{
       -moz-box-shadow: 0px 0px 4px #fff; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 4px #fff; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 4px #fff; /* Opera 10.5, IE9 */

  background-color: #d4d4d4;
  background-image: -moz-linear-gradient(top, #d4d4d4, #ffffff); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #d4d4d4),color-stop(1, #ffffff)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#d4d4d4, #ffffff); /* Chrome 10+, Saf6 */
  background-image: linear-gradient(top, #d4d4d4, #ffffff);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d4d4d4', EndColorStr='#ffffff'); /* IE6?IE9 */
         border-color: #F0F0F0 -moz-use-text-color -moz-use-text-color;
 width: 595px;
     border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    margin: 0 0 8px;
    padding: 3px;
    vertical-align: top;
color: #222;
 }

button { font: 12px; padding: 2px 10px; cursor: pointer; height:29px;
width:200px; }
input:focus, textarea:focus, button:hover { background: #fff; border-color: #777 #ccc #ccc #777; }

/* bugfix */
.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }

/* Comments */
.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px; }
.comment { margin-bottom: 20px; width:575px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; }
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }

/* Comment Reply */
#comment-form .form-section input {  width: 250px; margin-right: 10px;
     -moz-box-shadow: 0px 0px 4px #fff; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 4px #fff; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 4px #fff; /* Opera 10.5, IE9 */

  background-color: #d4d4d4;
  background-image: -moz-linear-gradient(top, #d4d4d4, #ffffff); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #d4d4d4),color-stop(1, #ffffff)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#d4d4d4, #ffffff); /* Chrome 10+, Saf6 */
  background-image: linear-gradient(top, #d4d4d4, #ffffff);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d4d4d4', EndColorStr='#ffffff'); /* IE6?IE9 */
         border-color: #F0F0F0 -moz-use-text-color -moz-use-text-color;
             border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    margin: 0 0 8px;
    padding: 3px;
    vertical-align: top;
}
.form-section { margin-bottom: 10px;  }
.form-section label {   float: left;
    width: 60px; cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { 
background:none repeat scroll 0 0 #222222;
border:1px dotted #DDDDDD;
color:#21D6BD;
font:8px Verdana,Arial,Helvetica,sans-serif;
padding:5px 10px;
margin-top:10px;
width: 575px;
}

/* Images */
img.alignleft { float: left; margin-right: 20px; margin-top: 5px;margin-bottom: 5px; border:1px solid #E80C7A; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; margin-bottom: 5px; 
 border: 1px solid #E80C7A;
}

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* [gallery] */
.gallery { margin: auto; }
.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }
.gallery-caption { margin-left: 0; }
.gallery-item { float: left; text-align: center; margin-left: 0; }

.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

/* Navigation */
.page-navigation .nav-next { float: left; }
.page-navigation .nav-previous { float: right; }
.single-page-navigation .nav-next { float: right; }
.single-page-navigation .nav-previous { float: left; }

/* [gallery] + navigation clearfix */
.gallery-row:after, .navigation-links:after, .container:after, .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.gallery-row, .navigation-links, .container, .menu { display: block; }

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index:-999;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

div#content {
	position: relative; 

}
#logo {
    padding-bottom: 5px;
    margin-left: 355px;
    margin-right: 375px;
    margin-top: -135px;
    width: 210px;
    }
    
.header {
    height: 92px;
    padding-top: 20px;
    }
#topbar{
	background-color: #111;
	border-bottom: 10px solid #474749;
	height:40px;
-moz-box-shadow: 0 14px 20px #000000;
-webkit-box-shadow: 0 14px 20px #000000;
box-shadow: 0 14px 20px #000000;
    left: auto;
    right: auto;
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
}
/* Ca3er style */
.cu3er_resize { width:940px; margin:0 auto; padding:0 0 30px 0; background: url(images/simple_bg.png) no-repeat bottom;}
#cu3er-container { width:940px; outline:0;}

#infobar{
width:940px;
height: 36px;
margin-right: auto;
margin-left: auto;
padding-top:4px;
}
#top_email {
float: left;
margin-top: 2px;
width: 170px;
height: 28px;

}
#top_contact {
float: right;
width: 265px;
height: 35px;
}

.post { 
position: relative;
	-moz-box-shadow:0 0 2px #444444 inset;
	-webkit-box-shadow: 0 0 2px #444444 inset;
	box-shadow: 0 0 2px #444444 inset;
margin-top: 20px;
margin-bottom: 20px;
}
.postdate {
background-image:url("http://www.samwightwick.co.uk/wp-content/themes/sw_portfolio/library/media/images/calender1.png");
color:#222222;
height:64px;
background-repeat:no-repeat;
}

.month {
position:absolute;
bottom:0;
height:20px;
right:0;
top:10px;
left: 11px;
  text-align: center;
width: 62px;

}

.day {
position:relative;
left:1px;
top:20px;
float:left;
width:62px;
text-align: center;
font-size:28px;
}
.datetext{
  font-weight: 700;
  color: #E5E5E5;
  text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
}


#content_box {
background-color:rgba(39, 42, 43, 0.5);
padding:10px;
position:relative;
-moz-box-shadow:0 0 2px #444444 inset;
-webkit-box-shadow: inset 0 0 2px #444444;
box-shadow: inner 0 0 2px #444;
}
#item {
background:#111 none repeat scroll 0 0;
height:180px;
float:left;
width:212px;
margin-right:10px;
padding-left:10px;
margin-top:10px;
-moz-box-shadow:0 0 2px #444444 inset;
-webkit-box-shadow: inset 0 0 2px #444444;
box-shadow: inner 0 0 2px #444;
}


#item_last{
background:#111 none repeat scroll 0 0;
height:180px;
width:213px;
padding-left:10px;
float:left;
margin-top:10px;
-moz-box-shadow:0 0 2px #444444 inset;
-webkit-box-shadow: inset 0 0 2px #444444;
box-shadow: inner 0 0 2px #444;
}

#item_image {
border:medium solid #E80C7A;
height:130px;
margin-right:10px;
margin-top:10px;
width:192px;
}
#item_image:hover {
border:medium solid #21b6bd;
}
#about_pic {
border:medium solid #E80C7A;
height:200px;
margin-right:20px;
padding-right:10px;
width:194px;
float:left;
}
#about_desc{
background: #111;
float:right;
height:368px;
padding:10px;
width:664px;
-moz-box-shadow:0 0 2px #444444 inset;
-webkit-box-shadow: 0 0 2px #444444 inset;
box-shadow: 0 0 2px #444444 inset;
}

.footer {
background: url("http://www.samwightwick.co.uk/wp-content/themes/sw_portfolio/images/") no-repeat scroll 0 0 #111111;
border-top:10px solid #474749;
height:300px;
}

#footer_info{
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}
#footer_info a{
  color: #999;
}


#footer_info .widget{
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  float: left;
  margin: 0;
  color: #666;
  width: 225px;
  font-size: 14px;
}

#menu_low {
margin-left:auto;
margin-right:auto;
width:940px;
clear: left;
padding-right: 60px;
}
#menu_low a {
  color:#444444;
  font-size:14px;
  }

#menu_low ul li {
border-right:1px dashed #333333;
display:inline;
list-style:none outside none;
padding-left:20px;
padding-right:20px;
	}
#menu_low_copy {
float: right;
}
.pagebox{
height: 170px;
padding-bottom: 10px;
}
div.fadehover1 {
	position: relative;
    display: inline-block;
    margin-left: 2px;
    width: 32px;
    height: 32px;
	}

img.a {
	position: absolute;
	left: 0;
	top: 0;
        z-index: 10;
	}

img.b {
	position: absolute;
	left: 0;
	top: 0;
	}
.connect_widget td.connect_widget_vertical_center {
    border-spacing: 0;
    color: #FFFFFF;
    }
    
#connect_widget td.connect_widget_vertical_center {
    border-spacing: 0;
    color: #FFFFFF;
    }
div#respond {
    background: none repeat scroll 0 0 rgba(39, 42, 43, 0.5);
    padding: 10px;
    margin-bottom: 10px;
    -moz-box-shadow: 0 0 1px #444444 inset;
-webkit-box-shadow: inset 0 0 1px #444444;
box-shadow: inner 0 0 1px #444;
}
.subscribe-to-comments{
float: right;
margin-top: -35px;
margin-bottom: 0;
}

.box_2l{
height: 413px;
}

.box_3l{
height: 605px;
}

.box_4l {
    height: 783px;
}

.box_about {
height: 846px;
}
.wp-pagenavi{
     -moz-border-radius: 14px; /* FF1+ */
  -webkit-border-radius: 14px; /* Saf3-4, iOS 1+, Android 1.5+ */
          border-radius: 14px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
     -moz-box-shadow: 0 0 21px #000000 inset; /* FF3.5+ */
  -webkit-box-shadow: 0 0 21px #000000 inset; /* Saf3.0+, Chrome */
          box-shadow: 0 0 21px #000000 inset; /* Opera 10.5, IE9, Chrome 10+ */
    	background: none repeat scroll 0 0 #222222;
    	margin-top: 20px;
    	padding: 10px;
}

span.pages{
padding-right: 10px;
}

span.current{
padding-right: 4px;
}

#ribbontxt{
float: left;
    margin-left: 15px;
    margin-top: 11px;
    width: 200px;
}
/* ribbon style */

 .ribbon-wrapper {
    margin-top: -38px;
	position: relative;
	border-bottom: px solid #ccc;
	-moz-border-bottom-colors: rgba(0, 0, 0, 0.02) rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.06) rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.10) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.14) rgba(0, 0, 0, 0.16) rgba(0, 0, 0, 0.18) rgba(0, 0, 0, 0.20);
	-webkit-border-bottom-colors: rgba(0, 0, 0, 0.02) rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.06) rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.10) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.14) rgba(0, 0, 0, 0.16) rgba(0, 0, 0, 0.18) rgba(0, 0, 0, 0.20);
	-moz-border-top-colors: rgba(0, 0, 0, 0.02) rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.06) rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.10) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.14) rgba(0, 0, 0, 0.16) rgba(0, 0, 0, 0.18) rgba(0, 0, 0, 0.20);
	-webkit-border-top-colors: rgba(0, 0, 0, 0.02) rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.06) rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.10) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.14) rgba(0, 0, 0, 0.16) rgba(0, 0, 0, 0.18) rgba(0, 0, 0, 0.20);
}
  .ribbon-front {
	background-color: #252525;	height: 40px;
	width: 960px;
	position: relative;
	left:-10px;
	z-index: 2;
}

  .ribbon-front,
  .ribbon-back-left,
  .ribbon-back-right
{
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright,
  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	position: absolute;
	z-index: 1;
	border-style:solid;
	height:0px;
	width:0px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright {
}

  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	top: 40px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-bottomleft {
	left: -10px;
	border-color: transparent #1F1F1F transparent transparent;
}

  .ribbon-edge-topleft {
	top: -10px;
	border-width: 10px 10px 0 0;
}
  .ribbon-edge-bottomleft {
	border-width: 0 10px 0px 0;
}

  .ribbon-edge-topright,
  .ribbon-edge-bottomright {
	left: 960px;
	border-color: transparent transparent transparent #1F1F1F;
}

  .ribbon-edge-topright {
	top: -10px;
margin-left: -20px;
	border-width: 10px 0 0 10px;
}
  .ribbon-edge-bottomright {
	border-width: 0 0 0px 10px;
}

  .ribbon-back-left {
	position: absolute;
	top: -10px;
	left: -30px;
	width: 30px;
	height: 40px;
	background-color: #262626;	z-index: 0;
}

  .ribbon-back-right {
	position: absolute;
	top: -10px;
	right: -30px;
	width: 30px;
	height: 40px;
	background-color: #262626;	z-index: 0;
}



#worklist ul li{
margin-top: 20px;
}

#Contact_form{
   height: 295px;
    padding: 20px;
    background: rgba(0,0,0,0.25);
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
-o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
-moz-border-radius: 2px; 
-webkit-border-radius: 2px; 
}


#skills{
  height: 250px;
}

#skillsl{
  float:left;
  width: 330px;
  color: #E80C7A;
  font-size: 13px;
}
#skillsl ul{
  margin-bottom: 10px;
}
#skillsr{
  float:right;
  width: 330px;
  color: #21B6BD;
  font-size: 13px;
}
#skillsr ul{
  margin-bottom: 10px;
}

#spannnah{
    background: url("http://www.samwightwick.co.uk/wp-content/themes/sw_portfolio/images/trans-grad.png") repeat scroll 0 0 transparent;
    height: 130px;
    left: 0;
    margin-left: 25px;
    position: absolute;
    width: 192px;
}
#menu{
    height: 40px;
    margin-top: -39px;
    width: 1105px;
}

#menu li{
 float: left;
    height: 20px;
    padding: 10px 10px 10px 0px;
    text-align: left;
    width: 210px;
    font-family: 'Arvo', serif; 
}

#menu li a{
color: #E80C7A;
font-size: 15px;
width: 120px;
}

#menu li a:hover{
color: #21D6BD;
text-decoration: none;
}

#frontwork{
  -moz-box-shadow: 0 0 2px #444444 inset;
    background-color: rgba(39, 42, 43, 0.5);
    height: 180px;
    margin-top: 20px;
    padding: 10px 0 10px 10px;
    position: relative;
    }
#frontwork ul {
display: block;
position: relative:
width: 900px;
margin-left: 0;
}
#frontwork ul li {
margin-right: 10px;
float: left;
height: 180px;
width: 300px;
overflow: hidden;
}
#frontwork ul li a {
background: #000;
height: 180px;
color: #fff;
display: block;
}

#frontwork ul li a img {

}
#frontwork ul li a:hover img {
opacity: 0.5;
}
#frontwork ul li span {
background-image: url("http://www.samwightwick.co.uk/wp-content/themes/sw_portfolio/images/trans-gradfr.png");
display: block;
    height: 180px;
    position: absolute;
    top: 10px;
    width: 300px;
}

#frontwork ul li a span label {
-moz-border-radius: 20px 20px 20px 20px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    height: 24px;
    left: 66px;
    opacity: 0;
    overflow: hidden;
    padding: 8px 10px 5px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 0 #000000;
    top: 74px;
    white-space: nowrap;
    width: 146px;
    z-index: 5;
}
#frontwork ul li a:hover span label {
opacity: 1;
}
#frontwork ul li a span label:active {
color: #fff;
}

#latest{
-moz-box-shadow: 0 0 2px #444444 inset;
    background: none repeat scroll 0 0 rgba(39, 42, 43, 0.5);
    height: 180px;
    margin-top: 10px;
    padding-top: 10px;
}

#latest ul li{
float: left;
}

#latest ul li a img{
background: none repeat scroll 0 0 #333333;
    margin-left: 9px;
    margin-right: 9px;
    padding: 10px;
}

#label{
background-image: url('http://www.samwightwick.co.uk/wp-content/themes/sw_portfolio/images/ribbon.png');
height: 60px;
    width: 162px;
    z-index:998;
       font-family: 'arvo';
    font-size: 15px;
    height: 19px;
    letter-spacing: -0.7px;
    padding: 23px 2px 20px 8px;
    width: 152px;
}

.labelslide{
position: absolute;
    top: -8px;
}

.labelwork{
    position: absolute;
    top: 0;
    left: 0;
}

.labelblog{
    position: absolute;
    top: 508px;}

.entry-meta{
  box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset, 0 10px 20px rgba(255, 255, 255, 0.15) inset, 0 -15px 30px rgba(0, 0, 0, 0.3) inset;
    height: 20px;
    margin-bottom: -10px;
    margin-left: -10px;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
    width: 600px;
}

#socialbuttonnav {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
#socialbuttonnav li {
    float: left;
    height: 80px;
    line-height: 30px;
    margin-left: 13px;
    margin-right: 12px;
    overflow: hidden;
    text-align: center;
    width: 60px;
}
