/* ========================== CSS Reset ========================== */
* {
	border: 0 none;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* ========================== General Styles ========================== */
body {
	background: #FF8420 url("presentation/images/bg_body.jpg") repeat-x top left;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 951px;
}

a {
	color: #156f96; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

em {
	font-style: italic;
}

h2, h3, h4, h5 {
	margin-bottom: 25px;
}

h2 {	
	color: #445266;
	font-size: 40px;
	text-transform: uppercase;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}

h4 a {
	color: #3a404a;
}

img {
	margin-bottom: 15px;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left:3a404a
}

p, li {
	color: #000000;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 12px;
}

strong {
	font-weight: bold;
}

ul {
	list-style-position: inside;
	list-style-type: disc;
}

.left {
	float: left;
}

.right {
	float: right;
}

.button {
	display: block;
	padding: 0;
	text-indent: -9999px;
}

.button.contact {
	background: url("presentation/images/button_contact.png") no-repeat top left;
	height: 25px;
	width: 136px;
}

.button.portfolio:hover {
	background-position: bottom left;
}

.button.portfolio {
	background: url("presentation/images/button_portfolio.png") no-repeat top left;
	height: 25px;
	width: 115px;
}

.button.contact:hover {
	background-position: bottom left;
}

/* ========================== Form Elements Styles ========================== */
label {
	color: #3a404a;
	float: left;
	font-size: 11px;
	height: 31px;
	line-height: 30px;
	width: 58px;
}

input, textarea {
	background: url("presentation/images/input.jpg") no-repeat top left;
	float: left;
	height: 19px;
	padding: 6px;
	width: 276px;
}

textarea {
	background: url("presentation/images/textarea.jpg") no-repeat top left;
	height: 151px;
}

form div {
	font-size: 11px;
	margin-bottom: 17px;
	overflow: hidden;
}

button.send {
	background: url("presentation/images/button_send.png") no-repeat top left;
	cursor: pointer;
	height: 24px;
	text-indent: -9999px;
	width: 65px;
}

button.send:hover {
	background-position: bottom left;
}

button.submit {
	background: url("presentation/images/button_submit.png") no-repeat bottom left;
	cursor: pointer;
	height: 25px;
	text-indent: -9999px;
	width: 77px;
}

button.submit:hover {
	background-position: top left;
}

.box_282 input, .box_282 textarea {
	background: url("presentation/images/input_small.jpg") no-repeat top left;
	height: 19px;
	width: 173px;
}

.box_282 textarea {
	background: url("presentation/images/textarea_small.jpg") no-repeat top left;
	height: 68px;
}

.box_282 form div {
	margin-bottom: 10px;
}

#commentsForm input, #commentsForm textarea {
	background: #f3f8fb;
	border: 1px solid #b3c2cf;
	height: 16px;
	padding: 5px;
	width: 401px;
}

#commentsForm textarea {
	height: 70px;
}

#captcha {
	background: url("presentation/images/captcha.jpg") no-repeat top left;
	height: 70px;
	margin-left: 58px;
	padding: 0 17px 0 21px;
	position: relative;
	width: 250px;
}

#captcha input {
	background: none;
	border-bottom: 1px solid #999;
	clear: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 80px;
}

#captcha img {
	position: absolute;
	right: 17px;
	top: 12px;
}

#captcha label {
	height: auto;
	margin-top: 5px;
	width: 100px;
}

/* ========================== Header Styles ========================== */
#header {
	background: url("presentation/images/bg_header.jpg") no-repeat top left;
	height: 75px;
	margin-top: 35px;
	padding: 40px 0 0 65px;
	width: 886px;
}

#header h1 {
	float: left;
	text-transform: uppercase;
}

#header h1 a {
	color: #999da3;
	font-weight: bold;
	height: 47px;
	line-height: 47px;
}

#header h1 a:hover {
	text-decoration: none;
}

#header p{
	background: url("presentation/images/headerSeparator.jpg") no-repeat top left;
	color: #999da3;
	float: left;
	height: 47px;
	letter-spacing: 4px;
	line-height: 47px;
	margin-left: 33px;
	padding-left: 30px;
	text-transform: uppercase;
}

/* ========================== Navigation Styles ========================== */
#navigation {
	background: url("presentation/images/bg_navigation.jpg") no-repeat top left;
	height: 43px;
	overflow: hidden;
	padding: 12px 66px 0 66px;
	width: 819px;
}

#navigation ul {
	list-style: none;
}

#navigation #mainNav {
	float: left;
}

#navigation #mainNav li {
	float: left;
	height: 43px;
	margin-right: 20px;
	text-transform: uppercase;
	z-index: 10;
}

#navigation #mainNav li a {
	color: #96aac6;
	font-size: 10px;
}

#navigation #mainNav li:hover, #navigation #mainNav li.active {
	background: url("presentation/images/menu_hover.png") no-repeat 50% 100%;
	color: #fff;
}

#navigation #mainNav li a:hover, #navigation #mainNav li.active a {
	color: #fff;
	text-decoration: none;
}

#navigation #socialNav {
	float: right;
}

#navigation #socialNav li {
	background: url("presentation/images/socialIcons.jpg") no-repeat top left;
	color: #e2e1dd;
	font-size: 10px;
	float: left;
	height: 19px;
	margin-left: 4px;
	text-transform: uppercase;
	width: 20px;
}

#navigation #socialNav li.title {
	background: none;
	height: auto;
	margin-right: 20px;
	width: auto;
}

#navigation #socialNav li a {
	/*background: url("presentation/images/socialIcons.jpg") no-repeat top left;*/
	display: block;
	height: 19px;
	text-indent: -9999px;
	width: 20px;
}

#navigation #socialNav li.twitter {
	background-position: -24px 0;
}

#navigation #socialNav li.stumble {
	background-position: -48px 0;
}

#navigation #socialNav li.linkedin {
	background-position: -72px 0;
}

/* ========================== Content Styles ========================== */
#content {
	background: url("presentation/images/bg_content.jpg") no-repeat top left;
	overflow: hidden;
	padding: 0 66px;
	width: 819px;
}

/* ========================== Intro Styles ========================== */
#intro {
	padding: 44px 0 60px 0;
}

#intro ul {
	list-style: none;
}

#intro p {
	font-size: 17px;
	line-height: 26px;
	margin: -10px 0 0 0;
}

#intro ul li {
	background: url("presentation/images/bullet.png") no-repeat 0 50%;
	font-size: 17px;
	height: 26px;
	line-height: 26px;
	margin-bottom: 8px;
	padding-left: 40px;
}

#intro .button {
	float: right;
}

#home #intro {
	padding: 44px 0 0 0;
	overflow: hidden;
}

#home #intro h2 {
	font-size: 28px;
	text-transform: none;
}

#home #intro p {
	font-size: 13px;
	line-height: 18px;
}

#home #intro .button {
	float: none;
	margin-top: 20px;
}

#home #intro #slideshow {
	margin-top: -44px;
}

/* ========================== Portfolio Styles ========================== */
.folioList {
	list-style: none;
	overflow: hidden;
}

.folioList li {
	float: left;
	margin-right: 16px;
	width: 262px;
}

.folioList li.last {
	margin-right: 0;
}

.folioList li .container {
	background: url("presentation/images/folioContainer.jpg") no-repeat top left;
	height: 181px;
	margin-bottom: 10px;
	padding: 0 6px;
}

.folioList li h3 {
	font-size: 15px;
	height: 38px;
	line-height: 32px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
}

.folioList li p {
	padding: 0 15px;
}

.folioList li img {
	height: 134px;
	width: 248px;
}

/* ========================== Footer Styles ========================== */
#aboutBox {
	background: url("presentation/images/aboutBox.png") no-repeat top left;
	height: 310px;
	padding: 45px 20px 0 0;
	position: absolute;
	right: 115px;
	top: 175px;
	width: 314px;
}

#aboutBox img {
	margin: 0 5px 0 0;
}

#aboutBox h3 {
	color: #c1ba7e;
	font-size: 15px;
	margin: 27px 0 10px 0;
	font-weight: bold;
	text-transform: uppercase;
}

#aboutBox p {
	color: #9a9669;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
}

#aboutBox #resume {
	margin: 25px 0 0 64px;
}

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

#aboutBox #resume p {
	float: left;
	font-size: 10px;
	margin-left: 5px;
}

#aboutBox .button {
	background: url("presentation/images/button_resume.png") no-repeat bottom left;
	float: left;
	height: 25px;
	width: 156px;
}

#aboutBox .button:hover {
	background-position: top left;
}

/* ========================== Main Content Styles ========================== */
#mainContent {
	float: left;
	margin-right: 41px;
	width: 320px;
}

#blog #mainContent {
	margin-top: -35px;
	width: 80%;
}

/* ========================== Sidebar Styles ========================== */
#sidebar {
	float: right;
	width: 458px;
}

#blog #sidebar {
	margin-top: -35px;
	width: 262px;
}

#sidebar .featured {
	background: url("presentation/images/bg_featured.jpg") no-repeat top left;
	height: 89px;
	margin-bottom: 20px;
	padding: 35px 40px;
	width: 378px;
}

#sidebar .featured p {
	color: #fff;
	font-size: 22px;
}

/* ========================== Boxes Styles ========================== */
.box {
	margin-bottom: 10px;
	padding: 0 8px 10px 18px;
}

.boxHeader {
	height: 28px;
	margin: 0 -8px 11px -18px;
	padding: 6px 18px 0 18px;
	position: relative;
}

.box_162 {
	background: url("presentation/images/box_162.jpg") no-repeat bottom left;
	width: 136px;
}

.box_162 .boxHeader {
	background: url("presentation/images/box_162_header.jpg") no-repeat top left;
}

.box_282 {
	background: url("presentation/images/box_282.jpg") no-repeat bottom left;
	width: 256px;
}

.box_282 .boxHeader {
	background: url("presentation/images/box_282_header.jpg") no-repeat top left;
}

.box_262 {
	background: url("presentation/images/box_262.jpg") no-repeat bottom left;
	padding-right: 18px;
	width: 226px;
}

.box_262 .boxHeader {
	background: url("presentation/images/box_262_header.jpg") no-repeat top left;
	margin-right: -18px;
	text-align: center;
}

.box_404 {
	background: url("presentation/images/box_404.jpg") no-repeat bottom left;
	width: 378px;
}

.box_404 .boxHeader {
	background: url("presentation/images/box_404_header.jpg") no-repeat top left;
	margin-bottom: 40px;
	text-align: center;
}

.box_404 .send {
	margin-right: 30px;
}

.box_262.left, #home .box.left {
	margin-right: 16px;
}

.box_262 h4 {
	font-size: 16px;
	font-weight: normal;
}

.box h3 {
	text-transform: uppercase;
}

.box img {
	margin-bottom: 5px;
}

.boxHeader button {
	background: url("presentation/images/button_send.png") no-repeat top left;
	cursor: pointer;
	height: 24px;
	position: absolute;
	right: 18px;
	text-indent: -9999px;
	top: 5px;
	width: 65px;
}

.boxHeader button:hover {
	background-position: bottom left;
}

/* ========================== Blog Posts List Styles ========================== */
#blogPosts {
	list-style: none;
	list-style-position: outside;
}

#blogPosts li {
	margin-bottom: 25px;
	overflow: hidden;
}

#blogPosts li .blogThumb {
	float: left;
	margin-right: 20px;
	width: 10%;
}

#blogPosts li .blogThumb p {
	color: #989797;
}

#blogPosts li .blogContent {
	float: right;
	width: 50%;
}

#blogPosts li a.category {
	text-transform: uppercase;
}

#blogPosts li h3 {
	font-size: 18px;
	margin: 7px 0;
}

#blogPosts li h3 a {
	color: #272f3b;
}

#blogPosts li p.author {
	color: #666;
	font-size: 10px;
}

/* ========================== Blog Post Styles ========================== */
#blogPost {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

#blogPost .category {
	font-size: 11px;
	text-transform: uppercase;
}

#blogPost h3 {
	margin: 5px 0 18px 0;
}

#blogPost img {
	margin-bottom: 4px;
}

#blogPost #meta p {
	color: #666;
	font-size: 10px;
}

#comments {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding-bottom: 25px;
}

#comments h3, #commentsForm h3 {
	text-transform: uppercase;
}

#commentsList {
	list-style: none;
	list-style-position: outside;
}

#commentsList li {
	overflow: hidden;
}

#commentsList li img.left {
	margin-right: 18px;
}

.commentContent {
	background: url("presentation/images/bg_comment.jpg") no-repeat top left;
	width: 443px;
}

.commentContent .container {
	border-bottom: 1px solid #b3c2cf;
	margin-left: 8px;
	padding: 28px 18px 5px 18px;
}

#meta, .commentContent div {
	overflow: hidden;
}

#commentsForm label {
	padding-left: 8px;
	width: 91px;
}

/* ========================== Page Navigation Styles ========================== */
#pageNav {
	background: url("presentation/images/pageNav.png") no-repeat top left;
	height: 29px;
	margin-left: 177px;
	padding: 8px 12px 0 12px;
	width: 174px;
}

#pageNav a, #pageNav li, #pageNav ul {
	color: #3a404a;
	float: left;
	font-size: 11px;
	list-style: none;
}

#pageNav a {
	margin-right: 18px;
}

#pageNav li {
	margin-right: 3px;
}

#pageNav li a {
	margin: 0;
}

#pageNav li a.active {
	font-weight: bold;
}

#pageNav a[title="Next"] {
	float: right;
	margin: 0;
}

#pageNav ul {
	margin-top: -1px;
}

/* ========================== Footer Styles ========================== */
#footer {
	background: url("presentation/images/bg_footer.jpg") no-repeat top left;
	padding: 40px 65px 15px 65px;
}

#footer #twitter {
	background: url("presentation/images/bg_twitter.jpg") no-repeat top left;
	float: left;
	height: 28px;
	margin-bottom: 15px;
	padding: 20px 0 0 66px;
	position: relative;
	width: 453px;
}

#footer #twitter .button {
	background: url("presentation/images/button_follow.png") no-repeat top left;
	height: 25px;
	position: absolute;
	right: 12px;
	top: 16px;
	width: 99px;
}

#footer #twitter .button:hover {
	background-position: bottom left;
}

#footer p {
	color: #000000;
}

#footer p.right {
	margin-top: 18px;
}

/* ========================== Tooltip Styles ========================== */
#demotip { 
    display:none; 
    background:transparent url(http://www.juantomasoli.com.ar/themeforest/folioHTML/presentation/images/tooltip/black_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
}