/*  
Theme Name: SAFOTO
Theme URI: http://www.fotoseptiembre.com
Description: Simple, Elegant and Customisable.
Version: 1.5
Author: Paul Vaughn
Author URI: http://www.paulvaughn.com
*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	body {
	margin: 0;
	padding: 0px 0 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #7D716D;
	color: #000000;
		}
	
		#wrapper {
	width: 800px;
	background: #c3bfbd;
	border-top: 15px solid #5c514c;
	border-left: 15px solid #5c514c;
	border-right: 15px solid #5c514c;
	margin: 0 auto;
	padding: 0;
			}
		
			p a {
	color: #5c514c;
	text-decoration: none;
}
				p a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5c514c;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		HEADER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#header {
	width: 800px;
	border-bottom: 1px solid #000;
	margin: 0;
	background-color: #5F4F4A;
	padding-top: 0px;
	padding-bottom: 0px;
		}
	
h1 {
	font-size: 2.5em;
	font-weight: normal;
	margin: 0;
	padding: 0;
			}
		
h1 a { color: #000; text-decoration: none; }
		
.description {
			padding: 10px 0 0 0;
			color: #000;
			}
#header #Slideshow {
	float: left;
	width: 118px;
	padding-right: 10px;
	padding-left: 0px;
	margin: 0px;
	text-align: left;
}
#header #Nav {
	font-size: 10px;
	color: #7E726D;
	text-align: left;
	margin-left: 130px;
	padding-top: 0px;
	margin-top: 0px;
}
#header #Nav-text {
	font-size: 10px;
	color: #7E726D;
	text-align: left;
	padding-top: 10px;
	background-image: url(http://www.fotoseptiembre.com/images/bar2009.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 130px;
}
#header #Nav img {
	margin-bottom: 10px;
}
#header #Nav-text a {
	color: #C6C0BE;
	text-decoration: none;
}
#header #Nav-text a:visited {
	color: #C6C0BE;
	text-decoration: none;
}
#header #Nav-text a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #B0A8A4;
}
#header #Nav-text a:active {
	color: #EB6E00;
	text-decoration: none;
}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		CONTENT
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	#content {
	width: 550px;
	float: left;
	color: #666;
	text-align: left;
	padding: 20px 25px 0px;
		}
		
			.navigation {
				height: 15px;
				width: 100%;
				}
		
			.alignleft {
				text-align: left;
				float: left;
				}
			
			.alignright {
				text-align: right;
				float: right;
				}
			



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POSTS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	.post { margin: 0 0 45px 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #52423D;
	}

		h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px;
	color: #52423D;
			}
		
			h2 a {
	color: #52423D;
	text-decoration: none;
				}
			
				h2 a:hover {
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
			
		.entry {
	font-size: 0.8em;
	padding: 0 0 0 10px;
	line-height: 1.4em;
			}
		
			p.postmetadata {
	font-size: 0.6em;
	padding: 4px 10px;
	line-height: 16px;
	background: #EFEFEF;
	margin: 15px 0 15px 10px;
				}
			
				p.postmetadata a, .entry a, #commentlist a, p.loggedin a, #sidebar div a {
	color: #5c514c;
	text-decoration: none;
					}
				
					p.postmetadata a:hover, .entry a:hover, #commentlist a:hover, p.loggedin a:hover, #sidebar div a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5c514c;
						}



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POST PARAPHENALIA
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
	blockquote { color: #999; }
	
	h3 {
		font-size: 1.3em;
		font-weight: normal;
		margin: 20px 0 -8px 0;
		}
	
	.entry img {
	margin: 0 0 5px;
}
		
		
		
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SNGLE POSTS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	.sidemeta {
		font-size: 0.9em;
		padding: 0;
		margin-right: 50px;
		}
	
		.sidemeta p { margin: 80px 0 0 0; }
	
			.sidemeta>p { margin: 50px 0 0 0; } /* Non IE */
	
	
	
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SIDEBAR
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	#sidebar {
	width: 140px;
	float: right;
	text-align: left;
	color: #000000;
	padding: 10px 0 0 10px;
	list-style: none;
	margin: 10px 30px 0 0;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #aca6a3;
		}
	
		ul#sidebar li, ul#sidebar li ul, ul#sidebar li ul li {
			list-style: none;
			margin: 0;
			padding: 0;
			}
		
			ul#sidebar h2 {
				font-size: 1em;
				margin: 0 0 5px 0;
				}
			
				ul#sidebar li { margin: 0 0 25px 0; }
			
					ul#sidebar li ul { 
						font-size: 0.8em;
						margin: 0 0 0 10px;
						}
				
						ul#sidebar li ul li a {
	text-decoration: none;
	color: #5c514c;
}
					
							ul#sidebar li ul li a:hover {
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5c514c;
								}
		
			form#searchform input {
				width: 125px;
				border: 1px solid #A7A6AA;
				padding: 2px;
				margin-bottom: 3px;
				background: #fff;
				color: #666;
				}



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		COMMENT LIST
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	ol#commentlist {
		font-size: 0.8em;
		margin: 30px 0 0 20px;
		list-style: none;
		padding: 0;
		}
	
		ol#commentlist li {
			margin: 0 0 35px 0;
			border-bottom: 1px solid #CCC;
			}
		
			.moderation { color: red; }

		



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		COMMENT FORM
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	form#commentform { margin: 25px 0 0 30px; }

		form#commentform p {
			margin: 3px 0 0 0;
			}
		
			form#commentform textarea {
				font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
				font-size: 0.8em;
				padding: 2px;
				color: #666;
				width: 400px;
				border: 1px solid #A7A6AA;
				}
		
			form#commentform input {
				color: #666;
				padding: 2px;
				width: 265px;
				border: 1px solid #A7A6AA;
				}
			
				form#commentform input#submit {
					width: 410px;
					border: 1px solid #A7A6AA;
					background: #fff;
					font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
					}



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		PAGES
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	.page h2 {
	font-size: 2em;
	color: #52423D;
}

		.page p {
			font-size: 0.9em;
			margin: 0 0 15px 10px;
			}
		
			.page h3 {
	margin: 10px 0 5px 0;
	color: #52423D;
				}
			
				.page ol, .page ul { font-size: 0.8em; }



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SEARCH and ARCHIVES
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	.sanda h2 { 
		font: 2em;
		margin-bottom: 25px;
		}

		.sanda h3 {	margin: 0 0 8px 0; }



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		FOOTER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	.clear {
		height: 20px;
		width: 100%;
		clear: both;
		}

		#footer {
	background: #ccc;
	width: 800px;
	height: 50px;
	margin: 0 auto;
	padding: 10px 0 0;
	clear: both;
	border-bottom: 15px solid #000;
	border-left: 15px solid #000;
	border-right: 15px solid #000;
			}
	
			#footer p {
				font-size: 0.7em;
				color: #000;
				margin: 0;
				}
			
				#footer p a {
	color: #5F4F4A;
	text-decoration: none;
					}
#footer p a.Blackened {
	color: #000000;
	text-decoration: none;
}
				
					#footer p a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5c514c;
}.post h2 {
	color: #52423D;
}
