/*  
Theme Name: Kubrick's De'Lite 3 Column
Theme URI: http://subliminalconfusion.net/
Description: Orignal Template design by Artemis.
Version: 1.1
Author: Artemis LittleMoon
Author URI: http://subliminalconfusion.net/
*/

/*Special thank you to Kellie of suthernsplace.com, who made this 3 column theme possible!*/


/*Begin Global Settings*/
* {
	padding: 0;
	margin: 0;
}
/*End Global Settings*/

/*Begin Main Layout*/
body {
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #ffffff;
	color: #8e549c;
	background-image: url(images/pagebg.jpg);
}

#page {
	width: 760px;
	margin: 5px auto 5px auto;
	border: 1px solid #5a2d65;
	background-color: #ffffff;
	background-image: url(images/linesbg.jpg);
}

#wrapper {
	width: 760px;
	margin: 0 auto;
}

#header {
	margin-bottom: 5px;
	width: 760px;
	border-bottom: 1px solid #5a2d65;
}

#headerimg {
	font-size: 10px;
	margin: auto;
	width: 760px;
	height: 150px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(images/header.jpg);
}

#content {
	width: 408px;
	float: left;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	background-color: #fff;
	border: 1px solid #5a2d65;
	padding: 5px;
	padding-left: 1px;
	/* IE Bug Fix */
	display: inline;
}

#page ul li {
	margin: 0 0 0 20px; 
	padding: 0;
}

#footer {
	text-align: center;
	height: 20px;
	color: #8e549c;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 10px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(images/footer.jpg);
	border-top: 1px solid #5a2d65;
	clear: both;
}
/*End Main Layout*/

/* Begin Left Sidebar */
#menu {
	width: 150px;
	float: left;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	background-color: #fff;
	border: 1px solid #5a2d65;
	padding: 5px;
	/* IE Bug Fix */
	display: inline;
}

#menu a {
	text-decoration: none;
	color: #8e549c;
}

#menu a:hover {
	text-decoration: overline underline;
	background-color: #fff;
	color: #8e549c;
}

#menu ul h2 {
	background-color: #ffffff;
	background-image: url(images/dotsbg.jpg);
	background-position: top right;
	border: 1px solid #5a2d65;
	font-size: 11px;
	color: #8e549c;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 2px;
}

#menu ul {
	list-style: none;
	margin-bottom: 10px;
}

#menu ul ul {
	list-style-image: url(images/bullet.gif);
	list-style-type: circle;
	margin-left: 20px;
}

#menu ul ul ul {
	margin-bottom: 10px;
}

#menu ul li {
	margin: 0; 
	padding: 0;
} 
/* End Left Sidebar */

/* Begin Right Sidebar */
#sidebar {
	width: 150px;
	float: right;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	background-color: #fff;
	border: 1px solid #5a2d65;
	padding: 5px;
	/* IE Bug Fix */
	display: inline;
}

#sidebar a {
	text-decoration: none;
	color: #8e549c;
}

#sidebar a:hover {
	text-decoration: overline underline;
	background-color: #fff;
	color: #8e549c;
}

#sidebar ul h2 {
	background-color: #ffffff;
	background-image: url(images/dotsbg.jpg);
	background-position: top right;
	border: 1px solid #5a2d65;
	font-size: 11px;
	color: #8e549c;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#sidebar ul {
	list-style: none;
	margin-bottom: 10px;
}

#sidebar ul ul {
	list-style-image: url(images/bullet.gif);
	list-style-type: circle;
	margin-left: 20px;
}

#sidebar ul ul ul {
	margin-bottom: 10px;
}

#sidebar ul li {
	margin: 0; 
	padding: 0;
} 
/* End Right Sidebar */

/* Begin Avatar and Gravatar */
.ava{
	padding: 3px;
	float: left;
	background-image: url(images/avatar.jpg);
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	margin-left: 2px;
	margin-top: 12px;
	/* IE Bug Fix */
	display: inline;
}

.grav{
	margin-left: 2px;
	margin-top: 2px;
}
/* End Avatar and Gravatar */

/* Begin Calendar */
#wp-calendar {
	width: 140px;
	margin: 5px;
	text-align: center;
	padding: 2px;
	font-size: 10px;
	color: #5a2d65;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	padding: 2px;
	border: 1px dotted #5a2d65;
}

#wp-calendar a {
	border: 1px dotted #5a2d65;
	display: block;
}

#wp-calendar a, #next a {
	font-size: 10px;
}

#wp-calendar #prev a {
	font-size: 10px;       
}

#wp-calendar caption {
	margin: 5px;
	text-align: center;
	width: 140px;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	border: 1px dotted #5a2d65;
	font-size: 12px;
	font-weight: bold;
}
/* End Calendar */

/*Begin Headings*/
h2 {
	font-size: 10px;
	border: 1px solid #5a2d65;
	padding: 2px;
	background-color: #ffffff;
	background-image: url(images/dotsbg.jpg);
	background-position: top right;
	margin-top: 5px;
}

h2 a:hover, h2 a:visited, h2 a {
	text-decoration: none;
	font-size: 11px;
	color: #8e549c;
}

h3 {
	margin-top: 1.5em;
	font-size: 1.4em;
}

h4 {
	margin-top: 1.2em;
	font-size: 1.2em;
}

h5 {
	margin-top: 1em;
	font-size: 1em;
}
/*End Headings*/

/*Begin Blockquote and Acro*/
blockquote {
	margin: 1em 1.5em;
	padding: 1em 1.5em;
	border: 1px solid #5a2d65;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #ffffff;
}
/*End Blockquote and Acro*/

/*Begin Post Area*/
.post {
	margin-bottom: 10px;
	color: #8e549c;
	padding-left: 5px;
	font-size: 10px;
}

.post a {
	color: #8e549c;
}

.post p {
	margin-bottom: 5px;
	line-height: 12px;
}

.postdatetime {
	padding-left: 5px;
}

.postmetadata {
	padding: 5px;
	font-size: 9px;
}

.postmetadata a {
	color: #8e549c;
}

.post li {
	margin-left: 20px;
}

.post ul {
	list-style-image: url(images/bullet.gif);
	list-style-type: circle;
	margin-bottom: 10px;
}
/*End Post Area*/

/*Begin Search Area*/
#searchform {
	text-align: center;
}

#searchform input {
	border: 1px solid #5a2d65;
	background-color: #FFFFFF;
}

#searchform #s {
	width: 60%;
	background-color: #fff;
	color: #8e549c;
	padding: 1px;
}
/*Begin Search Area*/

/*Begin Entry*/
.entry {
	margin-top: 10px;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 3px;
}

.entrytext .postmetadata {
	font-size: 10px;
	width: 50%;
	margin: 2em auto 3.5em auto;
	padding-left: 10px;
}

.editentry {
	padding-left: 5px;
}
/*End Entry*/

/*Begin Comment Area*/
#commentform {
	width: 90%;
	color: #8e549c;
	padding-left: 10px;
}

#author, #email, #url {
	background-color:#fff;
	border: 1px solid #5a2d65;
	padding: 2px;
	color: #85d49c;
	font-size: 10px;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

ol.commentlist {
	width: 365px;
	margin: 0 auto;
}

ol.commentlist, li {
	margin-bottom: 5px;
	padding: 5px;
	background-color:#fff;
}

ol.commentlist li.alt {
	border: 1px solid #5a2d65;
	background-color: #fff;
}

ol.commentlist a {
	color: #8e549c;
}

small.commentmetadata {
	font-size: 10px;
	margin-bottom: 5px;
	display: block;
}

#respond, #comments {
	padding-left: 5px;
}

textarea{
	background-color:#fff;
	border: 1px solid #5a2d65;
	padding: 2px;
	color: #8e549c;
	font-size: 10px;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin: 2px;
	width: 90%;
}
/*End Comment Area*/

/*All The Rest*/
.center {
	text-align: center;
}

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.alignleft {
	float: left;
	text-align: left;
	width: 50%;
	padding-left: 10px;
	/* IE Bug Fix */
	display: inline;
}

.alignright {
	float: right;
	text-align: right;
	width: 50%;
	padding-right: 10px;
	/* IE Bug Fix */
	display: inline;
}

hr {
	display: none;
}

a img {
	border: none;
}

a:link {
	color: #8e549c; 
	text-decoration: none;
}

a:visited {
	color: #8e549c; 
	text-decoration: none;
}

a:hover {
	color: #8e549c; 
	text-decoration: overline underline;
}

a:active {
	color: #8e549c; 
	text-decoration: none;
}

code {
	font-size: 11px;
	color: red;
}