@charset "utf-8";
@import url("layout.css");
@import url("forms.css");

body {
	background:url('/wp-content/themes/altogether/img/background/background-pattern.png') repeat top left;
}

html, body {
	height:100%;
	margin:0;
	padding:0;
	line-height: 1em;
}

#container {
	width:960px;
}

h1 { margin: 0; padding: 0; }

/*************************/
/* HEADER			 	 */
/*************************/

#header {
	height:117px;
	margin-left:10px;
}

#logo {
	padding-top:35px;
}

#headernav {
	font-size:1.9em;
	font-weight:bold;
	display:inline-block;
	text-align:right;
	margin-top: 53px;
	margin-right:-10px;
}

#headernav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#headernav li {
	float: left;
	display: block;
	margin: 0;
	padding: 0 9px;
	background: url(/wp-content/themes/altogether/img/background/nav-dot.gif) right 85% no-repeat;
	list-style-type: none;
}

#headernav li#navcontact {
	padding-right:0;
}

#headernav a {
	color:#000;
}
#headernav a:hover {
	text-decoration: none;
}
#headernav #navhome a.active {
	color: #ec2c91;
}
#headernav #navwork a.active {
	color: #00aeef;
}
#headernav #navus a.active {
	color: #cc2781;
}
#headernav #navblog a.active {
	color: #cc3300;
}
#headernav #navcontact a.active {
	color: #7ac143;
}
#headernav #navcontact {
	background: none;
}

/*************************/
/* FOOTER			 	 */
/*************************/

#footer {
	margin-top:30px;
	margin-bottom:35px;
	display:block;
	width:100%;
}

#footernav {
	width:100%;
	background-color:#e8e8e8;
	height:30px;
	line-height:30px;
	margin-bottom:10px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer li {
	float: left;
	display: block;
}

#footernav a {
	margin-left:20px;
	color:#666666;
	font-size:1.2em;
	font-family:Trebuchet MS, Arial;
}

#address {
	margin-left:50px;
	color:#666666;
	font-size:1.2em;
}

#enginelink {
	margin-top: -2px;
}
#enginelink a {
	color:#666666;
	font-size:1.2em;
	font-family:Trebuchet MS;
}

.engine {
	padding:1px 5px 1px 5px;
	background-color:black;
	color:white;
}

.engine-logo {
	margin-top:-8px;
	margin-left:5px;
	vertical-align:middle;
}

/*************************/
/* CONTENT			 	 */
/*************************/

#content {
	width:940px;
	margin-left:10px;
	padding-bottom:70px;
	display:block;
}

.home #content {
	padding-bottom: 0;
}

.content-white {
	background-color:#ffffff;
}

#pageheader {
	margin-bottom:19px;
}

#page-tagline {
	width:100%;
	height:30px;
	background-color:#e8e8e8;
	font-style:italic;
	font-family:Georgia;
	font-size:1.4em;
	color:#333333;
	line-height:30px;
}

#page-tagline span {
	padding-left:9px;
}

#page-nav ul, #us-page-nav ul {
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
	top:-1px;
	left:10px;
	height:30px;
}

#page-nav li {
	float:left;
	background:url('/wp-content/themes/altogether/img/background/background-page-nav-active.gif') repeat-x top left;
	margin-left:1px;
	height:30px;
	line-height:30px;
}

#us-page-nav li {
	float:left;
	background:url('/wp-content/themes/altogether/img/background/background-page-nav-us-active.gif') repeat-x top left;
	margin-left:1px;
	height:30px;
	line-height:30px;
}

#page-nav li:hover, #us-page-nav li:hover {
	background:url('/wp-content/themes/altogether/img/background/background-page-nav.gif') repeat-x top left;
}

#us-page-nav .us-li-active {
	background:url('/wp-content/themes/altogether/img/background/background-page-nav.gif') repeat-x top left;
}

#page-nav .work-li-active {
	background:url('/wp-content/themes/altogether/img/background/background-page-nav.gif') repeat-x top left;
}

#page-nav a, #us-page-nav a {
	text-transform:uppercase;
	color:white;
	padding-left:17px;
	padding-right:17px;
	padding-top:7px;
	padding-bottom:8px;
	font-size:1.1em;
	height:30px;
	font-family:Trebuchet MS;
	font-weight:bold;
}

#page-nav a:hover, #us-page-nav a:hover {
	background:url('/wp-content/themes/altogether/img/background/background-page-nav.gif') repeat-x top left;
}

/*************************/
/* HTML TAGS			 */
/*************************/

a {
	text-decoration:none;
}

/* INDIVIDUAL PAGES */

/*************************/
/* HOME				 	 */
/*************************/

#tagline {
	height:242px;
	margin-bottom:20px;
	margin-left:-10px;
}

#tagline img {
	margin-left:0;	
}

#promo {
	height:293px;
}

#flashHome {
	margin-top:-30px;
	z-index:-1;
}

#blog-panel {
	background-color:#e8e8e8;
	margin-bottom:20px;
	padding-bottom:4px;
	font-family:Trebuchet MS;
	font-size:1.2em;
}
#blog-panel .heading {
	font-size: 1.25em;
}

#blog-panel .blog-heading-link ax {
	color:#fdde00;
}

#blog-panel .recent-post {
	width:292px;
}

#blog-panel .recent-post .date {
	padding-left:6px;
	padding-right:5px;
}

#blog-panel .recent-post a {
	font-size:1em;
}

#blog-panel #blog-most-recent a {
	color:#000000;
	text-transform:uppercase;
}

#blog-panel #blog-most-recent h3 a {
	text-transform:none;
}

#blog-panel #blog-most-recent .blog-category a {
	color:#ec2c91;
}

#blog-panel .recent-post a:hover {
	text-decoration:underline;
}

#blog-panel h1,h2,h3 {
	margin-top:12px;
	margin-bottom:10px;
}

#blog-most-recent {
	margin:0px 10px 20px 10px;
}

#blog-most-recent h3 a {
	color:#000000;
	text-decoration:none;
	font-size:36px;
	line-height:1.2em;
	display: block;
}

#blog-most-recent h3 a cufon {
	padding-bottom:2px;
	overflow:hidden;
}

#blog-most-recent a:hover {
	text-decoration:underline;
}

.blog-category { line-height: 1.2em; }

.date {
	color:#00aeef;
}

.blog-category a {
	color:#ec2c91;
	font-family:Trebuchet MS;
}

#clients {
	height:209px;
	background-color:#e8e8e8;
}

#clients a, #clients a span {
	display: block;
	width: 94px;
	height: 70px;
	overflow: hidden;
	background-position: top left;
	position: relative;
}
#clients .home-heading-link a {
	width: auto;
}
#clients a span {
	position: absolute;
	top: 0;
	left: 0;
}
#clients a:hover, #clients a:hover span {
	background-position: bottom left;
}

#client1, #client1 span {
	background-image: url(/wp-content/themes/altogether/clients/homepage_thumbnails/vertu.jpg);
}
#client2, #client2 span {
	background-image: url(/wp-content/themes/altogether/clients/homepage_thumbnails/kleenex.jpg);
}
#client3, #client3 span {
	background-image: url(/wp-content/themes/altogether/clients/homepage_thumbnails/weetabix.jpg);
}
#client4, #client4 span {
	background-image: url(/wp-content/themes/altogether/clients/homepage_thumbnails/santander.jpg);
}
#client5, #client5 span {
	background-image: url(/wp-content/themes/altogether/clients/homepage_thumbnails/sony.jpg);
}
#client6, #client6 span {
	background-image: url(/wp-content/themes/altogether/clients/homepage_thumbnails/artemis.jpg);
}



.client-row {
	margin-left:4px;
}

.client-logo {
	width:94px;
	height:70px;
	margin-right:5px;
}

.end-client-logo {
	width:94px;
	height:70px;
	margin-bottom:4px;
}

/*************************/
/* WORK				 	 */
/*************************/

#examples {
	margin-top:60px;
	padding-left:20px;
}

.example {
	width:280px;
	margin-right:30px;
	margin-top:20px;
}

.end-example {
	width:280px;
	margin-top:20px;
}

.main-work-promo-heading {
	background-color:black;
	width:200px;
	height:30px;
	line-height:30px;
	text-transform:uppercase;
	float:right;
	position:relative;
	margin-top:-50px;
	left:10px;
	padding-left:10px;
	color:#00aeef;
	font-family:Trebuchet MS;
	font-size:1.2em;
	display: block;
}

#promo .main-work-promo-heading {
	width:125px;
	margin-top:-40px;
	font-weight:bold;
}

.examples-row .main-work-promo-heading {
	font-weight:bold;
	font-size:1.1em;
}

.work-promo-heading {
	background-color:black;
	width:200px;
	height:30px;
	line-height:30px;
	text-transform:uppercase;
	float:right;
	position:relative;
	margin-top:-40px;
	left:10px;
	padding-left:10px;
	color:#00aeef;
	font-family:Trebuchet MS;
	font-size:1.2em;
	display: block;
	top:50px;
}

.example .work-promo-heading {
	margin-top:-50px;
}

.example img {
	margin-bottom:10px;
}

.work-promo-heading:hover, .main-work-promo-heading:hover {
	background:#000000 url("/wp-content/themes/altogether/img/arrow-work.png") 95% 50% no-repeat;
}

.page-template-template-work-php #content, .page-template-template-work-piece-php #content, .category-portfoliopiece #content {
	background-color: #fff;
}
.page-template-template-work-php .work-heading, .page-template-template-work-piece-php .work-heading, .contact-heading, .category-portfoliopiece .work-heading {
	padding: 0;
}
.page-template-template-work-php .work-heading h2, .page-template-template-work-piece-php .work-heading h2, .contact-heading h2, .category-portfoliopiece .work-heading h2 {
	font-size: 1em;
	margin: 0 10px;
	padding-top: 7px;
}

.categories {
	margin-top:-17px;
	display:inline-block;
}

.categories a, .catList {
	color:#00aeef;
	font-family:Trebuchet MS;
	font-size:1.2em;
}

.examples-row .catList {
	font-size:1.1em;
	font-weight:bold;
}

.catList { 
	margin-top: 20px;
	line-height:1.5em;
	clear: both;
	text-transform:uppercase;
	font-size:1.1em;
	font-weight:bold;
}

.example p {
	font-size:1.2em;
	color:#666666;
	font-family:Arial;
	margin-top:5px;
}

.end-example p {
	font-size:1.2em;
	color:#666666;
	font-family:Arial;
	margin-top:5px;
}

.examples-row .last {
	margin-right: 0;
}

.examples-row {
	margin-bottom:20px;	
}

/*************************/
/* CASE STUDY		 	 */
/*************************/

#work-case-study {
	margin-left:10px;
}

#work-case-study #leftpane {
	width:670px;
	margin-right:40px;
}

#work-case-study #rightpane {
	width:180px;
	margin-top:-20px;
}

#work-case-study h1 {
	font-size:3em;
	line-height: 1em;
	margin: 30px 0 28px;
}

#work-case-study h3 {
	font-size:2em;
	line-height: 1em;
	margin-bottom:0;
}

#work-case-study p {
	font-size:1.2em;
	line-height: 1.2em;
	color:#666666;
	margin-bottom:20px;
	margin-top:1px;
}

#work-case-study #rightpane ul {
	font-size:1.2em;
	line-height: 1.2em;
	color:#666666;
	margin-left: 20px;
	padding-left: 0;
	margin-top:1px;
}

#work-case-study #rightpane li {
	margin-bottom:20px;
}

.small-banner {
	width:670px;
	margin-bottom:30px;
}

.big-banner {
	width:670px;
	margin-bottom:30px;
	position: relative;
}

.custom-banner {
	margin-bottom:30px;
	position: relative;
	float:left;
	clear:both;
}

.mpu-banner {
	width:300px;
	margin-bottom:30px;
	margin-right:20px;
}

.end-box-banner {
	width:210px;
	margin-bottom:30px;
}

.box-banner img {
	width: 210px;
	/*height: 245px;*/
}

.end-box-banner img {
	width: 210px;
	/*height: 245px;*/
}

.big-banner img {
	width: 670px;
	/*height: 185px;*/
}

.small-banner img {
	width: 670px;
	/*height: 84px;*/
}

#work-case-study .work-promo-heading {
	width:80px;
}

#imageSlider {
	position:relative;
}

#buttons {
	position: absolute;
	width: 670px;
	top: 0;
	z-index: 1000;
	height: 100%;
	background: url(/wp-content/themes/altogether/img/blank.gif) top left repeat;
}

#work-case-study #buttons a.work-promo-heading {
	height: 100%;
	width: 335px;
	background: none;
	margin-top: -50px;
}
#buttons a span {
	width: 80px;
	height: 30px;
	background: #000;
	display: inline-block;
	float: right;
	padding-left: 10px;
	text-decoration:none;
}
#buttons a#btn-prev.work-promo-heading span {
	padding-right: 10px;
	padding-left: 0;
	float: left;
	text-align: right;
	text-decoration:none;
}
#buttons a#btn-prev.work-promo-heading {
	float: left;
	padding-left: 0;
	text-decoration:none;
}
#btn-prev.work-promo-heading:hover span {
	background:#000000 url("/wp-content/themes/altogether/img/arrow-work-prev.png") 5% 50% no-repeat;
	cursor:pointer;
}
#btn-next.work-promo-heading:hover span {
	background:#000000 url("/wp-content/themes/altogether/img/arrow-work.png") 95% 50% no-repeat;
	cursor:pointer;
}

.visit-website {
	text-transform:uppercase;
	font-family:Trebuchet MS;
	font-weight:bold;
}

/*************************/
/* ABOUT US			 	 */
/*************************/

.page-template-template-us-php #content {
	background-color: #fff;
}

#about-us-heading.about-us-heading {
	padding-left: 20px;
}

.page-template-template-us-php .about-us-heading h2 {
	font-size: 1em;
	margin: 0;
	padding-top: 7px;
}

#about-us {
	margin-left:40px;
}

#about-us-leftpane {
	width:520px;
	padding-left:20px;
	margin-right:40px;
}

#about-us-rightpane .example {
	margin-top:33px;
}

#about-us-heading h3 {
	font-size:3.6em;
	line-height: 1em;
	margin-bottom:20px;
	margin-top:30px;
}

#about-us-content h4 {
	font-size:1.7em;
	line-height: 1em;
	font-style:italic;
	font-family:Georgia;
	color:#666666;
	font-weight:normal;
	margin-bottom:21px;
}

#about-us-content {
	font-family:Arial;
	font-size:1.3em;
	line-height: 1.4em;
	color:#666666;
}

#about-us-content p {
	margin-bottom:50px;
}

.heading.about-us-heading {
	width:290px;	
}

/*************************/
/* BLOG					 */
/*************************/

#blog #pageheader {
	margin-right:0px;
}

#blog #leftpane {
	width:700px;
	padding-left:0;
	padding-bottom:70px;
}

#blog #pageheader .blog-heading {
	padding: 0;
}
#blog #pageheader .blog-heading h2 {
	font-size: 1em;
	margin: 0 10px;
	padding-top:8px;
}

#blog #rightpane {
	width:220px;
	margin-bottom:70px;
}

#blog #rightpane .heading {
	width:210px;
	height:22px;
	padding-left:9px;
}

#blog-post {
	margin-left:60px;
	margin-right:60px;
	margin-top:0px;
}

#blog-post-title  h3 {
	font-size:3.6em;
}

#blog-post-content {
	font-family:Arial;
	font-size:1.3em;
	line-height:1.5em;
	color:#666666;
}

#blog-post-content a {
	color:#cc3300;
}

#blog-post-content a:hover {
	text-decoration:underline;
}

#blog-post-content img {
	margin-bottom:20px;
	display:block;	
}

.blog-post-image {
	padding-left:20px;
	padding-bottom:20px;
	clear:both;
}

#blog-search {
	width:100%;
	background-color:#e8e8e8;
	padding-bottom:20px;
}

#blog-search p {
	margin-top:-5px;
}

#blog-search input#s {
	margin-left:10px;
	width:146px;
	height:19px;
	float:left;
	margin-right:3px;
}

#blog-search input#searchsubmit {
	width:34px;
	height:27px;
}

#blog-search .screen-reader-text {
	display:none;
}

/*#blog-search #searchsubmit {
	background-color:#000000;
	color:#00aeef;
	text-align:left;
	border:none;
	width:80px;
	height:25px;
	margin-left:140px;
	margin-top:15px;
}

#blog-search #searchsubmit:hover {
	background:#000000 url("/wp-content/themes/altogether/img/arrow-work.png") 95% 50% no-repeat;
}*/

#blog-recent {
	margin-top:25px;
	width:100%;
	background-color:#e8e8e8;
	padding-bottom:4px;
}

.recent-post {
	background-color:#FFFFFF;
	height:28px;
	width:212px;;
	margin-left:4px;
	margin-top:4px;
	line-height:28px;
}

.recent-post a {
	font-size:1.2em;
	font-style:italic;
	font-family:Georgia;
	color:#666666;
	padding-left:4px;
}

.recent-post a:hover {
	text-decoration:underline;
}

#blog-post-footer .blog-author-link, .archive-blog-post-footer .blog-author-link {
	float:left;
	margin-right:3px;
}

#blog-post-footer .blog-author-link a, .archive-blog-post-footer .blog-author-link a {
	color:#000000;
}

#blog-post-footer .blog-author-link a:hover, .archive-blog-post-footer .blog-author-link a:hover {
	text-decoration:underline;
}

#blog-cat {
	margin-top:25px;
	width:100%;
	background-color:#e8e8e8;
	padding-bottom:10px;
}

#blog-cat-list {
	padding-left:10px;
	font-family:Trebuchet MS;
}

#blog-post-footer {
	text-transform:uppercase;
	width:100%;
	border-top:1px solid #cc3300;
	padding-top:10px;
	padding-bottom:50px;
	font-family:Trebuchet MS;
	font-size:1.2em;
	margin-top:30px;
	padding-left:5px;
	line-height:1.4em;
}

#blog-post-footer a {
	color:#ec2c91;
}

#blog-post-footer a:hover {
	text-decoration:underline;
}

#blog-post-footer a.cblue {
	color:#00aeef;
}

#blog-post-footer a.cblue:hover {
	text-decoration:underline;
}

#blog-comments {
	border-top:1px solid #cc3300;
}

.search-no-posts {
	font-size:1.5em;
	margin-bottom:20px;
}

#blog-comments h4 {
	font-size:1.4em;
}

#blog-comments {
	color:#666666;
	font-size:1.2em;
}

.comment-date {
	color:#666666;
}

.comment p {
	font-style:italic;
	line-height:1.4em;
}

/* BLOG ARCHIVE */

.archive-blog-post-title  h3 {
	font-size:2.5em;
	line-height: 1em;
}

.archive-blog-post-content {
	font-family:Arial;
	font-size:1.3em;
	line-height:1.3em;
	color:#666666;
}

.archive-blog-post-footer {
	text-transform:uppercase;
	width:100%;
	border-top:1px solid #cc3300;
	padding-top:10px;
	padding-bottom:50px;
	font-family:Trebuchet MS;
	font-size:1.2em;
	margin-top:30px;
	padding-left:5px;
	line-height:1.4em;
}

.archive-blog-post-footer a {
	color:#ec2c91;
}

.archive-blog-post-footer a:hover {
	text-decoration:underline;
}

.archive-blog-post-footer a.cblue {
	color:#00aeef;
}

.archive-blog-post-footer a.cblue:hover {
	text-decoration:underline;
}

.more-link {
	color:#cc3300;	
}

.blog-nav-link a {
	font-size:1.3em;
	color:#cc3300;
}

.blog-nav-link a:hover {
	text-decoration:underline;
}

#blog-post-footer .post-blog-navigation {
	margin-top:30px;
	font-size:1.0em;
}

#blog-post-footer .blog-nav-link a {
	font-size:1.0em;
	color:#cc3300;
	text-transform:none;
}

#blog-post-footer .blog-nav-link a:hover {
	text-decoration:underline;
}

/*************************/
/* CONTACT				 */
/*************************/

#contact {
	margin-top:-21px;
}

#contact #leftpane {
	width:468px;
	height:400px;
	margin-right:0px;
	padding:0px;
}

#contact #rightpane {
	width:468px;
	height:400px;
	padding:0px;
}

#contact-details {
	position:absolute;
	float:right;
	font-size:1.2em;
	line-height:1.4em;
	z-index:5;
	background-color:#7ac143;
	color:#fff;
	top:208px;
	left:257px;
	font-family:Trebuchet MS;
	padding:0 10px;
}

#contact-details #address-heading {
	font-size:1.4em;
}

.contact-link {
	color:#ffffff;
}

.heading.contact-heading {
	width:290px;
}

/*************************/
/* SITEMAP				 */
/*************************/

#map #leftpane {
	padding-left:50px;
	padding-bottom:70px;
	width:650px;
}

#map #rightpane {
	width:210px;
	margin-bottom:70px;
}

#map #rightpane .heading {
	width:200px;
	height:22px;
	padding-left:9px;
}

#map ul.main {
	font-size:1.5em;
	line-height:1.7em;
}

#map ul {
	list-style-type:none;
}

#map li {
	list-style-type:none;
}

#map a {
	text-decoration:none;
	color:black;
}

#map a:hover {
	text-decoration:underline;
}

/*************************/
/* ERROR PAGES			 */
/*************************/

#error-page-not-found #leftpane {
	padding-left:50px;
	padding-bottom:70px;
	width:650px;
}

#error-page-not-found #leftpane p {
	font-size:1.4em;
	color:#666666;
}

#error-page-not-found #rightpane {
	width:210px;
	margin-bottom:70px;
}

#error-page-not-found #rightpane .heading {
	width:200px;
	height:22px;
	padding-left:9px;
}

/*************************/
/* COMMON CLASSES		 */
/*************************/

.center {
	margin-left:auto;
	margin-right:auto;
}

#leftpane {
	width:620px;
	margin-right:20px;
}

#rightpane {
	width:300px;
}

.heading {
	background-color:black;
	color:white;
	padding-left:10px;
	width:300px;
	height:30px;
	font-size:1.5em;
	line-height:1.5em;
	position:relative;
	top:10px;
	right:10px;
	font-weight:bold;
}

#blog-panel .heading, #clients .heading {
	width:290px;
}

.heading a {
	display:block;
}

.headinglarge h2 {
	background-color:black;
	color:white;
	padding-left:9px;
	width:550px;
	height:60px;
	font-size:3em;
	line-height: 2em;
	position:relative;
	margin: 10px 0 0 -10px;
	font-weight: normal;
}

.clear10 {
	display:block;
	height:10px;
	width:100%;
	margin:0;
	padding:0;
}

.clear15 {
	display:block;
	height:15px;
	width:100%;
	margin:0;
	padding:0;
}

.clear25 {
	display:block;
	height:25px;
	width:100%;
	margin:0;
	padding:0;
}

.clear30 {
	display:block;
	height:30px;
	width:100%;
	margin:0;
	padding:0;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;	
}

.blog-heading {
	color:#cc3300;
}

#blog-panel .blog-heading {
	color:#fdde00;
}

.blog-heading-link:hover {
	background:#000000 url("/wp-content/themes/altogether/img/arrow-blog.png") 95% 50% no-repeat;
}

.work-heading {
	color:#00aeef;
}

.work-heading, .home-heading, .blog-heading {
	padding: 7px 0 0 0;
}
.work-heading-link:hover {
	background:#000000 url("/wp-content/themes/altogether/img/arrow-work.png") 95% 50% no-repeat;
}

.about-us-heading {
	color:#cc2781;
}

.about-us-heading-link:hover {
	background:#000000 url("/wp-content/themes/altogether/img/arrow-about-us.png") 95% 50% no-repeat;
}

.contact-heading {
	color:#7ac143;
}

.contact-heading-link:hover {
	background:#000000 url("/wp-content/themes/altogether/img/arrow-contact.png") 95% 50% no-repeat;
}

.home-heading {
	color:#ec2c91;
}

.home-heading-link:hover {
	background:#000000 url("/wp-content/themes/altogether/img/arrow-home.png") 95% 50% no-repeat;
}

/*************************/
/* OVERWRITE			 */
/*************************/

/* floats */
.fleft {float:left;}
.fright {float:right;}
.dispNone {display:none;}
.dispBlock {display:block;}

/* margins and paddings */

/* 0px */
.mgTpZero {margin-top:0;}
.mgRgZero {margin-right:0;}
.mgLfZero {margin-left:0;}
.mgBtZero {margin-bottom:0;}

.pdTpZero {padding-top:0;}
.pdRgZero {padding-right:0;}
.pdLfZero {padding-left:0;}
.pdBtZero {padding-bottom:0;}

/* 5px */
.mgTpFive {margin-top:5px;}
.mgRgFive {margin-right:5px;}
.mgLfFive {margin-left:5px;}
.mgBtFive {margin-bottom:5px;}

.pdTpFive {padding-top:5px;}
.pdRgFive {padding-right:5px;}
.pdLfFive {padding-left:5px;}
.pdBtFive {padding-bottom:5px;}

/* 10px */
.mgTpTen {margin-top:10px;}
.mgRgTen {margin-right:10px;}
.mgLfTen {margin-left:10px;}
.mgBtTen {margin-bottom:10px;}

.pdTpTen {padding-top:10px;}
.pdRgTen {padding-right:10px;}
.pdLfTen {padding-left:10px;}
.pdBtTen {padding-bottom:10px;}

/* 20px */
.mgTpTwenty {margin-top:20px;}
.mgRgTwenty {margin-right:20px;}
.mgLfTwenty {margin-left:20px;}
.mgBtTwenty {margin-bottom:20px;}

.pdTpTwenty {padding-top:20px;}
.pdRgTwenty {padding-right:20px;}
.pdLfTwenty {padding-left:20px;}
.pdBtTwenty {padding-bottom:20px;}

/* 30px */
.mgTpThirty {margin-top:30px;}
.mgRgThirty {margin-right:30px;}
.mgLfThirty {margin-left:30px;}
.mgBtThirty {margin-bottom:30px;}

.pdTpThirty {padding-top:30px;}
.pdRgThirty {padding-right:30px;}
.pdLfThirty {padding-left:30px;}
.pdBtThirty {padding-bottom:30px;}

/* debug border colours */
.bred {border:1px solid red;}
.bgre {border:1px solid green;}
.bblu {border:1px solid blue;}
.bbla {border:1px solid black;}
.byel {border:1px solid black;}

/* Standard colours */

.cgrey {color:#666666;}
.cpink {color:#ec2c91;}
.cblue {color:#00aeef;}


/*************************/
/* PLUG-IN CSS			 */
/*************************/
#sociable {
	margin-right:10px;
	margin-top:-13px;
}
div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
#blog-post-content.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#blog-cat-list a {
	line-height: 1.2em;
	color:black;
}

#blog-cat-list a:hover {
	text-decoration:underline;
}



#leftpane{
	position:relative;
}
.youtube_videoDiv{
	width:620px;
	z-index:999;
	margin:auto;
	margin-bottom:30px;
}


#imagePortal {
	margin-top:-10px;
	width:670px;
	overflow:hidden;
	position:relative;
}

#imagePortal-container {
	overflow:hidden;
}

#gallery {
	list-style:none;
	margin:0;
	padding:0;
	z-index:0;
	overflow:hidden;
}

#gallery li {
	float:left;
}

#btn-next.work-promo-heading {
	z-index:100;
	margin-top:0px;
}

#btn-prev.work-promo-heading {
	float:left;
	text-align:right;
	margin-left:-20px;
	padding-left:0px;
	padding-right:10px;
	z-index:100;
	margin-top:0px;
}

#btn-prev.work-promo-heading:hover {
	background:#000000 url("/wp-content/themes/altogether/img/arrow-work-prev.png") 5% 50% no-repeat;
}

a:active { outline: none; }

:-moz-any-link:focus { outline: none; }

/*************************/
/* IE6 WARNING			 */
/*************************/

#ie6-warning-background {
	display:none;
	background:url("/wp-content/themes/altogether/img/opacity.png") 0 0 repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:119;
}

#ie6-warning {
	display:none;
	position:absolute;
	width:600px;
	height:300px;
	top:50%;
	left:30%;
	background-color:white;
	border:2px solid black;
	margin-top:25px;
	z-index:120;
	padding:20px;
	font-size:1.4em;
	line-height:1.5em;
}

#ie6-close {
	float:right;
}


/*************************/
/* SAFARI FIXES			 */
/*************************/

@media screen and (-webkit-min-device-pixel-ratio:0){ .engine-logo { margin-top:-18px; } }