/*
Theme Name: CravingDesigns
Theme URI: http://cravingdesigns.com/
Description: The original craving design.
Version: 1.0
Author: Nik Pettett
Tags: mantle color, variable width, two columns, widgets
*/

*/@charset "UTF-8";

a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #C00;
}
a:active {
	color: #000;
}
.CENTRE {
	text-align: left;
}
.bodygray {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.Tiny {
	font-size: 10px;
	font-weight: lighter;
	text-align: left;
	line-height: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
}
.heading01 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #666;
}

.heading02 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333;
}
.bodygray2 {
	font-size: 12px;
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
}
.HRline {
	color: #F3F3F3;
}
.mylinks {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: x-small;
	color: #999;
	text-align: center;
	font-style: italic;
}
.SECTION {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #C00;
	font-variant: small-caps;
}
.TinyItalic {
	font-style: italic;
	font-size: x-small;
}
.oneColElsCtr #container {
	width: 960px;
	background: #F3F3F3;
	margin: 0 auto;
	text-align: centre /* this overrides the text-align: center on the body element. */
}
.blogtext {
	font-size: 14px;
	color: #404040;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	margin-left: 10%;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	color: #333;
	font-style: normal;
	font-weight: normal;
}

#sidebar
{
	list-style-type: none;
}


.commentlist li, #commentform input, #commentform textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: 100;
	font-variant: normal;
	color: #333;
	list-style-type: none;
}
	
.commentlist li ul li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: 100;
	font-variant: normal;
	color: #333;
	list-style-type: none;
}

.commentlist li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: 100;
	font-variant: normal;
	color: #333;
	list-style-type: none;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: 100;
	font-variant: normal;
	color: #333;
	list-style-type: none;
	}

.commentlist cite, .commentlist cite a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	color: #333;
	list-style-type: none;
	}

.commentlist p {
	font-size: 15px;
	color: #333;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-style: italic;
	line-height: 18px;
	list-style-type: none;
	}

#commentform p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 12pt;
	font-weight: 100;
	font-variant: normal;
	color: #333;
	list-style-type: none;
	}

.commentmetadata {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: 12pt;
	font-weight: 100;
	font-variant: normal;
	color: #333;
	list-style-type: none;
	}









/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	list-style-type: none;
	}

.alignleft {
	float: left;
	list-style-type: none;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	list-style-type: none;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	list-style-type: none;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	list-style-type: none;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	list-style-type: none;
	}

#sidebar #searchsubmit {
	padding: 1px;
	list-style-type: none;
	}
	
#sidebar ul
{
  list-style: none;
  list-style-type: none;
}



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	list-style-type: none;
	}

select {
	width: 130px;
	list-style-type: none;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	list-style-type: none;
	}

#commentform {
	margin: 5px 10px 0 0;
	list-style-type: none;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	list-style-type: none;
	}
#respond:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	list-style-type: none;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	list-style-type: none;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	list-style-type: none;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	list-style-type: none;
	}

.commentlist li {
	margin: 5px 0 5px;
	padding: 5px 5px 5px 10%;
	list-style: none;
	list-style-type: none;
	background-color: #f3f3f3;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 0px;
	list-style-type: none;
}

.commentlist p {
	margin: 5px 5px 5px 0;
	list-style-type: none;
}
.children { padding: 0;
list-style-type: none;
}


#commentform p {
	margin: 5px 0;
	}
	
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-size: x-small;
	}
/* End Comments */
#container table tr .Tiny table tr .Tiny a {
	text-align: right;
}
.TinyTitle {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 24px;
	border-bottom-color: #666;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-top-color: #666;
	border-top-style: dotted;
	border-top-width: thin;
	list-style: none;
}
.Tinyright {
	font-size: x-small;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: right;
}
.WhiteTitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-indent: 15px;
	border-bottom-width: thin;
	border-bottom-color: #666;
	border-bottom-style: dotted;
}
.finedots {
	border-bottom-width: thin;
	border-bottom-color: #666;
	border-bottom-style: dotted;
	line-height: 1px;
}
