con/*
Theme Name: Maquilube
Description: Theme for the Maquilube website.
Version: 1.0
Author: Bruno Abrantes
Author URI: http://brunoabrantes.com/
*/

/* COLOURS 

Text: #333

Alternate: #ffce24

Darker Alternate: #907929

Highlight: #E44804

Darker Highlight: #BA3B03

*/



/* Begin Typography & Colors */
html {
	font-size: 16px;
	background: none;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #000 url('images/bg.jpg') no-repeat left top;
	color: #333;
	line-height: 1.8em;
}

strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

strong, b {
	font-weight:bold;
}

table {
	border-left: 1px solid #AAA;
	border-top: 1px solid #AAA;
	width: 100%;
	margin: 1em 0;
}

	table th {
		background: #EEE;
		border-bottom:1px solid #CCCCCC;
		border-right:1px solid #CCCCCC;
		font-weight:bold;
		padding:0.5em 1em;
	}

	table td {
		vertical-align: middle;
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		padding: 1em;
	}
	
	#page table p {
		margin-top: 0;
	}
	
	#page table p.small {
		font-size: 0.85em;
	}

/* Begin layout elements */

#page {
	margin: 0 auto;
	width: 960px;
}

#header {
	padding: 4em 0 2em 0;
	overflow: hidden;
	height: 120px;
}

	#header h1#logo {
		background: url('images/logo_big.png') no-repeat;
		text-indent: -9999em;
		float: left;
		width: 250px;
		height: 110px;
	}
	
		#header h1#logo a {
			display: block;
			width: 250px;
			height: 110px;
		}
		
		#header h1#logo a {
			background: transparent;
			border: none;
		}
		
		#header h1#logo a:active, #header h1#logo a:focus {
			outline: 0;
		}
	
	#header ul#mainNav {
		float: right;
		padding-top: 5em;
	}
	
		#header ul#mainNav li {
			display: inline;
		}
		
			#header ul#mainNav li a {
				margin-left: 0.6em;
				padding: 0.2em 1em;
				color: #FFF;
				text-transform: uppercase;
				font-size: 1.2em;
				letter-spacing: 0.05em;
			}
			
			#header ul#mainNav li a:hover, #header ul#mainNav li.current_page_item a {
				background: #ffce24;
				color: #333;
			}



#content {
	background: #fff;
}

	#content #contentArea {
		width: 580px;
		float: left;
	}
	
		#content #contentArea h2 {
			margin-bottom: 0.5em;
			font-size: 1.8em;
			text-transform: uppercase;
		}

/* Default Page Template */

#content.page #contentArea {
	padding: 20px;
	width: 920px;
	float: none;
}

	#content.page #subNav {
		background: #FFD74C url('images/page_title_bg.jpg') repeat-x 0 0;
		padding: 2em 2em 1em 2em;
		overflow: hidden;
	}
	
		#content.page #subNav h2 {
			font-size: 2em;
			text-transform: uppercase;
			float: left;
			margin-right: 2.5em; /* 50px, 5/2 because of this element's font-size */
                        height: 1.5em;
		}
		
		#content.page #subNav ul {
			float: right;
		}
			
			#content.page #subNav ul li {
				float: left;
				/*margin-bottom: 0.8em;*/
				height: 3em;
			}
				
				#content.page #subNav ul li a {
					padding: 0.2em 0.5em;
					color: #333;
					font-size: 1.3em;
					margin-right: 1.2em;
				}
				
				#content.page #subNav ul li a:hover, #content.page #subNav ul li.current-cat a {
					background: #333;
					color: #FFF;
					border: none;
				}

/* Error Page Styles */

#content.error #contentArea .options {
		color: #666;
		margin-top: 2em;
	}
		
		#content.error #contentArea .options ol {
			margin: 1em 0 2em 3em;
		}
		
		#content.error #contentArea .options ol li {
			list-style: decimal;
			font-weight: bold;
		}
		
			#content.error #contentArea .options ol li span {
				font-weight: normal;
			}
			
/* Search Page Styles */

#content.search #contentArea {
	padding-left: 0;
}

/* Products Category Styles */
	
#content.produtos .tabbedProductNav {
	width: 220px;
	float: left;
	margin: 0.9em 100px 0 0;
}

	#content.produtos .tabbedProductNav li {
		width: 100%;
		margin-bottom: 1em;
	}
		
		#content.produtos .tabbedProductNav li a {
			color: #333;
			font-size: 1.5em;
			display: block;
			padding: 0.3em 0.5em;
		}
		
		#content.produtos .tabbedProductNav li a:hover, #content.produtos .tabbedProductNav li.ui-state-active a {
			color: #FFF;
			border: none;
			background: #E44804;
		}
	
	#content.produtos .productsArea {
		float: left;
		width: 600px;
	}

/* Contacts Page Styles */

.contacts h3 {
	font-size: 2em;
	padding-bottom: 1.5em;
}

.contacts #map {
	margin: 2em 0;
}

.contacts .form {
	float: left;
	overflow: hidden;
	width: 408px;
}

	.contacts .form input, .contacts .form textarea {
		width: 400px;
	}
	
	.contacts .form .send input {
		width: 7em;
		float: right;
		border: 1px solid #BBBBBB;
		padding: 0.5em 0.5em;
		cursor: pointer;
		color: #E44804;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.8em;
		letter-spacing: 0.1em;
		background: #E8E8E8 url('images/button_bg.png') repeat-x;
	}
	
	.contacts .form .send input:hover {
		color: #BA3B03;
		border-color: #999;
	}

.contacts .info {
	float: right;
	width: 350px;
}

	.contacts .info h4 {
		font-size: 1.4em;
		padding-top: 1.8em;
		padding-bottom: 0.7em;
		text-transform: uppercase;
	}

/* Breadcrumb Styles */

.breadcrumb {
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 10px 20px;
	margin-bottom: 2em;
	background: #E8E8E8 url('images/button_bg.png') repeat-x;
	border-bottom: 1px solid #DCDDDD;
}

/* Archives Styles */

#content.archive #contentArea {
	width: 580px;
	float: left;
	padding-left: 0;
}

/* Feature area */

#content .productsHolder {
	background: #FFCE24 url('images/feature_bg_grid.jpg') no-repeat right 22px;
	border-bottom: 1px solid #907929;
}

#content .contactsHolder {
	background: #FFCE24 url('images/feature_bg_grid.jpg') no-repeat right -1185px;
	border-bottom: 1px solid #907929;
}

#content .aboutHolder {
	background: #FFCE24 url('images/feature_bg_grid.jpg') no-repeat right -581px;
	border-bottom: 1px solid #907929;
}

	#content .ui-tabs .ui-tabs-hide { 
    	display: none !important; 
	}
	
	#content ul.tabbedFeatureNav {
		overflow: hidden;
		background: url('images/feature_shadow.png') repeat-x top;
	}
	
		#content ul.tabbedFeatureNav li {
			float: left;
			padding-top: 10px;
			border-right: 1px solid #907929;
		}
		
			#content ul.tabbedFeatureNav li a {
				font-size: 1.2em;
				color: #333;
				display: block;
				width: 150px;
				height: 55px;
				position: relative;
			}
			
			#content ul.tabbedFeatureNav li a:hover {
				border: none;
			}
			
			#content ul.tabbedFeatureNav li a:focus, #content ul.tabbedFeatureNav li a:active {
				outline: 0;
			}
						
				#content ul.tabbedFeatureNav li a span {
					position: absolute;
					margin-left: 70px;
					width: 80px;					
				}
			
			#content ul.tabbedFeatureNav li a.products {
				background: url('images/feature_products.png') no-repeat 0 0;
			}
				
				#content ul.tabbedFeatureNav li a.products span {
					top: 10%;
				}
			
			#content ul.tabbedFeatureNav li a.about {
				background: url('images/feature_about.png') no-repeat 0 0;
			}
			
				#content ul.tabbedFeatureNav li a.about span {
					top: 20%;
				}
			
			#content ul.tabbedFeatureNav li a.contacts {
				background: url('images/feature_contacts.png') no-repeat 0 0;
			}
			
				#content ul.tabbedFeatureNav li a.contacts span {
					top: 10%;
				}
				
			#content ul.tabbedFeatureNav li.ui-state-hover {
				background: url('images/feature_tab_hover.png') no-repeat 0 1px;
			}
			
			#content ul.tabbedFeatureNav li.ui-state-active {
				background: #ffce24;
			}

	#content #featureArea .featuredArea {
		padding: 2.5em 2em 0 2em;
		height: 295px;	
		width: 460px;
		overflow: hidden;
	}
	
		#content #featureArea .featuredArea h2 {
			font-size: 2.5em;
			margin-bottom: 1em;
			line-height: 1.4em;
		}
		
			#content #featureArea .products h2 {
				text-indent: -9999em;
				background: url('images/feature_products_title.jpg') no-repeat 0 0;
				height: 60px;
			}
			
			#content #featureArea .about h2 {
				text-indent: -9999em;
				background: url('images/feature_about_title.jpg') no-repeat 0 0;
				height: 60px;
			}
			
			#content #featureArea .contacts h2 {
				text-indent: -9999em;
				background: url('images/feature_contacts_title.jpg') no-repeat 0 0;
				height: 60px;
			}
		
		#content #featureArea .featuredArea a.actionButton {
			text-indent: -9999em;
			display: block;
			height: 30px;
			margin-top: 2em;
			float: right;
		}
		
		#content #featureArea .featuredArea a.actionButton:hover {
			border: none;
		}
		
		#content #featureArea .featuredArea a.actionButton:focus, #content #featureArea .featuredArea a.actionButton:active {
			outline: 0;
		}
			
			#content #featureArea .products a.actionButton {
				background: url('images/feature_products_button.png') no-repeat 0 0;
				width: 170px;
			}
			
			#content #featureArea .products a.actionButton:hover {
				background: transparent url('images/feature_products_button.png') no-repeat 0 -35px;
			}
			
			#content #featureArea .contacts a.actionButton {
				background: url('images/feature_contacts_button.png') no-repeat 0 0;
				width: 170px;
			}
			
			#content #featureArea .contacts a.actionButton:hover {
				background: transparent url('images/feature_contacts_button.png') no-repeat 0 -36px;
			}
			
			#content #featureArea .about a.actionButton {
				background: url('images/feature_about_button.png') no-repeat 0 0;
				width: 170px;
			}
			
			#content #featureArea .about a.actionButton:hover {
				background: transparent url('images/feature_about_button.png') no-repeat 0 -37px;
			}
			

/* Post styles */

.post {
	overflow: hidden;
	margin-bottom: 5em;
}

	.post .postTime {
		float: left;
		background: #E44804;
		color: white;
		text-align: right;
	
	}
	
		.post .postTime .day {
			font-size: 3.9em;
			padding: 0.5em 0.3em 0.4em 0.5em;
		}
		
		.post .postTime .monthYear {
			font-size: 1.3em;
			text-transform: uppercase;
			padding: 0 1em 0.2em 0.5em;
			background: #BA3B03;
		}
		
	.post .postContent {
		margin-left: 9.5em;
	}
	
	.post .tags {
		color: #999999;
	}
	
	.post h2 {
		margin-bottom: 0.5em;
		padding: 0.1em 0;
		font-size: 1.8em;
		text-transform: uppercase;
	}
	
		.post h2 a {
			color: #333;
		}
		
		.post h2 a:hover {
			background: none;
			border: none;
			color: #E44804;
		}
	
	.post .entry {
		margin-top: 1em;
		font-size: 1.1em;	
	}
	
		.post .entry p {
			margin-top: 1em;
		}
	
		.post .entry img {
			border: 5px solid #333;
		}
		
		.post .entry img.wp-smiley {
			border: none;
		}
		
		.post .entry h1 {
			font-size: 1.8em;
			font-weight: bold;
			margin: 0.6em 0;
		}
		
		#content #contentArea .post .entry h2 {
			font-size: 1.6em;
			font-weight: bold;
			margin: 0.6em 0;
			text-transform: capitalize;
		}
		
		.post .entry h3 {
			font-size: 1.4em;
			font-weight: bold;
			margin: 0.6em 0;
		}
		
		.post .entry h4 {
			font-size: 1.2em;
			font-weight: bold;
			margin: 0.6em 0;
		}
		
		.post .entry h5 {
			font-size: 1em;
			font-weight: bold;
			margin: 0.6em 0;
		}
		
		.post .entry h6 {
			font-size: 1em;
			font-weight: bold;
			margin: 0.6em 0;
		}
	
	
/* Single page specific styles */

	.single .post .entry {
		margin-bottom: 4.5em;
	}
	
/* Comments Area */

.commentsArea {
	background: #EDEDED;
	border: 1px solid #DCDDDD;
	padding: 1.5em;
}

	.commentsArea input {
		width: 280px;
	}

	.commentsArea h3 {
		font-size: 1.7em;
		margin-bottom: 2em;
		float: left;
	}
	
	.commentsArea a.add {
		float: right;
	}
	
	.commentsArea .commentList {
		clear: both;
		margin-left: 120px;
		padding-bottom: 2em;
	}
	
		.commentsArea .commentList li {
			margin: 3em 0;
		}
	
		.commentsArea .commentList .commentWrapper {
			position: relative;
		}
	
			.commentsArea .commentList .commentWrapper .commentAuthor {
				position: absolute;
				left: -120px;
				width: 100px;
			}
			
				.commentsArea .commentList .commentWrapper .commentAuthor cite {
					display: block;
				}
				
				.commentsArea .commentList .commentWrapper .commentAuthor .date {
					color: #8D8D8D;
				}
			
			.commentsArea .commentList .commentWrapper .commentContent {
				background: #FFF;
				border: 1px solid #DCDDDD;
				padding: 20px 20px 60px;
			}
			
				.commentsArea .commentList .commentWrapper .commentContent .commentImage {
					display: block;
					width: 32px;
					height: 32px;
					background: url('images/comment_arrow.png') no-repeat 0 0;
					position: absolute;
					left: -31px;
				}
				
				.commentsArea .commentList .commentWrapper .commentContent .reply {
					position: absolute;
					bottom: 1em;
					text-transform: uppercase;
					font-size: 0.9em;
				}
				
	.commentsArea #respond {
		position: relative;
		clear: both;
		margin-left: 120px ;
		font-size: 1.2em;
	}
		
		.commentsArea #respond textarea {
			height: 13em;
			width: 21.9em;
		}
	
		.commentsArea #respond .mysteryAuthor {
			position: absolute;
			width: 100px;
			left: -120px;
		}
		
		.commentsArea #respond .newCommentContent {
			background: #FFF;
			border: 1px solid #BBBBBB;
			padding: 20px 20px 60px;
		}
			
				.commentsArea #respond .newCommentContent .commentImage {
					display: block;
					width: 32px;
					height: 32px;
					background: url('images/comment_arrow.png') no-repeat 0 0;
					position: absolute;
					left: -31px;
				}
				
				.commentsArea #respond .newCommentContent .reply {
					position: absolute;
					bottom: 1em;
					text-transform: uppercase;
					font-size: 0.9em;
				}

/* Sidebar */

.single #sidebar {
	margin-top: 6em;
}

#sidebar {
	float: right;
	padding-right: 3.5em;
	width: 250px;
}	

	#sidebar h2 {
		margin-bottom: 1em;
		font-size: 1.5em;
		text-transform: uppercase;
	}
	
	#sidebar ul {
		margin-bottom: 5em;
	}
	
		#sidebar ul li a {
			display: block;
			border-bottom: 1px dotted #333;
			padding: 1em;
			color: #333;
		}
		
		#sidebar ul li a:hover {
			color: white;
			border-bottom: 1px dotted #FFF;
		}
		
		#sidebar #freepress-recent-comments ul li a span.commentAuthor{
			color: #7A7A7A;
		}
		
		#sidebar #freepress-recent-comments ul li a:hover span.commentAuthor {
			color: #FFD5B6;
		}
	
		#sidebar ul li.widget_search input {
			width: 165px;
		}
		
		#sidebar ul li.widget_search button.submit {
			width: 70px;
		}
		
	#sidebar ul li.widget {
		clear: both;
	}
	
	#sidebar ul li h2.widgettitle a {
		border: none;
		display: inline;
		padding: 0;
	}
	
	#sidebar ul li h2.widgettitle a:hover {
		background: none;
		color: #333;
	}

/* Footer */

#footer {
	clear: both;
	color: #ededed;
	padding: 2em 0 5em 0;
}

	#footer .copyright {
		color: #666;
		text-transform: uppercase;
	}

/* Begin Various Tags & Classes */
a, a:link {
	text-decoration: none;
	color: #E44804;
}

a:visited {
	color: #BA3B03;
}

a:hover {
	color: white;
	background: #E44804;
	border-bottom: 1px solid #BA3B03;
}

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

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

blockquote {
	margin: 1.5em 6em 1.5em 1.5em;
	padding: 1em 0 1em 2em;
	background: url('images/quote.gif') no-repeat top left;
	color: #666;
}
	
	blockquote p {
		background: url('images/quote_inverted.gif') no-repeat bottom right;
		display: inline;
		padding: 0 2em 1em 0;
	}	

	blockquote cite {
		margin: 0.5em 0 0;
		display: block;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 6em;
	margin-left: 9.5em;
	}
	
.center {
	text-align: center;
	}

.alignright {
	float: right;
	margin: 1em 0 1em 1.5em;
	}
	
.alignleft {
	float: left;
	margin: 1em 1.5em 1em 0;
	}

img.center, img.aligncenter, img[align="center"] {
	display: block;
	margin: 1.5em auto;
	}
	
img.alignright, img[align="right"] {
	margin: 1em 0 1em 1.5em;
	display: inline;
	}

img.alignleft, img[align="left"] {
	margin: 1em 1.5em 1em 0;
	display: inline;
	}
	
img.noborder {
	border: none !important;
	}

small {
	font-size: 0.8em;
	}
	
.entry ul {
	list-style: disc;
	margin-left: 2.5em;
}

.entry ol {
	list-style: decimal;
	margin-left: 2.5em;
}

.entry a {
	border-bottom: 1px solid #FFF;
}

.more-link {
	float: right;
	margin: 1em 0;
}

/* End Various Tags & Classes*/

/* Forms and Inputs */

form {
	/*overflow: hidden;*/
}

.input {
  	margin: 5px 0;
  	background: white;
  	float: left;
  	clear: both;
  	width: 100%;
}

label {
  	position: absolute;
  	padding: 5px;
  	color: #999;
  	font-size: 1em;
}

input, textarea, select {
  	position: relative;
  	margin: 0;
  	border: 1px solid #BBBBBB;
  	padding: 3px;
  	background: transparent;
	width: 23.5em;
}

button.submit {
	width: 9em;
	height: 3em;
	float: right;
	border: 1px solid #BBBBBB;
	padding: 0.5em 0.5em;
	cursor: pointer;
	color: #E44804;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	background: #E8E8E8 url('images/button_bg.png') repeat-x;
}

button.submit:hover {
	color: #BA3B03;
	border-color: #999;
}


.searchForm button.submit {
	float: none;
	margin-bottom: 2em;
}

/* Captions */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	color: #666;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */