/* @override http://localhost:8888/fred/style.css */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration: none;
}
body {
	font-family: Helvetica,Arial, Sans-serif;
	font-size: 62.5%;
	line-height: 1.4em;
	background: black url(img/bg.jpg) repeat-x;
	color: white;
}
br.clear {
	clear: both;
}
ul {
	list-style: none;
}

#wrapper {
	width: 900px;
	height: auto;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -425px;
}
ul#tabs {
	position: relative;
	top: 4px;
	margin: 20px 0 0 4px;
}
ul#tabs li {
	float: left;
	margin: 0 3px 0 0;
}
a.home {
	width: 94px;
	height: 18px;
	display: block;
	background: url(img/btns/tabs.png) no-repeat ;
}
a.music {
	width: 56px;
	height: 18px;
	display: block;
	background: url(img/btns/tabs.png) no-repeat -100px 0;
}
a.design {
	width: 55px;
	height: 18px;
	display: block;
	background: url(img/btns/tabs.png) no-repeat -160px 0;
}
a.blog {
	width: 46px;
	height: 18px;
	display: block;
	background: url(img/btns/tabs.png) no-repeat -220px 0;
}
a.contact {
	width: 68px;
	height: 18px;
	display: block;
	background: url(img/btns/tabs.png) no-repeat -317px 0;
}
a.cv {
	width: 36px;
	height: 18px;
	display: block;
	background: url(img/btns/tabs.png) no-repeat -273px 0;
}
a.home.current {
	background-position: 0 -80px;
}
a.cv.current {
	background-position: -273px -80px;
}
a.home:hover {
	background-position: 0 -40px;
}
a.music:hover {
	background-position: -100px -40px;
}
a.design:hover {
	background-position: -160px -40px;
}
a.blog:hover {
	background-position: -220px -40px;
}
a.cv:hover {
	background-position: -273px -40px;
}
a.contact:hover {
	background-position: -317px -40px;
}
#main-top {
	width: 852px;
	height: 14px;
	background: url(img/main-top.png) no-repeat;
}
#main-mid {
	width: 852px;
	height: auto;
	background: url(img/main-mid.png) repeat-y;
	padding: 0 0 0 10px;
}
#main-bot {
	width: 852px;
	height: 7px;
	background: url(img/main-bot.png) no-repeat;
}
#banner {
	width: 830px;
	height: 234px;
	float: left;
	display: inline;
	overflow: hidden;
	position: relative;
}
a.prev {
	width: 20px;
	height: 43px;
	background: url(img/btns/arrows.png) no-repeat;
	position: absolute;
	top: 110px;
	cursor: pointer;
}
a.next {
	width: 20px;
	height: 43px;
	background: url(img/btns/arrows.png) no-repeat -47px 0;
	position: absolute;
	top: 110px;
	right: 0;
	cursor: pointer;
}
a.next:hover {
	background-position: -47px -50px;
}
a.prev:hover {
	background-position: 0 -50px;
}
#banner .scrollable {
	position:relative;
    overflow:hidden; 
    width: 830px; 
    height:234px; 
}
#banner .scrollable .items {	
	width:10000em; 
	height: 234px;
	position: relative;
}
#banner .scrollable .item {
	width: 830px;
	height: 234px;
	float: left;
}
.item.blog {
	background: url(img/banner-blog.jpg) no-repeat;
}
.item.design {
	background: url(img/banner-design.jpg) no-repeat;
}
.item.music {
	background: url(img/banner-music.jpg) no-repeat;
}
a.banner_go {
	width: 60px;
	height: 31px;
	display: block;
	background: url(img/btns/go.png) no-repeat;
	float: right;
	margin: 150px 40px 0 0;
}
a.banner_go:hover {
	background-position: 0 -40px;
}
div#con_left {
	width: 610px;
	height: auto;
	float: left;
	display: inline;
	overflow: hidden;
}
div#con_right {
	width: 220px;
	height: auto;
	float: right;
	display: inline;
	overflow: hidden;
	margin: 10px 15px 0 0 ;
}
div#intro_frame {
	margin: 10px 0 0 0;
}
div#intro_top {
	width: 609px;
	height: 16px;
	background: url(img/intro-top.jpg) no-repeat;
	float: left;
	display: inline;
	overflow: hidden;
}
div#intro_mid {
	width: 609px;
	height:	auto;
	background: url(img/intro-mid.jpg) no-repeat;	
	float: left;
	display: inline;
	overflow: hidden;
}
div.intro {
	width: 500px;
	padding: 10px 0 15px 50px;
	font-size: 1.2em;
	line-height: 1.5em;
}
div.intro h3 {
	font-weight: normal;
}
div.intro p {
	color: #a6a6a6;
}
div#intro_bot {
	width: 609px;
	height: 20px;
	background: url(img/intro-bot.jpg) no-repeat;
	float: left;
	display: inline;
	overflow: hidden;
}
div#introsub {
	margin: 0 0 0 17px;
}
div#sub_top {
	width: 574px;
	height: 19px;
	background: url(img/introsub-top.png) no-repeat;
	float: left;
	display: inline;
	overflow: hidden;
}
div#sub_mid {
	width: 574px;
	height: auto;
	background: url(img/introsub-mid.png) repeat-y;
	padding: 10px 0 0 35px;
	font-size: 1.2em;
	float: left;
	display: inline;
	overflow: hidden;
}
div#sub_mid h3 {
	font-weight: normal;
}
div#sub_mid p {
	width: 510px;
	color: #a6a6a6;
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
}
div#sub_bot {
	width: 574px;
	height: 17px;
	background: url(img/introsub-bot.png) repeat-y;
	float: left;
	display: inline;
	overflow: hidden;
}
p.title {
	font-size: 1.2em;
	margin: 20px 0 10px 50px;
}
p.title strong {
	color: white;
	font-size: 1.4em;
}
p.title em {
	color: #4b4b4b;
}
div#mix_block {
	width: 608px;
	height: auto;
	border: 1px solid black;
	background: #121212;
}
a.blog_header {
	width: 608px;
	height: 32px;
	display: block;
	background: url(img/header-blog.jpg) no-repeat;
}
a.blog_header:hover,a.design_header:hover,a.music_header:hover {
	background-position: 0 -38px;
}
a.design_header {
	width: 608px;
	height: 32px;
	display: block;
	background: url(img/header-design.jpg) no-repeat;
}
a.music_header {
	width: 608px;
	height: 32px;
	display: block;
	background: url(img/header-music.jpg) no-repeat;
}
div.news_item {
	margin: 15px 0 15px 50px;
}
div.news_item p {
	font-size: 1.2em;
}
a.news_date {
	font-weight: bold;
}
a.goto {
	width: 29px;
	height: 29px;
	display: block;
	float: right;
	background: url(img/btns/play.png) no-repeat;
	margin: 0 10px 0 0;
}
a.goto:hover {
	background-position: 0 -40px;
}
hr {
	border-top: 1px solid #0e0e0e;
	border-bottom: 1px solid #141414;
}
.news_date.blogset {
	color: #e04e3f;
}
.news_date.designset {
	color: white;
}
.news_date.musicset {
	color: #47a2ff;
}
.news_title.blogset {
	color: #ce867f;
}
.news_title.blogset:hover {
	color: #efbead;
}
.news_title.designset {
	color: #a8a8a8;
}
.news_title.designset:hover {
	color: #fffeff;
}
.news_title.musicset {
	color: #768fbd;
}
.news_title.musicset:hover {
	color: #9ebffd;
}
div#mytwitter {
	width: 222px;
	height: auto;
}
a.twitter {
	display: block;
	width: 110px;
	height: 20px;
	float: right;
	background: url(img/twitter.png) no-repeat;
	padding: 0 0 0 20px;
	font-size: 1.2em;
	color: white;
	margin: 0 10px 0 0;
}
a.twitter em {
	color: #686868;
}
div.tweet {
	float: left;
}
div.tweet a {
	color: #47a2ff;
}
div.twit-top {
	width: 222px;
	height: 11px;
	background: url(img/twitter-top.png) no-repeat;
	float: left;
	display: inline;
	overflow: hidden;
}
div.twit-mid {
	width: 222px;
	height: auto;
	background: url(img/twitter-mid.png) repeat-y;
	float: left;
	display: inline;
	overflow: hidden;
}
div.twit-mid p {
	font-size: 1.2em;
	line-height: 1.4em;
	width: 185px;
	padding: 0 0 0 20px;
	color: #989898;
}
div.twit-mid abbr {
	font-size: 1em;
	line-height: 1.4em;
	padding: 0 20px 0 0;
	float: right;
}
div.twit-bot {
	width: 222px;
	height: 11px;
	background: url(img/twitter-bot.png) no-repeat;
	float: left;
	display: inline;
	overflow: hidden;
}
.alt .twit-top, .alt .twit-mid, .alt .twit-bot {
	background: none;
}
div#footer {
	width: 852px;
	height: auto;
	background: url(img/footer.jpg) no-repeat;
	margin: 0 0 0 4px;
}
div#footer a {
	color: #994400;
	font-weight: normal;
}
div#footer a:hover {
	color: #e26413;
}
form#contact {
	width: 250px;
	clear: left;
	float: left;
	margin: 15px 0 0 40px;
	display: inline;
	overflow: hidden;
}
form#contact input[type="text"] {
	width: 230px;
	font-size: 1.4em;
	line-height: 1.4em;
	background: #f3eca3;
	border: 1px solid #b29949;
	margin: 2px 0 10px 0;
}
form#contact input[type="submit"] {
	width: 230px;
	height: 30px;
	background: url(img/btns/submit.jpg) repeat-x;
	border: 1px solid #cdb154;
	color: #7b6a33;
	cursor: pointer;
	margin: 0 0 10px 0;
}
form#contact input[type="submit"]:hover {
	border: 1px solid #ae9647;
	background: #ffde6e;
}
form#contact input[type="submit"]:active {
	border: 1px solid #9a853f;
	background: #cfbb5a;
}

form#contact textarea {
	width: 230px;
	background: #f3eca3;
	border: 1px solid #b29949;
	margin: 2px 0 10px 0;
}
form#contact label {
	font-size: 1.2em;
	color: #994400;
	font-weight: bold;
}
form#contact h3 {
	color: #d06414;
	margin: 0 0 10px 0;
}
ul.foot_left {
	float: left;
	width: 250px;
	height: auto;
	font-size: 1.2em;
	margin: 10px 0 10px 40px;
}
ul.foot_left li {
	color: #994400;
	font-weight: bold;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
}
li.ico_twitter {
	background: url(img/twitter.png) no-repeat;
}
li.ico_email {
	background: url(img/ico-mail.png) no-repeat 0 2px;
}
li.ico_music {
	background: url(img/ico-music.png) no-repeat ;
}
li.ico_design {
	background: url(img/ico-design.png) no-repeat 0 1px;
}
li.ico_blog {
	background: url(img/ico-blog.png) no-repeat;
}
li.ico_msn {
	background: url(img/ico-msn.png) no-repeat;
}
p.ico_fb {
	background: url(img/ico-fb.png) no-repeat;
	padding: 0 0 0 15px;
}
div.foot_right {
	width: 450px;
	float: right;
	margin: 10px 30px 0 0;
	font-size: 1.2em;
}
div.foot_right p {
	color: #994400;
	font-weight: bold;
}
div#footer2 {
	width: 843px;
	background: #c5861d;
	color: white;
	margin: 0 0 0 4px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 2px 0;
}
div#footer2 a {
	color: #f3d22f;
}
div#footer2 a:hover {
	color: #f9eb98;
}
div#fb2 {
	margin: 5px 0 9px 0;
}
div#errors {
	width: 234px;
	margin: 0 0 10px 0;
	font-size: 1.2em;
	font-weight: bold;
}
span.error, div#fb2 span {
	color: #e05134;
}
span.success {
	color: #fafb9a;	
}
h2.cv_ti {
	font-size: 2em;
	font-weight: normal;
	line-height: 2em;
	width: 607px;
	height: 36px;
	background: url(img/h2bg.jpg) no-repeat;
	float: left;
	display: inline;
	overflow: hidden;
	padding: 25px 0 0 30px;
}
div#cv {
	width: 609px;
	height: auto;
	float: left;
}
div.cv_top {
	width: 609px;
	height: 12px;
	background: url(img/cv-top.jpg) no-repeat;
	float: left;
	display: inline;
	overflow: hidden;
}
div.cv_mid {
	width: 609px;
	height: auto;
	background: url(img/cv-mid.jpg) repeat-y;
	padding: 0 0 0 30px;
	font-size: 1.2em;
	color: #989898;
}
div.cv_bot {
	width: 609px;
	height: 14px;
	background: url(img/cv-bot.jpg) no-repeat;
}
div.cv_mid table td {
	text-align: left;
	vertical-align: top;
}
table.cv_h h3 {
	font-size: 1.4em;
	font-weight: normal;
	padding: 0 !important;
}
div.cv_mid strong, div.cv_mid h3 {
	color: white;
}
div.cv_mid h3 {
	font-weight: normal;
	padding: 20px 0 0 0;
}
td.tright {
	text-align: justify;
}
td.tleft {
	width: 73%;
}
div.cv_mid table {
	width: 560px;
	margin: 10px 0 0 0;
}
td.t20 {
	width: 16%;
}
table.academic td {
	padding: 0 0 10px 0;
}
td.titular {
	color: #f3d22f;
}
table.pro ul {
	margin: 0 0 10px 0;
}
table.pro ul li {
	line-height: 1.2em;
	margin: 0 0 5px 0;
	background: url(img/bul.png) no-repeat 0 2px;
	padding: 0 0 0 15px;
}
hr.type2 {
	border-top: 1px solid #0e0e0e;
	border-bottom: 1px solid #1c1c1c;
	margin: 0 0 10px 0;
}
div.cv_mid p {
	width: 560px;
	text-align: justify;
}
div.cv_mid h2 {
	color: white;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 2em;
}
a.link {
	height: 15px;
	color: #f3d22f;
	display: block;
	background: url(img/btns/link.png) no-repeat right;
	float: left;
	padding: 0 20px 0 0;
}
a.link:hover {
	color: #e4821b;
}
div.download {
	width: 203px;
	color: #989898;
	font-size: 1.2em;
	margin: 10px 0 0 0;
}
div.download p {
	margin: 0 0 7px 0;
}
div.download strong {
	font-weight: normal;
	color: white;
}
hr.type3 {
	border-top: 1px solid #1c1c1c;
	border-bottom: 1px solid #232323;
	margin: 10px 0 10px 0;
}
a.dl {
	width: 16px;
	height: 15px;
	background: url(img/btns/dl.png) no-repeat;
	padding: 0 0 0 17px;
	margin: 0 40px 0 0;
	color: #d4fa3a;
}
a.dl:hover {
	color: #f3d22f;
	text-decoration: underline;
}
img.fred {
	border: 1px solid black;
}
div.qna {
	width: 203px;
	font-size: 1.2em;
}
div.qna h3 {
	color: #f3d22f;
	line-height: 1.2em;
	margin: 0 0 5px 0;
}
div.qna p {
	margin: 0 0 1em 0;
	color: #b7b545;
}