/*
Theme Name: SCROLL IT - Version:  1
Description:  Designed by <a href="http://themeforest.net/user/josweb">josweb</a>.
Author:  <a href="http://www.spiralpixel.com">Jo</a>
00. General Styling
	a) general
	i) typography
	ii) clears and divider
	iii) two column text holder
	iv) image styles
	v) lists
01. DROP DOWN PANEL
02. INTRODUCTION SECTION
	i) navigation
	ii) big type
	iii) logo
	iv) red italics
03. ABOUT ME
	i) fly in title
	ii) your skills
04. PORTFOLIO
05. SERVICES
	i) bx slider
	ii) accordian
06. CONTACT SECTION
	i) google map
	ii) social icons
	iii) contact form
	iv) twitter
07. FOOTER
*/


/* FONTS */
@font-face {
	font-family:'ChunkFiveRegular';
	src:url('style/fonts/Chunkfive-webfont.eot');
	src:url('style/fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),url('style/fonts/Chunkfive-webfont.woff') format('woff'),url('style/fonts/Chunkfive-webfont.ttf') format('truetype'),url('style/fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
	font-weight:normal;
	font-style: normal;
}

@font-face {
	font-family:'DroidSansRegular';
	src:url('style/fonts/DroidSans-webfont.eot');
	src:url('style/fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),url('style/fonts/DroidSans-webfont.woff') format('woff'),url('style/fonts/DroidSans-webfont.ttf') format('truetype'),url('style/fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'BebasNeue';
	src:url('style/fonts/bebasneue-webfont.eot');
	src:url('style/fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),url('style/fonts/bebasneue-webfont.woff') format('woff'),url('style/fonts/bebasneue-webfont.ttf') format('truetype'),url('style/fonts/bebasneue-webfont.svg#DroidSansRegular') format('svg');
	font-weight:normal;
	font-style: normal;
}

/* RESET */
* { padding:0; margin:0; }

/***************************************************
	00. GENERAL
***************************************************/
body {
	font-family:'DroidSansRegular', sans-serif;
	font-weight:normal;
	font-size:15px;
	line-height:24px;
	letter-spacing:0;
	background-image:url("style/images/bg.png");
	text-align:center;
	text-shadow:0 1px 1px #fff;
	color:#666666;
}

#content-wrapper {
	width:960px;
	margin:0 auto;
	display:block;
}

.holder {
	text-align:center;
	width:960px;
	margin:10px auto 120px auto;
}

p { margin-bottom:15px; }

a {
	outline:0;
	text-decoration:none;
	-moz-transition:background-color .2s linear,color .2s linear;
	-ms-transition:background-color .2s linear,color .2s linear;
	-o-transition:background-color .2s linear,color .2s linear;
	-webkit-transition:background-color .2s linear,color .2s linear;
	color:#BE4B18;
}
a:hover { color: #666;}

/*--i.-- typography --*/

h1 {
	font:100px 'BebasNeue', Arial, sans-serif;
	font-weight:normal;
	margin:0;
	text-transform:uppercase;
	color:#F16639;
	text-shadow:0 2px 1px #fff;
}
h2 {
	font-weight:normal;
	margin:0;
	color:#F16639;
	padding:0px 0px 0px 0px;
	text-shadow:0 2px 1px #fff;
	font:80px 'BebasNeue', Arial, sans-serif;
	text-transform:uppercase;
}
h3 {
	font-weight:normal;
	margin:0;
	color:#666666;
	padding:0px 0px 15px 0px;
	text-shadow:0 2px 1px #fff;
	font:30px 'ChunkFiveRegular', Arial, sans-serif;
	text-transform:uppercase;
}
h4 {
	font-weight:normal;
	margin:0;
	color:#666666;
	padding:10px 0px 20px 0px;
	text-shadow:0 1px 1px #fff;
	font:20px 'ChunkFiveRegular', Arial, sans-serif;
	text-transform:uppercase;
}
h5 {
	font-weight:normal;
	margin:0;
	color:#666666;
	padding:3px 0px 20px 0px;
	text-shadow:0 1px 1px #fff;
	font:15px 'ChunkFiveRegular', Arial, sans-serif;
	text-transform:uppercase;
}
h6 {
	font-weight:normal;
	margin:0;
	color:#666666;
	padding:10px 0px 20px 0px;
	text-shadow:0 1px 1px #fff;
	font:13px 'ChunkFiveRegular', Arial, sans-serif;
	text-transform: uppercase;
}
/*--ii.--clears and divider--*/

.clear { clear:both; }
.clear1 { margin-top:80px; clear:both; }
.clear2 { margin-top:130px; clear:both; }
.clear3 { margin-top:140px; clear:both; }
.divider { font-size:20px;  }


/*--iii.-- two column text holder --*/ 

.text-holder {
	text-align:left;
	padding-top:30px;
	width:960px;
	margin:10px auto;
}
.col2 {
	float:left;
	position:relative;
	width:450px;
	margin:0 60px 25px 0;
}
.last { margin-right: 0; }

/*--iV.-- image styles --*/ 

img.left {
	border:1px solid #fff;
	padding:5px;
	background-color:#eee;
	float:left;
	margin:5px 15px 5px 0;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
img.right {
	border:1px solid #fff;
	padding:5px;
	background-color:#eee;
	float:right;
	margin:5px 0 5px 15px;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
img.icon_left {
	padding:0;
	float:left;
	margin:3px 15px 0 0px;
}
img.my_pic {
	margin:0px 10px 0px -5px;
	float: left;
}

/*--v.-- lists --*/ 

/* Star List */
ul.star li {
	background:transparent url(style/images/star.png) no-repeat;
	background-position:-2px 1px;
	display:block;
	line-height:24px;
	list-style:none;
	padding:0 0 10px 24px;
	text-align: left;
}
/* Briefcase List */
ul.briefcase li {
	background:transparent url(style/images/briefcase.png) no-repeat;
	background-position:0 3px;
	display:block;
	line-height:24px;
	list-style:none;
	margin-left:-3px;
	padding:0 0 10px 25px;
	text-align: left;
}
/* Ribbon List */
ul.ribbon li {
	background:transparent url(style/images/ribbon.png) no-repeat;
	background-position:-1px 3px;
	display:block;
	line-height:24px;
	list-style:none;
	margin-left:-2px;
	padding:0 0 10px 24px;
	text-align: left;
}
/* Cup List */
ul.cup li {
	background:transparent url(style/images/cup.png) no-repeat;
	background-position:0 1px;
	display:block;
	line-height:24px;
	list-style:none;
	margin-left:-3px;
	padding:0 0 10px 25px;
	text-align:left;
}
.list { margin: 4px 0 0; }

/***************************************************
	02. DROP DOWN PANEL
***************************************************/

#panel {
	background: url(style/images/panel.jpg) repeat center top;
	height: 380px;
	display: none;
	border-bottom:3px double #bbb;
}
.slide {
	position:absolute;
	right:0;
	text-indent:-9999px;
	z-index: 200;
	margin: 0;
	padding: 0;
	background: url(style/images/corner.png) no-repeat center top;
}
.btn-slide {
	width: 49px;
	height:48px;
	display: block;
	text-decoration: none;
}
.dd {
	width: 960px;
	display: block;
	clear: both;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
}
 #panel ul.bullet  li {
	background: transparent url(style/images/bullet.jpg) no-repeat;
	background-position: 0 6px;
	line-height: 1.5em;
	list-style: none;
	padding: 0 0 10px 14px; 
	text-shadow:none;
	text-align:left;
}

.dd img.left { float: left; margin: 4px 0 8px; }

.col4 {text-align:left;
	float: left;
	position: relative;
	width: 207px;
	margin: 0 40px 25px 0;
}
	
.last { margin-right: 0; }

#panel .continue { float: left; }
.continue :after  {
		content: "\2192";
		margin-left: 5px;
		color: #999;
		float: right;
}

/***************************************************
	02. INTRODUCTION SECTION	
***************************************************/

/*--i.--navigation --*/

#head {
	height:150px;
	display:block;
	position:relative;
	width:100%;
}
.nav-container {
	height:100%;
	position:relative;
	width:960px;
	margin:auto;
}
#nav-left ul,#nav-right ul { }
#nav-left {left:0px; }
#nav-right { right:0px;}

#nav-left,#nav-right {
	padding:13px 0px 5px 0px;
	border-top:3px double #aaa;
	border-bottom:3px double #aaa;
	position:absolute;
	top:60px;
	width:360px;
}
#nav-left ul li {
	display:inline;
	list-style-type:none;
	padding-left:60px;
}
#nav-right ul li {
	display:inline;
	list-style-type:none;
	padding-right:60px;
}
#nav-left ul li a, #nav-right ul li a {
	font-family:'BebasNeue', arial, sans-serif;
	color:#999;
	text-decoration:none;
	text-shadow:0 1px 0px #fff;
	font-size:30px;
	font-weight:normal;
	letter-spacing:0.03em;
}
#nav-left ul li a:hover,#nav-right ul li a:hover { color: #666; }

/*--i.-- big type --*/

#title {
	font-family:'BebasNeue', arial, sans-serif;
	text-transform:uppercase;
	overflow:hidden;
	font-size:118px;
	margin:0px auto -630px;
	width:100%;
	height:1000px;
	position:relative;
	padding-top:40px;
	z-index:99;
	color:#F16639;
	text-shadow:0 2px 2px #FFFFFF;
}
.title-line {
	position:relative;
	display:block;
	margin:auto;
	width:300%;
	left:-100%;
}
#title-line2 { color:#666666; top:-60px; }
#title-line3 { color:#659999; top:-120px; }
.title-line span { 
	display:inline-block;
	line-height:1.4;
	position:relative;
}
#title-info { position:relative; z-index: 99998; }

/*--i.-- big type --*/

#logo img {
	margin:10px 0px 0px 0px;
	-moz-transition:all 0.8s ease-in-out;
	-webkit-transition:all 0.8s ease-in-out;
	-o-transition:all 0.8s ease-in-out;
	-ms-transition:all 0.8s ease-in-out;
	transition:all 0.8s ease-in-out;
}
#logo img:hover {
	cursor:none;
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform: rotate(360deg);
}

/*--iii.-- red italics --*/

.red-italic {
	font-size:16px;
	margin:10px auto;
	text-align:center;
	font-style:italic;
	color:#BE4B18;
	font-weight:bold;
}
.red { color:#BE4B18; font-weight: bold; }

/***************************************************
	03. ABOUT ME	
***************************************************/

/*--i.-- fly in title --*/
#fly-it { position: relative; }

/*--ii.-- your skills --*/
.skills {
	margin-top:15px;
	position:relative;
	float:left;
	font-size:12px;
	line-height:1em;
	padding:0px 0px;
}
.skill_col { width:450px; }

#skill {
	width:360px;
	list-style:none;
	padding-bottom:30px;
}
#skill li { margin-bottom:20px; height:15px;}

#skill li em {
	position:relative;
	font-style:normal;
	top:-20px;
	float:left;
	width:60px;
	font-size:13px;
	float:left;
	font-weight:bold;
	height:25px;
	margin-top:3px;
}
.expand {
	height:20px;
	background:#659999 url(style/images/light_lines.png) repeat;
	border:1px solid #777;
	display:block;
	margin-left:90px;
}

/*--add your skill percentages here --*/
.html { width:65%;
	-moz-animation:html 8s ease-out;
	-webkit-animation:html 2s ease-out;
}
.css { width:50%;
	-moz-animation:css 8s ease-out;
	-webkit-animation:css 2s ease-out;
}
.jquery { width:35%;
	-moz-animation:jquery 8s ease-out;
	-webkit-animation:jquery 2s ease-out;
}
.photoshop { width:95%;
	-moz-animation:photoshop 8s ease-out;
	-webkit-animation:photoshop 2s ease-out;
}
.illustrator { width:80%;
	-moz-animation:illustrator 8s ease-out;
	-webkit-animation:illustrator 2s ease-out;
}
@-moz-keyframes html { 0% { width:0px;}}
@-moz-keyframes css { 0% { width:0px;}}
@-moz-keyframes jquery { 0% { width:0px;}}
@-moz-keyframes photoshop { 0% { width:0px;}}
@-moz-keyframes illustrator { 0% { width:0px;}}

@-webkit-keyframes html { 0% {width:0px;}}
@-webkit-keyframes css { 0% { width:0px;}}
@-webkit-keyframes jquery { 0% { width:0px;}}
@-webkit-keyframes photoshop { 0% { width:0px}}
@-webkit-keyframes illustrator { 0% { width: 0px;}}

/***************************************************
	04. PORTFOLIO
***************************************************/
#portfolio {
	width:980px;
	margin:0 auto;
	position:relative;
	height:635px;
	padding-top:30px;
	margin-bottom:0px;
}
#portfolio ul { margin-top:0px; }
#portfolio ul li {
	margin:0;
	list-style-type:none;
	position:relative;
	float:left;
}
#portfolio ul li,#portfolio ul img:focus { margin-right: 0; }

.mosaic-block {
	width:200px;
	height:180px;
	margin:-2px 25px 25px 4px;
	float:left;
	border:8px solid #fff;
	overflow:hidden;
	position:relative;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.15);
	box-shadow:0 1px 2px rgba(0,0,0,.15);
	background:#eee url(style/images/ajax-loader.gif) no-repeat center center;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
}
.mosaic-backdrop {
	display:none;
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	background:#111;
}
.mosaic-overlay {
	display:none;
	cursor:pointer;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
	background:#111;
}
.fade .mosaic-overlay {
	opacity:0;
	filter:0;
	-khtml-opacity:0.8;
	-moz-opacity:0.8;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=8);
	filter:alpha(opacity=8);
	background:url(style/images/bg-black.png);
}
.details { text-align:center; text-shadow:none; }

.details h2 {
	text-shadow:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	position:relative;
	font-size:19px;
	padding:5px 8px 0px;
	margin:18px 0 14px;
}
.details p {
	color:#eee;
	font-size:11px;
	text-align:center;
	line-height:16px;
	text-shadow:none;
	margin-bottom:20px;
}
/* link icon */
.details a.info {
	background:url(style/images/link.png) no-repeat;
	text-align:center;
	text-decoration:none;
	width:32px;
	height:20px;
	display:block;
	float:right;
	font-weight:normal;
	margin:0 60px 0px 0px;
	text-indent:-99999px;
	text-shadow:none;
}
/* view icon */
.view {
	background:url(style/images/eye.png) no-repeat;
	text-align:center;
	text-decoration:none;
	float:left;
	width:32px;
	height:20px;
	display:block;
	margin:0 0px 0px 60px;
	font-weight:normal;
	text-indent:-99999px;
	text-shadow:none;
}
/* single video icon */
.video {
	background:url(style/images/film.png) no-repeat;
	text-align:center;
	text-decoration:none;
	float:left;
	width:32px;
	height:20px;
	display:block;
	margin:0 0px 0px 82px;
	font-weight:normal;
	text-indent:-99999px;
	text-shadow:none;
}
/* single view icon */
.view2 {
	background:url(style/images/eye.png) no-repeat;
	text-align:center;
	text-decoration:none;
	float:left;
	width:32px;
	height:20px;
	display:block;
	margin:0 0px 0px 84px;
	font-weight:normal;
	text-indent:-99999px;
	text-shadow: none;
}
/* gallery pagination */
#pagination {
	text-align:center;
	width:940px;
	padding:0px 0;
}
ol#pagination {
	color:#555;
	cursor:pointer;
	float:left;
	font-size:15px;
	line-height:1em;
	list-style:none;
	margin:0 auto 0 0;
	text-shadow:0 1px 0 #fff;
	text-transform:uppercase;
}
ol#pagination li {
	border-right:2px dotted #999;
	cursor:pointer;
	float:left;
	list-style:none;
	padding:0px 5px;
}
ol#pagination li.current { color:#e25d33; }
ol#pagination li:hover { color:#777; }
ol#pagination li.next { border-right: 0 dotted #ccc;}

/***************************************************
	05. SERVICES
***************************************************/

/*--i.-- bx slider --*/

#services_slider .bx-prev {
	background:url(style/images/panel-prev.png) repeat;
	float:right;
	height:40px;
	left:-50px;
	position:relative;
	text-indent:-9000px;
	top:20px;
	width:40px;
}
#services_slider .bx-next {
	background:url(style/images/panel-next.png) repeat;
	float:right;
	height:40px;
	position:relative;
	right:-35px;
	text-indent:-9000px;
	top:20px;
	width:40px;
}
#services_slider .bx-wrapper {
	border:3px solid white;
	-webkit-box-shadow:inset 0 0 8px rgba(0,0,0,0.1),0 0 16px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 0 8px rgba(0,0,0,0.1),0 0 16px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 8px rgba(0,0,0,0.1),0 0 16px rgba(0,0,0,0.1);
	margin-left:-2px;
	background:rgba(255,255,255,0.5);
	margin-top:-110px;
}
#services_slider .inner { padding:10px 0px 15px 0px;}

#services_slider h5 {
	color:#555;
	font-weight:normal;
	padding-top:20px;
	text-align:left;
	text-shadow:none;
	font:22px 'BebasNeue',Arial,sans-serif;
}
#services_slider p {
	font-size:14px;
	padding:0 30px 0px 0;
	text-align:left;
}
#services_slider .alignleft {
	color:#555;
	height:100px;
	padding:10px 0 0;
	text-align:left;
}
#services_slider .leftimage {
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.15);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15);
	background:#fff;
	border:1px solid #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,.15);
	float:left;
	margin:15px 0px 0;
	padding:5px;
}
#services_slider .bx-next:hover, #services_slider .bx-prev:hover {
	filter:0;
	-khtml-opacity:0.8;
	-moz-opacity:0.8;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=8);
	filter:alpha(opacity=8);
	opacity:0.8;
	text-decoration:none;
}
#services_slider .bx-prev, #services_slider .bx-next {
	#index_slider .bx-prev filter:0;
	-khtml-opacity:0.6;
	-moz-opacity:0.6;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	filter:alpha(opacity=60);
	opacity:0.6;
}
.thumb {
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.15);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15);
	background:#fff;
	border:1px solid #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,.15);
	float:left;
	margin:20px 20px 0 20px;
	padding:8px;
	text-decoration:none;
}
.thumb_no_hover {
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.15);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15);
	background:#fff;
	border:1px solid #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,.15);
	float:left;
	margin:20px 20px 0 20px;
	padding:8px;
	text-decoration:none;
}
.thumb_soundcloud {
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.15);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15);
	background:#fff;
	border:1px solid #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,.15);
	float:left;
	margin:20px 20px 0 20px;
	padding:8px;
	text-decoration:none;
	width:230px;
	height:133px;
}
.thumb:hover {
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.25);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15);
	box-shadow: 0 1px 6px rgba(0,0,0,.45);
}

/*--ii.-- accordian --*/

#accordion { margin: 0 auto; }

/* accordion header */
#accordion h2 {
	line-height:18px;
	margin:0;
	padding:5px 0px;
	font-size:24px;
	font-weight:normal;
	text-shadow:0 1px 0 #fff;
	cursor: pointer;
}
/* currently active header */
#accordion h2.current { cursor: default; }
/* accordion pane */
#accordion .pane {
	border-width:0 1px 0px 1px;
	display:none;
	height:160px;
	padding: 10px 0px;
}


/***************************************************
	06. CONTACT SECTION	
***************************************************/

/*--i.-- google map --*/

#map {
	display:block;
	float:left;
	margin:4px 0 -25px 0;
	height:248px;
	width:440px;
	padding:0px;
	background:url(style/images/shadow.png) no-repeat;
	background-position:0px 225px;
}
#map iframe { border: 4px solid #fff; }

/*--ii.-- social icons --*/

#social {
	margin:0 0 20px;
	width:450px;
	padding:0;
	list-style-type:none;
	float:left;
}
#social ul {
	display:inline;
	padding:0;
	overflow:hidden;
}
#social li {
	display:inline;
	list-style-type:none;
	padding-right:0;
}
#social a {
	filter:0;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter:alpha(opacity=80);
	opacity:0.8;
	text-decoration:none;
}
#social a:hover {
	border-style:none;
	filter:90;
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	filter:alpha(opacity=60);
	opacity: 0.6;
}

/*--iii.-- contact form --*/

#contact_form {
	margin-top:5px;
	float:left;
	padding:0 0 10px;
	width:440px;
}
.success {} 

.error {
	color:#999;
	float:right;
	font-size:12px;
	position:relative;
}
#contact_form ul { margin:0; }
#contact_form li {
	float:left;
	margin-left:0;
	margin-bottom:10px;
	position:relative;
	height:55px;
	color:#666;
	font-size:12px;
	list-style-type:none;
	text-shadow:0 1px 0 #FFF;
}
#contact_form label {
	display:block;
	height:23px;
	width:454px;
}
#contact_form li.textarea { height:193px; }

#contact_form input,textarea {
	width:440px;
	background:url(style/images/texture.png) repeat;
	color:#666;
	border:1px solid #FFF;
	padding:10px 5px;
	-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);
}
#contact_form textarea {
	height:145px;
	width:438px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:6px;
	margin-bottom:0px;
	border:1px solid #fff;
}
#contact_form input.submit {
	margin:0 10px 0 0;
	float:left;
	width:100px;
	height:34px;
	padding:4px 0 6px;
	border:2px solid #ccc;
	background:#659999 url(style/images/light_lines.png) repeat;
	color:#eee;
	line-height:1;
	text-align:center;
	text-shadow:0 1px 1px #555;
	font-size:11px;
	cursor:pointer;
}
#contact_form input.submit:hover {
	text-shadow:0 1px 1px #555;
	color:#fff;
	background:#555 url(style/images/light_lines.png) repeat;
}
#contact_form .required {
	color:#e25d33;
	font-size:1.2em;
}
#social a:active,  #contact_form input.submit:active{ position: relative; top: 1px;}

/*--iv.-- twitter --*/

.twitter {
	width:948px;
	margin:20px auto 0 auto;
	float:left;
	text-shadow:0 1px 0 #FFF;
}
.tickercontainer {
	width:948px;
	height:35px;
	margin:0 auto;
	padding:15px 0 0;
	margin-bottom:40px;
	overflow:hidden;
	border:4px solid white;
	-webkit-box-shadow:inset 0 0 8px rgba(0,0,0,0.1),0 0 16px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 0 8px rgba(0,0,0,0.1),0 0 16px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 8px rgba(0,0,0,0.1),0 0 16px rgba(0,0,0,0.1);
	background:rgba(255,255,255,0.5);
}
.tickercontainer .mask {
	position:relative;
	left:10px;
	top:0;
	width:925px;
	overflow:hidden;
}
ul.newsticker {
	position:relative;
	left:950px;
	font-size:14px;
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.newsticker li {
	float:left;
	margin:0;
	font-size:14px;
	padding:10px;
	background:none;
}
ul.newsticker a {
	padding:0;
	font:normal 14px Arial,Helvetica,sans-serif;
}
ul#tweet li#tweets {
	list-style-type:none;
	height:20px;
	width:4000px;
	padding:0;
}
ul#tweet li#tweets ul {
	list-style-type:none;
	margin:0;
	padding:0 0 30px;
}
ul#tweet li#tweets ul li {
	float:left;
	height:20px;
	margin:0 50px 0 0;
	padding:0;
}
ul#tweet li#tweets ul li p,ul#tweet li#tweets ul li a,ul#tweet li#tweets ul li span {
	margin-left:4px;
	padding:0;
}
.pen { margin: 20px 0px 10px 0; }

/***************************************************
	07. FOOTER	
***************************************************/

.foot {
	color:#eee;
	font-size:14px;
	line-height:24px;
	text-align:center;
	padding:35px 0 0 0;
	text-shadow:0 2px 1px #222;
}
.footer {
	background-color:transparent;
	background-image:url("style/images/strip.png");
	background-repeat:repeat;
	position:relative;
	height:124px;
	margin-top:230px;
	width:100%;
	border-top:3px solid #888;
}

/* BACK TO TOP LINK */
#to-top {
	background-image:url("style/images/to_top.png");
	background-repeat:no-repeat;
	clear:both;
	height:57px;
	width:57px;
	position:absolute;
	right:0;
	text-indent:-9999px;
	z-index: 200;
}

/******************** * TOOL TIPS * ********************/
#tiptip_holder {
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:99999;
}
#tiptip_holder.tip_top {
	padding-bottom:5px;
}
#tiptip_holder.tip_bottom {
	padding-top:5px;
}
#tiptip_holder.tip_right {
	padding-left:5px;
}
#tiptip_holder.tip_left {
	padding-right:5px;
}
#tiptip_content {
	font-size:11px;
	color:#fff;
	text-shadow:0 0 2px #000;
	padding:4px 8px;
	border:1px solid rgba(255,255,255,0.25);
	background-color:#191919;
	background-color:rgba(25,25,25,0.92);
	background-image:0 to(#000));
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
#tiptip_arrow,#tiptip_arrow_inner {
	position:absolute;
	border-color:transparent;
	border-style:solid;
	border-width:6px;
	height:0;
	width:0;
}
#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color:#fff;
	border-top-color:rgba(255,255,255,0.35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color:#fff;
	border-bottom-color:rgba(255,255,255,0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color:#fff;
	border-right-color:rgba(255,255,255,0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color:#fff;
	border-left-color:rgba(255,255,255,0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top:-7px;
	margin-left:-6px;
	border-top-color:#191919;
	border-top-color:rgba(25,25,25,0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top:-5px;
	margin-left:-6px;
	border-bottom-color:#191919;
	border-bottom-color:rgba(25,25,25,0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top:-6px;
	margin-left:-5px;
	border-right-color:#191919;
	border-right-color:rgba(25,25,25,0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top:-6px;
	margin-left:-7px;
	border-left-color:#191919;
	border-left-color: rgba(25,25,25,0.92);
}
/* Webkit Hacks */
@media screen and -webkit-min-device-pixel-ratio0 {
	#tiptip_content
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	border-bottom-color:rgba(45,45,45,0.88);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
	border-top-color: rgba(20,20,20,0.92);
}