/* @override 
	http://allisims.com/c/v1.css
	http://allisims.com/c/v1.5.css
*/

/*
Theme Name: AlliSims.com
Theme URI: http://allisims.com
Description: Last updated April 2009.
Version: 1.5
Author: 210 Corp // Paul Dietzel II & Ed Ireson
Author URI: http://www.210corp.com

Last Major Updates:  April 29, 2009
	
	TO Do:
	
	1) Remove unused styles... (Big need...)
	2) Tweak Code and Polish
	
	

*/
html {
	overflow-x: auto;
	height: 100%;
	margin: 0;
}

/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

/* Core */

body {
	font: 12px/18px "Helvetica Neue", Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	text-align:center;
	background: #fff url(/i/brocade.jpg) repeat fixed 50% 30px;
}

input[type="text"] {}

#page {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}


/* @group Library */

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0;
	font-family: HelveticaNeue-Light, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
}

h1 {color: black;font-size: 250%;}
h2 {color: black;font-size: 175%;margin-top: 15px;}
h3 {font-size: 140%;}
h4 {font-size: 110%;}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: black;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #column2 h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.alt { background-color: #f8f8f8;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;}
small {font-family: Arial, Helvetica, Sans-Serif;font-size: 1em;line-height: 1.5em;}
  

.l {
	float: left;
	width: 49%;
}

.r {
	float: right;
	width: 49%;
}

.r:after {
	display: block;
	content: '';
	clear: both;
	height: 0;
	visibility: hidden;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-both {
	clear: both;
	float: none;
}

.clear-right {
	clear: right;
	float: none;
}

.hide {
	display: none;
}

.clear-left {
	clear: left;
	float: none;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.noborder {
	border: 0px none;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.normal {
	font-weight: normal;
}

.nomargin {
	margin: 0;
}

.nopadding {
	padding: 0;
}

.visible {
	display: block;
}

.top10 {
	margin-top: 10px;
}

.top20 {
	margin-top: 20px;
}

.border5 {
	border: solid 10px #c7c7c7;
}

.border10 {
	border: solid 10px #c7c7c7;
}

.border20 {
	border: solid 20px #c7c7c7;
}

div.hidden, a.hidden {
	display: none;
	margin: 0;
}

/*

 @end */

/* @group Top / Header */

#header {
	width: 100%;
	height: 174px;
	margin: 0 auto;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #fff url(/i/header2.jpg) no-repeat top left;
}

/* Contact Forms
--------------------------------------- */

#signUpForm {padding: 1.5em 0; color: #ffecc5;}

#signUpForm .L {
	float: left;
	width: 300px;
	font-size: 1.1667em;
	padding-left: 60px;
	background: url(i/clipboard.png) no-repeat 0 2em;
}

#signUpForm .R {
	float: right;
	width: 480px;
	font-size: 1.1667em;
}

#signUpForm h1, #signUpForm h2, #signUpForm h3, #signUpForm h4, #signUpForm h5, #signUpForm h6 {color: #FFF;}

#promo a#signUp {visibility: visible;}
#signUpForm {display: none;}

#signUpForm a {font-weight: bold;}

#signUpForm .form {
	padding: 0 24px;
	margin: 2.5em 0 0;
	background: #3a3932 url(i/form_right.gif) repeat-y right top;
}

#signUpForm .form h4 {
	padding: 0.75em 24px;
	margin: 0 -24px 1em;
	color: #FFF;
	background: #2e2e28 url(i/form_top.gif) no-repeat right top;
}

#signUpForm .form h4 span {
	float: left;
	font-weight: bold;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: url(i/circle.gif) no-repeat;
	font-family: "Arial Black", arial, helvetica, sans-serif;
	margin: -0.25em 0.5em 0 -0.5em;
}

#signUpForm .form input {
	padding: 0.25em;
	font-size: 1.1667em;
	font-weight: bold;
	width: 14em;	
}

#signUpForm textarea {
	width: 250px;
	height: 100px;
	padding: 0.25em;
	font-size: 1.1667em;
	margin-top: 0;
}

#signUpForm label {
	width: 125px;
	text-align: right;
	display: block;
	float: left;
	line-height: 2em;
	margin-right: 0.5em;
}

#signUpForm .form .message {
	padding: 0.5em 1em 0.5em 30px;
	display: block;
	background: #ffe99e url(i/icon_fail.png) no-repeat 6px 6px;
	color: #8F3503;
}
#signUpForm h4, #signUpForm .form p {margin-bottom: 0.5em;}
#signUpForm li {list-style: none; margin-bottom: 0.5em;}
#signUpForm li img {vertical-align: middle; margin-right: 0.25em;}

#signUpForm .form p.foot {
	padding: 1.25em 24px 1.75em;
	margin: 0 -24px;
	background: #2e2e28 url(i/form_bottom.gif) no-repeat right bottom;
	text-align: right;
}

#signUpForm .form .foot span {float: left; line-height: 34px;}
#signUpForm .form .foot span a {color: #898776;}
#step2, #step3 {display: none;}

#signUpForm a {border: none; padding: 0;}
#signUpForm a:hover, #signUpForm .form .foot span a:hover {color: #ec9915;}




#musicbar {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0 10px;
	color: #fff;
	text-align: center;
	border: 0px solid #000;
}

/* logo */

#logo {
	margin: 2.5em 3em 0 0;
	padding: 0;
	width: 90px;
	height: 111px;
	float: right;
	background: /*#0097c8*/ transparent url(/i/logo90x150clear.png) no-repeat top left;
}

#logo h1 {
	padding-top: 0;
}

#logo a,
#logo span {
	display: block;
	width: 90px;
	height: 150px;
	text-indent: -99999px;
	background: transparent url(/i/logo90x150clear.png) no-repeat top left;

}

#logo img {
	display: block;
	width: 0;
}


/* @group Menu */

#menu {
	width: 990px;
	margin: 0 auto;
	text-align: center;
	background: #000 url(/i/darkbrocade.jpg) repeat top left;
	border: 1px solid #000;
	border-bottom: 5px solid #000;
	border-top: 5px solid #000;
<? /*	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
*/?>
}

/* main menu ul or ol elment */

#menu ul {
	list-style-type: none;
	display: block;
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
	width: 520px/*745px*/;
}

#menu ul li {
	float: left;
	height: 40px;
	border: 0;
	text-align: center;
}


#menu ul li a {
	float: left;
	display: block;
	line-height: 1.7em;
	padding: .7em 2.7em .9em;
	margin: 0;
	text-decoration: none;
	color: #000; 
	text-transform:lowercase;
	font-weight: bold;
}

strong span {
	color: #777;
}




#menu ul li a strong {
	display: block;
	font-weight: bold;
	text-transform:lowercase;
	color: #fff;
	font-size: 1.4em;
}

 #menu ul li a:hover strong{
color: #eee;
border-bottom: 7px solid #fff;
}
#menu li a.active, #menu ul li a.active:hover { color: #000; }
#menu ul li a.active strong { }


/* @end */

/* @group Contact Form */

div#TB_window {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 10px solid #ddd;
}

div#TB_title {
	background-color: #d8a5cc;
}

#TB_ajaxContent form h3 {
	margin: 15px 0;
}



#TB_ajaxContent input, #TB_ajaxContent textarea {
	padding: 5px;
	font-size: 1.5em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 1px solid #ddd;
}

#TB_ajaxContent textarea {
	display:  block;
	width: 210px;
	margin: 0 auto;
}

#c-submit {
	text-align: center;
}

#c-msg {
	line-height: 2em;
	margin-top:  10px;
}

#name_error, #email_error {
	margin: 0;
	padding: 0;
	line-height: 1em;
	margin-left: 85px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}

#email_error {
	line-height: 3.5em;	

}

#c-name {
	margin-bottom: 10px;
}





#c-submit input {
	border: 1px solid #aaa;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #eee;
	font-size: 1.3em;
	padding: 10px;
}



 form h3 {
	margin: 25px 0;	
}

#c-name {
	padding: 0;
	line-height: 4em;
}






/* @end */




/*				End	TOP SECTION
-----------------------------
-----------------------------*/

/* @end */

/* @group Headline Box */

#hl-box {
	width: 750px;
	height: 200px;
	margin: 0;
	overflow: hidden;
	background: transparent;
}

#headline {
	width: 100%;
	overflow:  hidden;
}

/* @end */

/* @group Content */

#home-content {
	width: 100%;
	margin: 0;
	text-align: left;
	background: #000;
}

#home-content #column-single h2 {
	color: #fff;
	font-size: 2.5em;
	line-height: 1.4em;
}

#content {
	width: 100%;
	margin: 0;
	text-align: left;
	border: 1px solid #000;
	background: #000;
}

#content.two {
	background: #222;
	background-image: none;
}

#column1 {
	float: left;
	width: 590px;
	padding: 0px;
	margin: 27px 0 30px 40px;
}

div.entry {
	width: 100%;	
}

#column1 h3 {
	color: #0097c8;
}



#column1.cs2 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	background-color: #eee;
}

#column1.cs2 .politics {
	background: url(/i/politicsbg.jpg) no-repeat 0 0;
}

.image-span {
	height: 175px;
	width: 100%;
	border-top: 1px solid #333;
	border-bottom: 2px solid #111;
}

.lincoln {
	background: #eee url(/i/lincoln.jpg) no-repeat 0 0;
}

.contrastfilms {
	background: #eee url(/i/contrastfilms.jpg) no-repeat 0 0;
}

#accordion {
	margin-bottom: 30px;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;

}
.toggler  { cursor:pointer; font-weight:bold; color:#aaa; margin: 0; padding:5px; font-size:16px; font-family:Arial, sans-serif; }  
.toggler:hover   { background:#fff; color: #000;}  
.element     { padding:0 5px; border-bottom: #ddd; }  

#column1.cs2 h1 {
	margin: 30px;
}

#column1.cs2 div.entry h2 {
	margin: 30px 30px 15px;
}

#column1.cs2 div.entry h3  {
	margin: 5px 30px 5px;
}

#column1.cs2 div.entry p, #accordion span  {
	margin: 0 30px 10px;
}

.media-highlight {
	padding: 20px 0 40px;
	border-top: 1px solid #ccc;	
	border-bottom: 1px solid #ccc;
}

div#logobrand.media-highlight {
	background: #afdeee;
}

div#traditional.media-highlight {
	background: #c1eec3;
}

div#newmedia.media-highlight {
	background: #f3f2c0;
}

#column1.cs2 div#logobrand.media-highlight:hover {
	background: #b5e1ee;
	border-top: 1px solid #ccc;	
	border-bottom: 1px solid #ccc;
}

#column1.cs2 div.entry .media-highlight h3 {
	margin-bottom: 8px;
}

.media-highlight span {
	font-style: italic;
}

.media-highlight ul li {
	font-size: .9em;
	line-height: .9em;
	font-family: "Courier New", Courier, mono;
}

#column-single {
	width: 990px;
	padding: 0;
	margin: 0 auto;
	background: #000;
}

/* @group Company Page */

div.teammates {
	text-align: center;
}
div.teammate {
	padding: 20px 20px;
	margin: 0 auto;
	width: 500px;
	border: 1px solid #ccc;
	border-bottom: 0;
	background: #ddd;
}

div.teammate-p {
	float:  left;
}

div.teammate-t h3 {
	margin: 0;
}

div.entry p span strong {
font-size: 1.5em;	
}

div.executive {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 25px;
	margin: 5px 0;
}

div.executive:hover {
	background-color: #eee;
	border: 1px solid #c0c0c0;
}

.hsthumb {
	float: left;
	padding: 6px;
	margin: 4px;
	background-color: #ddd;
	border: 1px solid #ccc;
}



.e-bio {
	margin-left: 110px;
}
.e-bio h3 {
	margin: 6px 0 0;
}

/* @end */

/* @group Industry Page */

div.box {text-align: center; width: 725px; margin:0 auto;}

div.box-sm {
	float: left;
	width: 225px;
	height: 250px;
	margin-right: 20px;
	overflow: hidden;
}

div.box-sm#artists {
	margin-right: 0;
}

div.box-sm a {
	display:block;
	text-indent: -99999px;
	width: 225px;
	height: 250px;
	background-position: 0 0;
	background-repeat: none;
}

div.box-sm a:hover{
	background-position: 0 250px;
}

div.box-sm#politics a {background-image: url(/i/hb/box-sm2-politics.jpg);}
div.box-sm#media a {background-image: url(/i/hb/box-sm2-media.jpg);}
div.box-sm#entertainment a {background-image: url(/i/hb/box-sm2-entertainment.jpg);}
div.box-sm#artists a {background-image: url(/i/hb/box-sm2-artists.jpg);}

/* @end */

/* @group Testimonials Page */

div.testimonial-block {
	margin: 12px 30px 0 10px;
	padding: 10px 20px 0;
	background: #eee;
	color: #222;
	border: 5px solid #c2d6dd;
}

div.testimonial-block h3 {
	margin: 9px 0 0;
}

div.t-block-snap {
	float: left;
	margin: 15px 0 10px 0;
	width: 210px;
	height: 160px;
	background-repeat: none;
	background-position: 0 0;
	border: 1px solid #ccc;
}

#cassidy div.t-block-snap {	background-image: url(/i/testimonials/cassidybg.jpg);}
#torres div.t-block-snap {	background-image: url(/i/testimonials/torres.jpg);}
#collegeoutreach div.t-block-snap {	background-image: url(/i/testimonials/collegeoutreach.jpg);}


div.t-block-info {
	margin-left: 210px;
	min-height: 180px;
}

div.project {
	padding-bottom: 10px;
	border-bottom: 5px double #ccc;
}

div.testimonial-block blockquote {
	margin: 15px 30px 10px 30px;
	padding: 2px 20px 5px;
	color: #222;
	background: #fff;
	border: 1px solid #dddddd;
}

/* @end */

/* @group Media Page */

div.entry ul li {
	list-style: none;	
}

/* @end */

/* @group Entertainment Group */



#column1.cs2 div.entry p.wp-caption-text {
	font-size: 1.1em;
	text-align: center;
	padding: 10px;
	margin: 10px 0 0;
	color: #111;
	text-transform:uppercase;
	width: ;
	background: #eee;
}

.wp-caption {
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
	padding: 0;
	margin: 10px;
	padding: 4px;
	color: #222;
}

.wp-caption img {}


/* @end */







#column1 .entry p, #onecolumn .entry p {

}

.blogcontent .entry p {
	font-size: 1em;
}

#column2 .entry, #column1 .entry, #onecolumn .entry {
	line-height: 1.4em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.entry p a:visited {
	color: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

ol li, #column2 ul ol li {
	list-style-type: none;
	list-style: decimal outside;
}

small, #column2 ul ul li, #column2 ul ol li, .nocomments, .postmetadata, blockquote, strike {
	list-style-type: none;
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #0067b2;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

.post {
	border-bottom-color: #bebebe;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding: 20px;
	text-align: justify;
	background-color: #fff;
}

.post hr {
	display: block;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

/* End Structure */

/* @group H Tags */

h1 {
	margin-top: 70px;
	margin: 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}

/* @end */

/* @group Images */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* @end */

/* @group Entry lists */

html>body .entry ul {
	list-style-position: outside;
	list-style-type: disc;
	font-size: 1.2em;
	line-height: 1.5;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0;
	margin-left: 0px;
	list-style: outside;
}

html>body .entry li {
	margin-bottom: 8px;
	margin-right: 0;
	margin-top: 7px;
}

.entry ul li:before, #column2 ul ul li:before {
	list-style-type: disc;
	content: "\00BB \0020";
}

.entry ul li ul {
	font-size: 12px;
	list-style-type: disc;
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}



img.size-full {
	width: 100%;
}

/* @end */

/* @group Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#column2 #searchsubmit {
	padding: 1px;
}

.entry form {
	text-align: left;
	margin: 0 auto;
	width: 330px;
}

.entry form input {
	background: #eee;
	border: 1px solid #ccc;
	padding: 4px;
	width: 300px;
}

form input#submit {
	padding: 10px;
	font-weight:bold;
	text-transform:uppercase;
	border-width: 1px;
	font-size: 1.2em;
	color: #eee;
	background: #46b4d7;
	width: 310px;
	border-color: #46b4d7;
}

.entry form input#submit:active {
	padding: 9px;
	font-weight:bold;
	text-transform:uppercase;
	border-width: 1px;
	color: #fff;
	background: #3ea4c5;
}


.entry form textarea {
	background: #eee;
	border: 1px solid #ccc;
	padding: 4px;
	width: 300px;
}

.entry form input:focus, .entry form textarea:focus {
	background: #eee;
	border: 1px solid #51bad9;
}

#wpcf7-f2-p74-o1 form.wpcf7-form p input {
	
}



select {
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/* @end */

/* @group Comments */

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* @end */

/* @group Various Tags and Classes */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

/* @end */



/* @end */

/* @group Sidebar */

#column2 {
	list-style-type: none;
	width: 359px;
	margin: 0 20px 0 650px;
	padding-top: 1px;
	list-style-type: none;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#column2 div.sb-item {
	margin: 25px auto;
	padding: 0;
	width: 300px;
	background: #fff;
}

#column2 div.sb-block {
	margin: 20px;
}

div.sb-item-block {
	padding: 20px;
}

#column2 h3 {
	margin: 0;
	padding: 15px;
	width: 270px;
	background: #eee;
}

#column2 h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
}

div.roundc {
	border: 1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 4px;
}

#column2 p.small {
	font-size: .9em;
}

#column2 p.small strong {
	font-size: 1.2em;
}

#column2 hr {
	border-top: 1px solid #444;
}

#column2 #searchform #s {
	width: 208px;
	padding: 2px;
}

#column2 form {
	margin: 0;
}

#column2 #live-search-popup {
	margin: 0 0 20px;
	padding: 10px 10px 25px;
	border: 10px solid #00a1dd;
}

#column2 #live-search-popup #box {
	width: 200px;
}

#column2 #social-links {
	margin: 20px 0;
	padding: 10px;
	border: 10px solid #aaa;
}

#column2 #flickr-sidebar {
	margin: 25px 0 20px;
	padding: 10px;
	border: 10px solid #ccc;
}

#column2 #recent-posts {
	padding: 10px;
	border: 10px solid #eee;
}

#column2 #blog-extras {
	padding: 10px;
	border: 10px solid #efefef;
}

#column2 #wp-wall {
	padding: 10px;
	border: 10px solid #efefef;
}

/* @end */

/* @group Footer */

/*		FOOTER
--------------------- */

#footer {
	width: 100%;
	margin: 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#footer-inner {
	border-top: 3px solid #000;
	margin: 0;
	text-align: left;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #aaa;
}

/* @group Social-Links */

#social {
	text-align: center;
	width: 100%;
	padding-top: 25px;
	height: 130px;
	line-height: 2.5em;
	text-transform: uppercase;
	color: #b2b2b2;
	background: #000;
}

#social-links {
	width: 100%px;
	margin: 0 auto;
}

.social-link {
	float:  left;
	width: 200px;
	height: 75px;
	text-indent: -99999px;
	background-repeat: no-repeat;
	background-image: url(http://210corp.com/i/social-links.gif);
}

.social-link a {
	display:block;
	width: 200px;
	height: 75px;
	cursor: pointer;
}

#facebook, #facebook a {background-position: 25px 0; }
#facebook:hover, #facebook a:hover {background-position: 25px -88px;}

#twitter, #twitter a {background-position: -183px 0;}
#twitter:hover, #twitter a:hover {background-position: -183px -89px;}

#youtube, #youtube a {background-position: -368px 4px;}
#youtube:hover, #youtube a:hover {background-position: -368px -84px;}

#flickr, #flickr a {background-position: -578px 0; }
#flickr:hover, #flickr a:hover {background-position: -578px -88px;}

#vimeo, #vimeo a {background-position: -800px 0; }
#vimeo:hover, #vimeo a:hover {background-position: -800px -89px;}

#myspace {
	margin-right: 65px;
	background: url(/i/myspace.gif) no-repeat 0 0;
	float: right;
	text-indent: -99999px;
}

#myspace a {
	height: 100px;
	width: 200px;
	display: block;
	cursor: pointer;
}


#twitter-div {
	background: #000 url(/i/twitterbird.gif) no-repeat 0 10px;
	display: block;
	height: 100px;
	width: 300px;
	margin: 0 25px 0 35px;
	float: left;
	padding-left: 80px;
	text-align:left;
	text-transform:none;
}

#twitter-div a {
	color: #59bae8;	
}

#twitter-div h2.sidebar-title {
	color: #eee;
	text-transform:none;
	font-size: 1.3em;
	margin: 0;
	
}


#tweet ul {
	padding: 0;
	line-height: 1.4em;
	list-style: none;
	margin: 0 0 5px;
	text-indent: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#twitter-link {
	border-top: 1px solid #697479;
	padding-top: 5px;
}

#tweettime {
	font-size: .9em;
	color: #333;
}

/* @end */


.contact-container {
	float: left;
	padding: 0 0 0 10px;
	width: 200px;
	line-height: 1.5em;
	letter-spacing: .08em;
	margin: 0 0 0 20px;
	color: #b2b2b2;
	height: 80px;
}

.contact-hd {
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: 700;
	letter-spacing: 0px;
	color:#b2b2b2;
}

.copy p span, .copy  a {
	color: #444;
}


.copy {
	float: left;
	font-size: .9em;
	text-align: center;
	padding-left: 0;
	width: 990px;
	line-height: 2em;
	text-transform: uppercase;
	color: #444;
}

/* @end */

/* @group vcard */

.vcard {
	display: none;
	margin: 30px 0 0 0;
}

#default .vcard,
#work .vcard,
#contact .vcard {
	display: block;
}

/* @end */