/*
Theme Name: Lakeside

Version: 1.1.0

*/


/* wordpress required */

/* aligns and images */
p img { padding:0; max-width:100%; }
img.centered { display:block; margin-left:auto; margin-right:auto; }
img.alignright { padding:0px; margin:0px 0px 10px 10px; display:inline; }
img.alignleft { padding:0px; margin:0px 10px 10px 0px; display:inline; }
.alignright { float:right; }
.alignleft { float:left }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* captions */
.wp-caption { text-align:center; padding:0px; margin:0px; overflow:hidden; }
.wp-caption.aligright { margin:0px 0px 10px 10px; }
.wp-caption.aligleft { margin:0px 10px 0px 10px; }
.wp-caption:first-child { margin-top:10px; }
.wp-caption img { display:block; margin:0px 0px 4px 0px; padding:0; border:0px; float:none; }
.wp-caption.alignright img { float:right; }
.wp-caption.alignleft img { float:left; }
.wp-caption p.wp-caption-text { display:block; font:normal 11px/150% Arial, Helvetica, sans-serif; color:#666666; padding:0px; margin:0px; }

/* calendar */
#wp-calendar, #wp-calendar th, #wp-calendar td { background:none; border:none; }
#wp-calendar { background:none; empty-cells: hide; width:100%; font:normal 11px/200% Verdana, Arial, Helvetica, sans-serif; }
#wp-calendar th { font-style:normal; font-weight:normal; text-transform: capitalize; }
#wp-calendar td { text-align: center; background-color:#E1E1E1; padding:0px; }
#wp-calendar td:hover { background-color:#CFCFCF; }
#wp-calendar a { text-decoration:none; display:block; background-color:#CDCDCD; color:#333333; }
#wp-calendar a:hover { background-color:#B9B9B9; }
#wp-calendar caption { font-weight:bold; text-align:center; }
#wp-calendar #today { background-color:#FFFFFF; }
#wp-calendar caption { text-align: center; width:100%; }
#wp-calendar .pad { background-color:#F0F0F0; }
#wp-calendar #next a { padding-right:10px; text-align:right; }
#wp-calendar #prev a { padding-left:10px; text-align:left; }
#wp-calendar .pad, #wp-calendar .pad:hover { background:#F3F3F3; }

/* posts */
.post { margin:0px 0px 40px 0px; padding:0px 0px 80px 0px; overflow:hidden; background:url('../images/sep.gif') center bottom no-repeat; }

	h1.post-title { margin:0px 0px 0px 0px; padding:0px; font:normal 28pt/130% Georgia, serif; font-style:italic; letter-spacing:-1px; }
	h1.post-title a { color:#333333; }
	h1.post-title a:hover { color:#666666; text-decoration:none; }

	.post-text { overflow:hidden; margin:20px 0px 20px 0px; }
		.post-text .image-preview { margin-top:10px; }

		.more-link, .more-link:hover {
			display:block; padding:10px 0px 10px 0px; width:180px; margin:20px 0px 10px 0px;
			font-size:16px; line-height:100%; color:#FFFFFF; font-style:italic; text-align:center; text-decoration:none;
			border-raidus:5px; -moz-border-radius:5px; -webkit-border-radius:5px; 
			}

	.post-meta { 
		padding:10px 0px 10px 0px; border-top:dotted 2px #EAEAEA; border-bottom:dotted 2px #EAEAEA;
		color:#B1B1B1; font-style:italic; font-size:8pt; letter-spacing:1px;
		}
		.post-meta a { color:#B1B1B1; text-transform:uppercase; font-style:normal; }
		.post-meta a:hover { text-decoration:none; color:#868686; }
		.post-meta em { font-style:normal; text-transform:uppercase; }
		.post-comments { float:right; }	

/* comments */
#comments h2 { margin:20px 0px 20px 0px; }

.comment-heading { font-weight:normal; font-style:italic; }

.commentlist { padding:0px; margin:0px; overflow:hidden; list-style:none; list-style-image:none; }
.commentlist ul { list-style:none; list-style-image:none; margin:0px; padding:0px; }
	.commentlist .comment { margin:0px 0px 0px 40px; padding:0px; overflow:hidden; }
	.commentlist .depth-1 { margin-left:0px !important; }
	.commentlist ul { margin:0px; padding:0px; list-style:none; }
		.comment-body { 
			margin:0px 0px 10px 0px; padding:10px; overflow:hidden; position:relative; border:solid 4px #E8E8E8; 

			background:#FFFFFF; 
			background:-webkit-gradient(linear, 0% 0%, 0% 30, from(#FFFFFF), color-stop(0.05, #F7F7F7), to(#FFFFFF));
			background:-moz-linear-gradient(top, #FFFFFF, #F7F7F7 2px, #FFFFFF 30px);
			}
		.comment-author {  }
			.comment-author .avatar { float:left; margin:0px 10px 0px 0px; }
			.comment-author cite { font-size:12pt; font-weight:bold; font-style:normal; }
			.comment-author span { display:none; }
		.comment-meta { font-size:8pt; letter-spacing:1px; margin:0px 0px 0px 0px; }
			.comment-meta a { color:#A8A8A8; text-transform:uppercase; }
			.comment-meta a:hover { color:#7C7C7C; text-decoration:none; }
		.comment-reply-link { display:none; }
		.comment-body:hover .comment-reply-link { 
			display:block; font-size:8pt; line-height:100%; padding:10px 6px 6px 10px; background:#E8E8E8; color:#A8A8A8; position:absolute; bottom:0; right:0;

			border-top-left-radius:5px; 
			-moz-border-top-left-radius:5px; 
			-webkit-border-topleft-radius:5px;
			}
			.comment-reply-link:hover { text-decoration:none; }

.trackbacklist { margin:20px 0px 20px 0px; overflow:hidden; }
	.trackbacklist .comment-author cite, .trackbacklist .comment-author cite a { font-weight:normal; }

#commentform { margin:0px 0px 10px 0px; }

	.required { color:red; }

	#commentform p input { width:220px; margin-right:10px; }
	#commentform textarea { width:90%; height:150px; }

/* post page navigation */
.post-pages { overflow:hidden; margin:20px 0px 20px 0px; }
	.post-pages a span, .post-pages span { display:inline-block; padding:8px 10px 8px 10px; cursor:pointer; font:normal 8pt/100% Georgia, serif; letter-spacing:1px; text-transform:uppercase; }
	.post-pages a:hover span { text-decoration:none; }

/* archive navigation */
.navigation { overflow:hidden; margin:20px 0px 20px 0px; }
	.navigation a { display:inline-block; padding:10px 10px 10px 10px;font:normal 8pt/100% Georgia, serif; letter-spacing:1px; text-transform:uppercase; }
	.navigation a:hover { text-decoration:none; }

/* widgets */
#widgets { list-style:none; margin:0px; padding:0px 0px 20px 0px; }
	.widget { margin:0px; padding:10px; border-bottom:solid 10px #E5E5E5; }

		.widget h2 { display:inline-block; margin:0px 0px 10px 0px; padding:8px 10px 8px 10px; font:normal 8pt/100% Georgia, serif; letter-spacing:1px; text-transform:uppercase; }
		
		.widget ul, .widget ol { margin:0px; padding:0px; list-style:none; list-style-image:none; }
		.widget li { padding:5px 0px 5px 20px; border-top:solid 1px #FFFFFF; border-bottom:solid 1px #DFDFDF; overflow:hidden; clear:both; background:url('../images/arrow.png') left 10px no-repeat; }
		.widget li:first-child { border-top:0; }
		.widget li:last-child { border-bottom:0; }

		.widget ul li ul.children { margin:5px 0px 0px 0px; padding:0px; border-top:solid 1px #DFDFDF; }
		.widget ul li ul.children li:first-child { border-top:solid 1px #FFFFFF; }
		.widget ul li ul.children li:last-child { padding-bottom:0px; }

	.widget-search input { width:230px; }

	.widget-comments ol { list-style:none; margin:0px; padding:0px; }
	.widget-comments ol li { padding:7px 0px 7px 0px; background:none; }
		.widget-comments .avatar { float:left; margin:0px 10px 0px 0px; }
	
	.widget-twitter ol { list-style:none; margin:0px; padding:0px; }
		.widget-twitter ol li { padding-left:0px; background:none; }
		.widget-twitter .meta { display:block; color:#999999; font-size:x-small; }
		.widget-twitter .meta a { color:#999999; }
		.widget-twitter .meta span { display:none; }
		.widget-twitter .meta .published { display:inline; }
		.widget-twitter .followme { text-align:right; padding:10px 0px 0px 0px; }
		.widget-twitter .followme a { font-weight:bold; }

