/*
Theme Name: Pretty Persuasion
Theme URI: http://www.albertodifelice.com/
Version: 1.5
Description: 2 column theme
Author: Alberto Di Felice
Author URI: http://www.albertodifelice.com/
Tags: two columns, left sidebar, widget ready, fixed width
*/

/* -standards- */

body {
	background: #000000;
	color: #000000;
	font-family: "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
font-size: .70em;
display: block;
	}
p {
	text-align: left;
	}
h2 {
	color: #ffffff;
}
a {
	color: #000000;
text-decoration: none;
	}
a:hover {
	color: #ffa20f;
background: #993300;
}
#navlink {
	margin-bottom: 40px;
	}

/* -header- */

#nav ul {
		list-style:  none;
		margin: 0;
		text-align: center;
		}

	#nav li	{
float: center;
		padding: 0 9px;
		}
		
	#nav a {
		font-size: 1.5em
		;
		text-transform: uppercase;
		font-weight: bold;
		color: #fff;
		text-align: left;
line-height: 30px;
		vertical-align: middle;
		}

	#nav a:hover {
		line-height: 30px;
vertical-align: middle;
		color: #ffa20f;
		text-decoration: none !important;
		}

#topbar {
	width: 964px;
	}
#topbar .title a {
	color: #FF00FF;
	}
#topbar .title a:hover {
	color: #ffffff;
	}
#welcomeheading a {
	margin-top: 25px;
	background: url(http://www.albertodifelice.com/site/img/title.png) no-repeat scroll center;
	height: 49px;
	text-indent: -10000px;
	cursor:pointer;
	display:block;
	overflow:hidden;
margin-bottom: 20px;
	}
#banner {
	background: url(http://www.albertodifelice.com/site/img/masthead.png) no-repeat top center;
height: 230px;
	width: 964px;
	border-top: 3px dotted #ffa20f;
border-bottom: 3px dotted #ffa20f;
	
	}
#banner img {
	height: 230px;
	width: 964px;
	}

/* -content- */

#contentwrap {
	width: 950px;
	}
#content {
font-family: Cambria, Georgia, Arial, sans-serif;
background: #FFFFFF;
	color: #000000;
padding: 10px 25px 10px 25px;
float: left;
	margin-bottom: 30px;
	width: 700px;
	}

/* -navigation- */

#navigationwrap {
	margin-right: 10px;
	}
#navigationwrap {
background: #CC9966;
	float: left;
	margin-bottom: 40px;
	}
#navigation {
	float: left;
	width: 190px;
	}
#navigation h2 {
border-bottom: 1px solid #330000;
	color: #993300;
font-size: 1em;
font-weight: bold;
margin-top: 20px;
padding-left: 10px;
text-transform: uppercase;
	}
#navigation h2.small, #navigation h2.widgettitle {
	border-bottom: 1px solid #330000;
	color: #993300;
font-size: 1em;
font-weight: bold;
margin-top: 20px;
padding-left: 10px;
text-transform: uppercase;
	}
#navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 5px;
	}
#navigation li {
	list-style: none;
	}
#navigation ul li:hover {
	background: #993300;
	}
#navigation ul li {
	border-bottom: 1px dotted #330000;
	padding: 3px 3px 3px 10px;
	}
#navigation ul li ul li {
	border: none;
	padding: 3px 3px 3px 10px;
	}

/* -post and entries- */

.post h2, .post h2 a {
	color: #660000;
font-size: 1.5em;
font-weight: bold;
font-variant:small-caps;
	}
.post h2 a:hover {
	color: #ffa20f;
	}
.post img, .post object, .post embed {
	display: block;
	margin: 0 auto;
	}
.post blockquote {
	font-style: none;
	padding-left: 20px;
	}
.postmetadata-top {
	clear: both;
	margin-top: -15px;
	padding-bottom: 10px;
	}
.postmetadata-bottom {
	background: #330000;
	font-size: .9em;
color: #FFFFFF;
	margin: 20px 0 40px 0;
	padding: 3px;
	}
.postmetadata-bottom a {
	color: #FF9966;
	}
.postmetadata-bottom a:hover {
	color: #ffffff;
	}
.entry {
font-size: 1.5em;
	clear: both;
	}
.entry a {
	color: #FF00FF;
text-decoration: none;
	}
.entry a:hover {
	color: #ffa20f;
	text-decoration: none;
	}
.page {
font-family: verdana, 'Lucida Grande', arial, sans-serif;
font-size: 1.15em;
	clear: both;
	}
.page a {
	color: #FF00FF;
text-decoration: none;
	}
.page a:hover {
	color: #ffa20f;
	text-decoration: none;
	}

/* -footer- */

#footer {
	border-top: 5px solid #330000;
	clear: both;
font-size: .9em;
	color: #ffffff;
	padding: 10px 0 30px 0;
	width: 964px;
	}
#footer a {
	color: #ffffff;
	}

/* -comments- */

#comments {
	clear: both;
color: #000000;
	}
#respond {
	border-top: #252525 1px solid;
	clear: both;
color: #000000;
	padding-top: 30px;
	}
.commentmetadata {
	text-transform: uppercase;
	}
.commentlist div.alt {
	background: #FFCC99;
	color: #000000;
	padding: 10px;
	}
.commentlist div {
	padding: 10px;
	}


.commentlist div blockquote {
	font-style: none;
	padding-left: 20px;
}

.commentlist div.alt blockquote {
	font-style: none;
	padding-left: 20px;
}
#comment {
	height: 200px;
	width: 500px;
	}


/* -floats -*/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}