/* ---------- RESET ---------- */
* {
	margin: 0;
	padding: 0;
	border-color: #d2e0ed;
	font-size: 12px;
}
/* ---------- GENERAL STYLES ---------- */
b {
	font-size: 1.1em;
}
em {
	font-size: 1.1em;
}
p {
	font-weight: normal;
}
a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
}
img {
	border: 0;
}
h1 {
	color: #000;
	padding: 0 8px 5px 0;
	line-height: 1.2em;
	font-size: 2em;
	font-weight: 400;
}
h2 {
	color: #000;
	font-size: 2.5em;
	padding:5px 0 10px 0;
	font-weight: 400;
	margin: 0;
	clear:both;
}
h3 {
	color: #fff;
	background-color:#000;
	font-size: 2em;
	font-weight: 400;
	line-height:1.1em;
	padding: 0 5px 0 0;
	margin: 10px 0 0 0;
	clear:both;
	float:left;
}
h4 {
	font-size: 2em;
	color: #000;
	margin: 0 8px 10px 0;
}
th {
	height: 29px;
	color: #ec008c;
	font-size: 1em;
	font-weight: 900;
	text-align: left;
	padding: 4px 0 0 0;
}
td {
	text-align: left;
}

label {
	color: #000;
}
/* ---------- GENERAL CLASSES ---------- */
.small-spacer, .medium-spacer, .large-spacer {
	display: block;
	clear: both;
}
.small-spacer {
	height: 1em;
}
.medium-spacer {
	height: 2em;
}
.large-spacer {
	height: 4em;
}
.required-field {
	background-color: #F0DDDD;
}
.hr-white {
	border-bottom:1px solid #fff;
	float:left;
	width:100%;
	margin: 0 0 10px 0;
}
.hr-black {
	border-bottom:1px solid #000;
	float:left;
	width:100%;
	margin: 20px 0;
}
.archive-list {
	margin:0;
	padding:2px 0 0;
	display:inline-block;
}
.archive-list li {
	background-image:url(/images/list-arrow.gif);
	background-position:0 4px;
	background-repeat: no-repeat;
	line-height:28px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:15px;
	margin: 0;
}
.archive-list li.active {
	background:transparent url(/images/list-arrow-down.gif) no-repeat scroll 0 -24px;
}
.hidden {
	display:none;
}
.hidden ul,.hidden li {
	background:none;
}
.comment-div {
	border: solid #fff3ff 1px;
	border-left:0;
	border-right:0;
	border-top:0;
	margin:1px;
	padding:2px;
}
.even {
	background-color:#fff;
}
/* ---------- TEXT STYLES ---------- */
.black-text {
	color: #000;
}
.white-text {
	color: #000;
}
.grey-text {
	color: #8a8a8a;
}
.red-text {
	color: #ff0000;
}
.pink-text, .pink-text a {
	color: #ec008c;
	font-size:1em;
}
.blue-text {
	color:#586183;
	font-size: .8em;
}
/* ---------- MAIN PAGE STRUCTURES ---------- */
body{
	background-color:#969696;
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-weight: 400;
}
#maincontainer{
	background-color:#bbb;
	width: 925px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	/* overflow: hidden; */
}
#topsection{
	background: #fff url(/images/header-bg.gif) repeat-x 0 0;
	height: 354px; /*Height of top section*/
	width:925px;
	border-top:0;
	border-right:0;
	border-left:0;
}
#contentwrapper{
	float: left;
	width: 925px;
}
#contentcolumn{
	background: #bbbbbb url(/images/content-bg.gif) repeat-x 0 0;
	width:650px;
	height:100%;
	margin-right: 275px; /*Set right margin to RightColumnWidth*/
}
#rightcolumn{
	float: left;
	width: 275px; /*Width of right column*/
	margin-left: -275px; /*Set left margin to -(RightColumnWidth) */
	background: #000;
	color: #fff;
	position:relative;
	z-index:2;
}
#footer{
	background:#969696 url(/images/bar-bg.gif) repeat-x scroll 0 0;
	width:917px;
	height: 28px;
	clear: both;
	display: block;
	margin:0 auto;
	color: #FFF;
	text-align: center;
	padding: 4px;
	position:relative;
	z-index:1;
	/* overflow:hidden; */
}
#footer a{
	color: #FFFF80;
}
.innertube{
/*	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
#gravity-about #topsection .innertube, 
#gravity-clients #topsection .innertube,
#gravity-blog #topsection .innertube,
#gravity-contact #topsection .innertube,
#gravity-people #topsection .innertube,
#gravity-news #topsection .innertube,
#gravity-search #topsection .innertube {
	display:block;
	width:925px;
	height:100%;
}
#gravity-about #topsection .innertube {
	background: transparent url(/images/gravity-about-bg.png) repeat-x 0 0;
}
#gravity-clients #topsection .innertube {
	background: transparent url(/images/gravity-clients-bg.png) repeat-x 0 0;
}
#gravity-blog #topsection .innertube {
	background: transparent url(/images/gravity-blog-bg.png) repeat-x 0 0;
}
#gravity-contact #topsection .innertube {
	background: transparent url(/images/gravity-contact-bg.png) repeat-x 0 0;
}
#gravity-people #topsection .innertube {
	background: transparent url(/images/gravity-people-bg.png) repeat-x 0 0;
}
#gravity-news #topsection .innertube {
	background: transparent url(/images/gravity-news-bg.png) repeat-x 0 0;
}
#gravity-search #topsection .innertube {
	background: transparent url(/images/gravity-search-bg.png) repeat-x 0 0;
}
.header-description, .header-title {
	float:left;
	clear:both;
	position:absolute;
	top:144px;
	color:#fff;
	background-color:#000;
	padding:0 10px;
}
.header-title {
	top:120px;
}
#page-logo {
	float:left;
	width:225px;
	height:133px;
}
#main-nav {
	height:133px;
}
#navlist {
	float: right;
	clear:right;
	height:27px;
}
#navlist li {
	height: 27px;
	display: inline-block;
	padding: 0 15px 0 15px;
	border-left: #fff solid 1px;
}
#navlist li.first-item {
	border-left: 0;
}
#rightcolumn #gravity-marketing,
#rightcolumn #gravity-insights,
#rightcolumn #gravity-subscribe {
	width: 100%;
	height: 100px;
	background-color: #000000;
	border:10px solid #cdcdcd;
	border-top:0;
	border-right:0;
	border-left:0;
}
#header-image {
	float:left;
	height:190px;
	width:925px;
	background-color:#fff;
}
#header-image h2 {
	color: #000;
}
#hori-bar {
	float:left;
	height: 36px;
	width:100%;
	background:#000 url(/images/bar-bg.gif) repeat-x 0 0;
}
#rotator{
	height:190px;
}
/* ---------- NAVIGATION ---------- */
#gravity-blog .gravity-blog, #gravity-contact .gravity-contact, #gravity-about .gravity-about, #gravity-clients .gravity-clients,
#gravity-people .gravity-people, #gravity-news .gravity-news, #index .gravity-index {
	color: #EC008C;
}

#navlist li a {
	color: #fff;
}
.facebook-badge{
	background:#fff url(/images/facebook-bg.png) repeat-x 0 0;
	width:240px;
	margin:10px 0 0 0;
	float:left;
}
/* ----------- HEADER ------------- */
#topsection h1{
	margin: 0;
	padding-top: 15px;
	display: inline;
}
#search-frm-fldset {
	width:150px;
	border: none;
	padding: 17px 10px 0 0;
}
#topsection .search-form {
	float: right;
	height:106px;
}
.keywords {
    float:left;
    width:90px;
    height:20px;
    background:transparent url(/images/keywords-bg.jpg) no-repeat scroll 0 0;  
    border:none;  
    padding:2px 0 0 0;
}
.search-box-button {
	padding:0;
	margin-left:0px;
	border: 0;
} 
/* ------------------- GENERAL BLOG --------------- */
.blog-entry, .search-results  {
	width: 610px;
	float:left;
	padding:10px 0 15px 0;
	margin: 0 20px 10px 20px;
}
.blog-entry p {
	margin: 5px 0;
}
.blog-entry a  {
	color: #ec008c;
}
.super-header p {
	float:none;
}
#gravity-news .blog-entry, #gravity-people .blog-entry, #gravity-blog .blog-entry {
	border-bottom:solid 1px #000;
}
/* ------------------- SEARCH --------------- */
.search-results  {
	border: none;
	margin: 10px;
}
.search-results  a {
	color:#000;
}

.resultRowTwo {
	background-color: #f0f0f0;
}
.resultRowone {
	background-color: #ffffff;
}
.result-title{
	margin: 10px 0 0 0;
}
.result-date{
	margin: 0 0 10px 0;
	color:#EC008C;
}
/* ------------------- SUMMARY [RIGHT HAND MENU] --------------- */
#summary {
	padding:0 0 20px 20px;
	float:left;
	line-height:1.3em;
	width:255px;
}
.short-bar{
	float:left;
	clear:both;
	width:275px;
	height:36px;
	background:#000 url(/images/bar-bg.gif) repeat-x 0 100%;
}
#client-page h3, #summary h3 {
	width:250px;
	color:#EC008C;
	font-size:1em;
	border-bottom:1px solid #ffffff;
	padding-bottom:10px;
	background:transparent;
	float:left;
}
#summary p {
	color: #ffffff;
	font-size: 1em;
}
#summary li {
/*	margin: 0 0 0 10px;*/
}
.summary-item {
	border-bottom: 1px solid #ffffff;
	padding:9px 0;
	width:100%;
	float:left;
}
#rightcolumn .summary-item a {
	color: #ffffff;
	padding-right:5px;
	font-weight:400;
}
.news .summary-item {
	border-bottom: 1px dotted #ffffff;
}
#summary .selected{
	color: #b0b0b0;
	font-weight:900;
}
div.lastfm{
	min-height:225px;
}
div.contact{
	min-height:150px;
}
div.subscribe{
	min-height:100px;
}
div.gravity-blog-archive, div.news{
	min-height:220px;
}
div.twitter-profile {
	min-height:400px;
}
.right-hand-image{
	margin:10px 0 0 0;
}
/* ---------- SPLASH PAGE STRUCTURES ---------- */
#splash-page{
	background:#000;
}
#splash-container{
	margin: 0 auto; /*Center container on page*/
	margin-top:5%;
	background:#000;
	width:800px;
}
#skip{
	text-align:right;
}
#flash-cube{
	background:#000;
}
/* ------------------ ABOUT US PAGE --------------- */
.super-header  {
	color: #ec008c;
	font-size: 10px;
	font-weight: 900;
}
.fader {
	display:none;
	cursor: pointer;
}
.paragraph{
	float:left;
	width:100%;
	height:100%;
}
/* ------------------ CLIENTS PAGE --------------- */
#featured-work{
	border-bottom:solid 1px #000;
	float:left;
	width:100%;
}
#title-container{
	background-color:transparent;
	display:block;
	height:40px;
	width:179px;
	position: relative; 
	left: 0px;
	top: -75px;
}
.featured-work-entry1,.featured-work-entry2,.end-featured-work-entry{
	width: 179px;
	height:172px;
	float:left;
	margin:0 35px 20px 0;
}
.featured-work-entry1{
	clear:both;
}
.end-featured-work-entry{
	margin:0 0 0 0
}
.featured-work-title1,.featured-work-title2,.end-featured-work-title{
	float:left;
	background-color:#000;
	color:#fff;
	margin:0 0 5px 0;
	padding:0 10px 0 10px;
}
.featured-work-short-description1, .featured-work-short-description2, .end-featured-work-short-description {
	float:left;
	background-color:#000;
	color:#fff;
	clear:both;
	padding:0 10px 0 10px;
}
.other-work-entry {
	width: 179px;
	height:172px;
	float:left;
}
.end-other-work-entry {
	width: 181px;
	height:172px;
	float:left;
}
.other-work-entry, .end-other-work-entry {
	margin:20px 23px 0 0;
}
.other-work-title{
	float:left;
	margin: 1px 2px 3px 4px;
	padding: 1px 2px 3px 4px;
}
.company-logo{
	
}
#client-page{
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
.portfolio-image{
/* display:block; */
}
/* ------------------- GRAVITY NEWS--------------- */
#comments {
	float:right;
}
.comment-list {
	display:none;
}
.commentator {
	font-size:.8em;
	font-weight:900;
}
/* ------------------ CONTACT US PAGE --------------- */
.info-container h2 {
	font-size: 1.2em;
	color: #000;
	font-weight: 900;
	margin-bottom: 0;
}
#google-maps-directions {
	width:100%;
	background:transparent url(/images/input-arrows.gif) no-repeat scroll 215px 6px;
	border:0;
	float:left;
	margin: 5px 0;
}
#saddr, #daddr {
	width:205px;
	height:30px;
	background:transparent url(/images/input-bg.png) no-repeat scroll 0 0;
	border:none;
	padding:10px 0 0 10px;
}
#google-maps-directions label {
	color:#EC008C;
	padding-right:5px;
}
#google-maps-directions legend {
	width:251px;
	color:#EC008C;
	border-bottom: 1px solid #ffffff;
}
#map {
	height:450px;
	width:611px;
	float:left;
	margin:0 0 10px 0;
	border:1px solid #ff0000;
}
#form-footer {
	padding-left:23px;
}
#dirflg {
	width:80px;
	float:left;
	margin:4px 0 0 0;
}
#google-maps-directions .submit {
	width:97px;
	height:20px;
	float:left;
	margin:5px 0 0 15px;
}
#summary .msn {
	background:transparent url(/images/msn-logo.png) no-repeat scroll 200px 5px;
	margin-top: -32px;
	padding-top: 30px;
}
#summary .skype {
	background:transparent url(/images/skype-logo.png) no-repeat scroll 205px 0;
	margin-top: -32px;
	padding-top: 30px;
}
#map-description{
	float: left;
}
/* ------------------ GRAVITY PEOPLE --------------- */
#personnel-portfolio-details{
	float:left;
	width:520px;
}
.personnel-image{
	float:left;
	margin: 0 10px 0 0;
}
#personal-portfolio-entry{
	border-bottom: solid 1px #000;
	padding:10px 0;
}
#portfolio-image {
	width: 263px;
	height: 172px;
	display:block;
	margin:0 11px 0 0;
}
#main-gallery-image {
	float:left;
	width: 263px;
}
#gallery-images {
	float:left;
	width: 344px;
	margin:0;
	padding:0;
}
.main-gallery-image {
	width: 263px;
	height: 172px;
	float:left;
	border: solid 1px #e1007a;
	margin:0;
}
.gallery-image, .end-gallery-image, .bottom-gallery-image {
	width: 73px;
	height: 48px;
	float:left;
	border: solid 1px #e1007a;
	margin:0 0 11px 11px;
}
.end-gallery-image {
	margin:0 0 11px 0;
}
.bottom-gallery-image {
	margin:0 11px 0 0;
}
#summary .twitter-profile{
	background:transparent url(/images/twitter-icon.png) no-repeat scroll 210px 0;
	margin-top:-30px;
	padding-top:20px;
}
#summary .lastfm{
	background:transparent url(/images/lastfm-icon.png) no-repeat scroll 210px 0;
	margin-top:-30px;
	padding-top:20px;
	margin-bottom:10px;
}
#twtr-profile-widget {
	margin-left:-7px;
	margin-top:10px;
	float:left;
	min-height:350px;
	
}
#twtr-profile-widget p {
	color:#fff;
	
}
#summary .facebook{
	background:transparent url(/images/uploads/facebook-icon.png) no-repeat scroll 210px 0;
	margin-top:-30px;
	padding-top:20px;
}

/*-------------------------- BLOG PAGE -------------------------------------*/
.blog-gallery-image, .blog-end-gallery-image, .blog-bottom-gallery-image {
	float:left;
	border: solid 1px #e1007a;
	margin:0 11px 11px 0;
}
.blog-end-gallery-image {
	margin:0 0 11px 0;
}
.blog-bottom-gallery-image {
	margin:0 11px 0 0;
}
/*-------------------------- COMMENT FORM -------------------------------------*/
#comment_form {
	color:#BBBBBB;
}
.comment-form{
display:none;
}
#pop-up-fieldset {
	background-color:#bbb;
	color:#fff;
	padding:10px 0 5px 10px;
	margin:10px 0 0 0;
	border: 1px solid #000;
}
#pop-up-fieldset  input {
	border:1px solid #000;
}
/*------ SAFARI ----*/

@media screen and (-webkit-min-device-pixel-ratio:0){
#contentwrapper{
}
#contentcolumn{
	margin-right:0;
}
.blog-entry{
}
#rightcolumn{
float:right;
	width: 275px;
}
}