/* 
Theme Name: Blogging Simply
Theme URI: http://justintadlock.com/
Description: A simple, imageless, widget-ready, 3-column design.  It's beauty lies in its simplicity and soothing colors.
Version: 1.0
Author: Justin Tadlock
Author URI: http://justintadlock.com
Released under GNU GENERAL PUBLIC LICENSE
*/

body { 
	color: #000000; 
	background: #FAF8F8;
	margin: 0;
	padding: 0;
	font: 12px Georgia, "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;

	}

/* CONTAINS ENTIRE PAGE */
#body-container {
	width: 95%;
	margin: 0 auto;
	}

/* HEADER */
#header h1 { margin: 0px 0; }
#header h1 a { color: #ffffff; }

#header h1 a {
		display: block;
		outline: none;
                text-indent: -9999px;
		width: 901px; height: 150px;
		background: url(images/logo.png) no-repeat 0 0;
	}

#header h1 a:hover { color: #5e5f5e; }

/* CONTAINS CONTENT & SIDEBAR */
#container { width: 100%; }

/* CONTENT */
#content {
	float: left; 
	width:55%;
	padding: 15px 10px;
	background: #FAF8F8;
	/*border: 1px solid #cccccc;*/
	}

/* HEADERS */
h1, h2, h3, h4, h5, h6 { color: #809595; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

/* POSTS & PAGES */
.post { width: 100%; margin: 20px 0; }
.post h2.post-title { float: left; width: 100%; margin: 2px 0; }
.post p.post-time { font-size: .9em; margin: 2px 0 0 0; }
.entry { width: 100%; float: left; margin-top: 10px; }


/* COLUMNS */
div.column-sect {
  clear: both;
  display: inline-block;
  overflow: auto;
}

div.post-column {
  display: inline;
  float: left;
  margin-right: 15px;
  text-align: justify;
  width: 47%;
}

/* blockquotes */
blockquote { color: #5e5f5e; }
blockquote blockquote { color: #858785; }

/* links */
a { 
	color: #809595;
	text-decoration: none;
	}
a:hover { color: #5e5f5e; }

/* images */
/*.post a img, .post img { border: 0px solid #d4e0d3; }*/
img{
    border:0px solid #72a143;
}


/* lists */
.post ul { list-style-type: none; margin: 0; padding: 0; }
.post ul li { 
	margin: 0;
	padding: 0 0 0 15px;
	background: url(images/bullet.gif) no-repeat 0 .4em;
	}
.post ol { margin: 0; padding: 0 0 0 25px; }
.post ol li { margin: 1px 0; padding: 0; }

/* postmetadata */
p.postmetadata {
	float: right;
	width: 100%;
	text-align: right;
	margin: 15px 0 0 0;
	padding: 0 0 25px 0;
	border-bottom: 1px dotted #cccccc;
	}
p.postmetadata span.comments {
	height: 16px;
	background: url(images/comments.gif) no-repeat 0 .1em;
	}
p.postmetadata span.comments a { padding-left: 20px; }

/* tables */
/*.post table { border: none; background: #transparent; }
.post tr, .post td { border: 1px dashed #cccccc; background: transparent /*#e9f0e8*/; }*/

/* other basics & typography */
small { font-size: .9em; }

/* navigation & left, right, center alignment */
.navigation { padding: 25px 0; }
.previous { float: left; width: 45%; }
.left, .alignleft { float: left; margin: 0 15px 15px 0; }
.next { float: right; width: 45%; }
.right, .alignleft { float: right; margin: 0 0 15px 15px; }
.center { text-align: center; margin: 0 auto; display: block; }
.clear { clear: both; }
/*
/* COMMENTS */
#comments-template { width: 85%; }
#comments-template ol { list-style-type: none; margin: 0; padding: 0; border: 1px solid #c9c2c1; }
#comments-template ol li { margin: 0; padding: 10px 5px; }
#comments-template ol li.alt { background: transparent; }
#comments-template fieldset { border: none; }
#comments-template legend { border: none; }
#comments-template textarea { width: 85%; border: 1px solid #809595; background: transparent; }
#comments-template input { width: 40%; border: 1px solid #809595; background: transparent; }
#comments-template input.submitcomment, #comments-template input.resetcomment { width: 100px; }*/



/* Begin Comments*/

/* Normal Bubble */
div.bubble {
	width: auto;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 10px;
	border: 1px solid #c9c2c1;}

div.bubble blockquote p {
	margin: 0px;
	padding: 0px;
	font-size: 0.90em;
	line-height: 2em;
}

div.bubble cite {
	position: relative;
	margin: -7px;
	padding: 7px 0px 50px 15px;
	top: 5px;
	background: transparent url('images/tip.gif') no-repeat 20px 0;
	font-style: normal;
	font-size: 0.85em;
	display: block;
}


.alt {
	margin: 0;
	padding: 0;
	}

#commentform p {
	padding: 5px 0;
	font-size: 0.90em;
	}

#comment {

	width: 450px;
	height: 100px;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
#commentPreview {
font-size: .8em;}

/* End Comments */


/* SIDEBAR */
#sidebar, #sidebar2 {
	font-size: .9em;
	float: left;
	width: 18%;
        height: 100%
	margin: 0 0 0 1%;
	padding: 15px 10px;
	background: #FAF8F8;
	border-left: 1px dashed #cccccc;
	}
#sidebar h2.menu-header, #sidebar2 h2.menu-header { margin: 10px 0 5px 0; }
#sidebar ul, #sidebar2 ul { 
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	border-top: 1px solid #cccccc;
	}
#sidebar ul li, #sidebar2 ul li {
	color: #003366 /*#5e5f5e*/;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #cccccc;
	}
#sidebar ul li a, #sidebar2 ul li a {
	padding: 0 1px;
	text-indent: 10px;
	width: 100%;
	display: block;
	text-decoration: none;
	}
#sidebar ul li a:hover, #sidebar2 ul li a:hover {
	text-indent: 15px;
	background: #e9f0e8;
	text-decoration: none;
	}
#sidebar ul li ul { margin: 0; padding: 0; border: none; }
#sidebar ul li ul li a, #sidebar2 ul li ul li a { text-indent: 20px; }
#sidebar ul li ul li a:hover, #sidebar2 ul li ul li a:hover { text-indent: 25px; }

/* sidebar feed */
#sidebar ul.feed, #sidebar2 ul.feed { background: transparent; border: none; }
#sidebar ul.feed li, #sidebar2 ul.feed li {
	background: transparent url(images/feed.gif) no-repeat left top;
	border: none;
	}
#sidebar ul.feed li a, #sidebar2 ul.feed li a {
	text-indent: 25px;
	display: block;
	height: 16px;
	}
#sidebar ul.feed li a:hover, #sidebar2 ul.feed li a:hover { 
	background: transparent;
	text-decoration: underline;
	text-indent: 25px;
	}

/* search */
#sidebar input#s { width: 95%; border: 1px solid #cccccc; }
.sidebar-search { background: #FAF8F8;}

/* wp-calendar */
table#wp-calendar { width: 80%; margin: 0 auto; }

/* SIDEBAR WIDGET STYLES */
/* blogroll widget */
li#linkcat-2 { list-style-type: none; margin: 0; padding: 0; }
/* flickr widget & other images in the sidebar */
#sidebar a img, #sidebar img, #sidebar2 a img, #sidebar2 img { margin: 3px; border: 0px solid #d4e0d3; }
/* recent comments widget */
ul#recentcomments li a, ul#recentcomments li a:hover { border: none; background: transparent; text-indent: 0; }

/* FOOTER */
#footer {
	margin: 20px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px dashed #cccccc;
	font: 10px Georgia, "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
	}	
#footer p { margin: 2px 0; }
#footer a:hover { text-decoration: underline; }

/* 
"La vie est vraiment simple, mais nous insistons à la rendre compliquée."  ~Confucius
*/



/*THEME CSS TABLE RELOADED*/
/* These CSS definitions come from the original WP-Table plugin by Alex Rabe.
They are here for backward compatibility. You can use them, to style your
table in the same style, WP-Table used to do. 
PLEASE DO NOT MODIFY THIS FILE DIRECTLY. READ THE HEADER ABOVE! */

.wp-table-reloaded {
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
	border-collapse: collapse;	
}

/* header row*/
.wp-table-reloaded th {
	padding:	2px 5px;
 	border:		1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	cursor:		default;
	background:	ButtonFace;

}

/* normal row*/
.wp-table-reloaded td {
	padding:	3px;
}

/* alternative row */
.wp-table-reloaded tr.odd {
  	background-color: #F4F4EC; 
}