@import url("stylesheets/960/reset.css");
@import url("stylesheets/960/960.css");
@import url("stylesheets/960/text.css");
body{
	margin: 0;
	padding: 0;
	background-color: #0F0F0F;
	background-image: url('images/body-bg.gif');
	background-repeat: no-repeat;
	background-position: center 100px;
}

.bare-launchpad{
	background-image: none;
	height: 50px;
}

span.amp {
  	font-family: Baskerville, Palatino, "Book Antiqua", serif;
  	font-style: italic;
	font-size: 1.2em;
}

.lgt-blue{
	color: #8BCEF7;
	color: #444;
}

#three60-top-nav{
	height: 85px;
}

#three60-top-nav ul{
	padding-top: 20px;
	list-style-type: none;
	float: right;
}   

#three60-top-nav ul ul.children{
	display:none;  
	padding: 0;         
	margin-left: 16px;   
	float: none; 
	font-size: 0.8em;
}   
#three60-top-nav ul ul.children li{
	float: left;
}         

#three60-top-nav ul ul.children li a{
	float: none;  
	padding-right: 0; 
	padding-left: 0; 
	background-image:none; 
	border:none;
}

/* ------------------- */
#three60-footer-nav{
	float: left;
}

#three60-top-nav ul, #three60-footer-nav ul{
	list-style-type: none;
	margin-right:5px;
}

#three60-top-nav ul li, #three60-footer-nav ul li{
	float: left;
	margin: 5px;   
}

#three60-top-nav ul li:last-child{
	border-right: 0;
}

#three60-top-nav ul li a, #three60-footer-nav ul li a {
	background-image: url('images/main-menu-bg-grad.gif');
	background-position: top left;
	background-repeat: repeat-x; 
	color:#888;
	padding: 0px 20px 0px 20px;
	text-decoration:none;
}

#three60-top-nav ul li a:hover, #three60-top-nav ul li:hover, #three60-footer-nav ul li a:hover, #three60-footer-nav ul li:hover {
	color:#f5f5f5;
	text-decoration:none;
}
/* ------------------- */

#three60-content-container{
	background-color: #f5f5f5;
	padding-top: 20px;
}             

#three60-content ol{
	padding: 0;
}

#three60-content ol li{
	color:#777777;
	font-size:0.9em;
	line-height:17px; 
	margin-bottom: 20px;
}

#three60-content ul{
	list-style-type: none;
	padding: 0;
}

#three60-content ul li{
/*	border-right:1px dotted #dddddd;*/
	color:#777777;
	float:left;
	margin:10px 0 10px 30px;
	padding-right:10px;
	width:219px;
	font-size:0.9em;
	line-height:17px;
}

#three60-content ul li:last-child{
	border-right: 0;
}

#three60-content ul .no-right-border{
	border-right: 0;
}

#three60-content ul li p{ 
 
}

#three60-content h2{
	color: steelblue;
	line-height: 0.2em;
	font-size: 1.3em;
	line-height:1.2em;
	font-weight: normal;
}

#three60-content h1{
	color:steelblue;
	font-weight:normal;
	line-height:1em; 
	margin-top: 20px;
}

#three60-content p{  
	  color: #777777;  
}

#three60-content ul li a{
	color: #111111;
}

#three60-services-container{
	margin-right: auto;
	margin-left: auto;
	width: 780px;
}

#three60-services-container h1{
	line-height: 1em;
	margin-top: 20px;
	color: #555555;
	font-weight: normal;
}

#launch-console ul{
	list-style: none;
	margin: 0;
	padding:0;
	font-size: 1.5em;
	color: #DDD;
}

#launch-console ul li{
	text-align: center;
}

#three60-footer{
	background-image: url('images/footer-shadow.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 60px;
	color: #999;
	font-weight: normal;
	padding-top: 20px;
}

#copyright{
	font-size: 0.8em;
	color:#333333;
}  

#three60-home-header-container{
	height: 585px;
}    

.mouse-rocket{
	background-image: url('images/IllustratedMouse.png'); 
	background-position: top center;
	background-repeat: no-repeat;
}  

.pencil-rocket{
	background-image: url('images/IllustratedPencil.png'); 
	background-position: top center;
	background-repeat: no-repeat;
}

#three60-header{
	height: 585px;
}

#three60-rocket-container{
}

#flashrocket, #static-rocket{
	position: relative;
	top:-50px;
}

#three60-rocket-header{
	background-color: #fff;
	height: 100px;
}

#three60-rocket-header-gray{
	height: 200px; 
	background-image: url('images/PageHeader-work.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#three60-rocket-header-container{
	background-color: #090909;
	border-left: 1px dotted #222;
	border-right: 1px dotted #222;
}

#three60-logo-container{  
	z-index: 3;
	position: relative;
	top: 120px;
	left: -30px;  
	float:left;
}    

#three60-logo-container-work{  
	position: relative;
	top: -25px;
	left: -30px;
}

.three60-link-slug{
	background-image: url('images/work-menu-bg-grad.gif');
	background-position: top left;
	background-repeat: repeat-x;
	margin: 5px;
	border: 1px solid #F0F0F0;
}

.three60-link-slug a {
	color:#888888;
	text-decoration:none;
	border: 1px solid #fff;
	padding-left: 20px;
	padding-right: 20px;	
}

.three60-link-slug a:hover{
	color:#222222;
}

#contact-form{
}

#contact-form label{
	display: block;
	color: #005C95;
}

#contact-form label.required{
	color: #00345F;
}
#contact-form input.required, #contact-form textarea.required{
	border: 2px solid #999;
}

#contact-form input, #contact-form textarea{
	background-color:#F5F5F5;
	border:1px solid #DDDDDD;
	color:#222222;
	margin-bottom:5px;
	padding:5px;
}

#contact-form-header .vcard a{
	color: #00345F;
}

#contact-form-header .vcard a:hover{
	color: #000;
}

#contact-form-header a.vcf-link{
	color: #139F5B;
	text-decoration: none;
}

#contact-form input[type="text"]{
}

#contact-form input[type="submit"]{
	clear: both;
}

#contact-form textarea{
	width: 430px;
}

#quote{
	float: left;
	color: #004078;
	width: 380px;
}

#quote blockquote{
	font-family:Baskerville,Palatino,"Book Antiqua",serif;
	font-size:2.5em;
	font-style:italic;
	line-height:1em;
	margin-bottom:20px;
	border-left:1px dotted #222;
	padding-left:40px;
}

#quote p{
	text-align: right;
	color: #222222;
}

.check-radio-label{
	float: left;
	width: 120px;
}

fieldset{
	float: left; 
	margin-right: 40px; 
	width:170px;
}

legend{
	color: #333;
	margin-bottom: 10px;
}

#three60-location{
	color:#999;
	width:100%;
}

#contact-form-header{
	margin-bottom:20px;
	margin-left:60px;
	margin-right:60px;
}
#contact-form-header a{
	color: #444;
}

#contact-form-header h1{	
	border-bottom:1px dotted #dddddd;
	color:#555555;
	font-weight:normal;
	line-height:1em;
	margin-top:20px;
	text-align: center;
}

.fn{
	margin-bottom: 0;
	color: #999;
}

.tel{
	display: block;
}

.org, .type, .country-name{
	font-size: 0.7em;
	font-style: italic;
	color: #333;
}

hr{	
	padding: 0;
	border:0;
	border-bottom: 1px dotted #dddddd;
	height: 0;
	margin: 0;
}

.vcard{
	float: left;
	border-left:1px dotted #dddddd;
	padding: 0px 25px 25px 25px;
	width: 27%;
}

.orange{
	color: #FF5A00;
}

.dark-blue{
	color: #005C95;  
}

.dark-grey{
	color: #999;
}

#three60-testimonial{
	width:300px;
	float:right;
	position: relative;
	top:-50px;
	right:-30px
}

p.testimonial{  
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;	
	background-color: gainsboro;
	color:DarkSlateGray;
	line-height:1.4em;
	margin: 0 20px 0 0;
	padding:20px; 
} 

p.testimonial-home{  
	background-color:#3CB2F2;
}

#three60-content p.testimonial{
	color:#000;
}

#three60-content p.testimonial strong{
	font-weight: bold;
}

p.testimonial strong{
}

p.testimonial-author{
	font-size: 1.2em;
	line-height:1em;
	padding-left: 30px;
	font-family:Baskerville,Palatino,"Book Antiqua",serif;
}

ul#intro-copy li{
	color: slateGray; 
	border:none;    
	font-size:14px;
	line-height:20px;
}   

ul#intro-copy li p{
	margin-bottom: 20px;
}     

ul#intro-copy li span.amp{
	font-family:Baskerville,Palatino,"Book Antiqua",serif;
	font-size:16px;
	font-style:italic; 
	color: SteelBlue;
}

#testimonial-hook, .testimonial-hook{

}

#three60-testimonials-container{
	margin-right: 60px;
	margin-left: 60px;
}

#three60-testimonials-container h1{
	text-align: center;
}

ul#three60-testimonials {
	list-style-type: none;
}

ul#three60-testimonials li{
	float: left;
	height: 320px;
}

dl#app-list{
	
}

dl#app-list dt{
	float: left;
	display: block;
	background-color: #1E90FF;
	padding: 2px 10px 2px 10px;
	margin: 1px;
}

dl#app-list dt a{
	text-decoration: none;
	color: #fff;
}

dl#app-list dt a:hover{
	text-decoration: underline;
	color: #222;
}

dl#app-list dd{
	font-style: italic;
	text-indent: 20px;
}

.interested-callout{
	padding: 20px;
	background-color: #FFE9AF;
	float: left;
}

.interested-callout p{
	color: #111;
	padding: 0;
	margin: 0;
}

#three60-sitemap-container{
	margin-bottom: 40px;
}

#three60-sitemap-container > ul{
	border: none;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#three60-sitemap-container ul li{
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: none;
	width:130px;
}

#three60-sitemap-container ul li ul li{
	list-style-type: square;
	list-style-position: inside;
	color: #CFCFCF;
	border-left: 1px dotted #CFCFCF;
	padding-left: 5px;
}

#three60-sitemap-container a{
	color: #444;
}

#three60-sitemap-container a:hover{
	color: red;
} 

.disclaimer{
	color: red;
} 

#three60-head-teaser{ 
	font-family: georgia;
	color: #f5f5f5;  
	text-align: center;
} 
 
#three60-head-teaser h1{
  	font-size: 34px;
	margin: -20px 0 -10px 0; 
	padding: 0; 
}    
#three60-head-teaser p{  
	font-size: 20px; 
	font-style: italic;
} 

#three60-testimonial #three60-testimonials li a{
	background-image: none;
}   

#small-biz strong{
	color: Tomato;
} 

#small-biz ul li{
	background-color:AntiqueWhite;
	font-size:1.2em;
	margin:5px 10px 5px 0;
	padding:8px;
	float: left;
	width:auto;
	border-color: SteelBlue;
	border-right: none;
}  

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
