/*  
Theme Name: Wicked Pink
Theme URI: http://www.wpskins.org/
Description: A very Wicked Pink theme! Comes in 2 theme variations (one with skull, one without) and is 3 columns, widget ready. Will suit any website perfectly.
Author: Free Wordpress Themes
Author URI: http://www.wpskins.org/
	 
	This theme was designed and built by WPskins.org, http://www.wpskins.org

	The CSS, XHTML and design is released under Attribution-ShareAlike 2.5 Licence You must leave our links intact on this theme if you wish to use it: 	http://creativecommons.org/licenses/by-sa/2.5/

*/	
* {
    margin: 0;
    padding: 0;
}

a {
	color: #902559;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
    background-color: #FF94CB;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
	width: 991px;
	margin: 0 auto;
    background: url(images/background.jpg);
}

#header {
    position: relative;
    background: url(images/header.png);
    height: 165px;
}

#wrapper {
    clear: both; /* Clear float items in from navi-bar */
}

#content {
	float: left;
	width: 590px;
    margin-left: 10px;
	display: inline;
}

#sidebar {
	float: right;
    width: 380px;
}

#footer {
	clear: both;
    background: url(images/footer.jpg);
    height: 180px;
}

/************************/
/*     Header Design    */
/************************/
#headerimg {
    position: absolute;
    top: 35px;
    left: 80px;
}

#headerimg a {
	color: #FFF;
}

.description {
    font-size: 12px;
	color: #FFF;
}

/* Navigational bar */
ul#navi-bar {
    padding: 4px 0;
    font-size: 12px;
    background: ;
}

ul#navi-bar h2 {
    font-size: 120%;
}

ul#navi-bar li {
    display: inline;
    background:;
}
/*
ul#navi-bar li:first-child {
    margin-left: 0 !important;
}*/

ul#navi-bar ul {
    display: none;
}

#navi-bar a {
    padding: 2px 10px;
    color: ;
    background: ;
}

#navi-bar a:visited, #navi-bar a:hover {

}
/************************/
/*    Sidebar Design    */
/************************/
#sidebar ul {
	font-size: 10px;
}

#sidebar ul h2 {
    font-size: 120%;
}

#sidebar ul li {
    margin-bottom: 10px;
}

#sidebar ul ul {
    padding: 5px;
}

#sidebar ul ul li {
    margin-bottom: 3px;
    line-height: 14px;
}

#sidebar ul ul ul {
    display: none;
}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}

.left {
    float: left;
    width: 180px;
}

.left-top {
    background: url(images/left_top.jpg) no-repeat top;
    height: 24px
}

.left-body {
    background: url(images/left.jpg) repeat-y;
    padding: 0 15px 1px 15px;
}

.left-bottom {
    background: url(images/left_bottom.jpg) no-repeat top;
    height: 24px
}

.left ul h2 {
    background: url(images/heading.jpg) no-repeat;
    padding: 8px 0;
    text-indent: 40px;
    color: #c04e86;
}

.right {
    float: right;
    width: 185px;
    margin-right: 5px;
}

.right a {
    color: #FFF;
}

.right-top {
    background: url(images/right_top.jpg) no-repeat top;
    height: 14px;
background-color: #902559;
}

.right-body {
    background: url(images/right.jpg) repeat-y;
    padding: 1px 0 1px 0;
}

.right-bottom {
    background: url(images/right_bottom.jpg) no-repeat top;
    height: 12px;
}

.right ul h2 {
    background: url(images/right-heading.jpg) no-repeat left;
    padding: 8px 0;
    margin: 0 2px 5px 3px;
    text-indent: 50px;
    color: #420020;
}

.right ul {
    padding: 0 5px;
}

/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #73003a;
}

h1 {
    font-size: 30px;
    font-weight: normal;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

code, pre {
    overflow: auto;
    white-space: pre;
    font-family: Courier;
}

#content ul {
    padding-left: 20px;
    list-style-type: square;
}

#content ol {
    padding-left: 25px;
    list-style-type: decimal;
}

#content ul ol, #content ol ul {
    margin-top: 0.5em;
}

/************************/
/*    Content Design    */
/************************/
h2 a:hover, h2 a:visited, h2 a {
    color: #FFF;
}

.post-heading {
    height: 40px;
    background: url(images/post-heading.jpg) no-repeat;
    padding: 20px;
}

.post {
    margin-bottom: 10px;
	font-size: 12px;
}

.post .posted {
	font-size: 11px;
    color: #FFF;
}

.post .posted span {
    text-decoration: underline;
}

.post p {
}

.post a {

}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.post-top {
    background: url(images/post-top.jpg) top;
    height: 10px;
    margin-top: 5px;
}

.post-bottom {
    background: url(images/post-bottom.jpg) bottom;
    height: 10px;
}

.entry {
    background: url(images/post-body.jpg);
    padding: 1px 10px;
}

.post-top-alt {
    background: url(images/post-top-alt.jpg) top no-repeat;
    height: 10px;
    margin-top: 5px;
}

.post-bottom-alt {
    background: url(images/post-bottom-alt.jpg) bottom no-repeat;
    height: 10px;
}

.entry-alt {
    background: url(images/post-body-alt.jpg);
    padding: 1px 10px;
}

.postmetadata {
    margin: 5px 0;
    font-size: 10px;
    padding: 0 10px;
}

.postmetadata a {

}

.entrytext {

}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 12px;
    margin: 5px 0;
}

#nav-above {
    margin-bottom: 10px;
}

#nav-below {
    margin-top: 10px;
}

.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

.center {

}

.pagetitle {

}

cite {

}

a img {
    border: none;
}

acronym, abbr {

}


/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 12px;
	padding: 0;
	list-style-type: none;
    margin: 0;
}

ol.commentlist li cite.author {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

ol.commentlist li {
    margin-bottom: 1em;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist p {
    margin: 0 0 0.5em 0;
}

#commentform p {
    font-size: 12px;
    margin: 0 0 5px 0;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    border: ;
    background-color: ;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
}

h3#comments, h3#respond {
    font-size: 20px;
    margin: 4px 0 4px 0;
}

/************************/
/*     Search Design    */
/************************/
.searchbox {
    position: absolute;
    right: 58px;
    top: 60px;
}

#searchform {

}

#searchform input {

}

#searchform #s {

}

#searchform-box #s-box {
    height: 13px;
    width: 180px;
    font-size: 14px;
    padding: 5px;
    border: none;
    background-color: transparent;
    color: #FFF;
}
#searchsubmit-box {
    width: 77px;
    height: 24px;
    background: url(images/search.jpg);
    border: 0;
}

/************************/
/*   Calendar Design    */
/************************/

#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/************************/
/*     Footer Design    */
/************************/
#footer-meta {
    font-size: 12px;
    padding-top: 140px;
    padding-left: 30px;
    color: #FFF;
}

#footer-meta a {
    color: #FFF;
    text-decoration: underline;
}

#footer p {
	margin: 0;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}

