/*  
Theme Name: ScribeFire
Theme URI: http://www.scribefire.com
Description: ScribeFire Blog Theme
Version: 1.0
Author: ScribeFire
Author URI: http://www.scribefire.com
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #fff;
	background: #000 url('images/bg-body.png');
}

#container {
	background: url('images/bg-body-top.png') repeat-x;
}



/* gobal */
body,form,h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

h1, h2, h3 {
	color: #fff;
	font-weight: bold;
}
h1 {
	font-size: 2.6em;
}
h2 {
	font-size: 2.3em;
}
h3 {
	color: #ccc;
	font-size: 1.2em;
}


h1 a, h2 a {
	color: #fff;
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}



blockquote {
	background: url('images/quote.png') 10px 0 no-repeat;
	margin: 20px 0;
	padding: 0 20px 0 50px;
}


code {
	font: 1em 'Courier New', Courier, Monospace;
}

.widthfix {
	width: 960px;
	margin: 0 auto;
}


/* links */
a {
	color: #6c3;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.green {
	color: #6c3 !important;
}




#siderss {
	display: block;
	margin-bottom: 30px;
	height: 55px;
	background: url('images/rss.png') no-repeat;
	padding: 5px 0 0 70px;
	font-size: 11px;
	text-decoration: none;
	color: #888;
}

#siderss .subscribe {
	font-size: 1.8em;
	color: #FECB69;
	font-weight: bold;
}


/* header */
#header {
	display: block;
	padding: 0 0 30px 0;
	height: 80px;
}


#logo {
	display: block;
	float: left;
	width: 265px;
	height: 80px;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 3.5em;
	font-weight: bold;
	letter-spacing: -0.06em;
	color: #fff;
	text-decoration: none;
	background: url('images/logo.png') no-repeat;
	text-indent: -5000px;
	/*border: 1px solid #f00;*/
}





#header ul {
	display: block;
	float: right;
	width: 599px;
	height: 34px;
	margin: 35px 0 0 0;
}

#header ul li {
	display: block;
	float: left;
	height: 34px;
}

#header ul li a {
	display: block;
	height: 26px;
	padding: 8px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-indent: -5000px;
}

#header ul li a:hover {
	text-decoration: none;
}

#header ul li a.home {
	width: 86px;
	background: url('images/btn-menu-home.png') no-repeat;
}

#header ul li a.works {
	width: 137px;
	background: url('images/btn-menu-works.png') no-repeat;
}

#header ul li a.download {
	width: 113px;
	background: url('images/btn-menu-download.png') no-repeat;
}

#header ul li a.contact {
	width: 110px;
	background: url('images/btn-menu-support.png') no-repeat;
}

#header ul li a.make_money {
	width: 118px;
	background: url('images/btn-menu-money_ng.png') no-repeat;
}

#header ul li a.blog {
	width: 65px;
	background: url('images/btn-menu-blog.png') no-repeat;
}

#header ul li a.faq {
	width: 66px;
	background: url('images/btn-menu-faq.png') no-repeat;
}




ul.inline {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}


ul.inline li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}





#submit-comment-button {
	width: 260px;
	height: 45px;
	text-indent: -5000px;
	border: 0 !important;
	padding: 0;
	margin: 0;
	background-image: url('images/btn-send-it.png');
}


/* content */
#content {
	margin: 0 auto;
	padding: 40px;
	width: 880px;
	background-image: url('images/bg-content.png');
	color: #ccc;
}

#homepage {
	margin: 25px auto 35px auto;
	width: 960px;
	color: #ccc;
}

#homepage .browser {
	float: left;
	width: 460px;
	height: 450px;
	background: url('images/hp-browser.jpg') no-repeat;
}


#homepage .copy {
	float: right;
	width: 470px;
	padding: 10px 0 0 0;
	font-size: 1.2em;
}

#homepage .copy h1 {
	padding-bottom: 15px;
}

#homepage .copy h1 span {
	color: #ff9;
}

#homepage .copy p {
	line-height: 160%;
	font-size: 1.1em;
}

#homepage a.install {
	display: block;
	width: 470px;
	height: 54px;
	margin: 25px 0 30px 0;
	text-indent: -5000px;
	background: url('images/btn-install.png') no-repeat;
}

#homepage p.quote {
	display: block;
	width: 447px;
	height: 93px;
	padding: 9px 0 0 18px;
	font-size: 0.9em;
	background: url('images/bg-quote.png') no-repeat;
}

#homepage p.quote span {
	font-size: 1.4em;
	color: #fff;
}

#homepage p.quote a {
	color: #e28329;
}



.navigation {
	display: block;
	margin-left: 10px;
	width: 500px;
}

/* box */
#article {
	float: left;
	width: 630px;
}


#sidebar {
	float: right;
	width: 200px;
}


/* entry */
.entry {
	margin: 0;
	padding: 0 0 70px 0;
	font-size: 1.2em;
}



.entry .entrytitle {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #777;
	margin: 0 0 15px 0;
}

.entry .entrytitle span {
	font-size: 0.9em;
}


.entry p {
	color: #ccc;
	line-height: 150%;
	margin: 7px 0;
	
}




.entry .postoptions {
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	padding: 7px 0;
	margin: 15px 0 0 0;
	font-size: 1.1em;
}

div.bar {
	clear: both;
	border-bottom: 1px solid #777;
	padding: 15px 0 0 0;
	margin: 0 0 15px 0;
}





/* sidebar */


.aside {
	margin: 0 0 30px 0;
	padding: 0;
}

.aside h3 {
	font-size: 1.9em;
	padding-bottom: 8px;
	color: #e28329;
}

.aside p {
	line-height: 160%;
}

.aside a {
	color: #ccc;
	font-weight: bold;
}

.aside ul {
	padding: 0 0 0 0;
	margin: 0;
	list-style-type: none;
}

.aside ul li {
	padding: 2px 0 8px 22px;
}

.aside ul.rss li {
	background: url('images/icon-rss.png') no-repeat;
}

.aside ul.categories li {
	background: url('images/icon-folder.png') no-repeat 0px 4px;
}

.aside ul.archives li {
	background: url('images/icon-calendar.png') no-repeat 0 2px;
}




/* footer */

#footer {
	clear: both;
	width: 960px;
	padding: 7px 0 70px 0;
	color: #ccc;
	margin: 0 auto;
}







/*Images*/
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright{
	padding: 4px;
	margin: 0 0 0 7px;
	display: inline;
}
img.alignleft{
	padding: 4px;
	margin: 0 7px 0 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

/*comments*/
#comments {
	margin-left: 10px;
}

.commentlist, .commentlist li {
	padding: 0;
	margin: 0;
}

.commentlist li {
	font: 1em 'Lucida Grande', Tahoma, Verdana, sans-serif;
}

#commentform input.txt, #commentform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#commentform textarea {
	width: 580px;
}
.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1.1em;
}

.commentlist small a {
	color: #888;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.6em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
}

.commentlist {
	width: 590px;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0;
	padding: 10px;
	border: 1px solid #555;
	list-style: none;
}

.commentlist li.admin {
	border: 1px solid #361;
	color: #fff;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 10px 0;
}
.nocomments {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
.commentmetadata {
	border-bottom: 1px dotted #555;
	padding-bottom: 5px;
	display: block;
}

.commentlist li.admin .commentmetadata {
	border-bottom: 1px dotted #361;
}

.commentlist li.admin .commentcount {
	color: #6c3;
}

#respond {
	margin-top: 20px;
}
.commentcount {
	font-family: Georgia,sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	float: right;
}

.aside form * {
	vertical-align: middle;
}

.search-box {
	width: 140px;
}

/*misc*/

.related {
margin: 0 0 20px 10px;
}
.none {
display: none;
}




/* install button */

.awesome, .awesome-link, .awesome:visited {
-moz-border-radius:0.4em 0.4em 0.4em 0.4em;
border-radius: 0.4em 0.4em 0.4em 0.4em;
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.75);
box-shadow:0 1px 3px rgba(0, 0, 0, 0.75);
background:url("http://d1nu2rn22elx8m.cloudfront.net/static/images/button-shadow.png") repeat-x scroll 0 0 #222222;
border:medium none;
color:#FFFFFF !important;
cursor:pointer;
display:inline-block;
font-family:"lucida grande","lucida sans unicode",arial,sans-serif;
font-size:20px;
font-weight:bold;
line-height:1;
margin:0;
overflow:visible;
padding:0.6em 1.3em;
position:relative;
text-decoration:none;
text-shadow:0 -1px 1px rgba(0, 0, 0, 0.3);
vertical-align:baseline;
width:auto;
}
.awesome:hover {
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.75);
box-shadow:0 1px 3px rgba(0, 0, 0, 0.75);
}
.awesome:active {
top:1px;
}
.green.awesome, .green.awesome:visited {
background-color:#009900;
}
.green.awesome:hover {
background-color:#006600;
}
.blue.awesome, .blue.awesome:visited {
background-color:#3A8CD5;
}
.blue.awesome:hover {
background-color:#1760AF;
}
.turquoise.awesome, .turquoise.awesome:visited {
background-color:#2DAEBF;
}
.turquoise.awesome:hover {
background-color:#007D9A;
}
.red.awesome, .red.awesome:visited {
background-color:#CC1100;
}
.red.awesome:hover {
background-color:#991100;
}
.fire.awesome, .fire.awesome:visited {
background-color:#FF030D;
}
.fire.awesome:hover {
background-color:#991100;
}
.magenta.awesome, .magenta.awesome:visited {
background-color:#A9014B;
}
.magenta.awesome:hover {
background-color:#630030;
}
.orange.awesome, .orange.awesome:visited {
background-color:#FF5C00;
}
.orange.awesome:hover {
background-color:#D45500;
}
.yellow.awesome, .yellow.awesome:visited {
background-color:#FFB515;
}
.yellow.awesome:hover {
background-color:#FC9200;
}

