/*
Theme Name: AC Template 1.1
Theme URI: http://www.WeAreAlways.com
Description: This is a flexible web template.
Author: Travis Ward
Author URI: http://www.WeAreAlways.com
*/
@charset "UTF-8";

/*** :Normalize
***********************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
ol, ul { list-style: none; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
table { border-spacing: 0; border-collapse: collapse;}
fieldset, img { border: 0; }
caption, th { text-align: left; }
/* Removes quotation marks from q */
q:before, q:after { content: ''; }
/* Image Replacement */	
.img { position: relative; overflow: hidden; display: block;}
.img em { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; display: block; background-repeat: no-repeat;}
a em { cursor: pointer; }
/* Remove Netscape Underline */
a { text-decoration: none; color: white;}
a:hover { text-decoration: underline; }

/* ==================================================================
SCREEN STYLESHEET
ALWAYS CREATIVE - SEPT 08, 2008
---------------------------------------------------------------------
AUTHOR(S): AARON@METHOD21.NET
=====================================================================
COLOR TABLE
---------------------------------------------------------------------
BACKGROUND				#E7F4F3
SIDEBAR GRAY(BG)		#F5F5F5
TEXT GRAY				#7B7B7B
RED-ORANGE				#DE3727
===================================================================== */

/* GLOBALS
===================================================================== */
body {
	margin: 0;
	padding: 0;
	background: #E7F4F3;
	color: #7B7B7B;
	font: normal .8em/1.5 Arial, Verdana, "Lucida Grande", sans-serif;
	text-align: center;
}			
a {
	overflow: hidden;
	color: #DE3727;
	cursor: pointer;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
a:hover img { /* SEE IE6,IE7 STYLESHEET */
	opacity:0.75;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	/*color: #DE3727;*/
}

p {
	margin: 7px 0 10px;
}

.resetList, .resetList li ul {
	margin: 0;
	padding: 0;
}
.resetList li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}
.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}
.clear, .clearBoth {
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.content ul {
	margin-left: 20px;
	padding-left: 20px;
}
.content li {
	list-style-type:disc
}
strong {
	font-weight:bold;
}

/* MASTHEAD
===================================================================== */
#masthead {
	background: #FFF;
	height: 290px;
	clear: both;
}
#logo {
	background: url(images/logo.gif) no-repeat left top;
	display: block;
	width: 185px;
	height: 12px;
	position: absolute;
	left: 80px;
	top: 80px;
	text-indent: -9999px;
}
#billboard {
	width: 560px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(images/graphic_strip.jpg) no-repeat right 70px;
}
ul#headerContact {
	margin: 30px 0 94px; /* BOTTOM MARGIN DEFINES POSITION OF TAGLINE AND MESSAGE */
}
ul#headerContact li {
	display: inline;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	border-right: solid 1px #7B7B7B;
}
ul#headerContact a {
	color: #7B7B7B;
}
ul#headerContact a:hover {
	text-decoration: none;
	color: #DE3727;
}
ul#headerContact li.first, ul#headerContact li.last {
	border: none;
	margin: 0;
}
.tagline {
	display: block;
	width: 470px;
	height: 22px;
	background: url(images/tagline.gif) no-repeat left center;
	text-indent: -9999px;
	margin: 0 0 10px;
}
.billboardMessage {
	font: italic 1.07em/1.7 Georgia, Times, "Times New Roman", serif;
	margin: 0;
	width: 90%;
}
/* LAYOUT
===================================================================== */
#topper {
	background: url(images/content_top.gif) no-repeat center top;
	height: 10px;
}
#wrapper {
	width: 920px;
	margin: 0 auto 0;
	text-align: left;
	background: url(images/content_background.gif) repeat-y center top;
	position: relative;
}
#cushion {
	padding: 0 10px;
}
#cushion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#contentWrapper {

}
#bodyContent {
	float: right;
	width: 555px;
}
#bodyCopy {
	margin-right: 30px;
	padding-bottom: 30px;
}

#bodyCopy h2 {
	font-size: .97em;
	text-transform: uppercase;
	color: #555;
	margin: 30px 0 0;
}
/* HOMEPAGE BUCKETS
===================================================================== */
#buckets a {
	color: #FFF;
	display: block;
	text-decoration: none;
}
#buckets li {
	position: relative;
	margin: 0 0 25px;
}
#buckets li strong {
	text-transform: uppercase;
}
#buckets li h2 { /* THIS MAKES THE ORANGE AREA AROUND THE WORDS */
	display: block;
	background: #DE3727;
	font-size: 1.02em;
	font-weight: normal;
	color: #FFF;
	margin: 0;
	padding: 7px 0 7px 14px;
	width: 536px; /* WIDTH ADDED BECAUSE POSITION:ABSOLUTE KILLS ITS DEFAULT BEHAVIOR OF EDGE TO EDGE WIDTH */
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 999;
}
#buckets li a:hover span {
	color: #DE3727;
	background: #FFF;
}
#buckets li a {
	display: block;
	padding: 0;

	text-indent: -9999px;
}
#buckets li a:hover { /* SEE IE6,IE7 STYLESHEET */
	opacity:0.75;
}
#recentWorks li a { text-indent: 0;}
/* FEATURED WORKS */
#buckets #featured  {}
#buckets #featured  a {
	display: block;
	height: 311px;
	background: url(http://WeAreAlways.com/wp-content/uploads/2010/04/feature-bt.jpg) no-repeat right top;
}
#buckets #featured p { padding-right: 10px;}
/* RECENT WORKS */
#buckets #recentWorks {
	height: 182px;
	padding: 0;
}
#buckets ul#projects li {
	float: left;
	margin: 0 12px 0 0;
	padding: 0;
}
#buckets ul#projects li.last {
	margin: 0;
}
#buckets ul#projects li a {
	width: 177px;
	height: 182px;
	background: no-repeat;
}
#buckets ul#projects li.dangerFilms a { background-image: url(images/recent/recent-danger_films.jpg); }
#buckets ul#projects li.orgSync a { background-image: url(images/recent/recent-orgsync.jpg); }
#buckets ul#projects li.northGate a { background-image: url(images/recent/recent-ngmf.jpg); }

/* COPY BUCKET */
#buckets li.copyBucket p { margin-right: 25px;}
#buckets li.copyBucket p a { display: inline; text-indent: 0; opacity: 1; color: #DE3727; text-decoration: none; }
#buckets li.copyBucket p a:hover { text-decoration: underline; }

/* WORK WITH US */
#buckets li#workWithUs {
	margin-bottom: 40px;
}

#buckets #workWithUs  a {
	height: 182px;
	background: url(images/bucket-work_with_us.jpg) no-repeat right top;
}
#buckets #workWithUs p {
	width: 200px;
	color: #FFF;
	position: absolute;
	top: 45px;
	left: 15px;
}
#buckets #workWithUs a.questionnaire {
	display: block;
	width: 173px;
	height: 36px;
	background: url(images/btn-questionnaire.gif) no-repeat center center;
	text-indent: -9999px;
	padding: 0;
	position: absolute;
	top: 125px;
	left: 15px;
}

/* WORK WITH US */
#buckets h3 { text-transform: uppercase; font-weight: bold;}
ul#industries { padding: 0 0 20px 0; margin-bottom: 20px; float: left;}
#industries li { float: left; width: 160px; margin: 7px 10px 0 0;}
#industries li a { color: #DE3727; text-indent: 0; text-decoration: none;}
#industries li a:hover { text-decoration: underline; opacity: 1; }


/* NAVIGATION
===================================================================== */
#nav {
	padding: 140px 0 0;
}
#nav li {
	color: #7B7B7B;
	width: 180px;
}
#nav li a {
	color: #4D4C4C;
	text-decoration: none;
	display: block;
	padding: 2px 2px 2px 75px;
}
#nav li a:hover, #nav li.current_page_item a {
	color: #DE3727;
	background: #F5F5F5;
}
/* SIDEBAR
===================================================================== */
#sidebar {
	float: left;
	width: 310px;
	font-family: Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
}
#sidebar h3 {
	color: #DE3727;
	margin: 15px 0 15px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	height: 13px;
	font-size: .8em;
}
/* SIDEBAR HEADERS */
#sidebar h3.news { background-image: url(images/sidebar_news.gif);}
#sidebar h3.ourServices { background-image: url(images/sidebar_our_services.gif) ;}
#sidebar h3.ourProcess { background-image: url(images/sidebar_our_process.gif) ;}
#sidebar h3.selectClient { background-image: url(images/sidebar_select_client.gif);}
#sidebar h3.workByClient { background-image: url(images/sidebar_work_client.gif) ;}
#sidebar h3.twitter { background-image: url(images/twitter.gif) ;}
#sidebar h3.whatWeDo { background: url(images/sidebar_we_do.gif) ;}


#sidebar h4 {
	font-size: 1em;
}
#sidebar a {
	font-weight: bold;
}
#sidebar .module {
	padding: 20px 0 15px 75px;
}
#sidebar .module p {
	width: 210px;
}
#sidebar .module.first {
	padding-bottom: 0;
}
#sidebar .module.last {}

#sidebar .module.news {
	padding-right: 30px;
}
#sidebar .module.news h4 {
	text-transform: uppercase;
	margin: 0;
}
#sidebar .module.news p {
	margin: 3px 0 7px;
}

/* SOME SIDEBARS HAVE A WHITE BAR ON RIGHT, SOME ON LEFT */
#sidebar .accentLeft {background: transparent url(images/sidebar_accent.gif) no-repeat left top;}
#sidebar .accentRight {background: transparent url(images/sidebar_accent.gif) no-repeat right top;}

#sidebar ul { /* CONTROLS ATTRIBUTES OF FIRST LEVEL LIST ITEMS: 'BRAND DEVELOPMENT', 'WEB DEVELOPMENT', ETC*/
	font-size: 1.02em;
	font-weight: bold;
	text-transform: uppercase;
	color: #545554;
}

#sidebar ul li a {
	color: #7B7B7B;
	font-size: .97em;
	text-decoration: none;
	font-weight: normal;
	display: block;
	line-height: 1.6;
}
#sidebar ul li ul li a:hover {
	color: #DE3727;
}

/* CLIENT LIST */
#sidebar ul li ul, #sidebar #clientList {
	font-size: .97em;
	font-weight: normal;
	text-transform: none;
	margin-bottom: 20px;
}
#sidebar ul#clientList li {
	text-transform: none;
}
#sidebar ul#clientList li a {
	padding: 4px 0 1px 5px;
	margin: 3px 1px 3px -5px;
}
#sidebar ul#clientList li a:hover, #sidebar ul#clientList li.current_page_item a {
	background: #DE3727;
	color: #FFF;
}

/* Twitter Feed */
ul#twitter_update_list li span { 
	
	overflow: hidden; 
	display: block; 
	width: 210px; 
	text-transform: none; 
	font-weight: normal;
	color: #7B7B7B;
	font-size: .98em
}
ul#twitter_update_list li span a {
	display: inline;
	text-decoration: none;
	line-height: 1em;
}
ul#twitter_update_list li a { color: #DE3727; margin-top: 5px;}
ul#twitter_update_list li a:hover { text-decoration: underline; }
ul#twitter_update_list li span a { margin:0;}
ul#twitter_update_list li { margin-bottom: 20px;}


/* PORTFOLIO
===================================================================== */
.callout { /* TESTIMONIAL PULL-QUOTE */
	font: italic normal 1.3em/1.5 Georgia, Times, "Times New Roman", serif;
	color: #AEAEAE;
	display: inline; /* ALLOWS 'VIEW TESTIMONIAL' TO LIVE NEXT TO BLOCKQUOTE */
	margin: 0 10px 0 0; /* RIGHT MARGIN PUSHES LINK AWAY FROM BLOCKQUOTE */
}
.portfolio .results {
	margin-top: 20px;
}
.portfolio .results strong {
	text-transform: uppercase;
}
.portfolio .results a {
	float: right;
	display: block;
}

/* PREVIOUS NEXT BUTTONS */
ul.portfolioNav {
	height: 35px;
	position: relative;
}

ul.portfolioNav li a {
	color: #7B7B7B;
	width: 226px;	
	display: block;
	text-decoration: none;
	font-weight: bold;
}
ul.portfolioNav li a:hover {
	color: #FFF;
	background: #DE3727;
}
ul.portfolioNav li.prev a {
	padding: 7px 0 7px 50px;
	background: #F5F5F5 url(images/arrows_01.gif) no-repeat 20px 1px;
	position: absolute;
	top: 0;
	left: 0;
}
ul.portfolioNav li.prev a:hover {
	background: #DE3727 url(images/arrows_01.gif) no-repeat 20px -35px;
}
ul.portfolioNav li.next a {
	text-align: right;
	padding: 7px 50px 7px 0;
	background: #F5F5F5 url(images/arrows_02.gif) no-repeat 240px 1px;
	position: absolute;
	top: 0;
	right: 0;
}
ul.portfolioNav li.next a:hover {
	background: #DE3727 url(images/arrows_02.gif) no-repeat 240px -35px;
}



/* THUMBNAILS */
ul.portfolioThumbs {
	overflow: auto;
}
ul.portfolioThumbs li {
	float: left;
	margin: 0 11px 0 0;
	padding: 0;
}
ul.portfolioThumbs li a {
	display: block;
	width: 273px; /* USE THESE TO CHANGE THE CROPPING OF THE THUMBNAILS */
	height: 179px;
	background:  no-repeat;
}
ul.portfolioThumbs li.last {
	margin: 0;
}
.portfolio img {
	width: 100%;
	margin-bottom: 10px;
}
.portfolio h1{ margin: 15px 0; font-size: 1.6em;}
.portfolioHome h2 {
	font-size: 2em;
	font-size: 1.6em;
	font-weight: normal;
	margin: 15px 0;
}
.portfolioHome #recentWorks { position: relative; height: 980px;}
.portfolioHome #recentWorks a img { float: left; margin: 0 12px 12px 0; padding:0; }
.portfolioHome #recentWorks a img.last {margin:0 0 12px 0;}
.portfolioHome .callout { margin: 30px 0;}
#quotation { margin: 50px 0 30px 0; clear: left;}
#recentWorks h2 {background:#DE3727 none repeat scroll 0 0;
color:#FFFFFF;
display:block;
font-size:1.02em;
font-weight:normal;
left:5px;
margin:0;
padding:7px 0 7px 14px;
position:absolute;
top:5px;
width:536px;
z-index:999;}

/* SERVICES
===================================================================== */
.portfolioHome h1, .services h1, .content h1, .process h1, .contact h1 { /* DEFINES ORANGE BACKGROUND BAR */
	background: #DE3727;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 0 7px 16px;
	margin: 0;
	
}

/* PROCESS
===================================================================== */

/* CONTACT
===================================================================== */
.contact #bodyCopy { margin-top: 30px;}
.contactBox { width: 160px; margin: 0 0 0 370px;}


/* FOOTER
===================================================================== */
#footer {
	width: 920px;
	margin: 0 auto;
	background: url(images/content_bottom.gif) no-repeat center top;
	padding: 20px;
}
#footer p {margin: 0;}
#footer a {
	color: #7B7B7B;
}
#footer a:hover {
	text-decoration: none;
	color: #DE3727;
}