/*  
Theme Name: Site Foto
Theme URI: http://foto.stamina.pl
Description: Site Foto main theme
Version: 1.0
Author: Rafal Lindemann
Author URI: http://rl.konnekt.info/

*/

/*
szary - linki: #777
czerwien: #9F0E0E
*/


/* Structure */

html {
height:100%;
}

body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
background: #000000;
color:#888;
text-align: center;
margin: 0;
padding: 0; 
}

#whole {
background:#101010 url('/wp-content/themes/foto/images/back.jpg') repeat-x !important;
}


#page {
width: 900px;
margin: 0px auto;
border: none;
text-align: left;
background:none;
padding: 0;
position:relative;
}
	

/*
#page #header
, #page #top_menu
, #page .navigation
, #page #footer
, #page h2
, #page h3
, #page .postmetadata
, #page #comments
, #page .commentlist
, #page #commentform
, #page #photoalbum
, #page #tagcloud
 {
width:900px!important;
margin-left:auto!important;
margin-right:auto!important;
}
*/

#content {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

#sidebar
{
padding: 30px 0 10px 0px;
margin: 30px 0px;
width: 100%;
}

.narrowcolumn {
float: left;
width: 701px;
}

.widecolumn {
width: 900px;
}


/* Basics */

a, a:visited {
color:#aaa;
text-decoration:none;
}

a:hover {
color:#9F0E0E;
text-decoration:underline;
}



h1, h2, h3 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
color:#777;
}

h1 {
font-size:2.8em;
text-align: left;

margin: 20px 0px 20px;
padding:0px;
line-height:80%;
}


h2 {
font-size: 2em;
margin: 30px 0 0;
}

h3 {
font-size: 1.6em;
padding: 0;
margin: 30px 0 0;
}

h1, h1 a, h1 a:hover, h1 a:visited {
text-decoration: none;
color: #777;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #777;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
text-decoration: none;
}
	


/* Header */	

#header {
position:relative;
height:50px;
padding: 0px;
margin: 0px auto;
width: 100%;
}

#header_menu {
position:absolute;
text-align:right;
left:auto;
right:0px;
bottom:12px;
}


#top_menu {
padding:10px 0px 0px 0px;
text-align:right;
}
#top_menu a {
white-space:nowrap;
/*color:#9F0E0E;*/
}

/* Footer */

#footer {
background:none;
color:#666;
padding: 0 0 0 0px;
margin: 0 auto;
width: 760px;
clear: both;
}

#footer p {
margin: 0;
padding: 20px 0;
text-align: center;
}

/* Content */

#content {
font-size: 1.2em;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

	
/* General Classes */	
	
.clearfloat {
clear:both;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	color: white;	
	}
	
	

h2.pagetitle {
	font-size: 1.6em;
	}

cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

	
	
small, .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;
	}

	
/* End Typography & Colors */


/**/


/* Begin Structure */
	



/* post */
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}
	
.post h2 {
margin-top:20px;
}	
	


/* End Structure */



/*	Begin Headers */

.description {
	text-align: center;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}



h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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 {
	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;
	}
	
	
ol li {
	list-style: decimal outside;
	}
	
/* End Entry Lists */



/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */





/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
overflow:hidden;
	}
/* End Various Tags & Classes*/


/*  */











.slashdigglicious {
display:block;
margin:20px 0px;

}


.slashdigglicious a,.slashdigglicious a:visited {
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}

.slashdigglicious a:hover, .slashdigglicious a:active {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}







/* tagcloud */
#tagcloud {
margin-top:50px;
text-align:justify;
}

#tagcloud h4 {
text-align:center;
font-size:15px;
}

#tagcloud a {
vertical-align:middle;
}





#page_archives li {
font-size:11px;
}

#archives_categories ul {
padding:0px;
margin:10px 0px;
}
#archives_categories ul li {
float:left;
margin:0px 0px 0px 0px;
width:150px;
display:block;
}

#archives_categories ul li ul  {
}
#archives_categories ul li li {
float:none;
}

#archives_categories ul li {
font-weight:bold;
}
#archives_categories ul li li a {
font-weight:normal;
}


#archives_months ul {
padding:0px;
margin:10px 0px;
}

#archives_months ul li {
display:block;
float:left;
margin:0px 10px 3px 0px;
white-space:nowrap;
}
#archives_months ul li a {
color:#888;
}

#archives_tags a {
color:#888;
}


/* Page */



#content_page {
margin:20px 0px 10px 0px;
}

#archive_info {
margin:40px 0px 40px 0px;
}

#content_page h2 {
text-align:left;
margin-bottom:20px;
}
#content_page .entrytext h2 {
margin-bottom:10px;
}


#content_page .entrytext {
line-height:150%;
}

#content_page .textOnLeft {
float:left;
width:600px;
margin:0px 10px 5px 0px;
}

#content_page .textOnRight {
float:right;
width:277px;
margin:0px 0px 5px 10px;
}

#content_page ul {
display:block;
float:right;
width:277px;
font-size:10px;
padding:0px;
line-height:normal;
}


#content_page ul li {
display:block;
padding:0px;
margin:0px;
margin-bottom:5px;
}

#content_page ul li a {
font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
font-size:20px;
color:#9F0E0E;
display:block;
font-weight:bold;
}

.textColumn {
float:left;
width:275px;
margin-right:35px;
margin-bottom:20px;
}

.textColumn.last {
margin-right:0px;
}

.textColumn h3 {
/*color:#888;*/
margin-bottom:10px;
}



