/*
Theme Name: Momoko Theme
Theme URI: http://wordpress.org/
Description: Szablon studia projektowo-reklamowego Momoko
Author: Paweł Jabłoński / Paweł Philipczyk
Author URI: http://momoko.pl/
Tags: dark, black, blue, portfolio
*/



/* Begin Typography & Colors */
html, body
{
	margin: 0;
	padding: 0;	
}
body 
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #fff;
	font-size: 1em;
	background: #000;
	text-align: center;
}

#sub-page, #start-page 
{
	position: relative;
/*	border: 1px solid #DD00DF;*/
	text-align: left;
	margin: 0 auto;
	width: 1000px;
}

#start-page
{
	background: #000 url('images/momoko-header.jpg') no-repeat top center;
}
#sub-page
{
	background: #000 url('images/momoko-header-subpage.jpg') no-repeat top center;
}

#headerimg 	
{
	margin: 0 0 20px 0;
	height: 150px;
	width: 1000px;
}

#navigation
{
	position:absolute;
	right: 0;
	top: 0;
	left: 450px;
}

#navigation li
{
	list-style-type: none;
	float: left;
}

#navigation a
{
	font: normal 13px Helvetica;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	padding: 63px 10px 5px 10px;
	margin-right: 1px;
	float: left;
	text-align: center;
}

#navigation a:hover
{
	color: #2DB8E1;
}
#navigation li.current_page_item a
{
	background: #2DB8E1;
}
#navigation li.current_page_item a:hover
{
	color: white;
	background: #65C9F2 ;
}

#content 
{
	font-size: 1.4em;
	clear: both;
	margin-top: 40px;
	font-size: 12px;
}
<!--[if IE]>
#content
{
	margin-top: 10px;
}
<![endif]-->

.narrowcolumn .entry, .widecolumn .entry 
{
	line-height: 1.4em;
	font-size: 12px;
	color: white;
}

.widecolumn 
{
	line-height: 1.6em;
	font-size: 16px;
}
<!--[if IE]>
.widecolumn
{
	font-size: 14px;
}
<![endif]-->
#footer a
{
	color: #888;
}

small 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 
{
	font-family: Helvetica, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 
{
	font-size: 4em;
	text-align: center;
}

h2 
{
	font-size: 1.6em;
}

h2.pagetitle 
{
	font-size: 1.6em;
}

#sidebar h2 
{
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
/*	font-size: 1.2em;*/
	font: normal 14px Helvetica;
	color: #2DB8E1;
}

h3 
{
	font-size: 1.3em;
}

p
{
	margin: 1px 1px 5px 1px;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description 
{
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited 
{
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite 
{
	text-decoration: none;
}

.entry p a:visited 
{
	color: #b85b5a;
}

#sidebar 
{
	font: 1em Helvetica, 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike 
{
	color: #777;
}

code 
{
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps

{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover 
{
	color: #2DB8E1;
	text-decoration: none;
}

a:hover 
{
	color: Dd8ff;
}

/* End Typography & Colors */



/* Begin Structure */

#header 
{
	margin: 0 0 0 1px;
	padding: 0;
	height: 65px;
	width: 1000px;
}

.narrowcolumn 
{
	float: left;
	padding: 0 0 20px 25px;
	margin: 0px 0 0;
	width: 640px;
}

.widecolumn 
{
	padding: 10px 0 20px 0;
	margin: 0;
	width: 1000px;
}

.clear 
{
	clear: both;
}

#footer 
{
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	color: #444;
	font: normal 10px Helvetica;
}

#footer p 
{
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
/* End Structure */



/*	Begin Headers */
h1 
{
	padding-top: 70px;
	margin: 0;
}

h2 
{
	margin: 30px 0 0;
}

h2.pagetitle 
{
	text-align: center;
}

#sidebar h2 
{
	margin: 5px 0 0;
	padding: 0;
}

h3 
{
	padding: 0;
	margin: 10px 0 0;
	color: #2DB8E1;
	font-size: 14px;
}
/* End Headers */



/* Begin Images */
p img 
{
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright 
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft 
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright 
{
	float: right;
}

.alignleft 
{
	float: left
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
/*
html>body .entry ul 
{
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

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;
	margin-bottom: 15px;
}

#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;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform 
{
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s 
{
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit 
{
	padding: 1px;
}

select 
{
	width: 130px;
}

/* End Form Elements */


/* Begin Sidebar */
#sidebar

{
	padding: 291px 0 10px 0;
	margin-left: 660px;
	width: 320px;
}

#sidebar form 
{
	margin: 0;
}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps 
{
	cursor: help;
}

acronym, abbr 
{
	border-bottom: 1px dashed #999;
}

blockquote 
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite 
{
	margin: 5px 0 0;
	display: block;
}

.center 
{
	text-align: center;
}

.hidden 
{
	display: none;
}

hr 
{
	display: none;
}

a img 
{
	border: none;
}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*
.wp-caption 
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img 
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text 
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Klienci */
#klienci
{
	margin-top: 40px;
}
.widecolumn .klient-logo
{
	width: 300px;
	vertical-align: middle;
	text-align: right;
}
.widecolumn .klient-opis
{
	color: #fff;
	line-height: 1.4em;
	font-size: 1.2em;
	padding-left: 50px;
}
.widecolumn .klient-opis p
{
	margin: 5px 0;
}
.widecolumn .klient-opis a
{
	color: #2DB8E1;
	font-family: Helvetica, "Arial Narrow";
	font-weight: bold;
	font-size: 0.8em;
}
#klient
{
	color: #fff;
	line-height: 1.4em;
	font-size: 0.9em;
	font-family: Verdana;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 10px;
}
#klient .opis
{
	width: 200px;
	float: left;
	text-align: right;
	padding: 0 15px 0 10px;
	font: normal 11px Verdana;
}
#klient .opis h2
{
	margin-top: 0;
	color: #2DB8E1;
	font-weight: bold;
	text-align: right;
}
#klient .slides
{
	float: left;
	width: 620px;
}
#klient a.url
{
	font-size: 1.4em;
	margin: 10px auto;
	color: #2DB8E1;
}
/* End Klienci */

/* Oferta */
hr
{
	display: none;
}

/* Blog */
#blog
{
	color: #fff;
	line-height: 1.4em;
	font-size: 0.9em;
	font-family: helvetica;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 10px;
}
#blog .tresc
{
	font: normal 1.2em Helvetica;
	line-height: 1.4em;
}
#blog h3 
{
	padding: 0;
	margin: 30px 0 0;
	color: #2DB8E1;
	font-size: 1.8em;
}
#blog small
{
	font-size: 0.8em;
	color: #fff;
}
#blog p
{
	margin: 10px 0;
}
#kontakt
{
	color: #fff;
	line-height: 1.4em;
	font-size: 1em;
	font-size: 0.9em;
}

#kontakt .blueframe
{
	margin: 5px;
	padding: 20px 15px;
	border: 1px solid #2DB8E1;
	float: left;
	width: 350px;
	text-align: right;
}
img.phpFlickr
{
	border: 1px solid #2DB8E1;
	margin: 3px 5px 3px 0;
	float: left;
}
/* End Oferta */
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

