@font-face {
	font-family: "TitilliumText";
	src: url('../fonts/TitilliumText25L004.otf');
}
/*reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, a, blockquote, address, time, span, em, img, ol, ul, li, figure, canvas, video, th, td, tr, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	text-decoration: none;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
a, a:active, a:hover {
	outline: none;
}
/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
/* General  Style */ 

html {
	overflow-y: scroll;
}
body {
	background: url(../images/pattern/pattern4.png) repeat-x;
	font: 100% Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
}
#wrapper {
	margin: 20px auto 20px auto;
	width: 700px;
	/*background:url(../images/shadow.png) no-repeat center bottom;*/
	position: relative;
}
#header {
	position: relative;
	z-index: 10;
}
#horz_line {
	border-bottom: 1px solid #ebebeb;
	margin: 25px auto 25px auto;
}
#header h2 {
	position: absolute;
	background: url(../images/v-card-red.png) no-repeat;
	top: 13px;
	left: 466px;
	text-indent: -9999px;
	width: 208px;
	height: 55px;
	z-index: 1;
}
#tabsContainer {
	border-top: 5px solid #ef0007;
	margin: 0 auto;
	background: #fff;
	-moz-box-shadow : 0px 0px 4px rgba(0,0,0,0.19);
	-webkit-box-shadow : 0px 0px 4px rgba(0,0,0,0.19);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.19);
	border-radius: 4px;
	padding: 0 8px 8px 8px;
	position: relative;
}
#innerBg {
	margin: 0 auto;
	border-radius: 0 0 4px 4px;
	border: 1px solid #ebebeb;
	-moz-box-shadow : 0px 0px 13px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow : 0px 0px 13px rgba(0,0,0,0.1) inset;
	box-shadow: 0px 0px 13px rgba(0,0,0,0.1) inset;
	padding: 30px 25px 30px 25px;
}
#mainNav h1 {
	font-family: "TitilliumText";
	font-weight:bold;
	font-size: 30px;
	color: #666;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	position: relative;
}
#mainNav li {
	display: inline;
	font-size: 15px;
	padding-left: 10px;
}
#mainNav li a {
	font-weight: bold;
	color: #999;
	text-shadow: 1px 1px #efefef;
	display: inline-block;
	padding: 10px;
	text-align: center;
}
#mainNav a.active {
	-moz-transition: color 0.2s ease-out 0.3s;
	-webkit-transition : color 0.2s ease-out 0.3s;
	background: url(../images/arrow-red.png) no-repeat center 33px;
	color: #ef0007;
	z-index: 1000;
}
article {
	font-size: 12px;
	color: #999;
}
#pageFooter {
	margin: 0px auto 0px auto;
	width: 470px;
	background: url(../images/shadow-470.png) no-repeat center top;
	height: 50px;
}
#pageFooter p {
	margin-top: 0px;
}
footer p {
	text-align: center;
	color: #999;
	font-size: 11px;
	margin-top: 0px;
}
footer span {
	color: #666;
}
footer span + span a {
	color: #ef0007;
}
/* End general style */ 


/*Style for the about tab*/

figure#img {
	float: left;
	width: 154px;
	height: 205px;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
	margin-left: 5px;
	border: solid #efefef 1px;
	background: url(../images/dr_erico_cardoso.jpg) no-repeat center center;
}
div#about {
	/*float: right;*/
	width: 100%;
	margin-bottom:25px;
}
div#about h1 {
	font-family: "TitilliumText";
	font-size: 30px;
	color: #666;
}
div#home_accordion h2 {
	font-family: "TitilliumText";
	font-size: 16px;
	color: #454545;
	padding-left: 25px;
	padding-bottom: 2px;
	font-weight: bold;
}
#about hgroup {
	margin-bottom: 0px;
	
	padding-bottom: 5px;
	/*border-bottom: 1px solid #ebebeb;*/
}
#home_accordion h3 {
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	clear: both;
}
#home_accordion ul {
	margin-left: 15px;
}
#home_accordion ul li {
	list-style: disc;
}
.accordion, .home_accordion {
	border: 1px solid #ddd;
	border-top: none;
	margin: 10px 0;
	width: 470px;
}
#home_accordion > a {
	display: block;
	text-decoration: none;
}
#home_accordion > h2, .home_accordion > a, .accordion > a {
	background-color: #fff;
	background-image: url(../img/gradient.jpg);
	background-image: -moz-linear-gradient(bottom, #f1f1f1, #fff);
	background-image: -ms-linear-gradient(bottom, #f1f1f1, #fff);
	background-image: -o-linear-gradient(bottom, #f1f1f1, #fff);
	background-image: -webkit-linear-gradient(bottom, #f1f1f1, #fff);
	background-image: linear-gradient(bottom, #f1f1f1, #fff);
	border-top: 1px solid #ddd;
	color: #222;
	font: 14px/30px "TitilliumText", sans-serif;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: 10px;
}
p {
	color: #555;
	font: 12px/18px 'Verdana', sans-serif;
	padding: 20px 10px;
}
a[href^="#home_accordion"] + * {
	display: none;
}
#home_accordion :target {
	display: block;
}

/*End Style for the about tab*/

/* Style for the research tab*/
div#research_accordion {
	float: right;
	width: 630px;
}
div#research_accordion h1 {
	font-family: "TitilliumText";
	font-size: 30px;
	color: #666;
}
div#research_accordion h2 {
	font-family: "TitilliumText";
	font-size: 16px;
	color: #454545;
	padding-left: 25px;
	padding-bottom: 2px;
	font-weight: bold;
}
#research_accordion hgroup {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ebebeb;
}
#research_accordion h3 {
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	clear: both;
}
#research_accordion ul {
	margin-left: 15px;
}
#research_accordion ul li {
	list-style: disc;
}
.research_accordion {
	border: 1px solid #ddd;
	border-top: none;
	margin: 10px 0;
	width: 470px;
}
#research_accordion > a {
	display: block;
	text-decoration: none;
}
#research_accordion > h2, .research_accordion > a {
	background-color: #fff;
	background-image: url(../img/gradient.jpg);
	background-image: -moz-linear-gradient(bottom, #f1f1f1, #fff);
	background-image: -ms-linear-gradient(bottom, #f1f1f1, #fff);
	background-image: -o-linear-gradient(bottom, #f1f1f1, #fff);
	background-image: -webkit-linear-gradient(bottom, #f1f1f1, #fff);
	background-image: linear-gradient(bottom, #f1f1f1, #fff);
	border-top: 1px solid #ddd;
	color: #222;
	font: 14px/30px 'Verdana', sans-serif;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: 10px;
}
p {
	color: #555;
	font: 12px/18px 'Verdana', sans-serif;
	padding: 20px 10px;
}
a[href^="#research_accordion"] + * {
	display: none;
}
#research_accordion :target {
	display: block;
}
/*End Style for the research tab*/


/* Style for the publications tab*/
div#publications_accordion {
	float: right;
	width: 630px;
}
div#publications_accordion h1 {
	font-family: "TitilliumText";
	font-size: 30px;
	color: #666;
}
div#publications_accordion h2 {
	font-family: "TitilliumText";
	font-size: 16px;
	color: #454545;
	padding-left: 25px;
	padding-bottom: 2px;
	font-weight: bold;
}
#publications_accordion hgroup {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ebebeb;
}
#publications_accordion h3 {
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	clear: both;
}
#publications_accordion ul {
	margin-left: 15px;
}
#publications_accordion ul li {
	list-style: disc;
}
.publications_accordion {
	border: 1px solid #ddd;
	border-top: none;
	margin: 10px 0;
	width: 470px;
}
#publications_accordion > a {
	display: block;
	text-decoration: none;
}
#publications_accordion > h2, .publications_accordion > a {
	background-color: #fff;
	background-image: url(../img/gradient.jpg);
	background-image: -moz-linear-gradient(bottom, #f1f1f1, #fff);
	background-image: -ms-linear-gradient(bottom, #f1f1f1, #fff);
	background-image: -o-linear-gradient(bottom, #f1f1f1, #fff);
	background-image: -webkit-linear-gradient(bottom, #f1f1f1, #fff);
	background-image: linear-gradient(bottom, #f1f1f1, #fff);
	border-top: 1px solid #ddd;
	color: #222;
	font: 14px/30px 'Verdana', sans-serif;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: 10px;
}
p {
	color: #555;
	font: 12px/18px 'Verdana', sans-serif;
	padding: 20px 10px;
}
a[href^="#publications_accordion"] + * {
	display: none;
}
#publications_accordion :target {
	display: block;
}
/*End Style for the publications tab*/

/* Style for the presentations tab*/
div#presentations_accordion {
	float: right;
	width: 630px;
}
div#presentations_accordion h1 {
	font-family: "TitilliumText";
	font-size: 30px;
	color: #666;
}
div#presentations_accordion h2 {
	font-family: "TitilliumText";
	font-size: 16px;
	color: #454545;
	padding-left: 25px;
	padding-bottom: 2px;
	font-weight: bold;
}
#presentations_accordion hgroup {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ebebeb;
}
#presentations_accordion h3 {
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	clear: both;
}
#presentations_accordion ul {
	margin-left: 15px;
}
#presentations_accordion ul li {
	list-style: disc;
}
.presentations_accordion {
	border: 1px solid #ddd;
	border-top: none;
	margin: 10px 0;
	width: 470px;
}
#presentations_accordion > a {
	display: block;
	text-decoration: none;
}
#presentations_accordion > h2, .presentations_accordion > a {
	background-color: #fff;
	background-image: url(../img/gradient.jpg);
	background-image: -moz-linear-gradient(bottom, #f1f1f1, #fff);
	background-image: -ms-linear-gradient(bottom, #f1f1f1, #fff);
	background-image: -o-linear-gradient(bottom, #f1f1f1, #fff);
	background-image: -webkit-linear-gradient(bottom, #f1f1f1, #fff);
	background-image: linear-gradient(bottom, #f1f1f1, #fff);
	border-top: 1px solid #ddd;
	color: #222;
	font: 14px/30px 'Verdana', sans-serif;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: 10px;
}
p {
	color: #555;
	font: 12px/18px 'Verdana', sans-serif;
	padding: 20px 10px;
}
a[href^="#presentations_accordion"] + * {
	display: none;
}
#presentations_accordion :target {
	display: block;
}
/*End Style for the presentations tab*/

/* Style for the inventions tab*/
div#inventions_accordion {
	float: right;
	width: 630px;
}
div#inventions_accordion h1 {
	font-family: "TitilliumText";
	font-size: 30px;
	color: #666;
}
div#inventions_accordion h2 {
	font-family: "TitilliumText";
	font-size: 16px;
	color: #454545;
	padding-left: 25px;
	padding-bottom: 2px;
	font-weight: bold;
}
#inventions_accordion hgroup {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ebebeb;
}
#inventions_accordion h3 {
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	clear: both;
}
#inventions_accordion ul {
	margin-left: 15px;
}
#inventions_accordion ul li {
	list-style: disc;
}
.inventions_accordion {
	border: 1px solid #ddd;
	border-top: none;
	margin: 10px 0;
	width: 470px;
}
#inventions_accordion > a {
	display: block;
	text-decoration: none;
}
#inventions_accordion > h2, .inventions_accordion > a {
	background-color: #fff;
	background-image: url(../img/gradient.jpg);
	background-image: -moz-linear-gradient(bottom, #f1f1f1, #fff);
	background-image: -ms-linear-gradient(bottom, #f1f1f1, #fff);
	background-image: -o-linear-gradient(bottom, #f1f1f1, #fff);
	background-image: -webkit-linear-gradient(bottom, #f1f1f1, #fff);
	background-image: linear-gradient(bottom, #f1f1f1, #fff);
	border-top: 1px solid #ddd;
	color: #222;
	font: 14px/30px 'Verdana', sans-serif;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: 10px;
}
p {
	color: #555;
	font: 12px/18px 'Verdana', sans-serif;
	padding: 5px 10px;
}
a[href^="#inventions_accordion"] + * {
	display: none;
}
#inventions_accordion :target {
	display: block;
}
/*End Style for the inventions tab*/

/* Style for the portfolio tab*/

#portfolio h2 {
	font-family: "TitilliumText";
	font-size: 18px;
	color: #666;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
ul#category {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
ul#category li {
	display: inline-block;
	margin-right: 20px;
	padding: 8px;
	background: #999;
	-moz-border-radius : 4px 4px 4px 4px;
	-webkit-border-radius : 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	padding: 3px 10px;
}
ul#category li a {
	color: #fff;
}
ul#category li:hover {
	color: #fff;
	background-color: #ef0007 !important;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#works {
	margin-left: 12px;
}
.current {
	background-color: #ef0007 !important;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
ul li.item {
	border: 1px solid #EFEFEF;
	float: left;
	height: 150px;
	margin-bottom: 138px;
	margin-right: 10px;
	margin-top: 20px;
	padding: 5px 5px 14px;
	width: 180px;
}
li.item h3 {
	font-weight: bold;
	margin-top: 5px;
	color: #666;
	margin-top: 20px;
	margin-bottom: 4px;
}
li.item h3 span {
	font-weight: normal;
	margin-top: 5px;
	color: #ef0007;
}
/* End Style for the portfolio tab */


/* Style for the social tab*/

#social h2 {
	font-family: "TitilliumText";
	font-size: 18px;
	color: #666;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 19px;
	padding-bottom: 12px;
}
#socialsLists {
	margin-left: 52px;
}
ul.socialList1, ul.socialList2 {
	width: 283px;
	cursor: pointer;
}
ul.socialList1 li, ul.socialList2 li {
	margin-bottom: 20px;
	margin-right: 50px;
	background: #EBEBEB;
	-moz-border-radius : 4px 4px 4px 4px;
	-webkit-border-radius : 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	padding: 8px;
}
ul.socialList1 {
	float: left;
}
ul.socialList2 {
	float: right;
}
ul.socialList1 img, ul.socialList2 img {
	float: left;
	margin-left: 9px;
	margin-right: 20px;
	margin-top: 4px;
}
ul.socialList1 li h3, ul.socialList2 li h3 {
	font-weight: bold;
	color: #666;
}
ul.socialList1 li span, ul.socialList2 li span {
	font-weight: normal;
	color: #999;
}
#twitter {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	padding-top: 12px;
	padding-bottom: 5px;
}
#twitter img, #twitter h2 {
	float: left;
	border: none;
}
#twitter img {
	margin-right: 25px;
	margin-top: 15px;
}
#twitter h2 {
	margin-right: 50px;
	margin-top: 15px;
	padding: 0;
}
#twitter h3 {
	font-weight: bold;
	color: #666;
}
#twitter span {
	font-size: 11px;
}
/*End Style for the social tab*/


/*Style for the contact tab*/

#contact h2 {
	font-family: "TitilliumText";
	font-size: 18px;
	color: #666;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
	padding-bottom: 12px;
}
#contact h3 {
	font-size: 12px;
	color: #666;
	font-weight: bold;
	margin-bottom: 15px;
}
#contactForm {
	width: 320px;
	margin-top: 25px;
	border-right: 1px solid #ebebeb;
	float: left;
}
input[type="text"], input[type="email"], textarea {
	margin-bottom: 5px;
	padding-left: 10px;
	background: #f5f5f5;
	border: solid 1px #ccc;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	outline-width: 0;
}
input[type="text"], input[type="email"] {
	width: 280px;
	height: 27px;
}
textarea {
	width: 280px;
	height: 115px;
	display: block;
	padding-top: 10px;
	margin-bottom: 15px;
}
input#submit {
	background: #666;
	border-radius: 4px;
	border: none;
	width: 120px;
	height: 32px;
	padding: 10px 10px -1px 10px;
	color: #fff;
	cursor: pointer;
	margin-left: 85px;
}
input#submit:hover {
	background-color: #ef0007;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#contactInfo {
	width: 285px;
	float: right;
}
#contactInfo img {
	border: 1px solid #EFEFEF;
	padding: 4px;
 margin-bottom:5px  background:url(../images/map.png) no-repeat !important;
}
#contactInfo ul li {
	margin-bottom: 2px;
	line-height: 20px;
}
p.hr {
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 9px;
	padding-bottom: 10px;
}
#contactInfo ul li span {
	font-weight: bold;
	color: #666;
}
.tooltip {
	z-index: 1000;
	padding: 6px 8px;
	min-width: 50px;
	max-width: 300px;
	color: #fff;
	background-color: #666;
	border-radius: 4px;
}
.tooltip .tip-inner {
	font-size: 11px;
	font-weight: bold;
}
.tooltip .tip-arrow-left {
	margin-top: -4px;
	margin-left: -6px;
	top: 50%;
	left: 0;
	width: 6px;
	height: 9px;
	background: url(../images/tooltipbg.png) no-repeat -26px 0;
}
iframe {
	border: none;
}
/*End sytle for the contact tab*/


label.error {
	display: block;
	padding-bottom: 10px;
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
}
/*Style switcher*/

#styleswitcher {
	position: absolute;
	left: 0px;
	top: 165px;
	background: #fff;
	-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
	border-radius: 4px;
	padding: 6px;
	-moz-box-shadow : 0px 0px 4px rgba(0,0,0,0.19);
	-webkit-box-shadow : 0px 0px 4px rgba(0,0,0,0.19);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.19);
	z-index: 1000;
}
#styleswitcher #inset {
	border: 1px solid #ebebeb;
	-moz-box-shadow : 0px 0px 13px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow : 0px 0px 13px rgba(0,0,0,0.1) inset;
	box-shadow: 0px 0px 13px rgba(0,0,0,0.1) inset;
	padding: 7px
}
#coloroptions, #patternoptions {
	position: relative;
}
#coloroptions ul li a {
	display: block;
	height: 20px;
	width: 35px;
	overflow: hidden;
	text-indent: -999px;
	margin-bottom: 4px;
}
#coloroptions ul li.red {
	background: #ef0007;
}
#coloroptions ul li.blue {
	background: #00b4d9;
}
#coloroptions ul li.yellow {
	background: #fdc62a;
}
#coloroptions ul li.green {
	background: #a7d140;
}
#patternoptions ul li {
	margin-bottom: 4px;
	width: 35px;
	height: 20px;
}
.figcol {
	left: 14px;
	position: absolute;
	top: -55px;
}
.figpatt {
	left: 14px;
	position: absolute;
	top: 105px;
}
/*End style switcher*/

/* Clear float style*/
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/*End clear float style */


/*-------------------------------------------------------------------------*/

/* Media queries */

/* Tablet Portrait size -> standard 960 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* Wrapper style */		
#wrapper {
	width: 750px;
}
/* Header style */	
#header h2 {
	left: 518px;
}
/* Image style */
figure#img {
	margin-left: 28px;
}
/* Works style(portfolio section) */	
#works {
	margin-left: 38px;
}
/* Social style (social section) */	
#socialsLists {
	margin-left: 45px;
}
/* Contact style (contact section)*/	
#contactForm {
	width: 342px;
}
/* Style switcher (removing the style switcher in the small device) */
#styleswitcher {
	display: none;
}
}

/* Mobile Landscape Size -> Tablet Portrait size*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
/* preventing font-size from scaling */	
html {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
/* Wrapper style */	
#wrapper {
	width: 470px;
}
/* Nav style */	
#mainNav li {
	padding-left: 0px;
}
/* Header style */
#header h2 {
	left: 253px;
}
/* Image style */	
figure#img {
	margin-left: 28px;
	padding: 5px 5px 5px 5px;
	background: url(../images/img-470.png) no-repeat center center !important;
	width: 324px;
	height: 206px;
	margin-bottom: 20px;
}
/* About style (about section) */
#about hgroup, #skills {
	margin-left: 20px;
}
#skills ul li {
	padding: 3px 18px;
}
/* Research style (research section) */
#research hgroup {
	margin-left: 20px;
}
/* Publications style (publications section) */
#publications hgroup {
	margin-left: 20px;
}
/* Presentations style (publications section) */
#presentations hgroup {
	margin-left: 20px;
}
/* Inventions style (publications section) */
#inventions hgroup {
	margin-left: 20px;
}
/* Works style(portfolio section) */
#works {
	margin-left: -2px;
}
li.item h3 {
	width: 186px;
}
/* Social style (social section) */
#socialsLists {
	margin-left: 60px;
}
ul.socialList1, ul.socialList2 {
	float: none;
	width: 330px;
}
#twitter img {
	margin-right: 6px;
}
#twitter h2 {
	margin-right: 7px;
}
/* Contact style (contact section)*/
#contactForm, #contactInfo {
	float: none;
}
#contactForm {
	margin-bottom: 20px;
	margin-left: 54px;
	width: 400px;
}
#contactInfo {
	width: 400px;
}
/* Style switcher (removing the style switcher in the small device) */
#styleswitcher {
	display: none;
}
}


/* Mobile Portrait Size -> Mobile Landscape Size */
@media only screen and (max-width: 479px) {
/* Wrapper style */		
#wrapper {
	width: 300px;
	background: url(../images/shadow-300.png) no-repeat center bottom;
}
/* Inner style */	
#innerBg {
	padding-top: 60px;
}
/* Nav style */	
#mainNav li a {
	padding: 8px 8px 12px;
}
/* Header style */	
#header h2 {
	left: 45px;
	top: 55px;
	position: absolute;
	background: url(../images/v-card-red-300.png) no-repeat !important;
}
/* Image style */	
figure#img {
	margin-left: 31px;
}
/* About style (about section) */	
div#about {
	float: none;
	width: 248px;
}
#skills ul li {
	padding: 3px 20px;
}
/* Research style (research section) */	
div#research {
	float: none;
	width: 100%;
}
/* Publications style (publications section) */	
div#publications {
	float: none;
	width: 100%;
}
/* Presentations style (publications section) */	
div#presentations {
	float: none;
	width: 100%;
}
/* Inventions style (publications section) */	
div#inventions {
	float: none;
	width: 100%;
}
/* Portfolio style (portfolio section) */		
ul#category {
	width: 230px;
}
ul#category li {
	margin-bottom: 5px;
	margin-right: 9px;
	padding: 4px;
}
#works {
	margin-left: 19px;
}
ul li.item {
	float: none;
	margin-bottom: 130px;
}
li.item h3 {
	width: 187px;
}
/* Social style (social section) */		
#socialsLists {
	margin-left: 14px;
}
ul.socialList1, ul.socialList2 {
	width: 255px;
	float: none;
}
#twitter {
	padding-bottom: 16px;
	padding-top: 0;
}
/* Contact style (contact section)*/
#contact, #social, #portfolio {
	margin-top: 20px;
}
#contactForm, #contactInfo {
	float: none;
	width: 230px;
	border: none;
}
form {
	margin-left: 8px;
}
#contactForm {
	margin-bottom: 20px;
}
input[type="text"], input[type="email"] {
	width: 90%;
}
textarea {
	width: 91%;
}
input#submit {
	margin-left: 48px;
}
#capcha #captext {
	padding: 5px 10px 5px 0px !important;
}
#capcha {
	width:100%;
}
#capcha div {
	width: 35px;
	float: left;
} 
/* Style switcher (removing the style switcher in the small device) */
#styleswitcher {
	display: none;
}
}

/*End Media queries*/

/*-------------------------------------------------------------------------*/
