/**
* Theme Name: Ibeyostudio
* Theme URI: ibeyostudio.se
* Description: For Ibeyostudio.se
* Author: Sanna Frese
*//

* {
	padding:0; 
	margin:0;
	border: 0;

	}
	
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, Sans-Serif;
	background: #000;
	color: #fff;
	text-align: center;
	}
	
a {
	color: #777;
	text-decoration: none;
	}

a:hover {
	color: #999;
	}

#page {
		text-align: left;
	
	}
/**** Build */


#page {
	background-color: #000;
	margin: 40px auto;
	width: 850px;
	}

.narrowcolumn {
	float: left;
	width: 580px;
	background-color:#000;
	}

.widecolumn {
	width: 100%;
	background-color:black;
	}

.post {
	padding-bottom:70px;
	background-color:black;
	}

}
	

.post hr {
	display: block;
	width:100%;
	}


.narrowcolumn .postmetadata {
	float:left;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	margin: 5px 0px;
}

.postmetadata {
	padding:0;
	margin-top:-70px;
	
}

.comment-link {
float:right;
margin-top:-40px;
padding-right:20px;
font-size:10px;
display:none;
}

.clear {
	clear: both;
}

#footer {
	padding: 0 0 0 45px;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	}	


#content {
	font-size: 12px;
	background-color:black;	}


.widecolumn {
	font-size: 12px;
	}

.narrowcolumn .postmetadata {
	font-size:10px;
	}

.alt {
	background-color: #000;
	}

#footer {
	background: #000;
	border: none;
	height:50px;
	}


.commentlist li, #commentform input, #commentform textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	}
	
	.commentlist ol {
	margin-bottom:60px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	display:none;
	}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	color:#666;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	color:#fff;
	}

#sidebar {
	font: 12px 'Arial', Helvetica, Sans-Serif;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}
	
#sidebar ul ul li, #sidebar ul ol li {
	color:#fff;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 12px;
	letter-spacing: .07em;
	}

pre {
	font: 12px 'Courier New', Courier, Fixed;
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 14px 'Arial', Helvetica, Sans-Serif;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}


.entry p a:visited {
	color: #666;
	}





/*	 Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:;
	color:#fff;
	word-spacing:3px;
	font-size:16px;
	}

h2.pagetitle {
	margin-top: 30px;
	display:inline;
	font-size:20px;
}

#sidebar h2.widgettitle{
	color:white;
	margin-bottom:5px;
	margin-top:0;
	font-size:16px;
	}

h3 {
	text-transform:uppercase;
	font-weight:normal;
	color:#fff;
	font-size:14px;
	}

h3.comments {

	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;	}



h1, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	display:inline;	}



h3 {
	font-size: 13px;
	color: #666;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #fff;
	}

h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff;
	}

h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	color: #fff;
	}

h2 a:hover, h3 a:hover {
	text-decoration: none;
	color: #fff;
	}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 17px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}



/* Lists */


html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 0px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	line-height: 1em;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

ul ul li {
	margin-left: 0px;
	padding-left: 10px;
	text-indent: -10px;
	}





/* Forms and such */
#searchform {
	margin: 10px auto;

	}
	
#rss {
	width:40px;
}

#sidebar #searchform #s {
	width: 180px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
 	cursor: pointer;
 	float:right;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 10px 0;
	}

#commentform textarea {
	width: 80%;
	height:40px;
	padding: 2px;
	margin-bottom:3px;
	margin-top:3px;
	}

#commentform #submit {
	margin: 0;
 	cursor: pointer;
 	margin: 5px 5px 10px 0;
 	width:80px;
	}

input, textarea, select
 {
 	border: #ddd 1px solid;
 	background-color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
 	font-size:11px;
 	font-weight: normal;
 }

#text_field, #text_area, .password, select
 {
	width: 100%;
 }

#searchsubmit 
 {
 	cursor: pointer;
 	text-decoration:none;
 }



/* Begin Tables*/
table {
	margin: 10px 0 0 0;
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc
	}
th {
	padding: 5px;
	}
td {
	padding: 5px;
	border-top: 1px solid #ccc
	}




/*** Commenting etc */

.write {
	margin-top:20px;
}

.alt {
	margin: 0;
	padding-top: 10px;
	padding-bottom:10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin-top:20px;
	}

.commentlist li {
	padding: 0px 0px 5px 0;
	list-style: none;
	border-bottom: 1px solid #333;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	display:inline;
	}

#commentform p {
	margin: 5px 0;
	display:inline;
	}

.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	display:inline;
	}
/* End Comments */



/* All the sidebars */


#sidebar
{
	padding: 0px 0px 10px 0;
	margin-left: 612px;
	width: 238px;
	background-color:black;
	}

#sidebar form {
	margin: 0;
	}




/* Calendar */
#wp-calendar_wrap {

	text-align: left;
	}
#wp-calendar {
	empty-cells: show;
	width: 238px;
	text-align: center;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	width: 100%;
	text-align: left;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	}

#wp-calendar td {
	
	}

#wp-calendar td.pad:hover { 
	background-color: #fff; }




/* Random */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #eee;
	}

blockquote {
	font-weight:bold;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #eee;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}



.hidden {
	display: none;
	}


a img{
	border:none;
	}



/* Other */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #eee;
	background-color: #fff;
	padding-top: 4px;
	margin-top: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0px 5px;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*** All about categories ***/

#press-current a {
	color:#330099;
}

#insp-current a {
	color:#cc33cc;
}
#news-current a {
	color:#ff3399;
}

#all-current a {
	color:white;
}

#categories {
	margin-top:-64px;
	margin-bottom:40px;
	margin-left:105px;
	line-height:17px;
	font-size:21px;

}




.all {
	font-size:65px;
	letter-spacing:-4px;
}

a.all:link {color: #fff; text-decoration: none; }
a.all:visited {color: #666; text-decoration: none; }
a.all:hover {color: #fff; text-decoration: none; }
a.all:active {color: #666; } 

a.news:link {color: #666; text-decoration: none; }
a.news:visited {color: #666; text-decoration: none; }
a.news:hover {color: #ff3399; text-decoration: none; }
a.news:active {color: #666; } 

a.inspiration:link {color: #666; text-decoration: none; }
a.inspiration:visited {color: #666; text-decoration: none; }
a.inspiration:hover {color: #cc33cc; text-decoration: none; }
a.inspiration:active {color: #666; } 

a.press:link {color: #666; text-decoration: none; }
a.press:visited {color: #666; text-decoration: none; }
a.press:hover {color: #330099; text-decoration: none; }
a.press:active {color: #666; } 

#finfo {
	width:100%;
}
	

#newscolor a{
	color:#ff3399;
		margin-left:5px;
		
}

#presscolor a{
	color:#330099;
		margin-left:5px;
}

#inspirationcolor a{
		margin-left:5px;
color:#cc33cc;
}

#featuredcolor a{
		margin-left:5px;
color:#ffffff;
}





	
#header {
	width:850px;
	height:67px;
}	


#header a:hover {
		border-bottom: 0px solid white;
	}

#logo {
	width:850px;
}


#move-right {
	margin-left:39px;
	margin-top:1px;
}



/* Common SERVICE-pages */

.serv-logo {
	margin-top:13px;
	float:left;
	width:auto;
}

.serv-descr {
	padding-top:13px;
	margin-left:auto;
	display:table; 
	text-align:justify;
}

/* Services & details */

.feat-img {
	width:100%;
}

/* Common details */

.descr {
	margin-top:10px;
	text-align:justify;
}

.descr br {
	line-height:10px;
}

.from {
	text-transform:uppercase;
}

.details-logo {
	margin-top:15px;
	margin-bottom:2px;
}

/* Clients detail */


#client-info {
	margin-top:5px;
}



.clientactive a{
  background: #000000;
  color: white;
}

#clients-side {
	overflow: hidden;
	height:400px;
	line-height:12px;
	margin-bottom:17px;
}


#clients ul li{
	text-transform:uppercase; 
}

#clients-side ul li{
	margin-bottom:0px;
	padding-bottom:5px;
	
}

#clients-img {
	width:8px;
}

/* Portfolio detail */

#portfolio-info {
	margin-top:8px;
}



.portfolioactive a{
  background: #000000;
  color: white;
}

#portfolio-side {
	overflow: hidden;
	height:180px;
	line-height:12px;
	margin-bottom:16px;
}


#portfolio ul li{

	text-transform:uppercase; 
}

#portfolio-side ul li{
	margin-bottom:0px;
	padding-bottom:9px;
}

#portfolio-side br {
	line-height:20px;
}

/* Current page & navigation */

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 60px;
	}


#pages-menu {
		background-color:black;
		width:850px;
		height:36px;
		margin-bottom:1px;
		}
		


#pages-menu a:hover {
		border-bottom: 1px solid white;
	}



#navigation #current a {
	border-bottom: 1px solid white;

	}
	
	#navigation {
		padding:0;
		margin:0;
		width:900px;

	}
	
	#navigation ul {
		list-style-type: none;
	margin: 0;
	padding: 0;


	}
	
	#navigation li {
		list-style-type: none;
		padding-right:9px;	
	float: left;
		margin-top:2px;
		padding-top:1px;
	}
	
	#navigation br {
		line-height:5px;
	}
	
	
	
	#navigation .pagelink-first{
		margin-left:40px;	

	}
#navigation .pagelink-last{
		padding:0;

	}
	


/* Contacts */

#map {
	width:310px;
	line-height:20px;
}

#contact-layout {
	margin:0;
	padding:0;
	width:540px;
	float:right;
	text-align:justify;
}

#contact-area {
	width:160px;
	float:left;
	margin-bottom:30px;
		line-height:20px;
	display:inline;
	padding-left:20px;
	text-align:left;
}

#contact-area h3 {
		line-height:18px;
}

/* TEMP *****/

#wrapper {
	margin-top:2%;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#header1 {
	margin-top:70px;
	margin-left:auto;
	margin-right:auto;
}


.text {
 	text-align:center;
	background-color:black;
	width:auto;
	font-family:"Arial";
	font-size:16px;
	font-weight:normal;
	letter-spacing:-0.03em;
	line-height:1.6em;

}

#first {
	padding:60px;
}

.text a {
 	color:#777;
 	text-decoration:none;
 	

}

.text a:hover {
 	color:#999;
 	text-decoration:none;
 	

}

#logo2 {
width:70%;
}

#music {
	font-size:0.7em;
}

/* POST */
#postinfo {
	padding-top:0;
	margin:0;
}

hr {
	color:#fff;
	border:0;
	background-color:#fff;
	height:1px;
}

.divider {
	margin-bottom:20px;
}

#pagehr {
	width:352px;
	height:12px;;
}



.entry {
	margin-top:20px;
	width:560px;
	text-align:justify;}

.excerpt {
	color:white;
}

.excerpt a {
}

.share {
margin-left:-2px;
	width:36px;
	height:36px;
display:inline;
	vertical-align:middle;
	
}
