/*---------------------------------------------- 
Reset
------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%; }
	
ol, ul  { list-style: none; }

:focus  { outline: 0; }

/* deleting the default appearence for form elements */
input, textarea { -moz-appearance: none; -webkit-appearance: none; }


/*---------------------------------------------- 
HTML5 display definitions
------------------------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {
display: block;
	}

/* Corrects inline-block not defined in IE6/7/8 and FF3 */
audio, canvas, video {
display: inline-block;
*display: inline;
*zoom: 1;
	}

audio:not([controls]) {
display: none;
	}

/* Ensures content is hidden from all presentations, including screenreaders */
[hidden] {
display: none;
visibility: hidden;
	}


/*---------------------------------------------- 
Base structure
------------------------------------------------*/
html {
	height: 100%;
	font-size: 100%;
	overflow-y: scroll; /* Force a scrollbar in non-IE */
	-webkit-text-size-adjust: 100%; /* Prevent iOS text size adjust on orientation change without disabling user zoom */
	-ms-text-size-adjust: 100%;
	}

body {
	font-family: Helvetica, Arial, sans-serif; font-size:12px; color:#999999; text-align: left; line-height:19px;
	background: transparent url(../images/background_main.png);
	}
::selection { background:#3cb8ab; color:#fff; }
::-moz-selection { background:#3cb8ab; color:#fff; }
::-webkit-selection { background:#3cb8ab; color:#fff; }	


/* Headings
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Colaborate Thin',Helvetica, Arial, sans-serif;
	color: #222222;
	font-weight: normal;
	/*text-shadow: 1px 1px 0px #ffffff;*/
	}
	
h4, h5, h6 {
	font-family: 'Colaborate Light',Helvetica, Arial, sans-serif;
	}
	
#bottom h1, #bottom h2, #bottom h3, #bottom h4, #bottom h5, #bottom h6 {
	text-shadow: none;
	color: #ffffff;
	}

h1 { font-size: 60px; line-height: 68px; }
h2 { font-size: 40px; line-height: 46px; }
h3 { font-size: 24px; line-height: 30px; }
h4 { font-size: 18px; line-height: 22px; }
h5 { font-size: 16px; line-height: 19px; }
h6 { font-size: 14px; line-height: 17px; }

.title_section { margin-bottom: 30px; }
.title_page { 	background: margin-bottom: 30px; padding-bottom: 30px; padding-top: 30px; }

.award{
	font-style:italic;
	}
	

div h1, div h2, div h3, div h4, div h5, div h6 {
	margin-top: 30px;
	}
	
div h1:first-child, div h2:first-child, div h3:first-child, div h4:first-child, div h5:first-child, div h6:first-child {
	margin-top: 0px;
	}


/* Forms
---------------------------------------- */
input[type=text], input[type=password], textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	background: #f0f0f0;
	border: none;
	line-height: 20px;
	color: #999999;
	padding: 5px 5px;
	}

input[type=text], input[type=password] { width: 270px; }		/* padding issue (270 + 2*5 = 270) */
textarea { width: 420px; height: 150px; max-width: 100%; }		/* padding issue (420 + 2*5 = 430) */

input[type=submit] {
	font-size: 11px;
	line-height: 26px;
	height: 24px;
	color: #ffffff;
	background: #999999;
	padding: 0px 10px;
	border: none;
	cursor: pointer;
	}
input[type=submit]:hover { 
	background: #ee3823;  
	}
	
label {
	display: none;
	}
	
form {
	margin-top: 30px;
	}
	
form div {
	margin-top: 15px;
	position: relative;
	}
	
div form:first-child, form div:first-child 	 {
	margin-top: 0px;
	}


/* Chech formular */
form .checkfalse {
	width: 12px;
	height: 23px;
	background: url(../images/checkfalse.png);
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: -30px; 
	}
	
#form-note {
	display: none;
	}
	
#form-note .confirm_message {
	color: #ee3823;
	background: url(../images/confirm.png) center left no-repeat;
	height: 23px;
	line-height: 23px;
	display: inline-block;
	padding-left: 30px;
	margin-left: -30px;
	}
	

	
/* Links
---------------------------------------- */

a, a:visited {
	text-decoration: none;
	color: #666666;
	cursor: pointer;
	}

a:hover {
	color: #139083;
	}

a.color {
	text-decoration: none;
	color: #ee3823;
	}
	
a.color:hover {
	color: #666666;
	}


/* Embedded content
---------------------------------------- */

img, object, video {
	max-width: 100%; 
	height: auto;
	display:block;
	}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	}

p img { margin-top: 15px; }
p img:first-child { margin-top: 0px; }
img.left_float { margin: 3px 30px 30px 0; }
img.right_float { margin: 3px 0px 30px 30px; }


/* Lists
---------------------------------------- */
article ul {
	margin-top: 13px;
	padding-left: 0px;
	}

article ul li {
	padding-left: 15px;
	background: transparent url('../images/list.png') 0 7px no-repeat;
	line-height: 26px;
	font-size:12px;
	text-transform: uppercase;
	
	}
	
article ol {
	margin-top: 30px;
	margin-left: 45px;
	list-style: decimal;
	}
	
article ol li {
	line-height: 22px;
	}
/*Categorie description components lists
---------------------------------------*/
ul.components {
	margin-top: 13px;
	padding-left: 0px;
	}

ul.components li {
	padding-left: 15px;
	background: transparent url('../images/list_2.png') 0 7px no-repeat;
	line-height: 22px;
	font-size:10px;
	text-transform: uppercase;
	
	}


/* Contact List
---------------------------------------*/
ul.contact{
	padding-left:0px;
	margin-top:14px;
}

ul.contact li {
	float:left;
	margin-right:40px;
	margin-top:0px;
	margin-left:30px;
	padding-left:25px;
	padding-bottom:40px;
}

li.location {
	background: transparent url('../images/location.png') 5px 3px no-repeat;
	line-height: 22px;
	font-size:12px;
	/*text-transform: uppercase;*/
}


li.phone {
	background: transparent url('../images/phone.png') 1px 3px no-repeat;
	line-height: 22px;
	font-size:13px;
	/*text-transform: uppercase;*/
}
	
li.email {
	background: transparent url('../images/email.png') 0px 5px no-repeat;
	line-height: 22px;
	font-size:12px;

	/*text-transform: uppercase;*/

}

ul.resume {
	margin-bottom:15px;
}

ul.resume li{
	padding-left: 15px;
	background: transparent url('../images/pdf.png') 0 4px no-repeat;
	line-height: 24px;
	font-size:12px;
	text-transform: uppercase;
}

/* Others
---------------------------------------- */

strong, b, dt {
	font-weight: bold; 
}

i, dfn {
	font-style: italic; 
	}

sub, sup {
	font-size: 0.625em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	}

sup {
	top: -0.5em;
	}

sub {
	bottom: -0.25em;
	}

/* paragraph rules */
p { 
	margin-top: 20px; 
	font-size: 16px;
	font-weight: 300;
	line-height:26px;
	}
	
div p:first-child { 
	margin-top: 0px; 
	}	

p.blockquote {
	padding-left: 35px;
	background: transparent url(../images/quote.png) no-repeat center left;
	}

p.blockquote span {
	border-left: 1px dashed #e5e5e5;
	padding-left: 15px;
	display: block;
	}
	

/*---------------------------------------------- 
General ID's or Classes
------------------------------------------------*/
#page {
	position: relative;
	overflow: hidden;
	}
	
#sidebar {
	width: 210px;
	padding-bottom: 60px;
	}
	
#maincontent {
	width: 660px;
	margin-bottom:10px;
	}

.wrapper {
	width: 900px; 
	margin: 0 auto;
	position: relative;
	}
	
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    *display: inline-block;
    height: 1%;
}	
	
.sidebar_section {
	margin-top: 60px;
	}
#sidebar .sidebar_section:first-child {
	margin: 0;
	}

.left_float { 
	float: left; 
	}
	
.right_float { 
	float: right; 
	}
	
article .seperator { 
	padding-top: 30px;
	margin-top: 30px;
	}
	
.add_padding {
	padding-left: 30px;
	padding-right: 30px;
	}


/*---------------------------------------------- 
Header
------------------------------------------------*/
header, #header {
	overflow: hidden;
	}
	
.header_top {
	margin-bottom: 80px;
	}
	
.header_tagline {
	margin-bottom: 80px;
	text-align: center;
	}
	
.header_tagline h1, .header_tagline h2, .header_tagline h3, .header_tagline h4, .header_tagline h5, .header_tagline h6 {
	margin:  0 0 5px 0;
	}
	
#loader {
	position: absolute;
	bottom: 30px;
	left: 0;
	display: none;		/* hidden on start */
	}
	
#close {
	position: absolute;
	bottom: 0px;
	left: 30px;
	display: none;		/* hidden on start */
	
	width: 39px;
	height: 20px;
	background: url(../images/close.png) no-repeat top left;
	text-indent: -9999px;
	cursor: pointer;
	}
	
#close:hover {
	background-position: bottom left;
	}
	

/*---------------------------------------------- 
Top
------------------------------------------------*/
#top {
	background: #342e2e;		
	width: 100%;
	height: 40px;
	position: relative;
	z-index: 2;
	box-shadow:  rgba(0,0,0, 0.1) 0px 0px 5px;
	-moz-box-shadow:  rgba(0,0,0, 0.1) 0px 0px 5px;
	-webkit-box-shadow:  rgba(0,0,0, 0.1) 0px 0px 5px;
	margin-bottom: 40px;
	}	
	
#top .latest_tweet {
	line-height: 40px;
	height: 40px;
	width: 650px;
	overflow:hidden;
	font-size: 11px;
	}
	
#top .latest_tweet span {
	font-size: 12px;
	margin-right: 15px;
	font-weight:500;
	color:#FFF;
	}


/*---------------------------------------------- 
Bottom
------------------------------------------------*/
#bottom {
	width: 100%;
	position:fixed;
	bottom: 0%;
	left: 0;
	z-index: 10;
	}
	
#bottom .bottom_inner {
	background: #333;
	padding: 30px 0 0 0;
	display: none;
	}
	
#slideup {
	background: #333333;
	width: 100%;
	height: 5px;
	position: relative;
	}
	
#slideup a {
	display: inline-block;
	background: url(../images/top.png) no-repeat top left;
	width: 25px;
	height: 13px;
	text-indent: -9999px;
	position:absolute;
	top: -13px;
	left: 50%;
	margin-left: -12px;
	}
	
#slideup a.hide {
	background: url(../images/top.png) no-repeat bottom right;
	}
	
#slideup a:hover {
	background-position: bottom left;
	}
	
#slideup a.hide:hover {
	background-position: top right;
	}
	

	
/*---------------------------------------------- 
Nav
------------------------------------------------*/
nav, #nav {
	}
	
nav ul li, #nav nav ul li {
	float: left;
	margin-left: 30px;
	line-height: 92px;			/* height of the logo*/
	}

nav ul li a, #nav ul li a  {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	/*text-shadow: 1px 1px 0px #ffffff;*/
	}
	
nav ul li a:hover, nav ul li a.active, #nav ul li a:hover, #nav ul li a.active {
	color: #222; text-decoration: none;
	}
	
	
/*---------------------------------------------- 
Footer
------------------------------------------------*/
footer .footer_inner {
	padding: 15px 0 20px 0;
	font-size: 11px;
	line-height: 24px;
	}


/*---------------------------------------------- 
Article
------------------------------------------------*/
article, #article {
	background: #fff;
	width: 100%;
	height: auto;
	box-shadow:  rgba(0,0,0, 0.1) 0px 0px 3px;
	-moz-box-shadow:  rgba(0,0,0, 0.1) 0px 0px 3px;
	-webkit-box-shadow:  rgba(0,0,0, 0.1) 0px 0px 3px;
	border-bottom: 1px solid #e0e0e0;
	}
	
.article_content {
	padding-top: 30px;
	}
	
#blog article {
	padding-bottom: 60px;
	}
	
#portfolio article {
	padding-bottom: 0px;
	}


/*---------------------------------------------- 
			   P A G E C O N T E N T
------------------------------------------------*/
#pagecontent {
	width: 100%;
	height: auto;
	padding-bottom: 80px;
	display: none;
	}
	
	

/*---------------------------------------------- 
Entries
------------------------------------------------*/
.entries {
	width: 110%;
	margin-bottom: 30px;
	}
	
.entry {
	float: left;
	width: 280px;
	background: #fff;
	margin-right: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	box-shadow:  rgba(0,0,0, 0.1) 0px 0px 3px;
	-moz-box-shadow:  rgba(0,0,0, 0.1) 0px 0px 3px;
	-webkit-box-shadow:  rgba(0,0,0, 0.1) 0px 0px 3px;
	}
	
.entry .entry-headline {
	border-left: 5px solid #ee3823;
	padding-left: 15px;
	margin: 20px 15px 20px 15px;
	}

.entry .entry-title {
	margin-bottom: 5px;
	}
	
.entry-date {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	}	
	
.entry .entry-info { 
	font-size: 11px;
	line-height: 18px;
	padding: 20px 15px 20px 15px; 
	}
	
.entry .entry-meta {
	margin-top: 15px;
	}
	
.entry .entry-meta div.right_float {
	margin-left: 15px;
	}
	
	
.entry-single .entry-headline {
	border-left: 5px solid #EA3E32;
	padding-left: 15px;
	}

.entry-single .entry-title {
	margin-bottom: 5px;
	}
	
.entry-single .entry-info { 
	margin-top: 30px;
	padding-top: 30px; 
	}
	
.entry-single .entry-meta { 
	margin-top: 30px;
	padding-top: 30px; 
	}
	




/*---------------------------------------------- 
Filter
------------------------------------------------*/
.filter {
	overflow: hidden;
	margin-bottom: 25px;
	}
	
.filter li {
	float: left;
	padding-right: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	}
	
.filter li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	background: none;
	}

.filter li a {
	text-decoration: none;
	color: #999999;
	}
.filter li a:hover { color: #333333; text-decoration: none;}
.filter li a.active { color: #139083; }


/*---------------------------------------------- 
Meta Datas
------------------------------------------------*/
.entry-meta div {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 5px;
	}
	
.meta_likes a {
	background: url(../images/likes_icon.png) no-repeat 0px 1px;
	padding-left: 17px;
	color: #999999;
	}
.meta_likes a:hover { background: url(../images/likes_icon-hover.png) no-repeat 0px 1px; color: #139083; }
	
.meta_comments a {
	background: url(../images/comments_icon.png) no-repeat 0px 1px;
	padding-left: 17px;
	color: #999999;
	}
.meta_comments a:hover { background: url(../images/comments_icon-hover.png) no-repeat 0px 1px; color: #139083; }
	
.meta_views {
	background: url(../images/views_icon.png) no-repeat 0px 4px;
	padding-left: 17px;
	}
	
.meta_tags {
	background: url(../images/tags_icon.png) no-repeat 0px 4px;
	padding-left: 17px;
	}


/*---------------------------------------------- 
Comments
------------------------------------------------*/
#comments .comment {
	overflow: hidden;
	padding-top: 30px;
	}
#comments .comment:first-child {
	padding-top: 0px;
	}	

#comments .comment .comment { 
	padding-left: 65px; 
	margin-bottom: 0; 
	padding-bottom: 0;
	}
	
#comments .user {
	float: left;
	width: 50px;
	}
	
#comments .comment_content {
	margin-left: 65px;
	padding-left: 15px;
	border-left: 1px dashed #e5e5e5;
	}
	
#comments .comment_date {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 15px;
	}


/*---------------------------------------------- 
Social Media Widget
------------------------------------------------*/
.socialmedia a {
	float: left;
	height: 40px;
	width: 40px;
	display: inline-block;
	text-indent: -9999px;
	/*border-right: 1px solid #e5e5e5;*/
	}
	
.socialmedia a:first-child {
	/*border-left: 1px solid #e5e5e5;*/
	}
	
a.facebook { background: transparent url(../images/facebook_icon.png); }
a.twitter { background: transparent url(../images/twitter_icon.png); }
a.thumblr { background: transparent url(../images/thumblr_icon.png); }
a.vimeo { background: transparent url(../images/vimeo_icon.png); }
a.linkedin { background: transparent url(../images/linkedin_icon.png); }
a.dribble { background: transparent url(../images/dribble_icon.png); }

.socialmedia a:hover { background-position: bottom left; }	




/*---------------------------------------------- 
Twitter Widget
------------------------------------------------*/
#widget_twitter {
	padding-top: 15px;
	}

.tweet {
	width: 280px;
	margin-top: 15px;
	}
	
	
/*---------------------------------------------- 
Skills Widget
------------------------------------------------*/
#widget_skills {
	padding-top: 15px;
	}
	
.skill {
	margin-top: 15px;
	}
	
.skill .skill_bar {
	background: #e0e0e0;
	height: 22px; width: 100%;
	position: relative;
	}
	
.skill .skill_bar .skill_active {
	background: #999999;
	height: 100%;
	}
	
.skill .skill_bar span {
	color: #ffffff;
	position: absolute;
	top: 2px;
	left: 10px;
	}

	
/*---------------------------------------------- 
Columns
------------------------------------------------*/
.columnsection {
	padding-bottom: 30px;
	}

.column { 
	float: left; 
	padding-bottom: 30px; 	/* IE7 BUG  ->  margin-bottom on a floating object doesn't appear in IE7  ->  therefore PADDING */
	margin-right: 30px;
	}

.one_full { width: 100%; float: none; margin-right: 0; }
.one_half  { width: 405px; }
.one_third { width: 260px; }
.two_third { width: 550px; }

.last {	margin-right: 0px; }


/*---------------------------------------------- 
Less space between P and H4 on Contact and About
------------------------------------------------*/
p.closer{
	margin-top:30px;
}




/*---------------------------------------------- 
Overlay Images
------------------------------------------------*/
.img_holder {
	position: relative;
	cursor: pointer;
	}

.img_holder a .overlay {
	width: 100%;
	height: 100%;
	background: #ffffff /*url(../images/overlay.png) center center no-repeat*/;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	}
	
.img_holder_sf {
	clear:both;
}
	
	
#example1{
float:left;
margin:0 27% 0 27%;
}
.sharrre{
margin:55px 0 0 50px;
float:left;
}
.sharrre .box a:hover{
text-decoration:none;
}
.sharrre .count {
color:#525b67;
display:block;
font-size:18px;
font-weight:bold;
line-height:40px;
height:40px;
position:relative;
text-align:center;
width:70px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
border:1px solid #b2c6cc;
background: #fbfbfb; /* Old browsers */
background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* IE10+ */
background: linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.sharrre .count:before, .sharrre .count:after {
content:'';
display:block;
position:absolute;
left:49%;
width:0;
height:0;
}
.sharrre .count:before {
border:solid 7px transparent;
border-top-color:#b2c6cc;
margin-left:-7px;
bottom: -14px;
}
.sharrre .count:after {
border:solid 6px transparent;
margin-left:-6px;
bottom:-12px;
border-top-color:#fbfbfb;
}
.sharrre .share {
color:#FFFFFF;
display:block;
font-size:12px;
font-weight:bold;
height:30px;
line-height:30px;
margin-top:8px;
padding:0;
text-align:center;
text-decoration:none;
width:70px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}
#twitter .share {
text-shadow: 1px 0px 0px #0077be;
filter: dropshadow(color=#0077be, offx=1, offy=0);
border:1px solid #0075c5;
background: #26c3eb;
background: -moz-linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26c3eb), color-stop(50%,#26b3e6), color-stop(51%,#00a2e1), color-stop(100%,#0080d6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* IE10+ */
background: linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26c3eb', endColorstr='#0080d6',GradientType=0 ); /* IE6-9 */
box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #5cd3f1 inset;
}
#facebook .share {
text-shadow: 1px 0px 0px #26427e;
filter: dropshadow(color=#26427e, offx=1, offy=0);
border:1px solid #24417c;
background: #5582c9; /* Old browsers */
background: -moz-linear-gradient(top, #5582c9 0%, #33539a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5582c9), color-stop(100%,#33539a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #5582c9 0%,#33539a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #5582c9 0%,#33539a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #5582c9 0%,#33539a 100%); /* IE10+ */
background: linear-gradient(top, #5582c9 0%,#33539a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5582c9', endColorstr='#33539a',GradientType=0 ); /* IE6-9 */
box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #80a1d6 inset;
}
#googleplus .share {
text-shadow: 1px 0px 0px #222222;
filter: dropshadow(color=#222222, offx=1, offy=0);
border:1px solid #262626;
background: #6d6d6d; /* Old browsers */
background: -moz-linear-gradient(top, #6d6d6d 0%, #434343 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d6d6d), color-stop(100%,#434343)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #6d6d6d 0%,#434343 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #6d6d6d 0%,#434343 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #6d6d6d 0%,#434343 100%); /* IE10+ */
background: linear-gradient(top, #6d6d6d 0%,#434343 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#434343',GradientType=0 ); /* IE6-9 */
box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #929292 inset;
}

.vids {
	width:660px;
	height:371px;
}