/*
Theme Name: FindMeOn Blog
Theme URI: http://findmeon.com/
Description: Quck Fix.
Version: 1.0
Author: jonathan vanasco
Author URI: http://findmeon.com/
*/

body {
	font: 12px/1.5em Lucida Grande, Arial, Tahoma, Verdana;
	background: #D8E7F3;
	color: #333;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	border-bottom: 1px dotted black;
}
a img { border-bottom: none; }
h2 {
	text-align: left;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
blockquote {
	color: #777;
}

/*------- Posts ---------*/
#content {
}
#content a, .entry a, .commentlist a, #footer a {
	color: #39C;
}
#content a:hover, .entry a:hover, .commentlist a:hover, #footer a:hover {
	border-bottom: 1px dashed;
}
.entry {
	padding: 10px 0;
	text-align: justify;
	margin: 0;
}
.entry li {
	list-style: none;
	margin: 10px 0 0;
	list-style-image: url("images/bullet.gif");
}
.pie {
	color: #777;
	font-size: 12px;
	text-align: right;
}
.date {
	padding-left: 15px;
	background: url("images/arrows.png") center left no-repeat;
}
.categories {
	padding-left: 15px;
	background: url("images/post.gif") center left no-repeat;
}
.comments {
	padding-left: 17px;
	background: url("images/comments.gif") center left no-repeat;
}
	
/*------- Rounded divs ------------*/
.rounded-box {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
}
.top-left-corner, .bottom-left-corner, .top-right-corner, .bottom-right-corner {
	position: absolute;
	overflow: hidden;
	height: 20px;
	width: 20px;
	background: #D8E7F3;
}
.top-left-inside, .bottom-left-inside, .top-right-inside, .bottom-right-inside {
	position: relative;
	color: #FFF;
	font: 150px/40px Arial;
}
.top-left-corner { top:0; left:0; }
.top-right-corner { top:0; right:0; }
.top-left-inside { left:-8px; }
.top-right-inside { left:-25px; }
.bottom-left-corner { bottom:0; left:0; }
.bottom-right-corner { bottom: 0; right:0; }
.bottom-left-inside { left:-8px; top:-17px; }
.bottom-right-inside { left:-25px; top:-17px; }
.box-contents {
	position: relative;
	padding: 20px 30px 15px;
}

/* --- Comments template --- */
#comments {
	margin: 30px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #e6e6e6;
}
#comments li {
	list-style: none;
	list-style-image: none;
	margin: 0 15px 0 -30px;
}
#comments .header { background-color:#EDF3DE; }
#comments .header.alt { background-color:#D8E7F3; }

/* --- Footer ---*/
#footer {
	padding: 0 30px 10px;
	text-align: center;
}

/*---- FMO code----*/

.footerwp{
    font-size: 10px;
}

#header_splash {
	clear: both;
	float: left;
	width: 99%;
	background: url('/wp-content/themes/findmeon/_img/header_bg.gif') repeat-x;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#linkbar_splash {
	clear: both;
	float: left;
	width: 99%;
	background: url('/wp-content/themes/findmeon/_img/header_linkbar.gif') repeat-x;
	height: 18px;
	margin: 0;
	padding: 0; 
	padding-top: 2px;
	padding-left: 10px;
	vertical-align: middle;
}
.contentBlock{width: 720px; margin: auto;}
.colLeft{width: 500px; margin: 10px 10px 0 0; float:left; }
.colRight{width: 180px; margin: 10px 0 0 0; float:left; }
.contentSidebar{ width: 200px; float:left; margin: 20px 10px 0 0; }
.contentMain{ width: 500px; float:left; margin: 10px 10px 0 0;  }
.sidebar-box {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
}
.clearBoth{ clear:both; }
ul.undecorated {
    list-style: none;
margin: 0; padding: 0;
}
ul.undecorated li { margin: 0; padding: 0; }
