/*
Theme Name: neofaceTheme URI: http://neoface.pt/
Description: Neoface Theme
Version: 1.0
Author: Neoface
Author URI: http://www.neoface.pt
Tags: clean, two columns


*/

@font-face {
	font-family: 'Graublau Web';
	src: url('files/fonts/GraublauWeb.eot');
	src: local('Graublau Web'),
     	 url('files/fonts/GraublauWeb.otf') format('opentype');
}

@font-face {
	font-family: 'Graublau Web Bold';
	src: url('files/fonts/raublauWebBold.eot');
	src: local('Graublau Web Bold'),
	     local('Graublau Web-Bold'),
     	     url('files/fonts/GraublauWebBold.otf') format('opentype');
}


.entry {
    font-size: 11px;
}

.slider-text-gb {
    padding-left: 200px;
}



/* ---------- ( Clearfix ) ---------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 




/* ---------- ( Reset ) ---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: justify;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
} 




/* ---------- ( General ) ---------------------------------------- */
body {
	background: #F0F0F0 url(elements/images/main-gradient.jpg) 0px 128px repeat-x;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.wrapper {
	width: 920px;
	margin: 0 auto;
	position: relative;
}
.alignleft 	{ float: left; }
.alignright { float: right; }
a 			{ color: #B20807; }
strong 		{ font-weight: bold; }


/* ---------- ( Headings ) ---------------------------------------- */
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	/*font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;*/
	font-family:"Arial Narrow","Helvetica",sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
}
h1 { letter-spacing:normal; font-size: 24px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }


	.entry h2{
		margin-top: 20px;
	}


/* ---------- ( Header ) ---------------------------------------- */
#header {
	background: url(elements/images/bg-header.gif) repeat-x;
	height: 98px;
	padding: 40px 0px 0px 0px;
	margin-bottom: 30px;
}
	#header .wrapper {
		padding-bottom: 25px;
	}
	#header h1 a {
		font-size: 38px;
		font-weight: bold;
		color: #000;
		text-decoration: none;
		letter-spacing: 0px;
	}
	#header h2 {
		color: #B6B6B6;
		font-style: italic;
		font-size: 15px;
		margin-left: 4px;
	}
	#header form {
		float: right;
		margin-top: 3px;
	}
		#header form div {
			background: url(elements/images/bg-header-search.png) 22px 0px no-repeat;
			width: 345px;
			height: 32px;
		}
			#header form div input#s {
				border: none;
				float: left;
				margin: 8px 0px 0px 30px;
				width: 280px;
				color: #666;
				*border: 1px solid none;
			}
			#header form div input#submit {
				background: url(elements/images/search-button.gif) no-repeat;
				width: 18px;
				height: 18px;
				border: none;
				float: right;
				margin: 7px 8px 0px 2px;
				cursor: pointer;
			}
			
			#header ul#main-nav {
				position: absolute;
				right: 0;
				bottom: 0;
			}
				#header ul#main-nav li {
					display: inline;
				}
					#header ul#main-nav li a {
						background: url(elements/images/main-nav-right.jpg) no-repeat right bottom;
						color: #999;
						display: block;
						float: left;
						height: 31px;
						line-height: 31px;
						margin-left: 3px;
						padding-right: 6px;	
						text-decoration: none;
					}
						#header ul#main-nav li a:hover, 
						#header ul#main-nav li.current_page_item a,
						#header ul#main-nav li.current-cat a, 
						#header ul#main-nav li.current-cat-parent a,
						#header ul#main-nav li.current_page_parent a {
							background: url(elements/images/main-nav-right.jpg) no-repeat right top;
							color: #000;
						}
						
						ul#main-nav li a span {
							background: url(elements/images/main-nav-left.jpg) no-repeat left bottom;
							display: block;
							padding: 0 9px 0 15px;
						}
							ul#main-nav li a:hover span, 
							ul#main-nav li.current_page_item a span,
							ul#main-nav li.current-cat a span,
							ul#main-nav li.current-cat-parent a span,
							ul#main-nav li.current_page_parent a span {
								background: url(elements/images/main-nav-left.jpg) no-repeat left top;
							}

				#content #product-nav  ul{
					padding-left: 0px !important;
					padding-bottom: 0px;
				}

				ul#prod-nav li {
					display: inline;
				}
					ul#prod-nav li a {
						background: url(elements/images/main-nav-right.jpg) no-repeat right bottom;
						color: #999;
						display: block;
						float: left;
						height: 31px;
						margin-top: 25px;
						margin-bottom: 5px;
						line-height: 31px;
						margin-left: 2px;
						padding-right: 6px;	
						text-decoration: none;
					}
						ul#prod-nav li a:hover, 
						ul#prod-nav li.current_page_item a,
						ul#prod-nav li.current-cat a, 
						ul#prod-nav li.current-cat-parent a,
						ul#prod-nav li.current_page_parent a {
							background: url(elements/images/main-nav-right.jpg) no-repeat right top;
							color: #000;
						}
						
						ul#prod-nav li a span {
							background: url(elements/images/main-nav-left.jpg) no-repeat left bottom;
							display: block;
							padding: 0 7px 0 15px;
							font-size: 85%;
						}
							ul#prod-nav li a:hover span, 
							ul#prod-nav li.current_page_item a span,
							ul#prod-nav li.current-cat a span,
							ul#prod-nav li.current-cat-parent a span,
							ul#prod-nav li.current_page_parent a span {
								background: url(elements/images/main-nav-left.jpg) no-repeat left top;
							}
#feature-prod {
	background: url(files/images/bg-featured-prod.jpg) no-repeat;
	height: 200px;
	margin-top: 0px;
	*margin-top: 2px;
	position: relative;
}

	#feature-prod #featured-content #prod-img {
		float: left;
		display: inline;
	}
		
	#feature-prod #featured-content {
		float: right;
		width: 540px;
		margin: 0px 30px 0px 20px;
		display: inline;
		position: absolute;
		top: 15px;
		right: 0px;
	}

	.ban-lin1 {
		color: #999;
	}
	.ban-lin2 {
		color: black;
		font-size: 200%;
		font-style: italic;
	}
	.ban-lin3 {
		font-weight: bold;
	}
	.ban-lin4 {
		color: #999;
		font-size: 90%
	}
	.ban-lin5 {
		color: #red;
	}

/* ---------- ( Feature ) ---------------------------------------- */
#feature {
	background: url(elements/images/bg-featured.jpg) no-repeat;
	height: 267px;
	margin-top: 32px;
	*margin-top: 2px;
	position: relative;
}
	#feature #jFlowSlide {
		margin: 18px 0px 0px 30px;
		float: left;
		display: inline;
	}
	#feature #window {
		background: url(elements/images/bg-featured-browser.jpg) no-repeat;
		width: 333px;
		height: 235px;
		margin: -30px 0px 0px 30px;
		display: inline;
		position: absolute;
	}
		#feature #window img {
			margin-top: 18px;
		}
	#feature #featured-content {
		float: right;
		width: 497px;
		margin: 22px 30px 0px 0px;
		display: inline;
		position: absolute;
		top: 28px;
		right: 0px;
	}
		#feature #featured-content h2 {
			color: #fff;
			text-decoration: none;
			font-size: 30px;
			font-weight: bold;
		}
		#feature p {
			color: #C5C5C5;
			margin-top: 8px;
			line-height: 22px;
		}
		#feature ul#items {
			margin-top: 12px;
		}
			#feature ul#items li {
				display: inline;
			}
				#feature ul#items li a {
					background: url(elements/images/featured-square.jpg) bottom no-repeat;
					width: 20px;
					height: 23px;
					display: block;
					float: left;
					color: #fff;
					text-decoration: none;
					padding-left: 11px;
					line-height: 21px;
					margin-right: 5px;
				}
					#feature ul#items li.jFlowSelected a {
						background: url(elements/images/featured-square.jpg) top no-repeat;
					}
	#feature-inner {
		margin-bottom: 30px;
		background: url(elements/images/bg-featured-small.jpg) no-repeat;
		height: 90px;
		color: #fff;
	}
		#feature-inner h1 {
			font-size: 30px;
			font-weight: bold;
			line-height: 90px;
			text-indent: 20px;
		}
				

/* ---------- ( Feature GET BETTER) ---------------------------------------- */

#feature-gb {
	background: url(elements/images/bg-featured-gb.jpg) no-repeat;
	height: 267px;
	margin-top: 32px;
	*margin-top: 2px;
	position: relative;
}
	#feature-gb #jFlowSlide {
		margin: 18px 0px 0px 30px;
		float: left;
		display: inline;
	}
	#feature-gb #window {
		background: url(elements/images/bg-featured-browser.jpg) no-repeat;
		width: 333px;
		height: 235px;
		margin: -30px 0px 0px 30px;
		display: inline;
		position: absolute;
	}
		#feature-gb #window img {
			margin-top: 18px;
		}
	#feature-gb #featured-content {
		float: right;
		width: 497px;
		margin: 22px 30px 0px 0px;
		display: inline;
		position: absolute;
		top: 28px;
		right: 0px;
	}
		#feature-gb #featured-content h2 {
			color: #fff;
			text-decoration: none;
			font-size: 30px;
			font-weight: bold;
		}
		#feature-gb p {
			color: #C5C5C5;
			margin-top: 8px;
			line-height: 22px;
		}
		#feature-gb ul#items {
			margin-top: 12px;
		}
			#feature-gb ul#items li {
				display: inline;
			}
				#feature-gb ul#items li a {
					background: url(elements/images/featured-square-gb.jpg) bottom no-repeat;
					width: 20px;
					height: 23px;
					display: block;
					float: left;
					color: #fff;
					text-decoration: none;
					padding-left: 11px;
					line-height: 21px;
					margin-right: 5px;
				}
					#feature-gb ul#items li.jFlowSelected a {
						background: url(elements/images/featured-square-gb.jpg) top no-repeat;
					}

		
	
/* ---------- ( Content Area Wrapper ) ---------------------------------------- */
#content-area {
	
}
	#content-area .box {
		float: left;
		width: 286px;
		color: #666;
		font-size: 11px;
		margin: 0px 31px 30px 0px;
		background: url(elements/images/box-mid.jpg) repeat-y;
	}
		#content-area .box h3 {
			background: url(elements/images/box-heading.jpg) no-repeat;
			height: 42px;
			font-size: 17px;
			line-height: 44px;
			padding-left: 16px;
		}
			#content-area .box h3 a {
				color: #B20807;
				text-decoration: none;
				font-weight:bold;
			}
		#content-area .box .inner {
			background: url(elements/images/box-bottom.jpg) bottom no-repeat;
			padding: 10px 16px 3px 16px;
		}
			#content-area .box .inner p {
				line-height: 17px;
				padding-bottom: 10px;
			}
				#content-area .box .inner p.read-more a {
					font: bold 13px "Trebuchet MS",Helvetica,Arial,sans-serif;
					color: #000;
					text-decoration: none;
				}
	#content-area .box-last {
		margin: 0px 0px 30px 0px;
	}
	
	#content form.wpcf7-form, #content form#commentform {
		
	}
		#content form.wpcf7-form p, #content form#commentform p {
			background: url(elements/images/input-text.jpg) no-repeat;
			height: 32px;
		}
			#content form.wpcf7-form p input, #content form#commentform p input {
				border: 1px solid #fff;
				margin: 8px 0px 0px 6px;
				width: 303px;
				font: 11px Verdana, Geneva, sans-serif;
				color: #595959;
			}
		#content form.wpcf7-form p.message, #content form#commentform p.message {
			background: url(elements/images/input-textarea.jpg) no-repeat;
			height: 153px;
		}
			#content form.wpcf7-form p textarea, #content form#commentform p textarea {
				border: 1px solid #fff;
				margin: 8px 0px 0px 6px;
				width: 583px;
				height: 131px;
				font: 11px Verdana, Geneva, sans-serif;
				color: #595959;
			}
		#content form.wpcf7-form p.button, #content form#commentform p.button {
			background: none;
			height: 27px;
		}
			#content form.wpcf7-form p.button input, #content form#commentform p.button input {
				background: url(elements/images/btn-submit.jpg) no-repeat;
				margin: 0px 0px 0px 0px;
				width: 80px;
				height: 27px;
				border: none;
			}




/* ---------- ( Sidebar ) ---------------------------------------- */
#sidebar {
	float: left;
	width: 286px;
}
	#sidebar .box {
		display: inline;
	}
		#sidebar .box {
			color: #000;
		}
		#sidebar .inner {
			padding: 14px 16px 12px 16px !important;
		}
			#sidebar .inner p {
				color: #666;
			}
			#sidebar .inner .alignleft {
				margin: 0px 12px 12px 0px;
				padding: 2px;
				border: 1px solid #ccc;
			}
		#sidebar ul {
			padding: 0px 0px 0px 0px;
		}
			#sidebar ul li {
				display: inline;
			}
			#sidebar ul li a {
					padding: 0px 8px 10px 20px;
					display: block;
					background: url(elements/images/red-bullet.gif) 5px 4px no-repeat;
				}
					#sidebar ul li a:hover {
						text-decoration: none;
					}
			#sidebar ul li ul li{
				display: inline;
				left: 20px;
			}



/* ---------- ( Content ) ---------------------------------------- */
#content {
	float: right;
	width: 603px;
	margin-bottom: 20px;
	color: #595959;
}
	#content h1,#content h2, #content h3, #content h4, #content h5, #content h6 {
		margin-bottom: 10px;
		color: #000;
	}
	#content .meta {
		margin-bottom: 10px;
		font-size: 11px;
		color: #A3A3A3;
		letter-spacing: 1px;
	}
	#content p {
		line-height: 19px;
		margin-bottom: 10px;
	}
	#content blockquote {
		background: url(elements/images/blockquote.gif) top left no-repeat;
		font-style: italic;
		font-size: 11px;
		padding-left: 55px;
		margin-left: 50px;
	}
		#content blockquote p {
			line-height: 16px;
		}
	#content ol {
		list-style: decimal outside;
		padding-left: 36px;
	}
	#content ul {
		list-style: disc;
		padding-left: 36px;
		margin-bottom: 10px;
	}
		#content ul li {
			line-height: 19px;
			margin-bottom: 0px;
		}
		#content ol li {
			line-height: 19px;
			margin-bottom: 10px;
		}
	#content .folio-box, #content .post { 
		border-bottom: 1px solid #ccc;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
		#content .folio-box .folio-image {
			float: left;
			width: 330px;
		}
		#content .folio-box .folio-text {
			float: right;
			width: 241px;
		}
			#content .folio-box .folio-text p.read-more a {
				background: url(elements/images/btn-read-more.jpg) no-repeat;
				width: 87px;
				height: 27px;
				display: block;
				text-indent: -9999px;
				margin-top: 18px;
			}
			#content .nopadborder {
				padding-bottom: 0px;
				margin-bottom: 16px;
				border: 0px;
			}
	#content .post {
		border-bottom: 1px solid #ccc;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	#content #pagination {
		
	}
		#content #pagination a {
			font-weight: bold;
			font-size: 11px;
			text-decoration: none;
		}

	#portfolio img {
		float: left;
		margin-right: 10px;
	}	

	#portfolio h2, #portfolio h2 a {
		font-weight: bold;
	}		

	#portfolio p {
		font-size: 11px;
	}	
	
	.featured-sites {
		margin-bottom: 20px;
	}

	.portfolio-content{
		border-bottom:1px solid #d4d4d4;
		padding:10px 0px 10px 0px;
		margin: 10px 0px 10px 0px;
	}
	
	.port-col1 {
		float: left;
		margin-right: 10px;
		/*background:transparent url(elements/images/bg-thsites.jpg) no-repeat scroll;*/
	}
	.port-col2 {
	}
	
	#portfolio p span a{
		font-size: 9px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		background: white;
		padding: 2px;
	}

/* ---------- ( Content Full) ---------------------------------------- */
#content-full {
	float: right;
	width: 900px;
	margin-bottom: 20px;
	color: #595959;
}
	#content-full h1,#content-full h2, #content-full h3, #content-full h4, #content-full h5, #content-full h6 {
		margin-bottom: 10px;
		color: #000;
	}
	#content-full .meta {
		margin-bottom: 10px;
		font-size: 11px;
		color: #A3A3A3;
		letter-spacing: 1px;
	}
	#content-full p {
		line-height: 19px;
		margin-bottom: 10px;
	}
	#content-full blockquote {
		background: url(elements/images/blockquote.gif) top left no-repeat;
		font-style: italic;
		font-size: 15px;
		padding-left: 55px;
		margin-left: 25px;
	}
		#content-full blockquote p {
			line-height: 21px;
		}
	#content-full ol {
		list-style: decimal outside;
		padding-left: 36px;
	}
	#content-full ul {
		list-style: disc;
		padding-left: 36px;
	}
		#content-full ul li {
			line-height: 19px;
			margin-bottom: 10px;
		}
		#content-full ol li {
			line-height: 19px;
			margin-bottom: 10px;
		}
	#content-full .folio-box, #content-full .post { 
		border-bottom: 1px solid #ccc;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
		#content-full .folio-box .folio-image {
			float: left;
			width: 330px;
		}
		#content-full .folio-box .folio-text {
			float: right;
			width: 241px;
		}
			#content-full .folio-box .folio-text p.read-more a {
				background: url(elements/images/btn-read-more.jpg) no-repeat;
				width: 87px;
				height: 27px;
				display: block;
				text-indent: -9999px;
				margin-top: 18px;
			}
			#content-full .nopadborder {
				padding-bottom: 0px;
				margin-bottom: 16px;
				border: 0px;
			}
	#content-full .post {
		border-bottom: 1px solid #ccc;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	#content-full #pagination {
		
	}
		#content-full #pagination a {
			font-weight: bold;
			font-size: 11px;
			text-decoration: none;
		}		



/* ---------- ( Bottom Content ) ---------------------------------------- */
#bottom-content {
	font-size: 12px;
	clear: both;
	color: #595959;
	margin-bottom: 20px;
}
	#bottom-content #primary {
		width: 603px;
		float: left;
		font-size: 11px;
	}
	#bottom-content #secondary {
		width: 276px;
		float: right;
	}
		#bottom-content #secondary ul {
			
		}
			#bottom-content #secondary ul li {
				color: #000;
				margin-bottom: 10px;
			}
				#bottom-content #secondary ul li span {
					width: 105px;
					font-style: italic;
					float: left;
					letter-spacing: 1px;
					color: #666;
				}
	#bottom-content h2 {
		margin-bottom: 10px;
	}
	#bottom-content p {
		line-height: 19px;
		margin-bottom: 10px;
	}


#bottom-content-dyn {
	clear: both;
	color: #595959;
	margin-bottom: 20px;
	font-size: 85%;
}
	#bottom-content-dyn h2 {
		margin-bottom: 10px;
	}
	#bottom-content-dyn p {
		line-height: 10px;
		margin-bottom: 10px;
	}
	
	#bottom-content-dyn p span{
		font-size: 85%;
	}
	
	#bottom-content-dyn p span a{
		color: #595959;
	}
/* ---------- ( Footer ) ---------------------------------------- */
#footer {
	background: url(elements/images/bg-footer.gif) repeat-x;
	font-size: 11px;
	color: #666;
	padding-top: 15px;
	*padding-bottom: 15px;
}
	#footer a {
		color: #666;
	}




/* ---------- ( Comments ) ---------------------------------------- */
.logged { background: none !important; }

.comments-template {
	margin-top: 20px;
}
	.comments-template ol {
		padding-left: 0 !important;
		list-style: none !important;
	}
		.comments-template ol li {
			margin-bottom: 18px !important;
		}
			.comments-template ol li p {
				margin-bottom: 15px !important;
			}
			.comments-template ol li .comment-box {
				border: 1px solid #ccc;
				background: #fff;
				padding: 15px 15px 0px 15px;
			}
				.comments-template ol li .comment-box .avatar {
					float: right;
					width: 50px;
					margin-bottom: 8px;
				}
				.comments-template ol li .comment-box .comment_text {
					float: left;
					width: 505px;
				}
			.comments-template ol li span.arrow {
				margin: -1px 0px 0px 15px;
				*margin: -3px 0px 0px 15px;
				position: absolute;
			}
			.comments-template .commentmetadata {
				font-size: 11px;
				margin: 10px 0px 0px 15px;
			}
			
		/* Author Comment Style */
		.comments-template ol li.author .comment-box {
			border: 1px solid #B20807;
			background: #fff;
			padding: 15px 15px 0px 15px;
		}
		



/* Planos de subscrição */

#tasks {
	width: 600px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 8px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 6px 6px 6px 6px;
	background: #CAE8EA;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
	text-align:center;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align:center;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
	text-align:center;
}

td.red {
	font: bold;
	color: red;
	text-align:center;
}

th.mens {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 8px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: red;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 8px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

td.alt img {margin-right:0px; margin-top:0px;border: 0px;}












