
/* basic */
body    { color: #333333; font: 8pt/150% Verdana, Arial, sans-serif; background: #e3f6f6 url(images/bg.gif) repeat-x left top; margin: 0 0 10px; padding: 0; width: 100% }
a  { color: #dc8e00; text-decoration: none; outline: none medium }
a:hover  { color: #f08e00; text-decoration: underline }
a img { border:0; }
blockquote { border-left:solid 5px #A7B3BC; padding:5px 5px 5px 8px; margin:8px; background-color:#F4F5F7; font:normal 8pt Georgia, "Times New Roman", Times, serif; line-height:160%; display:inline-block; }
pre  { background-color: #e3f6f6; margin: 8px; padding: 5px 5px 5px 8px; overflow: scroll; border-left: 5px solid #738695 }
ul  {
	list-style-type: disc }
input, 
select, 
textarea { font:8pt Verdana, Arial, sans-serif; color:#333333; }
form { margin:0px; padding:0px; }
p { margin:11px 0px 11px 0px; }
h1, h2, h3, h4, h5, h6  { font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; line-height:130% }
h1 { font-size:19pt }
h2 { font-size:16pt; }
h3 { font-size:13pt; }
h4 { font-size:10pt; }
h5 { font-size:8pt; }
h6 { font-size:7pt; }

.sep  { background: url(images/sep.gif) no-repeat center top; display: block; height: 10px; overflow: hidden }

/* wordpress defaults */
.aligncenter,
div.aligncenter { display:block; margin-left:auto; margin-right:auto; }
.alignleft { float:left;}
.alignright { float:right;}
.wp-caption { text-align:center; padding-top:4px; margin:10px;
			  -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { padding:5px 4px 5px; margin:0; font:normal 8pt Georgia, "Times New Roman", Times, serif; color:#999999; line-height:150%; }

/* wrapper */
.wrap  { background: url(images/logo.gif) no-repeat 115px top; margin: auto; padding: 0; width: 1000px; overflow: hidden }

/* blog title + description */
#head   { text-align: center; height: 120px; overflow: hidden }
	#head h1   { font: 22pt Georgia, "Times New Roman", Times, serif; text-transform: uppercase; letter-spacing: 2px; margin: 15px 0 10px 220px; padding: 0 }
#head a   { color: black }
	#head a:hover  { color: black; text-decoration: none }
	#head #desc    { color: #366; font: 12pt Georgia, "Times New Roman", Times, serif; margin: 0 0 15px 220px; padding: 0 }
#pagepic {
	background-image: url(images/whiteflower.jpg);
	background-repeat: no-repeat;
	margin-right: 100px;
	width: 120px;
	height: 120px;
	float: right }
/* menu */
#menu     {
	font: 7pt Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-align: center;
	margin: auto;
	padding-left: 120px;
	width: 520px;
	height: 30px;
	overflow: hidden }
	#menu ul    { list-style: none; margin: 0 0 0 10px; padding: 0; overflow: hidden }
		#menu li    { padding: 0; width: 126px; float: left }
		#menu li a   { color: #366; background-image: url(images/button.jpg); text-align: center; display: block; margin: 0 5px 0 10px; padding: 2px 5px; height: 26px }
		#menu li a:hover   { color: #78a1a1; text-decoration: none; background-image: url(images/buttonh.jpg); background-repeat: no-repeat }
		#menu li.current_page_item a   { color: #78a1a1; background-image: url(images/buttonh.jpg); background-repeat: no-repeat }
		#menu li.current_page_item a:hover { color:#333333; text-decoration:none; }

#midbar   {
	padding: 0;
	height: 40px;
	overflow: hidden }

#innerwrap  { background: url(images/bg_c2.gif) repeat-y center top; margin-top: 5px; height: 100%; overflow: hidden }

/* columns */
.c1 { width:235px; float:left; padding:0px 0px 0px 0px;text-align:right; }
.c2   {
	background: #ffffff url(images/) repeat-y left top;
	margin: 0;
	padding: 15px 0 0;
	width: 530px;
	float: left;
	overflow: hidden }
.c3 { width:234px; float:left; padding:0px; margin:0px; overflow:hidden; }

/* contact + subscribe text + middle text */
.toptext   { color: #366; font: italic 10pt Georgia, "Times New Roman", Times, serif; text-transform: lowercase; margin: 0; padding: 10px 15px }
	.toptext a   { color: #366 }
	.toptext a:hover { color:#FFBE97; text-decoration:none; }
.midtext      {
	color: #366;
	font: 10pt Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 8px 15px 1px }

/* widgets */
#widgets1 { list-style:none; margin:0px; padding:0px; color:#333333; }
#widgets2 { list-style:none; margin:0px; padding:0px; color:#333333; }
.widget  {
	list-style: none;
	margin: 0 0 20px;
	padding: 0 8px }
#widgets1 .widget  { border-right: 5px solid #9cc }
#widgets2 .widget  { border-left: 5px solid #9cc }
.widget ul { margin:0px; padding:0px; }
.widget ul li a { padding:1px 3px 1px 3px; }
.widget li a:hover  { color: #ffffff; text-decoration: none; background-color: #366 }
.widget h2  { color: #366; font: italic 11pt Georgia, "Times New Roman", Times, serif; text-transform: lowercase; margin: 0 0 5px; padding: 0 }

/* list images for widgets */
#widgets1 .widget li { list-style:none; background:url('images/78.png') center right no-repeat; margin:0px 0px 5px 0px; padding:0px 20px 0px 0px; }
#widgets2 .widget li { list-style:none; background:url('images/78.png') center left no-repeat; margin:0px 0px 5px 0px; padding:0px 0px 0px 20px; }

#widgets1 .widget_recent_entries li { background:url('images/24.png') center right no-repeat; }
#widgets1 .widget_recent_comments li { background:url('images/18.png') center right no-repeat; }
#widgets1 .widget_pages li { background:url('images/21.png') center right no-repeat; }
#widgets1 .widget_categories li { background:url('images/34.png') center right no-repeat; }
#widgets1 .widget_archive li { background:url('images/36.png') center right no-repeat; }
#widgets1 .widget_links li, 
#widgets1 .widget_betterblogroll li, 
#widgets1 .widget_sclw li { background:url('images/13.png') center right no-repeat; }

#widgets2 .widget_recent_entries li { background:url('images/24.png') center left no-repeat; }
#widgets2 .widget_recent_comments li { background:url('images/18.png') center left no-repeat; }
#widgets2 .widget_pages li { background:url('images/21.png') center left no-repeat; }
#widgets2 .widget_categories li { background:url('images/34.png') center left no-repeat; }
#widgets2 .widget_archive li { background:url('images/36.png') center left no-repeat; }
#widgets2 .widget_links li, 
#widgets2 .widget_betterblogroll li, 
#widgets2 .widget_sclw li { background:url('images/13.png') center left no-repeat; }

/* search box */
#searchform #s { width:150px; }

/* blog posts */
.post  { color: #333333; line-height: 160%; padding: 0 15px 15px; overflow: hidden }

	/* blog title */
	.post-title h1  { font: 1.8em/130% Georgia, "Times New Roman", Times, serif; letter-spacing: -0.02em; margin: 0; padding: 0 0 2px }
	.post-title h1 a { color:#333333; }
	.post-title h1 a:hover  { color: #366; text-decoration: none }

	/* bar with date, author and category */
	.post-sub { padding:5px 0px 0px 0px; overflow:hidden; font:normal 8pt Georgia, "Times New Roman", Times, serif; color:#999999; }
		.post-sub a, 
		.post-foot a { color:#999999; border-bottom:dotted 1px #CCCCCC; }
		.post-sub a:hover, 
		.post-foot a:hover { background-color:#EBEBEB; color:#666666; border-bottom:dotted 1px #333333; text-decoration:none; }
		.post-date { float:left; overflow:hidden; margin-right:20px; }
		.post-author { float:left; overflow:hidden; margin-right:20px; }
		.post-cat { float:left; overflow:hidden; }

	/* blog text */
	.post-text { overflow:hidden; color:#333333; }
		.aligncenter { display:block; margin:auto; text-align:center; }
		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; }
		.youtube { text-align:center; margin:10px 0px 10px 0px; }

	/* blog footer with tags, edit and comments */
	.post-foot { overflow:hidden; margin:10px 0px 0px 0px; font:normal 8pt Georgia, "Times New Roman", Times, serif; color:#999999; line-height:160%; }
		.post-edit { float:right; }
		.post-comments { float:right; }

/* comments */
.commentlist  { list-style: none; margin: 0; padding: 0; overflow: hidden; border-top: 1px solid #9cc }
.commentlist li  { background-color: #ffffff; padding: 8px; overflow: hidden; border-bottom: 1px solid #9cc }
.commentlist li.alt { background-color:#F8F8F8; overflow:hidden; }
	.comment-avatar img { float:left; padding:0px; border:solid 1px #999999; margin:8px 8px 8px 0px; }
	.comment-bar { color:#999999; overflow:hidden; padding:0px 8px 0px 0px; font:normal 8pt Georgia, "Times New Roman", Times, serif; line-height:160%; }
		.comment-bar a { color:#999999; border-bottom:dotted 1px #CCCCCC; }
		.comment-bar a:hover { background-color:#EBEBEB; color:#666666; border-bottom:dotted 1px #333333; text-decoration:none; }

		.comment-author { color:#546a85; font-size:11pt; font-style:italic; }
		.comment-author a { color:#546a85; border-bottom:dotted 1px #666666; }
		.comment-author a:hover { text-decoration:none; }
	.comment-text { }

/* footer */
#footer   { color: #366; font-family: Georgia, "Times New Roman", Times, serif; background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: center top; text-align: center; margin: auto; padding: 5px; width: 990px; height: 20px }
	#footer a  { color: #366; text-transform: uppercase; border-bottom: 1px dotted #beb6a7 }
	#footer a:hover { text-decoration:none; }