body {
	background-color: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	padding: 20px;
	font-size: 1em;
	line-height: 1em;
	color: #444444;
}

p {
	line-height: 1.5em;
}

#container {
	width: 1050px;
}

#sidebar {
	width: 336px;
	float: left;
	font-size: .65em;
	line-height: 1.5em;
	padding: 0 10px 25px 0;
}

#footer {
	width:180px;
	float: left;
	clear: both;
	font-size: .64em;
}

#entries {
	width: 650px;
	float: right;
	text-align: justify;
	margin-top: 90px;
	}

.post {
	margin-bottom: 1em;
	font-size: .7em;
	line-height: 2.5em;
}

a {
	color: #939373;
	text-decoration: none;
	font-weight: normal;

}

a:link h3 {
}

a:link img {
	border: none;
}

ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

.search {
	list-style-type: circle;
}

.thumb {
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	
}

li.linkcat {
	list-style-type: none;
}

img {
	border: none;
}

.imgleft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.frame {
	padding: 2px;
	border: solid 1px #DEE4E5;
}


h1 {
	font-size: .8em;
	line-height: 1em;
	text-transform: uppercase;
}

.title {
	font-size: 1.7em;
}



h2 {
	font-weight: normal;
	text-align: left;
	font-size: 1em;
	line-height: 1 em;
	text-transform: uppercase;
	font-weight: normal;

}

h3 {
	font-weight: normal;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: .2em;
	margin-top: 2em;
	letter-spacing: .2em;
	color: #444;
	border-bottom: 1px solid silver;
}

.post h3 {

}



blockquote {
	background-color: transparent;
	line-height: 2em;
	font-style: italic;
	letter-spacing: .12em;
	text-transform: normal;
	word-spacing: .15em;
	padding: 5px;
	margin: 5px 0;
}

.sidefoot {
	background-color: #f3f3f3;
	padding: 5px;
	margin: 5px 0;
}

gallerylink {
	font-size: 1em;
	
}

/* Begin Comments*/

.comments_tiny {
	color: #b8b8b8;
	border-bottom: 1px solid silver;
}

.alt {
	margin: 0;
	padding: 10px;
	background: #f3f3f3;
}

.commentlist {
	margin-top: 0px;
	font-size: .7em;

}

.commentlist li {
	margin: 5px 0 0 0px;

}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
	font-size: .7em;
}

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

.commentmetadata {
	margin: 0;
	display: block;
}

li.comment {
	font-weight: bold;
	padding: 10px;
	list-style: none;
	
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;

}

#commentform {
	margin-top: 30px;
	
}

.commentmetadata {
	font-weight: normal;
	
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

.content {
	margin-bottom: 25px;
	padding-left: 5px;
	font-weight: normal;
}

.commentbox {
	width: 100%;
	height: 100px;
}

/* End Comments */

ul.artwork-grid li { float: left; padding-right: 0px; padding-bottom: 0px; }

img.rl_border { background: #f3f3f3; outline: 1px solid #f0f0f0; padding: 4px;  }

.awesome{
background: #222 url(/images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
position: relative;
cursor: pointer;
}

/* Sizes ---------- */
.small.awesome {
font-size: 11px;
}
.medium.awesome {
font-size: 13px;
}
.large.awesome {
font-size: 14px;
padding: 8px 14px 9px;
}
 
/* Colors ---------- */
.blue.awesome {
background-color: #2daebf;
}
.red.awesome {
background-color: #e33100;
}
.magenta.awesome {
background-color: #a9014b;
}
.orange.awesome {
background-color: #ff5c00;
}
.yellow.awesome {
background-color: #ffb515;
}

light.awesome {
	background-color: #eeeeee;
}

/* Nivo Slider */
#slider {
    position:relative;
    width:600px; /* Change this to your images width */
    height:300px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
