/**
 * author: Ciro Feitosa - http://cirofeitosa.com
 * 2009/oct
 */


/**
 * intro home
 */
#intro p
{
	color: white;
	font-family: Georgia, 'Trebuchet MS', arial, helvetica, sans-serif;
	font-size: 16px;	
}


/**
 * sections
 */
h2
{
	font-family: Rockwell;
	font-size: 26px;
	padding-top: 30px;
	padding-bottom: 20px;
	clear: both;
}


/**
 * works grid
 */
.work
{
	width: 290px;
	height: 280px;
	float: left;
	margin-right: 45px;
	font-size: 12px;
}

.work img
{
	padding: 15px;
	background: white url(../_img/bg-work.jpg) no-repeat 0 0;
	width: 260px;
	height: 160px;
}

.work img:hover
{
	background-position: 0 -190px;
}

.work-last
{
	margin-right: 0;
}

.work-name
{
	float: left;
	font-weight: bold;
	color: #333;
}

.work-moreimages
{
	display: none;
}

.work-links
{
	float: right;
	color: #888;
}

.work-links a
{
	color: #555;
	text-decoration: none;
}

.work-links a:hover
{
	color: black;
}

.work-description
{
	font-size: 11px;
	color: #555;
	padding-top: 10px;
	display: block;
	clear: both;
}


/**
 * services grid
 */
.service
{
	width: 290px;
	float: left;
	margin-right: 45px;
}

.service-last
{
	margin-right: 0;
}

.service h3
{
	color: #666;
	font-family: Georgia, 'Trebuchet MS', arial, helvetica, sans-serif;
	font-size: 34px;
	margin-bottom: 10px;
}

.service h3 span
{
	display: block;
}

.service p
{
	color: #666;
	font-size: 12px;
	line-height: 18px;
}


/**
 * blog grid
 */
.blog-list li
{
	font-size: 12px;
	line-height: 20px;
}

.blog-list li.post-hide
{
	display: none;
}

.blog-list li span
{
	color: #666;
	padding-right: 15px;
	background: white url(../_img/icons.gif) no-repeat 0 -128px;
	padding-left: 20px;
}

.blog-list li a
{
	padding-left: 20px;
	text-decoration: none;
	color: #333;
	background: white url(../_img/icons.gif) no-repeat 0 -112px;
}

.blog-list li a:hover
{
	color: black;
	text-decoration: underline;
}

.blog-list li a.post-comments
{
	margin-left: 15px;
	background-position: 0 -96px;
	padding-left: 20px;
	color: #666;
}

.blog-list li a.blog-all
{
	background-position: 0 -144px;
	font-size: 11px;
	color: #333;
	font-weight: bold;
}


/**
 * contact grid
 */
.contact-box
{
	width: 290px;
	float: left;
	margin-right: 45px;
}

.contact-box-second
{
	margin-right: 0; /*  ie6 :(  */
}

.contact-box-last
{
	margin-right: 0;
	float: right; /*  ie6 :(  */
}

.contact-box p
{
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}

.contact-box img
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	width: 290px;
	height: 290px;
}

.contact-frm label
{
	font-size: 12px;
	color: #666;
	display: block;
	margin-bottom: 3px;
}

.contact-field
{
	font-size: 14px;
	width: 280px;
	padding: 5px;
	border: solid #999 1px;
	margin-bottom: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.contact-button
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border: solid #999 1px;
	background: #e8e8e8;
	padding: 5px;
	font-size: 14px;
	width: 70px;
	height: 30px;
}

.contact-send
{
	text-indent: 0;
	float: left;
	font-weight: bold;
	margin-right: 5px;
}

.contact-sending
{
	display: none;
}

.contact-success
{
	display: none;
	line-height: 30px;
	padding-left: 25px;
	overflow: hidden;
	float: right;
	background: white url(../_img/success.png) no-repeat center left;
	color: green;
	font-weight: bold;
	font-size: 12px;
}

textarea.contact-field
{
	height: 80px;
}

.contact-links li
{
	font-size: 12px;
	line-height: 16px;
}

.contact-links li a
{
	color: #333;
	text-decoration: none;
	display: block;
	padding-left: 25px;
	height: 16px;
	background: white url(../_img/icons.gif) no-repeat 0 0;
	margin-bottom: 7px;
}

.contact-links li a:hover
{
	color: black;
	text-decoration: underline;
}

#contact-link-twitter a
{
	background-position: 0 -16px;
}

#contact-link-facebook a
{
	background-position: 0 -32px;
}

#contact-link-linkedin a
{
	background-position: 0 -48px;
}

#contact-link-email a
{
	background-position: 0 -64px;
}

#contact-link-orkut a
{
	background-position: 0 -80px;
}


