/*  
Theme Name: Princess Partys Theme
Theme URI: http://www.onewaydesigns.com
Description: Custom Theme created for Princess Partys
Version: 1.0
Author: Adam J. Walker
Author URI: http://www.onewaydesigns.com
*/

body, h1, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
color: black;
}
h2 { /* this is where the headers are*/
	color: rgb(120,2,77); /* header color */
}

body{
	margin: 0px auto;
	font-family: Arial, Helvetica, Georgia;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background-image: url(images/site-bg.jpg); 
	background-repeat: repeat;
	background-position: top left;
	background-color: rgb(22,71,125); 
	height: 100%;
}


a:link, a:visited{color: rgb(120,2,77);text-decoration:none;}
a:hover{color: rgb(41,123,217);text-decoration:underline;}


p{
padding: 10px 0 0 0;
}


#wrapper{
margin: 0 auto;
	width: 830px;
text-align: left;
}

#header{
float: left;
	width: 830px;
}

#headerimg{
float: left;
	width: 830px;
	height: 306px;
background-image: url(images/header.png);
	background-repeat: no-repeat;
}

#menu{
	z-index: 2001;
	float: left;
	margin-left: 40px;
	margin-top: 20px;
}

#menu ul{ 
z-index: 2001;
list-style:none; 
margin:0; 
padding:0; 
} 

#menu ul li{ 
	z-index: 2001;
float: left; 
} 

#menu ul li a{ 
	z-index: 2001;
display: block; 
padding: 10px; 
border-right: 1px solid #ededed; 
text-decoration: none; 
color: #000; 
} 

#menu ul li a:hover{ 
	z-index: 2001;
	background: #f9f9f9; 
display: block;
} 

#contentBG { /* PUT THE IMAGE HERE --- PUT THE IMAGE HERE --- PUT THE IMAGE HERE --- PUT THE IMAGE HERE --- PUT THE IMAGE HERE --- PUT THE IMAGE HERE --- */
	background: url(images/content-bg.png) repeat;
	width: 830px;
	min-height: 560px;

}

#content-container {
	float: left;
	width: 325px;
}

#container{
	float: left;
	width: 505px;
}


.post{
padding: 0 40px 10px 20px;
}

.post h2{
font-family: Georgia, Sans-serif;
font-size: 18px;
	color: rgb(0,0,0); /* don't think this worked */
}

.post a:active,a:hover,a:link,a:visited {
	padding: 0px;
}

.entry{
line-height: 18px;
}

p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}

.navigation {
padding: 10px 0 10px 54px; /* added this line to fix the "Next Page" thing */
font-size: 14px;
font-weight: bold;
line-height: 18px;
}
.navigation a:active,a:hover,a:link,a:visited {
	padding: 10px 0px 0px 0px;
}

.sidebar{
	float: left;
	width: 325px;
	/*margin: 0 0 0 10px;*/
	background-image: url(images/sidebar-bg.png);
	background-repeat: no-repeat;
	margin: 0px;
	/*display: inline;*/
	min-height: 560px;
}



.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	list-style: none;
}
.sidebar ul li{
	line-height: 18px;
	height: 100%;
	list-style: none;
}
.sidebar ul ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
	list-style: none;
}
.sidebar li{
	padding-left: 10px;
	padding-right: 20px;
	list-style: none;
}


.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#footer{
clear: both;
float: middle;
	width: 830px;
	height: 70px;
	padding: 0px 10px 0px 0px;
	line-height: 15px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#footer a {
	color: #e9e6de;
}

h1{
font-family: serif,sans-serif, Georgia;
font-size: 24px;
padding: 0 0 10px 0;
padding-top: 40px;
}

blockquote{ 
margin: 10px 0 0; 
border-top: 2px solid #ddd; 
background: grey;  /* change this adam */ 
} 
blockquote p{ padding: 10px; } 

blockquote blockquote{
float: none; 
width: auto; 
margin: 0 10px; 
background: #000000; 
} 

dd{ 
padding: 0 0 0 20px; 
} 
form, input, textarea{ 
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 12px; 
} 
p img{ 
max-width: 100%; 
} 
img.centered{ 
display: block; 
margin-left: auto; 
margin-right: auto; 
} 

#suckerfishnav {
    background:#;
    font-size:22px;
    font-family:western,fantasy,arial;
    font-weight:bold;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    padding:0;
    border:0px solid #aaa;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#000000;
    text-decoration:none;
padding: 0 10px;

    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:101px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#suckerfishnav li li {
    width:99px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:western,fantasy;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:80px;
    font-size:15px;
    color:#ea9cc4;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 100px;
    }
#suckerfishnav li li:hover {
    background:#ea9cc4;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#6b0246;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#6b0246;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#ea9cc4;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#6b0246;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#e790bd;
    }
