/*  
Theme Name: Ilyse
Theme URI: http://wordpress.org/
Description: Wordpress theme for Ilyse Robbins.
Version: 1.0
Author: studio.wachtl
Author URI: http://studio.wachtl.us
*/

/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/

/*from Yahoo! reset.css*/
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/*from Yahoo! fonts.css*/
body{font:13px arial,helvetica,clean,sans-serif;}
table {font-size:inherit;}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
pre, code {font:115% monospace;}
body * {line-height:1.22em;}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
    margin:0;
	padding:0 0 5px 0;
    color: #484848;
    background-color: #25416E;
    font: .75em "Lucida Grande","Lucida Sans Unicode",verdana,arial,helvetica,sans-serif;
	text-align:center;
}

h1,h2,h3,h4,h5{
	padding:2px 0 3px 0;
}

p{
	padding:3px 0 3px 0;
}

ul, li, ul li{
	padding:3px 0 3px 0;
}

a:link{
	color:#993333;
}

a:visited{
	color:#c26c38;
}

a:hover{
	color:#cc3300;
	text-decoration:underline;
}

#wrap{
	position:relative;
	width:990px;
	margin:0 auto 0 auto;
	text-align:left;
}

#headWrap{
	background-color:#6c2323;
	padding:3px 0 0 0;
}

#header{
	background:#fe7b00 url(images/ilysebanner_1.jpg) no-repeat top left;
	height:100px;
}

#header h1, #header h1 a:link, #header h1 a:visited{
	font: normal 32px verdana,arial,helvetica,sans-serif;
    letter-spacing: -2px;
    background-color: transparent;
    color: #ffcc66;
	padding:0 0 0 6px;
}

#header h1 a:hover{
	color: #F0F0F0;
	text-decoration:none;
}

#headerPhotoRight{
	float:right;
	margin:0 16px 0 0;
}

#mainWrap{
	position:relative;
	background-color:#fff;
	min-height:1900px;
	margin:0;
	padding:2px 2px 2px 0;
}

* html #mainWrap{
	height:1900px;
	background:#fff url(images/ie6_column.gif) repeat-y;
}

#contentWrap{
	margin:0 0 0 273px;
}

#breadNav{
	min-height:17px;
	background-color:#ff9900;
	color:#fff;
	padding:4px;
	margin:0;
	font-weight:bold;
}

* html #breadNav{
	height:17px;
}

#breadNav a:link{
	color:#fafafa;
}

#breadNav a:visited{
	color:#fafafa;
}

#breadNav a:hover{
	color:#fafafa;
	text-decoration:underline;
}

#loopContent{
	
}

#loopContent h2, #loopContent h2 a:link{
	color:#993333;
	font-size:13px;
}

#loopContent small{
	color:#cc3300;
}

#loopContent p img{
padding:3px;
max-width: 100%;
}

#loopContent a:link{
	color:#993333;
}

#loopContent a:visited{
	color:#c26c38;
}

#loopContent a:hover{
	color:#cc3300;
	text-decoration:underline;
}


#sidebar{
	position:absolute;
	top:2px;
	bottom:2px;
	left:0;
	width:270px;
	background-color:#ff9900;
	padding-top:3px;
}

/* Begin Post Styles */

.entry p a:visited {
	color: #b85b5a;
	}

.post {
	border: solid 1px #993333;
	margin: 2px 0 2px 0;
	padding:20px 35px;
	text-align: justify;
	}

.post hr {
	display: block;
	}
	
.postmetadata {
	clear: left;
	text-align:right;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

/* End Post Styles */

/* bof sidebar */

.sidebarBox{
	background-color:#fff;
	margin:10px 10px 0 10px;
	width:210px;
	padding:10px 20px;
}

.sidebarBox h2{
	border-bottom:dotted thin #6699FF;
}

#slideShow.sidebarBox{
  width:230px;
  padding:10px;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

/* eof sidebar */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

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
	}
/* End Images */

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 35px;
	padding:0 10px 0 10px;
	}

#footer{
	text-align:center;
}

/* Begin Comments*/
#commentform{
	border: solid 1px #993333;
	margin:0;
	padding:20px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin: 0;
	}

#commentform #submit {
	margin: 0 0 0 0;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


