/*
Theme Name: Portishead
Theme URI: http://www.devstars.co.uk
Description: Portishead Theme
Author: wordpressdotorg
*/

html, body {
	margin: 0px;
	font: normal 14px Verdana, Geneva, sans-serif;
	color: #dbdbdb;
	background: #041624 url("images/background.jpg") repeat-x fixed center top;
}

#wrapper {
	clear: both;
	margin: 0 auto;
	width: 996px;
	min-height: 100%;
}

#leftCol {
	float: left;
	width: 200px;
	margin: 126px 48px 0 0;
	text-transform:uppercase;
	font-size: 12px;
	line-height: 18px;
}

#leftCol ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	}

#leftCol h2 {
	display: block;
	background: #8a9298;
	color: #021324;
	font-size: 9px;
	font-weight: normal;
	padding-left: 10px;
}

#leftCol a, #leftCol a:link, #leftCol a:active, #leftCol a:visited {
	color: #8a9298;
	text-decoration: none;
	}

#leftCol a:hover {
	color: #fff;
	}
	

#leftColContents {
	position: fixed;
	width: 200px;
}

.categories {
	border-bottom: 1px dashed #8a9298;
	margin-bottom: 20px;
	padding-bottom: 11px;
}

#midCol {
	float: left;
	width: 500px;
}

#top {
	float: left;
	width: 500px;
	height: 165px;
	}

#topC {
	position: fixed;
	width:500px;
	background:url(images/longfade.png);
	background-position: 0px 140px;
}

#logo {
	float: left;
	width: 500px;
	height: 130px;
}

#banner {
	float: left;
	width: 500px;
	height: 165px;
	background: url(images/portisheadlogo.png) no-repeat;
	position:relative;
	z-index:1;
}

#banner li:first-child {
	margin-left: 0px;
}

#banner li:last-child {
	border-right: none;
	padding-right: 0;
}

#banner li {
	padding-right: 14px;
	border-right: 1px solid #8a9298;
	margin-left: 7px;
}

#banner ul {
	margin: 0;
	padding: 0;
}

#banner ul li {
	display: inline;
	list-style-type: none;

}

#banner a, #banner a:link, #banner a:active #banner a:visited {
	color: #8a9298;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
}

#banner a:hover {
	color: #fff;
}

#content {
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

#content h1 {
	color: #fff;
	font-size: 24px;
}

#content h2 {
	color: #fff;
	font-size: 20px;
}

#content h1 a, #content h1 a:link, #content h1 a:active, #content h1 a:visited {
	color: #fff;
	text-decoration: none;
	margin-bottom: 5px;
	}

#content h1 a:hover {
	color: #dbdbdb;
}

#content h2 a, #content h2 a:link, #content h2 a:active, #content h2 a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	}

#content h1 a:hover {
	color: #dbdbdb;
}

.post {
	float: left;
	width: 500px;
	border-bottom: 1px solid #dbdbdb;
	color: #dbdbdb;
}

.post a, .post a:link, .post a:active, .post a:visited {
	text-decoration: underline;
	color: #fff;
}	

.post a:hover {
	text-decoration: none;
}


#date {
	float: left;
	width: 250px;
	font-size: 13px;
}

#share {
	float: left;
	width: 250px;
	height: 23px;
}

.addthis_toolbox {
    float: right;
padding-right: 2px;
}

#rightCol {
	float: left;
	width: 200px;
	margin: 126px 0 0 48px;
	text-transform:uppercase;
	font-size: 12px;
	line-height: 18px;
}

#rightCol ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	}

#rightCol h2 {
	display: block;
	background: #8a9298;
	color: #021324;
	font-size: 9px;
	font-weight: normal;
	padding-left: 10px;
}

#rightCol a, #rightCol a:link, #rightCol a:active, #rightCol a:visited {
	color: #8a9298;
	text-decoration: none;
}

#rightCol a:hover {
	color: #fff;
}

#rightContents {
	position: fixed;
	width: 200px;
}
	
#rightContents .widget_area {
	margin-top: 30px;
}
#rightContents .widget_area .widget {
	margin-bottom: 10px;
}

#rightContents .widget_area .widget #wp-calendar{
	width: 200px;
}

#rightContents .widget_area .widget #wp-calendar #next>a{
	float: right;
}

.emailBox {
	background: #8a9298;
	border: none;
	font: normal 9px Verdana, Geneva, sans-serif;
	width: 137px;
	padding: 3px;
	font-weight: bold;
	/*margin-top: 7px;*/
	}

.dropdownBox {
	background: #8a9298;
	border: none;
	font: normal 9px Verdana, Geneva, sans-serif;
	width: 197px;
	padding: 3px;
	font-weight: bold;
	margin-top: 7px;
	}

#submitRight {
	float: right;
	}

.submitBox {
	background: none;
	font: normal 11px Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	border: none;
	letter-spacing: 1px;
	cursor: pointer;
	margin: 5px 0 0;
    padding: 0;
}

/* Wordpress Elements */

.wp-caption {
      border: 1px solid #ddd;
      text-align: center;
      background-color: #f3f3f3;
      padding-top: 4px;
      margin: 10px;
      /* For rounded corner */
      -moz-border-radius: 3px;
      -khtml-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      }

.wp-caption img {
      margin-bottom: 5px;
      padding: 0;
      border: 0 none;
      }

.wp-caption p.wp-caption-text {
      font-size: 11px;
      line-height: 17px;
      padding: 0 4px 5px;
      margin: 0;
      }






.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 18px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 18px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post ul {
	list-style: disc inside none;
}

.post ol {
	list-style: decimal inside none;
	}

#leftCol li.current-cat a { color: #fff; }

.newstd {
	float: left;
	font-size: 11px;
	margin-top: 3px;
	width: 50px;
	padding-bottom: 5px;
}

#hidebox {
    text-align: right;
    text-transform: uppercase;
    width: 201px;
	font: bold 11px Verdana,Geneva,sans-serif;
	letter-spacing: 1px;
	margin-top: 3px;
}

#hidebox a, #hidebox a:link, #hidebox a:active, #hidebox a:visited {
	color: #fff;
	text-decoration: none;
	}

#hidebox a:hover {
	color: #fff;
}

#leftColContents .bck a {
	color: #000;
	display: block;
	width: 190px;
	background:#8a9298;
	padding: 0px 0 0px 10px;
	font-size: 9px;
	margin-top: 7px;
}

#leftColContents .bck a:hover {
	color: #fff;
}

#nav {
	text-transform: uppercase;
	color: #8A9298;
	font-size: 18px;
}

.post img {
	padding-bottom: 15px;
	border: none;	
}

#share a, #share a:link, #share a:active, #share a:visited {
	color:  #000;
	font-weight: normal;
	text-decoration: none;
}

#share a:hover {
	text-decoration: underline;	
}

object {
	position: relative;
	z-index: 99;
}
p, dl, multicol{
position:relative;
z-index:0;
}
#leftCol ul li ul.children a {
    color: #8A9298;
}
#leftCol ul li ul.children a:hover {
    color: #fff;
}
#leftCol ul li ul li.current-cat a {
    color: #fff;
}
.nav-next a, .nav-previous a {
    color: #fff;
}
.navbot {
	padding-top: 3px;
	padding-bottom: 15px;	
}

.categories ul ul li {
margin-left: 15px;
}




        #social_icons {
            position: relative;
            top: 10px;
        }
        #social_icons a {
            width: 17px;
            height: 17px;
            display: block;
            float: right;
            overflow: hidden;
            text-indent: -5000px;
            background: url(http://www.portishead.co.uk/wp-content/themes/portis/images/social_icons.png);
            margin: 7px;
        }
        #social_icons a.facebook {
            background-position: 0px -1px;
        }
        #social_icons a.twitter {
            background-position: -21px 0px;
        }
        #social_icons a.lastfm {
            background-position: -41px 0px;
        }
        #social_icons .description {
            width: 100px;
            height: 15px;
            display: block;
            clear: both;
            float:left;
            position: relative;
            top: -24px;
            text-align: right;
            text-transform: uppercase;
            font-size: 11px;
            line-height: 15px;
            color: #8a9298;
        }




.page_title {
	display: none;
}

#top {
	position: relative;
	z-index: 20;
}

#nav select {
	display: none;
}

#content {
	position: relative;
	z-index: 10;
}

@media screen and (max-width: 900px) {

#wrapper {
    width: auto;
}

#leftCol,
.widget_area {
    display: none;
}

#midCol {
    float: none;
    width: auto;
}

#top {
	float: none;
	width: 100%;
	height: 125px;
}

#topC {
	width: 100%;
	height: 125px;
	background: url(images/background.jpg);
}

#banner {
	float: none;
	width: auto;
	height: 125px;
	background-position: 50% 0;
	-webkit-background-size: 325px 102px;
	     -o-background-size: 325px 102px;
	        background-size: 325px 102px;
}

#logo {
	float: none;
	width: 100%;
}

#content {
	float: none;
	padding: 0 15px 0;
}

#content h1 {
	clear: both;
	font-size: 16px;
}

.post {
	float: none;
	width: auto;
}

#nav {
	position: absolute;
	bottom: 0;
	left: 13px;
	right: 13px;
}

#nav ul {
	display: none;
}

#nav select {
	display: block;
	width: 100%;
	padding: 3px;
	background: #aeb1b5;
	border: 0;
	font-size: 14px;
}

.page_title {
	display: block;
	margin: 0 0 23px;
	padding: 5px 0 0;
	color: #8a9298;
	font-size: 18px;
	text-transform: uppercase;
}

#rightCol,
#rightContents {
	position: static;
	float: none;
}

#rightCol {
	margin: 0 15px;
}

#social_icons {
	position: absolute !important;
	top: 140px !important;
	left: auto !important;
	right: 6px !important;
}

#social_icons .description {
	display: none !important;
}


.post {
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 26px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 20px;
	border-bottom-width: 2px;
}

.post img {
	max-width: 100%;
	height: auto;
}

#date {
	width: auto;
	font-size: 12px;
}

#share {
	float: right;
	width: auto;
}

.wp-paginate {
	display: none;
}

.newstd {
	width: 65px;
}

.subscribe-form {
	position: fixed;
	bottom: 0;
	z-index: 30;
	width: 100%;
	margin-left: -2px;
	background: url(images/background.jpg);
}

#hidebox {
	position: relative;
}

#hidebox #displayText {
	position: absolute;
	top: -26px;
	right: -90px;
	color: #8a9298;
	font-size: 12px;
	font-weight: 700;
}

#toggleText {
	position: relative;
}

#toggleText .submitBox {
	position: absolute;
	top: 38px;
	left: 280px;
	color: #8a9298;
	font-size: 12px;
	font-weight: 700;
}

}



@media screen and (max-width: 900px) and (orientation : landscape) {

#top,
#topC,
#banner {
	height: 90px;
}

#banner {
	-webkit-background-size: 207px 65px;
	     -o-background-size: 207px 65px;
	        background-size: 207px 65px;
}

#topC {
	position: static;
}

#nav {
	bottom: 5px;
}

.subscribe-form {
	position: static;
}

}