/*  
Theme Name: Two Toasters Awesome
Theme URI: http://twotoasters.com
Description: Awesome right?
Author: Adit
Author URI: http://aditshukla.com
Version: 1.2
*/
/* Global */
* {
	padding: 0px;
	margin: 0px;
}

body {
	background: url(images/normal_repeat.png) top repeat-x #f6f3f0;
	font: 12px/18px "Lucida ##Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #5c6367;
}

a {
	color: #0090d8;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	line-height: 24px;
	margin: 10px 0px;
}

img {
	border: none;
}

ul {
	line-height: 24px;
	margin: 0px;
	padding: 0px 0px 0px 20px;	
}

li {
	list-style: url(images/li.gif);
	padding: 5px 0px;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	margin: 10px 0px;
}

h1 {
	font-size: 30px;
}

h2 {
	margin: 0px 0px 15px 0px;
	font-size: 22px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

input, textarea {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* Navigation */
#navigation {
	height: 70px;
	margin: 0px auto;
	width: 720px;
}

#navigation a {
	background-image: url(images/navigation.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 70px;
	text-indent: -3000px;
}

a#TT {
	background-position: -8px 0px;
	margin-left: 8px;
	width: 56px;
}

a#TT:hover, a#TT_selected {
	background-position: -8px -70px;
	margin-left: 8px;
	width: 56px;	
}

a#Projects {
	background-position: -104px 0px;
	margin-left: 45px;
	width: 83px;
}

a#Projects:hover, a#Projects_selected {
	background-position: -104px -70px;	
	margin-left: 45px;
	width: 83px;	
}

a#Services {
	background-position: -238px 0px;
	margin-left: 45px;
	width: 81px;
}

a#Services:hover, a#Services_selected {
	background-position: -238px -70px;
	margin-left: 45px;
	width: 81px;	
}

a#About {
	background-position: -367px 0px;
	margin-left: 45px;
	width: 74px;
}

a#About:hover, a#About_selected {
	background-position: -367px -70px;
	margin-left: 45px;
	width: 74px;	
}

a#Blog {
	background-position: -490px 0px;
	margin-left: 45px;
	width: 83px;
}

a#Blog:hover, a#Blog_selected {
	background-position: -490px -70px;
	margin-left: 45px;
	width: 83px;
}

a#Contact {
	background-position: -622px 0px;
	margin-left: 45px;
	width: 89px;
}

a#Contact:hover, a#Contact_selected {
	background-position: -622px -70px;
	margin-left: 45px;
	width: 89px;
}

/* Splash CSS */
#splashwrap {
	background: url(images/splash_repeat.png) repeat-x top;
	min-height: 700px;
	padding: 5px;
}

#splashcontent {
	background: url(images/splash_bg.png) top center no-repeat;
	margin: -5px auto 0px auto;
	min-height: 490px;
	width: 960px;
}

#splashcontent a {
	background-image: url(images/splash_content.png);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
	float: left;
	text-indent: -3000px;
	width: 192px;
}

a#who {
	background-position: 0px 0px;
	margin: 30px 0px 0px 120px;
}

a#who:hover {
	background-position: 0px -180px;
}

a#what {
	background-position: -192px 0px;
	margin: 30px 0px 0px 48px;
}

a#what:hover {
	background-position: -192px -180px;
}

a#why {
	background-position: -576px 0px;
	margin: 17px 0px 83px 120px;
}

a#why:hover {
	background-position: -576px -180px;
}

a#how {
	background-position: -384px 0px;
	margin: 17px 0px 83px 48px;	
}

a#how:hover {
	background-position: -384px -180px;
}

/* Content */
#contentwrap {
	background: url(images/content_bg.png) no-repeat;
	margin: 0px auto;
	padding: 5px 110px 0px 110px;
	width: 720px;
}

#contentheader {
	height: 155px;
	margin: -5px 0px 5px 0px;
	width: 720px;
}

#content {
	margin: -5px 0px 0px 0px;
	width: 720px;
}

#onecol {
	background: #f6f3f0;
	padding: 20px;
}

#leftcol {
	background: #f6f3f0;
	float: left;
	min-height: 400px;
	width: 490px;
}

#leftcol .left {
	padding: 20px 10px 20px 20px;
	width: 230px;
}

#leftcol .right {
	padding: 20px 20px 20px 10px;
	width: 200px;
}

#rightcol {
	float: right;
	min-height: 400px;	
	padding-left: 10px;
	padding-top: 20px;
	width: 220px;
}

a.download {
	background-image: url(images/download_button.png);
	background-position: top;
	display: block;
	height: 70px;
	text-indent: -3000px;
	width: 200px;
}

a.download:hover {
	background-position: bottom;
}

#subinfo {
	border-bottom: 1px solid #e0dfde;
	margin-top: 10px;
	width: 200px;
}

#subinfo td {
	border-top: 1px solid #e0dfde;
	padding: 10px 0px;
}

td.light {
	color: #8b9195;
	font-size: 12px;
	text-align: left;
}

td.dark {
	text-align: right;
}

#iPhone {
	background: url(images/iphone.png) top no-repeat;
	height: 239px;
	padding: 59px 31px 94px 31px;
	width: 159px;
}

#thumbs {
margin-top: -10px;
	padding-left: 25px;
}

#thumbs img {
	padding-right: 10px;
padding-bottom: 10px;
}

a#overview {
	background: url(images/icons/overview.png) top;
	display: block;
	float: left;
	height: 120px;
	margin: 20px 50px 0px 15px;
	text-indent: -3000px;
	width: 94px;
}

a#overview:hover, a#overview_selected {
	background: url(images/icons/overview.png) bottom;
	display: block;
	float: left;
	height: 120px;
	margin: 20px 50px 0px 15px;
	text-indent: -3000px;
	width: 94px;
}

a#development {
	background:url(images/icons/development.png) top;
	display: block;
	height: 123px;
	float: left;
	margin: 20px 50px 0px 50px;	
	text-indent: -3000px;
	width: 101px;
}

a#development:hover, a#development_selected {
	background:url(images/icons/development.png) bottom;
	display: block;
	height: 123px;
	float: left;
	margin: 20px 50px 0px 50px;	
	text-indent: -3000px;
	width: 101px;
}

a#design {
	background:url(images/icons/design.png) top;
	display: block;
	height: 123px;
	float: left;
	margin: 20px 50px 0px 50px;		
	text-indent: -3000px;
	width: 91px;
}

a#design:hover, a#design_selected {
	background:url(images/icons/design.png) bottom;
	display: block;
	height: 123px;
	float: left;
	margin: 20px 50px 0px 50px;		
	text-indent: -3000px;
	width: 91px;
}

a#marketing {
	background:url(images/icons/marketing.png) top;
	display: block;
	float: left;
	height: 122px;
	margin: 20px 0px 0px 50px;		
	text-indent: -3000px;
	width: 107px;
}

a#marketing:hover, a#marketing_selected {
	background:url(images/icons/marketing.png) bottom;
	display: block;
	float: left;
	height: 122px;
	margin: 20px 0px 0px 50px;		
	text-indent: -3000px;
	width: 107px;
}

h2#about {
	background: url(images/icons/about.png);
	display: block;
	float: left;
	height: 120px;
	margin: 20px 0px 0px 20px;
	text-indent: -3000px;
	width: 678px;
}

h2#blog {
	background: url(images/icons/blog.png);
	display: block;
	float: left;
	height: 120px;
	margin: 20px 0px 0px 20px;
	text-indent: -3000px;
	width: 504px;
}

h2#contact {
	background: url(images/icons/contact.png);
	display: block;
	float: left;
	height: 120px;
	margin: 20px 0px 0px 20px;
	text-indent: -3000px;
	width: 665px;
}

/* Footer */
#footer {
	margin: 20px auto;
	text-align: center;
}

/* Carousel */
.carousel-component { 
	position:relative;
	overflow:hidden;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */
	margin: 0px auto;
	
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
	padding: 0px;
	margin: 0px;
}

.carousel-component .carousel-list li { 
	float:left;
	height:120px;
	list-style:none;
	overflow:hidden;
	margin:17px 25px;
	padding: 0px;	
	width:120px;
}

.carousel-component .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	margin:0px auto;
	position:relative; 
}

.carousel-component .carousel-list li a {
	opacity: 0.5;
	display:block;
	outline:none;
}

.carousel-component .carousel-list li a:hover { 
	opacity: 1.0;
}

.carousel-component .carousel-list li img { 
	display:block; 
}
								
.carousel-component .carousel-prev { 
	position:absolute;
	top:67px;
	z-index:3;
	cursor:pointer; 
	left:5px; 
}

.carousel-component .carousel-next { 
	position:absolute;
	top:67px;
	z-index:3;
	cursor:pointer; 
	right:5px; 
}

/* Blog */

.postmeta {
	background: #f0ece8;
	border: 1px solid #e0dfde;
	color: #8b9195;	
	margin: 20px 0px 50px 0px;
	padding: 10px 20px 10px 0px;
	text-align: right;
}

.light {
	color: #8b9195;
	font-size: 14px;
}

/* Comments */
.commentlist {
	border-bottom: 1px solid #e0dfde;	
	padding: 10px 0px;
}

.commentlist li {
	border-top: 1px solid #e0dfde;	
	display: block;
}

.gravatar {
	display: none;
}