/*
Theme Name: NoCss - LATAWEB 2013
Theme URI: http://hao.su/blog/wordpress-themes
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Author: Kolius
Author URI: http://hao.su
Tags: white, simple, fixed width, two columns, widgets, clean
*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

body {
	font: 15px/22px 'Titillium Web',Tahoma,Helvetica,sans-serif;
	background-color:white;
	margin: 0px;
	}
#content {
	float:left;
	font-size: 1.0em;
	width:600px;
	padding-left: 12px;
	padding-bottom: 15px;
	}
#sidebar {
/*
	width:120px;
*/
	width:245px;
	float:right;
	text-align:left;
	padding-bottom: 15px;
	}	
#footer {
	padding: 20px 0 0 1px;
	margin-top: 0;
	width: 100%;
	clear: both;
	text-align:left;
	}	
#page {
	padding: 0;
	width: 900px;
/*	float:left; */
	margin: 0px auto;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

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

h3, h2, h1{
	margin-top:20px;
	margin-bottom:0px;
	}
	
.narrowcolumn .postmetadata {
	font-size:small;
	margin-top:0px;
	margin-bottom:5px;
	}

.more-link {
text-align:left;
}

.navigation {
	margin-top: 10px;
	margin-bottom: 50px;
	}
	
#header p{
	margin:0px;
	padding:0px;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

.post {
border-bottom:1px solid black;
}

	/* 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) */
a img {
	border: none;
	}

a { 
	color: #222;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #006a8f;
}

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


/* NEW DAVE STUFF */

.tab {
background: url(images/tab_b.png) repeat-x 0 0;
height: 34px;
position: relative;
top: 0;
z-index: 999;
}

#header-top {
	height: 156px;
	overflow: hidden;
	padding: 0 0 0 25px;
}

#logo {
	float: left;
}

#logo h1 {
	background: url(images/logo-150.png) no-repeat;
	width: 194px;
	margin: 11px 0 5px 0;
}

#logo h1 a {
	display: block;
	height: 134px;
}

#logo h1 a span {
	display: none;
}

#flickrholdr {
	height: 152px;
	padding: 4px 1px 1px 1px;
	float: right;
}

	#menublog {
		background:url(images/menu-bg.png) no-repeat;
		height:42px;
		margin:1px 0 0 0;
		overflow:hidden;
		clear:both;
		padding-bottom:12px;
	}
		#menublog ul{
			list-style:none;
			text-align:center;
			margin-top:0;
			-webkit-padding-start: 10px !important;
			padding-left: 10px;
		}
			#menublog li, #menublog li a, #menublog li a.current{
				display:block;
				float:left;
			}
			#menublog li{
				line-height:44px;
				text-transform:uppercase;
				border-right:none;
			}
			#menublog li.noborder{border:none;}
				#menublog li a{
					color:#91ffe5;
					text-decoration:none;
					padding:0 40px;
					font-weight:bold;
				}
					#menublog li a:hover{
						color:#fff;
						text-decoration:none;
					}
				#menublog li a.current{
					text-decoration:none;
					/* padding:0 31px; */
					color:#fff;
					text-decoration:none;
				}
				
h2 {         
     font-size: 26px;
     line-height: 30px;
     font-weight: bold;
     color: #89c755 !important;
     margin: 15px 0 10px 0;
}

.post h2 a {
     color: #89c755 !important;
}				

	#footer{
		background:url(images/footer-bg.png) no-repeat;
		height:45px;
		overflow:hidden;
		color:#ffffff;
		padding:5px 0 0 0;
		line-height:44px;
		font-size:15px !important;

	}
	
		#footer p {
			margin: 0;
			padding: 0;
		}
	
		#footer a {
			color:#939393;
			text-decoration:none;
		}
			#footer a:hover{
				color:#fff;
				text-decoration:underline;
			}

.center{text-align:center;}			