/*
Theme Name: AMS ResComms
Theme URI: http://rescomms.alexandermannsolutions.com/
Description: Wordpress theme designed bespoke for AMS Resourcing Communications
Version: 0.1
Author: Stu Robb: AMS Resourcing Communications
*/ 


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

body {
	font: normal 80%/135% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ccc;
	background: #333;
}



/*------ main container ------*/

#page {
	margin: 0px auto;
	width: 960px;
	background: #000;
	position: relative;
}



/*------ defaults ------*/

a:link, a:visited {
	color: #ffcc33;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding-bottom: 15px;	
	line-height: 160%;
}

h1 {

	
}


h2 {
	color: #fff;
	margin: 30px 0px 30px;
	font-weight: normal;
	font-size: 180%;
}

h2 a:link, h2 a:visited {
	color: #fff;
	text-decoration: none;
}

h2 a:hover {
	color: #ffcc33;
	text-decoration: none;
}

h3 {
	color: #009999;
	margin: 30px 0px 5px;
	border-bottom: solid 1px #212121;
	padding-bottom: 5px;
	font-size: 125%;
}

h4 {
	color: #ffcc33;
	margin: 10px 0px 5px;
	font-size: 110%;
}

ul {
	list-style: none;
}


/*------ header area ------*/

#header {
	height: 120px;
	width: 960px;
	margin: 0 auto;
}

#logo {
	height: 62px;
	width: 500px;
	color: #6DA6E2;
	float: left;
	margin: 30px 15px 15px;	
}

#logo a:link, #logo a:visited {
	display: block;
	height: 62px;
	width: 500px;
	text-decoration: none;
	background: url(images/amsResCommsLogo.gif) no-repeat left top;
	text-indent: -9999px;
}

#logo a:hover{

}



/*------ search form -----*/

#searchform {
	float: right;
	margin: 55px 15px 15px;	
}

#searchform #s {
	width: 160px;
	height: 16px;
	padding: 6px 5px 2px 5px;
	background: #d4d4d4;
	border: 1px solid #666;
	font-weight: normal;
}

#searchform #s:focus {
	background: #fff;
}

/* For button only use input[type="submit"] */

#searchform input {
	background: url(images/searchBtn.gif) no-repeat left;
	width: 26px;
	height: 26px;
	font: bold 12px Helvetica, Arial, sans-serif;
	vertical-align: middle;
	margin-left: -4px;
}



/*------ navigation -----*/

#nav {
	list-style: none;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	height: 36px;
	padding-left: 15px;
}

#nav li {
	float: left;
	margin-right: 5px;
}

#nav .page_item a:link, #nav .page_item a:visited{
	color: #fff;
	text-decoration: none;
	padding: 12px 9px;
	font: bold 12px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
}

#nav .page_item a:hover {
	color: #000;
	background: url(images/navBg.gif) repeat-x top left;
}

#nav #current a:link, #nav #current a:visited{
	color: #000;
	text-decoration: none;
	padding: 12px 9px;
	background: url(images/navBg.gif) repeat-x top left;
	font: bold 12px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
}

#nav .current_page_item a:link, #nav .current_page_item a:visited{
	color: #000;
	text-decoration: none;
	padding: 12px 9px;
	background: url(images/navBg.gif) repeat-x top left;
	font: bold 12px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
}

#flash {
	height: 230px;
	background: url(images/flashHolder.gif) no-repeat left top;
	border-bottom: solid 1px #666;
	clear: both;
}



/*----- content area -----*/

#content {
	padding: 30px 30px 0;
	float: left;
	width: 620px;
	overflow: hidden;
}

.post {
	background: #151515;
	margin: 0 0 30px;
	border-top: solid 1px #444;
	border-bottom: solid 1px #444;
}

ul.post-info {
	width: 100%;
	list-style: none;
	height: 39px;
	clear: both;
}

ul.post-info li {
	float: left;
}

ul li.post-comments {
	font-size: 85%;
	float: left;
}

ul li.post-comments span {
	display: block;
	background: url(images/comments.gif) no-repeat right top;
	width: 80px;
	height: 31px;
	color: #333;
	text-align: center;
	font-weight: bold;
	padding: 6px 10px;
}

ul li.post-comments a:link, ul li.post-comments a:visited {
	display: block;
	background: url(images/comments.gif) no-repeat right top;
	width: 80px;
	height: 31px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 6px 10px;
}

ul li.post-comments a:hover {
	color: #009999;
	text-decoration: none;
}


ul li.post-cat {
	display: block;
	float: left;
	font-size: 85%;
	background: #101010;
	height: 20px;
	width: 500px;
	padding: 6px 10px;
}

div.post-footer {
	font-size: 85%;
	background: #101010;
	padding: 7px 10px 0px;
	height: 24px;
}

p.post-date {
	width: 370px;
	float: left;
}

p.share {
	float: left;
}

ul.share-this {
	list-style: none;
	float: right;
}


ul.share-this li {
	float: left;
	margin-right: 5px;
}

ul.share-this li a:link, ul.share-this li a:visited {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
}

ul.share-this li.delicious a:link, ul.share-this li.delicious a:visited {
	background: url(images/shareit.png) no-repeat;
	background-position: 0px 0px;
}

ul.share-this li.delicious a:hover {
	background-position: 0px -16px;
}

ul.share-this li.digg a:link, ul.share-this li.digg a:visited {
	background: url(images/shareit.png) no-repeat;
	background-position: -16px 0px;
}

ul.share-this li.digg a:hover {
	background-position: -16px -16px;
}

ul.share-this li.twitter a:link, ul.share-this li.twitter a:visited {
	background: url(images/shareit.png) no-repeat;
	background-position: -32px 0px;
}

ul.share-this li.twitter a:hover {
	background-position: -32px -16px;
}

ul.share-this li.stumble a:link, ul.share-this li.stumble a:visited {
	background: url(images/shareit.png) no-repeat;
	background-position: -48px 0px;
}

ul.share-this li.stumble a:hover {
	background-position: -48px -16px;
}

ul.share-this li.facebook a:link, ul.share-this li.facebook a:visited {
	background: url(images/shareit.png) no-repeat;
	background-position: -64px 0px;
}

ul.share-this li.facebook a:hover {
	background-position: -64px -16px;
}

ul.share-this li.reddit a:link, ul.share-this li.reddit a:visited {
	background: url(images/shareit.png) no-repeat;
	background-position: -80px 0px;
}

ul.share-this li.reddit a:hover {
	background-position: -80px -16px;
}

ul.share-this li.linkedin a:link, ul.share-this li.linkedin a:visited {
	background: url(images/shareit.png) no-repeat;
	background-position: -96px 0px;
}

ul.share-this li.linkedin a:hover {
	background-position: -96px -16px;
}

ul.share-this li.emailit a:link, ul.share-this li.emailit a:visited {
	background: url(images/shareit.png) no-repeat;
	background-position: -112px 0px;
}

ul.share-this li.emailit a:hover {
	background-position: -112px -16px;
}



p.breadcrumb {
	font-size: 85%;
	background: url(images/sidebarHeaderBg.gif) repeat-x left top;
	padding: 7px 10px;
}

div.post-content {
	padding: 5px 30px 20px;

}


/* ----- Our People ----- */

h3.people {
	margin: 30px 0px 20px;
	padding: 70px 300px 10px 0;
	border-top: solid 1px #212121;
	font-size: 125%;
	line-height: 160%;
}

h3#martin {
	background: url(images/peopleMartin.jpg) no-repeat right top;
}
h3#neil {
	background: url(images/peopleNeil.jpg) no-repeat right top;
}
h3#lopa {
	background: url(images/peopleLopa.jpg) no-repeat right top;
}
h3#colette {
	background: url(images/peopleColette.jpg) no-repeat right top;
}
h3#joannep {
	background: url(images/peopleJoP.jpg) no-repeat right top;
}
h3#richard {
	background: url(images/peopleRichard.jpg) no-repeat right top;
}
h3#jom {
	background: url(images/peopleJoM.jpg) no-repeat right top;
}


/* ----- Single Post ----- */

p.single-post-cat {
	display: block;
	font-size: 85%;
	background: url(images/sidebarHeaderBg.gif) repeat-x left top;
	padding: 6px 10px;
	position: relative;
}

a.post-edit-link {
	float: right;
	position: absolute;
	right: 10px;
	top: 6px;
}

.entry {	

}



/* ----- Case Study Logos ----- */

ul#clients {
	min-height: 335px;
}

ul#clients li {
	float: left;
	display: block;
}

a.logo img {
	display: block;
	width: 166px;
	height: 83px;
}

a.logo, a.logo:visited {
	display: block;
	border: solid 1px #333;
	background: #000;
	padding: 6px;
	margin: 0px 6px 6px 0px;
}

a.logo:hover {
	background: #333;
}



/* ----- Portfolio Thumbnails ----- */

ul.portfolio {

}

ul.portfolio li {
	float: left;
	display: block;
}

a.thumbnail img {
	display: block;
	width: 166px;
	height: 100px;
}

a.thumbnail, a.thumbnail:visited {
	display: block;
	border: solid 1px #333;
	background: #000;
	padding: 6px;
	margin: 0px 6px 6px 0px;
}

a.thumbnail:hover {
	background: #333;
}



/* ----- Post list previous/next links ----- */

.navigation {
	clear: both;
	padding: 0px 0px 10px;
	margin-bottom: 20px;
}

.navigation a, .navigation a:visited {

}

.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}

.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}



/* comments area */

#commentarea {
	padding: 5px 30px 20px;
	
}

#comments, #respond {
	border-bottom: solid 1px #212121;
	padding: 10px 0 5px 0;
	clear: both;
}

.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}

.commentlist li{
	padding: 5px 10px;
}

.commentlist .alt {
	background: #000;
}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	color: #009999;
}

.commentmetadata a:link, .commentmetadata a:visited {
	color: #666;
}

.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}

#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}

#commentform p {
	padding: 6px 0px;
	margin: 0px;
}

#commentform label{
	color: #787878;
	font-size: 87%;	
	margin-left: 7px;
}

#commentform input{
	width: 200px;
	background: #ccc;
	padding: 3px;
	margin-top: 3px;
}

#commentform input:focus {
	background:#eee;
}

#commentform textarea{
	width: 556px;
	height: 115px;
	background: #ccc;
	padding: 2px;
	margin-top: 3px;
}

#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #eee;
}

#commentform #submit{
	background: url(images/btn-bg.png) no-repeat;
	font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	border: none;
	width: 150px;
	height: 30px;
	cursor: pointer;
}

#commentform #submit:active{
	margin: 2px 0 0 2px;
}



/*----- sidebar -----*/

#sidebar {
	float: right;
	display: inline;
	margin: 30px 30px 30px 0;
	width: 250px;
	color: #666666;
	overflow: hidden;
}

#sidebar h3 {
	font-size: 105%;
	padding: 7px 10px 8px;
	border-top: solid 1px #444;
	border-bottom: solid 1px #000;
	background: url(images/sidebarHeaderBg.gif) repeat-x 0px 0px;
	color: #cbcbcb;
}


dl#accordion {
	clear: both;
	border-bottom: solid 1px #000;
	margin-bottom: 30px;
}

dl#accordion dt {
	font-size: 105%;
	padding: 7px 10px 8px;
	border-top: solid 1px #444;
	border-bottom: solid 1px #000;
	background: url(images/sidebarAccordionHeader.png) no-repeat 0px 0px;
	color: #cbcbcb;
	cursor: pointer;
}

dl#accordion dt.active {
	color: #fff;
	background: url(images/sidebarAccordionHeaderActive.png) no-repeat 0px 0px;
}

dl#accordion dd {  }

dl#accordion dd p {
	padding: 0 20px 20px;
	color: #ccc;
}

#sidebar ul {
	background: #171717;
}

#sidebar ul li {
	list-style: none;
	font-size: 90%;
}

#sidebar dd ul li.current_page_item {
	color: #f00;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	display: block;
	padding: 5px 12px;
	border-top: solid 1px #333;
	border-bottom: solid 1px #000;
	color: #fff;
}

#sidebar ul li a:hover {
	color: #ffcc33;
	background: #272727;
	text-decoration: none;	
}

#sidebar ul li.current-cat a {
	background: #272727;
}

#sidebar ul li a:active {
	border-top: solid 1px #000;
	border-bottom: solid 1px #333;
}

#follow {
}

#follow ul {
	list-style: none;
}

#follow ul li {
	float: left;
	display: block;
	padding: 0;
}

#follow ul li.follow-twitter a:link, #follow ul li.follow-twitter a:visited {
	display: block;
	width: 80px;
	height: 24px;
	text-align: center;
	padding: 0px;
	padding-top: 56px;
	margin-right: 5px;
	margin-bottom: 20px;
	border-top: none;
	border-bottom: none;
	background: url(images/followus.png) no-repeat;
	background-position: 0px 0px;
}

#follow ul li.follow-twitter a:hover {
	background-position: 0px -80px;
}

#follow ul li.follow-posts a:link, #follow ul li.follow-posts a:visited {
	display: block;
	width: 80px;
	height: 24px;
	text-align: center;
	padding: 0px;
	padding-top: 56px;
	margin-right: 5px;
	margin-bottom: 20px;
	border-top: none;
	border-bottom: none;
	background: url(images/followus.png) no-repeat;
	background-position: -85px 0px;
}

#follow ul li.follow-posts a:hover {
	background-position: -85px -80px;
}

#follow ul li.follow-comments a:link, #follow ul li.follow-comments a:visited {
	display: block;
	width: 80px;
	height: 24px;
	text-align: center;
	padding: 0px;
	padding-top: 56px;
	margin-right: 0px;
	margin-bottom: 20px;
	border-top: none;
	border-bottom: none;
	background: url(images/followus.png) no-repeat;
	background-position: -170px 0px;
}

#follow ul li.follow-comments a:hover {
	background-position: -170px -80px;
}

#tweets {
	clear: both;
	background: url(images/tweets.png) no-repeat center bottom;
	padding-bottom: 137px;
}

#tweets ul {
	padding-bottom: 12px;
}

#tweets ul li {
	list-style: none;
	padding: 12px 12px 0 12px;
}

#tweets ul li a:link, #tweets ul li a:visited {
	display: inline;
	padding: 0;
	border-top: none;
	border-bottom: none;
}

#tweets ul li a:hover {
	background: #272727;
}


/*----- Get In Touch Form -----*/

form.wpcf7-form input {
	padding: 6px;
	margin-right: 5px;
	font: normal 105% "Helvetica Neue", Helvetica, Arial, sans-serif;
}

textarea#messagebody {
	font: normal 105%/150% "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 550px;
	padding: 5px;
}

input#getintouch {
	font-size: 90%;
	background: url(images/submit-get-in-touch.gif) no-repeat top left;
	font-weight: bold; 
	padding: 6px 20px;
}

/*----- Footer -----*/

#footer {
	clear: both;
	color: #fff;
	height: 20px;
	background: #333;
	font-size: 95%;
}

#footer a:link, #footer a:visited {
	color: #999;
	margin-right: 18px;
}

.copyright {
	float: left;
	margin: 7px 0 0 15px;
}

.footerLinks {
	float: right;
	margin: 7px 15px 0 0;
}

.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}



/*----- alignments ------*/

.center {
	text-align: center;
}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}

img.center, img[align="center"] {
	display: block;
	margin: 0 auto;
}

.clear {
	clear:both;
}

hr {
	clear: both;
	margin-bottom: 20px;
	border: none;
	border-top: solid 1px #444;
}

hr.clear {
	clear:both;
	visibility: hidden;
}
