/*
Theme Name: Purple Darkness

*/

/************************/
/*     Global Design    */
/************************/
* {
    margin: 0;
    padding: 0;
}

a {
	color: #EC248E;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: Verdana, sans-serif;
	background-color: #252525;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p {
    margin: 5px 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
}

#header {
	background: url(images/header.png) repeat-x top;
}

#wrapper {
	background-color: #101010;
	color: #FFF;
	width: 750px;
	margin: 0 auto;
	border: 1px solid #393939;
	padding: 10px;
}

#content {
	float: left;
	width: 550px;
}

#sidebar {
	float: right;
    width: 190px;
}

#footer {
	clear: both;
    height: 60px;
    background: url(images/footer.png) repeat-x;
    text-align: right;
}

/************************/
/*     Header Design    */
/************************/
#headerimg {
    height: 156px;
	width: 750px;
	margin: 0 auto;
}

#headerimg h1 {
	font-size: 40px;
    padding-top: 15px;
    font-family: "Century Gothic", sans-serif;
}

#headerimg a {
	color: #FFF;
}

.description {
    color: #FFF;
    font-size: 12px;
}

/************************/
/*    Sidebar Design    */
/************************/
#sidebar ul {
	font-size: 13px;
}

#sidebar ul h2 {
    font-size: 120%;
    margin-bottom: 5px;
    color: #EC248E;
}

#sidebar ul li {
    margin-bottom: 10px;
}

#sidebar ul ul {
    list-style-type: square;
    color: #79194c;
    padding-left: 18px;
}

#sidebar ul ul li {
    margin-bottom: 5px;
    padding: 0;
}

#sidebar ul ul ul {
    display: none;
}

#sidebar p {

}

#sidebar a {
    color: #FFF;
}

#sidebar a:hover {

}

#sidebar a:visited {

}

/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #EC248E;
}

h1 {
}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

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 Design    */
/************************/
h2 a:hover, h2 a:visited, h2 a {
    font-size: 18px;
}

div.posted {
    text-align: right;
    border-top: 1px solid #FFF;
    padding-top: 1px;
}

.post {
    margin-bottom: 10px;
	font-size: 11px;
}

.post p {
}

.post a {

}

.post ul {

}

.post li {

}

.entry {

}

.entrytext {

}

.postmetadata {
    margin-bottom: 4px;
}

p.alt {
    font-size: 12px;
}

.postmetadata a {

}

.navigation {
    height: 1em;
    font-size: 11px;
}

#nav-above {
    margin-bottom: 10px;
}

#nav-below {
    margin-top: 10px;
}

.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

.center {

}

.pagetitle {
    font-size: 16px;
}

cite {

}

a img {
    border: none;
}

acronym, abbr {

}


/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 12px;
	padding: 0;
	list-style-type: none;
}

ol.commentlist li {
    margin: 10px 0;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist p {
    margin: 3px 0;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    border: ;
    background-color: ;
    padding: ;
}

small.commentmetadata {

}

h3#comments, h3#respond {
    font-size: 18px;
    margin: 8px 0;
    color: #EC248E;
}

/************************/
/*     Search Design    */
/************************/

#searchform {

}

#searchform input {

}

#searchform #s {
    border: 1px solid #393939;
    background-color: #dddddd;
    padding: 2px;
    width: 76%;
}

#searchform #searchsubmit {
    width: 18%;
}

/************************/
/*   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 {

}

/************************/
/*     Other Design     */
/************************/
#footer .text {
	margin: 0 auto;
    width: 750px;
    padding: 10px;
    font-size: 11px;
}

#footer .text a {
    color: #FFF;

}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}

