/*  
Theme Name: Currently Clueless
Theme URI: http://www.currently-clueless.net
Description: My personal style for my personal website.
Version: 1.0
Author: Tina
Author URI: http://www.currently-clueless.net
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d9d5c2;
	border-top-color: #151419;
	border-right-color: #151419;
	border-bottom-color: #151419;
	border-left-color: #151419;
}

body, table, tr, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #190B0A;
	text-decoration: none;
	text-align: justify;
}

#sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #1E3B41;
	text-decoration: none;
	text-align: justify;
	background-color: #EDE8D7;
	margin-bottom: 8px;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #F3FBEC;
	padding: 5px;
}

.date-divider { 
	border-bottom: 1px dashed #1e3b41; 
	border-left: 1px dashed #1e3b41; 
}

.entry-divider { 
	border-bottom: 1px dashed #1e3b41; 
}

a:link, a:active, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #439386;
	text-decoration: none;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #439386;
	text-decoration: line-through;
}

h1 {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: bold;
	color: #2C251F;
	padding: 0px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #2C251F;
	padding: 0px;
	text-transform: uppercase;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}

h3 {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #2C251F;
	padding: 0px;
	text-transform: uppercase;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h4 {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #1E3B41;
	padding: 0px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h5 {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #438492;
	padding: 0px;
	text-transform: uppercase;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 3px;
}
/*#headlink a:link, a:active, a:visited {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #438492;
	padding: 0px;
	text-transform: uppercase;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}

#headlink a:hover#h5 {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #438492;
	padding: 0px;
	text-transform: uppercase;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	text-decoration: line-through;
} */


h6 {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #27261F;
	background-color: #D9D5C2;
	padding: 3px;
	text-transform: uppercase;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

h7 {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #438492;
	padding: 0px;
	text-transform: uppercase;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 3px;
}


#listheading {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #438492;
	padding: 0px;
	text-transform: uppercase;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}


li {
	list-style-type: square;
	margin-left: 3px;
	list-style-position: inside;
}

ul {
	margin-left: 3px;
	margin-top: 5px;
	left: 3px;
}

#sidebar li {
	list-style-type: none;
	margin-left: -7px;
}

#sidebar ul {
	left: 3px;
	margin-left: -10px;
	margin-top: 0px;
}
input, textarea {
	background-color: #D9D5C2;
	color: #1E3B41;
	border: 1px solid #1E3B41;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
form {
	margin: 0px;
	padding: 0px;
}

#commentlist ol {
	left: 0px;
}

/*#commentlist li {
	list-style-type: none;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #D9D5C2;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #836D5C;
	border-bottom-color: #836D5C;
}*/

.commentlist {
	list-style-type: none;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #D9D5C2;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #836D5C;
	border-bottom-color: #836D5C;
}
#stats {
	width: 10px;
	height: 10px;
	visibility: hidden;
	overflow: hidden;
	position: absolute;
}
#linkimgs {
	border: 0;
	padding: 5px;
}
