/*

Theme Name: DeAngelo

Author: William Bay

Author URI: http://warmlounge.com/



	This theme was designed and built by William Bay,

	for the express use of Shari DeAngelo Photography, LLC 

	and may not be copied or used for any other purpose 

	by any other person.

*/

body {

	font-size: 14px;

	font-family: 'Century Gothic', Verdana, Arial, Sans-Serif;

	background: #F6F4F3;

	color: #8C7E73;

	margin:0;

        padding:0;

}



#fade {

	background-image:url(images/fade.png);

	background-repeat:repeat-x;

        left:0;

        width:100%;

        height:50px;

        top:164px;

        position:absolute;

margin:0;

padding:0;

}

#wrap {

	width:900px;

        margin:0 auto 40px;

}

#header {

	height:164px;

	width:900px;

        padding-bottom:60px;

}



.logo   {       

        background-image:url(images/logo.png);

        background-repeat:no-repeat;

        background-position:top-left;

	height:164px;

        width:210px;

        position:absolute;

}



.a logo  {       

        background-image:url(images/logo.png);

        background-repeat:no-repeat;

        background-position:top-left;

	height:164px;

        width:210px;

        position:absolute;

}

#content {

        width:900px;

        margin:0 auto;

        min-height:500px;        

}

#footer {

	background: url('images/fade.png');

	background-repeat:repeat-x;

        height:50px;

        width:100%;

margin-left:0;

margin-right:0;

padding-left:0;

padding-right:0;

}



small {

	font-size: 12px;

	line-height: 1.5em;

        margin-left:50px;

        text-align:left;

	}



.copyright {

	font-size: 12px;

	line-height: 1.5em;

        margin-left:50px;

        float:left;

	}

.warm-lounge {

	font-size: 12px;

	line-height: 1.5em;

        float:right;

        text-align:right;

        margin-right:50px;

	color: #A99F96;

}

.description {

	font-size: 12px;

	line-height: 1.5em;

        float:right;

        text-align:right;

        margin-right:50px;

	color: #A99F96;

}

h1, h2, h3 {

	font-family: 'Century Gothic', Verdana, Arial, Sans-Serif;

        font-size:20px;

        font-weight:bold;

        margin-bottom:0;

        width:880px;

        color:#BAB3AB;

	text-decoration: none;

	}

h3 {

	font-size: 1.3em;

	}

h1 a {        

        color:#BAB3AB;

	text-decoration: none;

}

h1 a:hover, .description {

	text-decoration: none;

	color:#8C7E73;

	}

h1 a:visited {

	text-decoration: none;

        color:#BAB3AB;

        }

h2 a {

	text-decoration: none;

        color:#BAB3AB;

        }

h2 a:hover{ 

	text-decoration: none;

        color:#8C7E73;

        }

h2 a:visited {

	text-decoration: none;

        color:#BAB3AB;

        }

.date {

        font-size:12px;

	color: #A99F96;

        margin-top:-25px;



        height:20px;

}



/* Title logo if we come up with a new one

.leaf {

        background-image:url('images/leaf.png');

        background-repeat:no-repeat;

        width:27px;

        height:36px;

float:left;

margin-top:-20px;

}

*/



.stroke {

border-top:1px solid #ccc;

        width:900px;

        height:1px;

        margin-top:0;

}

.venue {

        font-size:12px;

	color: #A99F96;

        float:right;

        text-align:right;

}

.entry {

        padding:10px 0 5px;

}

.entry p a:visited {

	color: #BAB3AB;

	}



.commentlist li, #commentform input, #commentform textarea {

	font: 0.9em 'Century Gothic', Verdana, Arial, Sans-Serif;;

	}

.commentlist li ul li {



}



.commentlist cite, .commentlist cite a {

	text-decoration:underline;

	}



.commentlist p {

	font-weight: normal;

	line-height: 1.5em;

	text-transform: none;

	}



#commentform p {

	font-family: 'Century Gothic', Verdana, Arial, Sans-Serif;

	}



.commentmetadata {

	font-weight: normal;

	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

	color: #777;

	}



code {

	font: 1.1em 'Courier New', Courier, Fixed;

	}



acronym, abbr, span.caps

{

	font-size: 0.9em;

	letter-spacing: .07em;

	}



a{
	color:#BAB3AB;
	text-decoration: none;
	}

a:hover {
	color: #8C7E73;
	text-decoration: underline;
	}

/* End Typography & Colors */

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.clear {

	clear: both;

}

#footer p {

	margin: 0;

	padding: 20px 0;

	text-align: center;

	}

/* End Structure */





/* 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 */







/* Begin Lists



	Special stylized non-IE bullets

	Do not work in Internet Explorer, which merely default to normal bullets. */



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;

	}

/* End Entry Lists */


/* Begin Form Elements */



.entry form { /* This is mainly for password protected posts, makes them look better. */

	/* text-align:center; */
	text-align:left;
	line-height:1.75em;
	}



select {

	width: 130px;

	}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform {

	margin: 5px 10px 0 0;

	}

#commentform textarea {

	width: 300px;





	}

#respond:after {

		content: "."; 

	    display: block; 

	    height: 0; 

	    clear: both; 

	    visibility: hidden;

	}

#commentform #submit {

	margin: 0 0 5px auto;

	float: left;

	}

/* End Form Elements */







/* Begin Comments*/

.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {

	padding: 0;

	text-align: justify;

	}



.commentlist li {



	padding: 5px 5px 10px 10px;

	list-style: none;



	}

.commentlist li ul li { 

	margin-right: -5px;

	margin-left: 10px;

}



.commentlist p {

	margin: 0 5px 0 0;

}

.children { padding: 0; }



#commentform p {

	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: none;

	}

/* End Comments */



/* Begin Various Tags & Classes */

acronym, abbr, span.caps {

	cursor: help;

	}



acronym, abbr {

	border-bottom: 1px dashed #999;

	}



blockquote {

	margin: 15px 30px 0 10px;

	padding-left: 20px;

	border-left: 5px solid #ddd;

	}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}



.center {

	text-align: center;

	}



.hidden {

	display: none;

	}

	

.screen-reader-text {

     position: absolute;

     left: -1000em;

}





a img {

	border: none;

	}





/* End Various Tags & Classes*/







/* Captions */

.aligncenter,

div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	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 {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}

/* End captions */

/* Menus */

#nav, #nav ul { /* all lists */
        float:right;   
        padding: 0;
	margin-top:114px;
	list-style: none;
	line-height: 1em;
}

#nav li { /* all list items */
        float:right;
	width: auto; /* width needed or else Opera goes nuts */
        position:relative;
        right:0;
}

#nav a {
	display: block;
        height:auto;
	width: auto;
        color:#BAB3AB;
        font-size:18px;
        font-weight:bold;
        text-transform:lowercase;
        margin-top:25px;    
        text-align:right;
        padding-left:60px;
}

#nav a:hover {
        color:#8C7E73;
        text-decoration:none;
}



#nav li ul { /* second-level lists */
        position:absolute;
        bottom:0;
	width: 75px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
        height:auto;
        margin-bottom:20px;
        right:0;
        white-space:nowrap;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
        top:auto;
}

#nav li ul a {
display:block;
	width: 110px;
        font-size:14px;
        font-weight:normal;
        text-transform:lowercase;
        margin:0;
        padding-bottom:2px;
        white-space:nowrap;
        padding-left:1em;

}


/* third-level lists */
#nav li ul ul {
	margin: 0;
        text-align:left;
        padding-left:0;
	margin-left: 10em;
right:-11.5em;

}

#nav li ul ul a{
        position:relative;
        text-align:left;
        height:auto;
        width:75px;
        margin-bottom:0;
        padding-right:75px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

