/*---------------------------------------------- 
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:#BB2649; color:#fff; }
::-moz-selection { background:#BB2649; color:#fff; }
::-webkit-selection { background:#BB2649; color:#fff; }	


/* Headings
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Colaborate Thin',Helvetica, Arial, sans-serif;
	color: #666666;
	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: #BB2649;
	padding-top: 15px;
	}

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: transparent url(../images/seperator_default.png) repeat-x bottom left; margin-bottom: 30px; padding-bottom: 30px; padding-top: 30px; }

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: #BB2649;  
	}
	
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: #BB2649;
	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: #BB2649;
	}

a.color {
	text-decoration: none;
	color: #BB2649;
	}
	
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 10px 0px 0; }
img.right_float { margin: 3px 0px 30px 30px; }
img.left { margin: 3px 30px 30px 0; }
img.right { margin: 3px 0px 30px 30px; }


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

article ul li {
	padding-left: 15px;
	background: transparent url('../images/list.png') 0 8px no-repeat;
	line-height: 22px;
	}
	
article ol {
	margin-top: 30px;
	margin-left: 45px;
	list-style: decimal;
	}
	
article ol li {
	line-height: 22px;
	}


/* 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: 10px; 
	}
	
div p:first-child { 
	margin-top: 0px; 
	}	

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

p.blockquote span {
	border-left: 1px dashed #e5e5e5;
	padding-left: 15px;
	display: block;
	font-size: 18px;
	line-height: 26px;
	}
	
.separator{background-image: url("../images/seperator_default.png"); background-repeat: repeat-x;

background-attachment: scroll;

background-position: left top;

background-clip: border-box;

background-size: auto auto;

margin-bottom: 30px;

padding-bottom: 30px;

padding-top: 0px;
margin-top:0;}

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

.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 { 
	background: transparent url(../images/seperator_default.png) repeat-x top left; 
	padding-top: 30px;
	margin-top: 30px;
	}
	
.add_padding {
	padding-left: 30px;
	padding-right: 30px;
	}


/*---------------------------------------------- 
Header
------------------------------------------------*/
header, #header {
	overflow: hidden;
	}
	
.header_top {
	background: transparent url(../images/seperator_main.png) repeat-x bottom left; padding-bottom: 20px;
	margin-bottom: 40px;
	}
	
.header_tagline {
	background: transparent url(../images/seperator_main.png) repeat-x bottom left; padding-bottom: 40px;
	margin-bottom: 60px;
	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;
	text-align: center;
	left:340px;
	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: #BB2649;		
	width: 100%;
	height: 4px;
	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: 10px;
	margin-right: 15px;
	}


/*---------------------------------------------- 
Bottom
------------------------------------------------*/
#bottom {
	width: 100%;
	position:fixed;
	bottom: 0%;
	left: 0;
	z-index: 10;
	}
	
#bottom p {margin-top:10px; padding: 0;}
#bottom .bottom_inner {
	background: #f7f7f7;
	padding: 30px 0 0 0;
	display: none;
	border-top: 3px solid #BB2649;
	
	}
	
#slideup {
	background: #BB2649;
	width: 100%;
	height: 4px;
	position: relative;
	}
	
#slideup a {
	display: inline-block;
	background: url(../images/top.png) no-repeat bottom 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 top right;
	}
	
#slideup a:hover {
	background-position: top left;
	}
	
#slideup a.hide:hover {
	background-position: bottom right;
	}
	

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

nav ul li a, #nav ul li a  {
	font-size: 13px;
	color: #999999;
	text-shadow: 1px 1px 0px #ffffff;
	text-decoration: none;
	}
	
nav ul li a:hover, nav ul li a.active, #nav ul li a:hover, #nav ul li a.active {
	color: #666666; text-decoration: none; border-bottom:solid #BB2649 1px;
	}
	
	
/*---------------------------------------------- 
Footer
------------------------------------------------*/
footer .footer_inner {
	background: transparent url(../images/seperator_main.png) repeat-x top left; 
	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 #BB2649;
	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 { 
	background: url(../images/seperator_default.png) repeat-x top left;
	background: url(../images/seperator_default.png) repeat-x bottom left;
	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 #BB2649;
	padding-left: 15px;
	}

.entry-single .entry-title {
	margin-bottom: 5px;
	}
	
.entry-single .entry-info { 
	background: url(../images/seperator_main.png) repeat-x top left;
	margin-top: 30px;
	padding-top: 30px; 
	}
	
.entry-single .entry-meta { 
	background: url(../images/seperator_main.png) repeat-x top left;
	margin-top: 30px;
	padding-top: 30px; 
	}
	


/*---------------------------------------------- 
Filter
------------------------------------------------*/
.filter {
	overflow: hidden;
	margin-bottom: 25px;
	}
	
.filter li {
	float: left;
	background: url(../images/seperator_filter.png) no-repeat center right;
	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: #BB2649; }


/*---------------------------------------------- 
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: #BB2649; }
	
.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: #BB2649; }
	
.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 dashed #e5e5e5;
	}
	
.socialmedia a:first-child {
	border-left: 1px dashed #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.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;
	}
.columnsection_non {
	padding-bottom: 00px;
	}

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

.thirds {width: 30%;}
.one_full { width: 100%; float: none; margin-right: 0; }
.one_half  { width: 405px; }
.one_third { width: 260px; text-align: center; }
.two_third { width: 550px; }
.one_third img{margin: 0 auto;}

.last {	margin-right: 0px; }




/*---------------------------------------------- 
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;
	}
	
.logo_holder	{ -moz-opacity:100; filter:alpha(opacity=100); opacity:1; }
.logo_holder a .overlay { -moz-opacity:.50; filter:alpha(opacity=50); opacity:.5; }

/*---------------------------------------------- 
Viewing
------------------------------------------------*/
#footer .view { float:right;  margin-right:0px;}
#footer .view .monitor{ background:url(../images/monitor.png) no-repeat bottom left; width:15px; height:15px;}
#footer .view .ipad{ background:url(../images/ipad.png) no-repeat top left; width:13px; height:15px;}
#footer .view .iphone{ background:url(../images/iphone.png) no-repeat top left; width:9px; height:16px; }
#footer .view .monitor,
#footer .view .ipad,
#footer .view .iphone{ margin-top:0px; margin-right:10px; float:left; }
#footer .view .iphone{margin-top:-1px;}