/*
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);

#banner {
	/* The nice and exapandable blue and green bar */
	
/*	padding-top: 55px;
	margin-left: 340px !important;
	text-align: center; */
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	height: 177px;
	background: url(img/banner-background.png) no-repeat top right;
	position: relative;
}



#banner-inner {
	/* The nice orange, blue an green banner, with star */
	
	height: 177px;
	background: url(img/banner-header.png) no-repeat;
	overflow: hidden;
	position: static;
}


#banner-header {
	/* Blog title */
	
	font-size: 46px;
	color: white;
	font-family: Arial Black;
	font-variant:small-caps;
	position: absolute;
	left: 430px;
	top: .4em;
	text-align: left;
}

#banner-header a {
	color: white;
	text-decoration: none;
}

#banner-description {
	/* Blog subtitle or description */
	
	font-family: Arial;
	color: white;
	font-weight: normal !important;
	font-size: 18px;
	/*letter-spacing:1px;*/
	/* font-variant:small-caps; */
	bottom: 3px;
	right: 10px;
	position: absolute;
}












#main {
	background: white;
	/* These are same margins as #banner */
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
}


/* #content goes inside #main block, and contains everything but the #sidebar */
#content {
	display: inline;
	float: left;
	margin: 0;
	overflow: hidden;
	/* The sum must be 70% */
	padding-left: 1%;
	padding-right: 1%;
	max-width: 75%;
	width: 75%;
	background: white;
}


#sidebar {
	background: #fff0d0;
	color: #333333;
	display: inline;
	float: right;
	margin: 0;
	/* The sum must be 30% */
	padding-left: 1%;
	padding-right: 1%;
	max-width: 20%;
	width: 20%;
	font-size: 11px;
	font-family: Tahoma,"Bitstream Vera Sans", Sans-serif;
}


/* A widget is a "portlet" in the sidebar */
.widget {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

.widget .widgettitle {
	font-family: Arial, Helvetica, Bitstream Vera Sans;
	letter-spacing: 1px;
	font-size: 22px;
	color: #54B2F0 !important;
	line-height: 24px;
	font-weight: bold !important;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
}

.widget_soleil_search .widgettitle {
	background: url(img/search.gif) no-repeat;
	padding-left: 25px;
}

.widget #archiveform {
	padding-left: 10px;
	font-family: Tahoma, Bitstream Vera Sans, Sans-serif;
	font-size: 8pt;
}

.widget li {
	text-align: left;
}

.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: 5px;
	margin-left: 10px;
}

#sidebar a {
	color: rgb(80,150,10);
}





/* 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: brown !important;
	font-family: Verdana, Arial, Helvetica, Bitstream Vera Sans, sans-serif;
	font-size: .8em;
	text-align: center;
	width: 80px;
	height: 61px;
	float: left;
	margin-right: 5px;
}


.post-header .comment-info a,
.post-header .comment-info a:hover,
.page-header .comment-info a,
.page-header .comment-info a:hover {
	color: brown !important;
	text-decoration: none;
}



.post-header .comment-info .number, .page-header .comment-info .number {
	font-size: 2.7em;
	text-align: center;
	font-weight: bold;
}


.post-title, .page-title {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	border: 0px;
	font: 1.2em Verdana, Bitstream Vera Sans, Arial, Helvetic, Sans-Serif;
}

.post-title a, .post-title a:visited, .page-title a, .page-title a:visited {
	font: bold 1.7em Arial, Sans-Serif, Bitstream Vera Sans;
	color: #fe9f0c;
	text-decoration: none;
}


.post-info, .page-info {
	width: 100%;
	vertical-align: top;
	color: #333333;
	font: 0.9em Verdana, Bistream Vera Sans, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	display: inline;
}





/* Categories in the header */
.post-info .post-categories a, .page-info .page-categories a {
	font-weight: bold;
	text-decoration: none;
	color: brown;
}

.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;
}


/*
.post-header {
	clear: both;
}

.post-header .post-info, .page-header .page-info {
	vertical-align: top;
}


.post-title a:hover, .page-title a:hover {
	text-decoration: underline;
}


.post-header td, .page-header td {
	vertical-align: top;
}



.post-info a, .post-info a:hover, .page-info a, .page-info a:hover {
	text-decoration: none;
}

/* Header icons
.post-admin .edit, .page-admin .edit {
	background: url(img/iconedit.png) no-repeat left;
/* makes an 18x18 box  * /
	padding: 9px;
}

.post-admin .subscribe, .page-admin .subscribe {
	background: url(img/iconfeed.png) no-repeat left;
/* makes an 16x16 box * /
	padding: 8px;
}

.post-admin .comment, .page-admin .comment {
	background: url(img/iconcomment.png) no-repeat left;
/* makes an 16x16 box * /
	padding: 8px;
}

.post-admin .trackback, .page-admin .trackback {
	background: url(img/icontrackback.png) no-repeat left;
/* makes an 16x16 box * /
	padding: 8px;
}

.post-admin {
	width: 40px;
	text-align: right;
}


*/

.readmore a {
        background: yellow;
        color: red;
        font-weight: bold;
        text-decoration: none;
}









.post-content, .page-content {
	border-top: #BBC4A3 1px solid;
	font: 1em Verdana, Helvetica, Arial, Bitstream Vera Sans, sans-serif;
	margin: 3px 0;
	padding: 10px 0;
	overflow: auto;
	clear: both;
}


.post-content h4, .page-content h4 {
	font-family: Verdana, Helvetica, Arial, Bitstream Vera Sans, 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, Bitstream Vera Sans, 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: 10px;
}

dd {
	margin-left: 15px;
}











.commentform {
	margin: 0 0 0 40px;
	font: 1em verdana, helvetica, bitstream vera sans, arial, sans-serif;
}


#comments h2, #comments h3 {
	color: orange;
	font: 2em verdana, helvetica, bitstream vera sans, arial, sans-serif;
	font-weight: bold;
	margin: 2em 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: 1.3em;
	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: 1.3em;
	margin-bottom: 5px;
}

.commentmetadata .commentcontrol {
	font-size: .8em;
}

.commentmetadata a {
	color: green;
	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: blue;
}

.post-content a:hover {
	text-decoration: none;
}

/*
a:visited {
	color: #909D73;
}

a:hover {
	text-decoration: underline;
}
*/





.archive-title {
	color: orange;
	font-size: 2em;
	font-family: Verdana, "Bitstream Vera Sansa", sans-serif;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: .1em;
}


.archive-subtitle {
	color: orange;
	font-size: 1.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: green !important;
}



.current-cat {
	font-weight: bold;
}






/* ------------------------------- */
body {
	background: url(img/content_bg.gif) repeat;
/*	color: #29303B; */
/*	font: 0.9em/1.3em "Trebuchet MS",Georgia, Times, "Times New Roman", sans-serif; */
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: Verdana, Helvetica, Bitstream Vera Sans, Arial, sans-serif;
	font-size: 9pt;
}

input, textarea {
	background: #efefff;
	border: orange 1px solid;
}

#header {
	background: url(img/top.jpg) #FFFFFF no-repeat bottom;
	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: #B5C09D;
	text-decoration: none;
}

#header h1 a:hover {
	color: #F7F3ED;
}

#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 outside url(img/bullet.gif);
/*	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 {
	border-top: #BBC4A3 1px solid;
	clear: both;
	color: #999999;
	font-size: 0.8em;
	margin: 0 auto;
	padding: 7px 0;
	text-align: center;
	width: 740px;
}

#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: rgb(213,240,164) 1px solid;
	background: rgb(234,248,207);
	margin: 15px 0;
	padding: 10px 10px 10px 10px;
}

li.singlecomment-alt {
	border: rgb(234,248,207) 1px solid;
	background: rgb(213,240,164);
	margin: 15px 0;
	padding: 10px 10px 10px 10px;
}

li.singlecomment:hover, li.singlecomment-alt:hover {
	border: rgb(172,225,73) 1px solid;
}



/************/
/* Calendar */
/************/
#calendar {
	margin: 10px 0px 0px 0px;
	position: inherit;
}

.widget_soleil_calendar {
	padding-left: 0 !important;
}

#wp-calendar {
	background: white;
	border: #E1D6C6 1px solid;
	border-top: #F3F6ED 1px solid;
	empty-cells: show;
	font-size: 1.2em;
	margin: 0px;
	padding: 3px;
	padding-bottom: 1em;
	text-align: center;
/*	margin-left: -20px; */
	width: 100%;
}

#wp-calendar caption {
	border: #E1D6C6 1px solid;
	color: #54B2F0;
	font-size: 1.4em;
	font-weight: bold;
	height: 22px;
	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, Bitstream Vera Sans, 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: #ccc;
	text-decoration: none;
	font-family: Tahoma, Bitstream Vera Sans, sans-serif;
	font-size: 11px;
	color: black;
}


/* Text and Image Alignment */ 
.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

