/*
	Theme Name: Viviana Wigutow (Custom Theme)
	Theme URI: http://www.vivianawigutow.com.ar
	Description: -
	Version: 1.0
	Author: Rocío Belfiore
	Author URI: http://www.rociobelfiore.com.ar
*/

*
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	background: #fcfcfc;
	font-family: 'OpenSans', Tahoma, Sans-Serif;
}

input, textarea
{
	font-family: 'OpenSans', Tahoma, Sans-Serif;
}

	header
	{
		min-width: 792px;
		max-width: 1016px;
		padding: 8px;
		margin: 0 auto;
		padding: 8px 0 24px 0;
		overflow: hidden;
	}
	
		#logo
		{
			width: 201px;
			height: 124px;
			background: url("images/logo.png");
			float: left;
		}
		
		#contact
		{
			float: right;
			overflow: hidden;
			margin-top: 90px;
		}
			
			#contact .mail
			{
				background-image: url("images/mail.png");
				width: 48px;
				height: 48px;
				float: right;
				margin-left: 16px;
			}
			
				#contact .mail:hover
				{
					background-image: url("images/mail_hover.png");
				}
				
			#contact .linkedin
			{
				background-image: url("images/linkedin.png");
				width: 48px;
				height: 48px;
				float: right;
				margin-left: 16px;
			}
			
				#contact .linkedin:hover
				{
					background-image: url("images/linkedin_hover.png");
				}
				
			#contact .cv
			{
				display: none;
				width: 48px;
				height: 48px;
				float: right;
				margin-left: 16px;
			}
			

	#descriptionContainer
	{
		width: 100%;
		background: #5599ff;
		min-height: 361px;
	}
	
		#description
		{
			font-size: 18px;
			color: #f5f9ff;
			min-width: 792px;
			max-width: 1016px;
			padding: 16px 8px 16px 8px;
			margin: 0 auto;	
			clear: left;
		}
		
		#descriptionContainer a img
		{
			float: left;
		}
	
	#mainContainer
	{
		min-width: 792px;
		max-width: 1016px;
		padding: 16px 8px 16px 8px;
		margin: 0 auto;
		overflow: hidden;
	}
	
		article.summary
		{
			width: 31%;
			padding: 1%;
			float: left;
			height: 380px;
		}
		
		#comments
		{
			margin-top: 16px;
		}
		
			#comments .commentMetadata
			{
				font-size: 12px;
				color: #5599ff;
			}
			
			#commentForm input
			{
				width: 72%;
				float: right;
				clear: both;
				border: 1px solid #ddd;
				padding: 6px 12px 6px 12px;
				margin: 0 6px 0 6px;
			}
			
			#commentForm textarea
			{
				width: 97.4%;
				height: 300px;
				border: 1px solid #ddd;
				padding: 1%;
			}
			
			#commentForm input#submit
			{
				width: 100px;
				float: right;
				clear: both;
				background: #5599ff;
				cursor: pointer;
				color: #f5f9ff;
				padding: 6px 12px 6px 12px;
				margin: 0 6px 0 6px;
			}
		
	#footerContainer
	{
		background: #5599ff;
		color: #f5f9ff;
		width: 100%;
		margin-top: 24px;
		clear: both;
	}
	
		footer
		{
			min-width: 792px;
			max-width: 1016px;
			padding: 24px 8px 24px 8px;
			margin: 0 auto;
			overflow: hidden;
		}
		
			#footerLeft
			{
				float: left;
				width: 48%;
				margin-right: 2%;
			}
			
				.small
				{
					display: block;
					font-size: 13px;
				}
			
			#footerRight
			{
				float: left;
				width: 48%;
				margin-left: 2%;
				text-align: right;
			}
			
				#footerRight .up
				{
					background-image: url("images/up.png");
					width: 16px;
					height: 16px;
					float: right;
					margin-left: 16px;
				}
				
p
{
	text-align: justify;
	line-height: 1.6;
	margin-bottom: 12px;
}

a
{
	color: inherit;
	text-decoration: none;
}

	a:hover
	{
		color: #2a7fff;
	}
	
strong
{
	color: #2a7fff;
	font-weight: 700;
}

h1
{
	margin-bottom: 8px;
	font-size: 40px;
	font-weight: normal;
	color: #5599ff;
}

h2
{
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: normal;
	color: #5599ff;
}

h3
{
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: normal;
	color: #5599ff;
}
		
/* Embedded fonts */
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Light-webfont.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Italic-webfont.ttf') format('truetype');
    font-style: italic;
}
