/*
Theme Name: Soleil for WordPress
Theme URI: http://avi.alkalay.net/2006/11/soleil-theme-for-wordpress.html
Version: 20070716
Description: <a href="http://avi.alkalay.net/2006/11/soleil-theme-for-wordpress.html">Soleil Theme</a>. Original design for other blog systems by <a href="http://www.carriep63.com/">Carrie Petri</a>.
Author: Avi Alkalay
Author URI: http://avi.alkalay.net/
*/

@import url(docbook.css);

#container{ 
	width: 600px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: #FFF url(img/pagebg.gif) repeat-y;
	}

#headertop{
	background-image: url(img/bg_01.jpg);
	height: 217px;
	width: 600px;
	background-repeat: no-repeat;
}


#main {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	display: inline;
}


/* #content goes inside #main block, and contains everything but the #sidebar */
#content {
	display: inline;
	float: left;
	margin: 0;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	width: 430px;
		font-size: .8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


#sidebar {

	color: #333333;
	display: inline;
	float: right;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	width: 130px;
	font-size: .8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* A widget is a "portlet" in the sidebar */
.widget {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.widget .widgettitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 18px;
	color: #000033 !important;
	line-height: 20px;
	font-weight: bold !important;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
	text-transform: lowercase;
}

.widget_soleil_search .widgettitle {
	background: url(img/search.gif) no-repeat;
	padding-left: 25px;
}

.widget #archiveform {
	padding-left: 10px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.widget li {
	text-align: left;
		margin-bottom: 5px;
}

.widget a {
	text-decoration: none;
}

.widget a:hover {
	text-decoration: underline;
}

.widget_soleil_subscriptions li, .widget_subscriptions li {
	background: none;
	padding: 0 0 0 0px;
	list-style-type: none;
}

#sidebar ul {
	padding-left: 0px;
	margin-left: 0px;
		margin-bottom: 5px;
}

#sidebar a {
	color: #333333;
}





/* A post starts with a .post-header, which containt:

.comment-info: a block to show in evidence the number of comments
.post-info: contains .post-title, .post-meta and links
.post-title: the title
.post-meta: contains date and time, categories, admin icons
.post-admin: contains admin icons

*/


.post-header, .page-header {
	clear: both;
	vertical-align: top;
	margin-top: 5px;
}




.post-header .comment-info, .page-header .comment-info {
	background: url(img/baloon.gif) no-repeat;
	text-align: center;
	vertical-align: top;
	color: #000033 !important;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: center;
	width: 80px;
	height: 61px;
	float: left;
	margin-right: 15px;
}


.post-header .comment-info a,
.post-header .comment-info a:hover,
.page-header .comment-info a,
.page-header .comment-info a:hover {
	color: #000033 !important;
	text-decoration: none;
}



.post-header .comment-info .number, .page-header .comment-info .number {
	font-size: 2.9em;
	text-align: center;
	font-weight: bold;
}
.post-title, .page-title {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	border: 0px;
	font: 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.post-title a, .post-title a:visited, .page-title a, .page-title a:visited {
	font: bold 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
	text-decoration: none;
}


.post-info, .page-info {
	width: 100%;
	vertical-align: top;
	color: #333333;
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	display: inline;
}


/* Categories in the header */
.post-info .post-categories a, .page-info .page-categories a {
	font-weight: 1.2;
	text-decoration: none;
	color: #666666;
}

.post-info .post-categories a:hover, .page-info .page-categories a:hover {
	text-decoration: underline;
}

.post-admin, .page-admin {
	float: right;
	width: 40px;
	margin-left: 5px;
	text-align: right;
}



.readmore a {
        background: yellow;
        color: red;
        font-weight: bold;
        text-decoration: none;
}









.post-content, .page-content {
	border-bottom:1px solid #666666;
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 3px 0;
	padding: 10px 0;
	overflow: auto;
	clear: both;
}


.post-content h4, .page-content h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.7em;
	/* color: rgb(255,204,85); */
}


.post-content .photo, .page-content .photo {
	padding: 4px !important;
	border: 1px solid #a9a9a9;
	background-color: white;
	margin-left: 6px;
	margin-right: 6px;
	display: inline;
}


.post-content .articleinfo, .page-content .articleinfo {
	padding-right: 5px;
	margin: 5px;
	border: 1px solid green;
	background: lightyellow;
	font: 11px Tahoma, Arial, sans-serif;
	width: 40%;
	max-width: 40%;
}

.post-content .articleinfo ul, .page-content .articleinfo ul {
	padding-left: 18px;
}




dl {
	margin-left: 10px;
}

dt {
	display: list-item;
	list-style: none outside url(img/bullet.gif);
	margin-left: 0px;
}

dd {
	margin-left: 15px;
}



input.submitbutton {background-color: #000033; font-weight: bold; font-size: 12px; color: white;}

input.blue {background-color: #000033; font-weight: bold; font-size: 12px; color: white;}





.commentform {
	margin: 0 0 0 40px;
	font: .8em Verdana, Geneva, Arial, Helvetica, sans-serif;
}


#comments h2, #comments h3 {
	color: #000033;
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 1em 0 1em;
	/* text-transform: uppercase; */
}


.commentform h2 {
	margin-left: -40px !important;
}

.commentform textarea {
	width: 80%;
}

.commentform p {
	margin: 0 0 1em;
}


#comments h3 {
	font-size: 1em;
	margin-top: 1em;
}

.commentmetadata {
	background: url(img/blockquote.gif) no-repeat left top;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-left: 45px;
}

.commentmetadata .commentauthor {
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	margin-bottom: 5px;
}

.commentmetadata .commentcontrol {
	font-size: .8em;
}

.commentmetadata a {
	color: #000066;
	text-decoration: none;
}

.commentmetadata .edit {
	background: url(img/iconedit.gif) no-repeat left;
/* makes an 18x18 box */
	padding: 9px;
}

.commentmetadata a:hover {
	text-decoration: underline;
}



.post-content a {
	color: 000066;
}

.post-content a:hover {
	text-decoration: none;
}

/*
a:visited {
	color: #909D73;
}

a:hover {
	text-decoration: underline;
}
*/





.archive-title {
	background-color: #ffffcc;
	color: #333333;
	font-size: 1em;
	font-family: Verdana, "Bitstream Vera Sansa", sans-serif;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: .5em;
	text-transform: uppercase;
}


.archive-subtitle {
	color: #ffcc66;
	font-size: 1em;
	font-family: Verdana, "Bitstream Vera Sansa", sans-serif;
	font-weight: bold;
	font-style: italic;
	margin-bottom: .5em;
}


.archive-subscribe a {
	background-color: transparent;
	background-image: url(img/feed.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 6px;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, "Bitstream Vera Sansa", sans-serif;
	color: #000066 !important;
}


.current-cat {
	font-weight: bold;
}






/* ------------------------------- */
body{

	background-color: #000033;
	text-align: center;
	margin: 0;
	padding: 0;
}

input, textarea {
	background: #ffffff;
	border: #000033 1px solid;
}

#header {

	border: #FFCC99 0px solid;
	height: 183px;
	margin: 0 auto;
	padding: 0;
	width: 760px;
}

 
a img {
	border: none;
}

acronym, abbr {
	border-bottom: 1px dotted #0C6BF0;
}

acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: .07em;
}

code {
	color: #D48B00;
	font-size: 1em;
	font-style: italic;
	font-family: "Courier New", Courier, monospace;
	padding-left: 2px;
	padding-right: 2px;
}

blockquote, cite {
	background: url(img/blockquote.gif) no-repeat left top;
	margin: 15px 30px 0px 10px;
	padding: 0 10px 20px 45px;
	font-style: italic;
}

img {
	border: none;
}

h3 {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.5em;
	margin: 0 0 1em;
	padding: 0;
}

h1, h2, h3, h4 {
	font-weight: normal;
	letter-spacing: 1px;
}

hr {
	border-top: #BBC4A3 1px solid;
}

#header h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 10px 20px 0 0;
	text-align: right;
}

#header h1 a {
	color: #000033;
	text-decoration: none;
}

#header h1 a:hover {
	color: #000066;
}

#header #desc {
	color: #B5C09D;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0 20px 0 0;
	text-align: right;
}


#pagenav {
	list-style: none;
}



ul li {
	list-style: none;
padding-left: 0px;
	margin: 0px;
	padding: 0px; 
}


.post-content ul, .comment-content ul, .post-content ol, .comment-content ol {
	margin-top: 1em;
	margin-bottom: 1em;
}


ul.conversation {
	font-family: Comic Sans MS;
	color: magenta;
}

.conversation li {
	background-image: none !important;
	color: #800080;
}

.conversation li:first-line {
	padding-left: -10px;
}







.post, .page {
	margin: 0 0 30px 0;
}


.post-content li {
	margin-bottom: .8em;
}


.post-footer, .page-footer {
	background: url(img/divider.gif) no-repeat center;
	padding-top: 20px;
}

#footer{
	clear: both;
	background-image: url(img/bg_03.gif);
	height: 78px;
	width: 600px;
	background-repeat: no-repeat;
}

#footer a {
	border: none;
	color: #7A7636;
}

.commentlist {
	font-size: 1em;
	font-weight: normal;
}

#commentslist .subscribe {
	background: url(img/feed.png) no-repeat left;
/* makes an 16x16 box */
	padding: 8px;
}

#commentslist a, #commentslist a:hover {
	text-decoration: none;
}

li.singlecomment {
	border: #333333 1px solid;
	background: #eeeeee;
	margin: 15px 0;
	padding: 10px 10px 10px 10px;
}

li.singlecomment-alt {
	border: #333333 1px solid;
	background: #dddddd;
	margin: 15px 0;
	padding: 10px 10px 10px 10px;
}

li.singlecomment:hover, li.singlecomment-alt:hover {
	border: #999999 1px solid;
}



/************/
/* Calendar */
/************/
#calendar {
	margin: 10px 0px 0px 0px;
	position: inherit;
}

.widget_soleil_calendar {
	padding-left: 0 !important;
}

#wp-calendar {
	background: white;
	border: #666666 1px solid;
	border-top: #666666 2px solid;
	empty-cells: show;
	font-size: 8px;
	margin: 0px;
	padding: 3px;
	padding-bottom: 1em;
	text-align: center;
/*	margin-left: -20px; */
	width: 100%;
}

#wp-calendar caption {
	border: #E1D6C6 0px solid;
	color: #000033;
	font-size: 10px;
	font-weight: bold;
	height: 15px;
	margin: 10px 0 0 0;
	text-align: center;
}

#wp-calendar caption a, #wp-calendar caption a:hover {
	background: transparent;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #E0E6E0;
	color: #333333;
}

#wp-calendar td {
	color: grey;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #FFFFFF;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #EEEEEE;
	color: #BBBBBB;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	margin-bottom: 1em;
}

#wp-calendar tfoot {
	margin-top: 1em;
}

#wp-calendar .today {
	background: #EEEEEE;
	font-weight: bold;
}



.xmlbutton {
	/* Stollen from http://www.dylangreene.com/blog.asp?blogID=91 */
	border: 2px solid;
	border-color: #FC9 #DC5014 #75250B #F96;
	padding: 0px 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF !important;
	background: #F60;
	text-decoration: none !important;
}

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.navigation a {
	border: 2px solid;
	border-color: #ddd #aaa #888 #eee;
	padding: 3px;
	background: #000033;
	text-decoration: none;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space: nowrap;
	color: white;
line-height: 30px;
}


/* Text and Image Alignment */ 
.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.homelink{
	position: relative;
	overflow: hidden;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 22px;
	color: #000033 !important;
	line-height: 24px;
	font-weight: bold !important;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
	
	}

.homelink li {
	text-align: left;
	font-size: 11pt;
}

.homelink a {
	text-decoration: none;
		color: #000033
}

.homelink a:hover {
	color: #000066
}

