/*
Theme Name: A Beautiful Site
Theme URI: http://abeautifulsite.net/
Description: The theme for abeautifulsite.net
Author: A Beautiful Site, LLC.
Version: 3.0
Tags: custom
*/



/* Adjustments from the static site */
#main-content-container {
	border-top: solid 22px #F2F2F2;
}
/* End adjustments from the static site */






/* Main WP container */
#container {
	width: 580px;
	float: left;
	margin-left: 20px;
}
/* End main WP container */



/* Sidebar */
.widget-area {
	width: 210px;
	float: right;
	line-height: 1.5;
	text-align: left;
	border-left: solid 2px #EEE;
	padding: 0 0 0 25px;
	margin: 20px 20px 0 0;
}

#primary.widget-area {
	/* Nothing yet */
}

#secondary.widget-area {
	/* Nothing yet */
}

.widget-container {
	color: #888;
}

.widget-container LI {
	margin: 10px 0;
}

.widget-area UL {
	margin: 0 !important;
}

.widget-area LI {
	list-style: none;
}

.widget-title {
	font-size: 12pt;
	font-weight: normal;
	color: #666;
}

/* End sidebar */



/* Search form */
#searchform {
	position: relative;
	height: 38px;
	background: #F2F2F2;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 4px 0;
	margin: 10px 0;
}

#searchform LABEL {
	display: none;
}

#searchform #s {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 485px;
	height: 26px;
	background: #FFF;
	border: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: -1px -1px 1px #AAA;
	-moz-box-shadow: -1px -1px 1px #AAA;
	-webkit-box-shadow: -1px -1px 1px #AAA;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 20pt;
	color: #000;
	padding: 0 2px;
	display: block;
}

#searchform #s:focus {
	background-color: #FFFCCC;
}

#searchform #searchsubmit {
	position: absolute;
	width: 60px;
	height: 26px;
	top: 10px;
	right: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFF;
	display: block;
	border: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #444 url(/src/css/images/button-bg.gif) center repeat-x;
	text-shadow: #000 0px 1px 1px;
	text-transform: lowercase;
	text-decoration: none;
	padding-bottom: 3px;
	cursor: pointer;
}

#searchform #searchsubmit:active {
	background: #888;
	text-decoration: none;
}


.widget-area #searchform #s {
	width: 115px;
}
/* End search form */


/* Article views */
#blog.home .entry-utility,
#blog.search .entry-utility,
#blog.archive .entry-utility {
	display: none;
}

#blog.home .post,
#blog.search .post,
#blog.archive .post {
	padding-bottom: 20px;
	border-bottom: solid 2px #EEE;
}

#blog .more-link {
	width: 130px;
	background: #444 url(/src/css/images/button-bg.gif) center repeat-x;
	color: #FFF;
	text-align: center;
	text-transform: lowercase;
	text-shadow: #000 0px 1px 1px;
	text-decoration: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 2px 10px;
	margin: 10px 0 0 auto;
	display: block;
}

#blog .more-link:active {
	background: #888;
}


/* End article views */





/* Entries */
.entry-meta {
	display: none;
}

.single-post .entry-meta {
	color: #888;
	display: block;
}

.entry-utility {
	position: relative;
	color: #888;
	background: #F2F2F2;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px 10px;
	margin: 40px 0 50px 0;
}

.single-post .entry-utility {
	color: #FFF;
	background: #444 url(/src/css/images/button-bg.gif) center repeat-x;
	text-shadow: #000 0px 1px 1px;
}

.entry-utility .share {
	position: absolute;
	top: 4px;
	line-height: 24px;
	color: #FFF;
	float: right;
	background: left center no-repeat;
	padding-left: 24px;
	margin-left: 20px;
}

.entry-utility .share.facebook {
	right: 100px;
	background-image: url(/src/css/images/facebook-small.png);
}

.entry-utility .share.twitter {
	right: 12px;
	background-image: url(/src/css/images/twitter-small.png);
}

.post IMG {
	max-width: 580px !important;
}

.alignleft {
	float: left;
	clear: left
	margin: 1em 1em 1em 0;
}

.alignright {
	float: right;
	clear: right;
	margin: 1em 0 1em 1em;
}

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

/* End entries */



/* Navigation */
#nav-below {
	line-height: 28px;
	font-size: 11pt;
	padding-top: 20px;
	margin-top: 40px;
	margin-bottom: 80px;
}

.navigation .nav-previous A {
	float: left;
	width: 200px;
	height: 28px;
	background: url(/src/css/images/previous.gif) left center no-repeat;
	text-align: left;
	padding-left: 40px;
	display: block;
}

.navigation .nav-next A {
	float: right;
	width: 200px;
	height: 28px;
	background: url(/src/css/images/next.gif) right center no-repeat;
	text-align: right;
	padding-right: 40px;
	display: block;
}

.navigation .meta-nav {
	display: none;
}
/* End navigation */



/* Comments */
.commentlist {
	padding: 0 0 0 0 !important;
	margin: 0 0 0 70px !important;
}

.commentlist LI {
	list-style: none;
	padding: 0;
	margin: 0;
}

.comment {
	position: relative;
	background: #F2F2F2;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px 15px !important;
	margin: 20px 0 !important;
}

.comment .comment-author CITE {
	font-weight: bold;
	font-size: 11pt;
}

.comment .comment-author .avatar {
	position: absolute;
	left: -66px;
	top: 6px;
	background: #FFF url(/src/css/images/avatar-bg.gif) left no-repeat;
	padding: 6px 20px 6px 6px;

}

/* Author comments */
.comment.author {
	background: #D7F2D4;
}

.comment.author .comment-author .avatar {
	background-image: url(/src/css/images/avatar-author-bg.gif);
}

.comment .comment-meta {
	position: absolute;
	top: 10px;
	right: 15px;
}

.comment .comment-meta A {
	color: #888;
}

.comment .says {
	display: none;
}


#respond {
	position: relative;
	margin: 20px 0;
}

#reply-title {
	position: absolute;
	top: 6px;
	left: 4px;
	background: #FFF url(/src/css/images/avatar-bg.gif) left no-repeat;
	text-indent: -9999em;
	display: block;
	width: 66px;
	height: 52px;
	padding: 0;
	margin: 0;
}

#reply-title .tmp-gravatar-preview {
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 10;
}

#commentform {
	background: #F2F2F2;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 1px 20px !important;
	margin-left: 70px;
}

#commentform LABEL {
	color: #888;
}

#commentform .comment-notes {
	display: none;
}

#commentform #author,
#commentform #email,
#commentform #url {
	width: 98%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background: #FFF;
	border: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: -1px -1px 1px #AAA;
	-moz-box-shadow: -1px -1px 1px #AAA;
	-webkit-box-shadow: -1px -1px 1px #AAA;
	padding: 5px;
	display: block;
}

#commentform TEXTAREA {
	width: 98%;
	max-width: 98%;
	height: 100px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;	
	background: #FFF;
	border: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: -1px -1px 1px #AAA;
	-moz-box-shadow: -1px -1px 1px #AAA;
	-webkit-box-shadow: -1px -1px 1px #AAA;
	padding: 5px;
	display: block;
}

#commentform #author:focus,
#commentform #email:focus,
#commentform #url:focus,
#commentform TEXTAREA:focus {
	background-color: #FFFCCC;
}

#commentform .comment-error {
	background: #DD4444;
	color: #FFF;
	text-align: center;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 2px 15px;
	float: left;
	cursor: pointer;
	margin: 0;
}


#commentform .form-allowed-tags {
	display: none;
}

#commentform #submit {
	width: 150px;
	height: 26px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFF;
	display: block;
	border: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #444 url(/src/css/images/button-bg.gif) center repeat-x;
	text-shadow: #000 0px 1px 1px;
	text-transform: lowercase;
	text-decoration: none;
	padding-bottom: 3px;
	cursor: pointer;
	margin-left: auto;
}

#commentform #submit:active {
	background: #888;
}


/* End comments */

BODY .syntaxhighlighter {
	font-size: 13px !important;
	border-left: solid 4px #F2F2F2;
	padding: 4px 0 4px 10px;
}

BODY .syntaxhighlighter .line {
	margin: 6px 0 !important;
}
