/*
Theme Name: Keyword-Driven Blog Theme
Theme URI:
Description:
Version: 2.0
Author:
Author URI:
Tags:
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #f8a140 url(images/bg.png) repeat-x;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #464646;
}

h1, h2, h3 {
	font-size: 17px;
	line-height:140%;
	font-weight: normal;
}

form {
}

input, textarea {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #464646;
}

a {
	font-weight: bold;
	color: #000;
}

a:hover {
}

a img {
	border: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft {
	margin: 0 20px 0 0;
}

img.alignright {
	margin: 0 0 0 20px;
}

hr {
	display: none;
}

.container {
	width: 850px;
	margin: 0 auto;
}

.cover { /* used for text image replacement */
	display: block;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.clear { /* used for pushing the background */
	clear: both;
}

/* HEADER */

#header {
	position: relative;
	height: 150px;
}

#header .cover {
	background: url(images/header_bg.png) no-repeat;
}

/* PAGE - holds the #content and #sidebar */

#page {
}

/* CONTENT */

#content {
	float: left;
	width: 570px;
	height: 600px;
	min-height: 600px;
}

html>body #content {
	height: auto;
}	

/* Common post block styles */

.post {
	padding: 20px 30px 20px 10px;
	border-top: 1px solid #c9c9c9;
}

.post .title {
}

.post .title a {
	color: #f60;
}

.post .title a:hover {
	color: #000;
	background: none;
}

.post .byline {
	display:none;
	visibility:hidden;
}

.post .entry {
	padding-top: 20px;
}

.post .entry h1, .post .entry h2, .post .entry h3 {
	margin-bottom: 10px;
	font-size: 16px;
	color: #f60;
}

.post .entry p, .post .entry ol, .post .entry ul {
	line-height: 150%;
	margin-bottom: 20px;
}

.post .entry ol, .post .entry ul {
	margin-left: 3em;
}

.post .meta {
}

/* COMMENTS LIST */

#comments {
	padding: 0 30px 0 10px;
}

.commentlist {
	list-style: none;
}

.commentlist li {
	padding: 20px 0;
	border-top: 1px solid #c9c9c9;
}

.comment-author {
}

.comment-author a {
	text-decoration: none;
}

.comment-author .avatar {
	float: right;
}

.comment-author .fn {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 20px;
	font-size: smaller;
}

.comment-meta a {
	font-weight: normal;
	color: #ccc;
}

/* COMMENT FORM */

#commentform label { float: none; }

#respond {
	padding: 0 30px 0 10px;
}

#respond h1 {
	margin-bottom: 5px;
}

#respond ul {
	line-height: 200%;
	list-style: disc outside;
	padding-left: 20px;
	margin-bottom: 10px;
}

#respond li {
	padding: 0;
	border: none;
}

#author, #email, #url {
	width: 300px;
}

#comment { /* the textarea */
	width: 500px;
}

#respond p {
	margin-bottom: 10px;
}

#submit {
	font-weight: bold;
	color: #000;
}

/* Styles unique to the first post */

.first-post {
	border: none;
}

.first-post .title {
	font-size: 24px;
}

/* Styles unique to the first post on the index page */

.first-post-index {
	border: none;
}

.first-post-index .title {
	font-size: 18px;
}

/* PAGETITLE */

.pagetitle {
	padding: 10px;
	font-size: 24px;
}

/* NAVIGATION - the older/newer links */

.navigation {
	padding: 10px;
	border-top: 1px solid #c9c9c9;
	font-size: larger;
}

/* SIDEBAR */

#sidebar {
	float: right;
	width: 280px;
	height: 600px;
	min-height: 600px;
}

html>body #sidebar {
	height: auto;
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
	padding: 20px 0 20px 20px;
	border-top: 1px dotted #c9c9c9;
}

#sidebar li ul {
	line-height: 200%;
	list-style: disc inside;
}

#sidebar li li {
	padding: 0;
	border: none;
}

#sidebar li h2 {
	margin-bottom: 10px;
	font-size: 22px;
	color: #f60;
}

/* SEARCH - make this the top most widget to remove the border */

li#search {
	border: none;
}

#s { /* the text field */
	width: 170px;
}

#searchsubmit {
	font-weight: bold;
	color: #000;
}

/* FOOTER */

#footer {
	height: 150px;
	background: #fff url(images/footer_bg.png) no-repeat;
}

#footer h1 {
	padding: 50px 0 0 45px;
}

#footer p {
	padding: 0 0 0 45px;
}

#legal { /* the copyright line */
	padding: 0 0 50px 0;
	text-align: center;
	color: #000;
}

#acronym-logo {
	float: right;
	padding: 55px 35px 0 0;
}

/* FORMS *****************************************/

form {
}

fieldset {
	border: none;
}

label {
	float: left;
	width: 80px;
	padding: 3px 10px 0 0;
	text-align: right;
	font-weight: bold;
}

.alt label {
	text-align: left;
}

.text {
	width: 160px;
	padding: 2px 5px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

form ul {
	margin: 0 !important;
	list-style: none !important;
	line-height: 1;
}

form li {
	padding: 5px 0 !important;
	background: none !important;
}

form .req {
	font-size: 10px;
	color: #EB3314;
}

form .buttons {
	padding: 10px 0 0 0;
}

/* BOX BORDER */

.box-border {
	width: 540px;
}

.box-border .border-top {
	height: 10px;
	background: url(http://www.acronym.com/images/box_border_top.gif) no-repeat;
}

.box-border .border-top div {
	float: right;
	height: 10px;
	width: 10px;
	background: url(http://www.acronym.com/images/box_border_top.gif) no-repeat 100% 100%;
}

.box-border .border-bottom {
	height: 10px;
	background: url(http://www.acronym.com/images/box_border_btm.gif) no-repeat 0 100%;
}

.box-border .border-bottom div {
	float: right;
	height: 10px;
	width: 10px;
	background: url(http://www.acronym.com/images/box_border_btm.gif) no-repeat 100% 100%;
}

.box-border .border-content {
	padding: 10px 20px;
	border: 4px solid #E3E3E3;
	border-top: none;
	border-bottom: none;
}

/* CONTACT FORM */

#contact-form {
}

#contact-form ul {
	float: left;
}

#contact-form li {
}

#contact-form ul.alt {
	padding-left: 15px;
}

#contact-form ul.alt label {
	float: none;
	width: auto;
	display: block;
}

#contact-field6 { /* message */
	width: 260px;
	height: 74px;
}

#contact-field7 { /* interest */
	width: 270px;
}

#contact-form .button {
	float: right;
}

#contact-form .req {
	float: left;
	padding: 20px 0 0 90px;
}

.addresses {
	margin: 0 !important;
	padding: 20px 0 0 0;
	list-style: none;
}

.addresses li {
	float: left;
	padding: 0 !important;
	background: none !important;
}

/* DOWNLOAD FORM - Whitepaper */

#download-form {
	margin: 40px auto;
}

#download-form .button {
	float: right;
}

#download-form .req {
	padding: 0 0 0 90px;
}

#download-form .download-cover {
	float: left;
}

#download-form form {
	float: right;
	width: 270px;
	padding-top: 10px;
}

#download-form .confirmation {
	float: right;
	width: 290px;
	padding-top: 15px;
	text-align: center;
}

#download-form .confirmation h1 {
	text-align: center;
}

#download {
	position: relative;
	width: 140px;
	height: 45px;
	margin: 0 auto;
}

#download .cover {
	background: url(images/download_button.png) no-repeat;
}

blockquote
{
	float:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.25em;
	background:none;
	width:150px;
	border-top:#f60 3px solid;
	border-bottom:#f60 3px solid;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 14px;
	padding-bottom: 0px;
	color:#f60;
	font-weight: bold;
}

.orangetext {
	color:#f60;
}
#bb-social li {
	list-style:none;
	width:60px;
	height:60px;
	background-repeat:no-repeat;	
	float:left;
}
#bb-social li a {
	text-indent:-9999px;
	display:block;
	height:60px;
	width:60px;
}
#bb-social li a:hover {
	background-color:transparent;
}
#bb-linkedin {
	background-image:url(images/social-linkedin.png);
}
#bb-facebook {
	background-image:url(images/social-facebook.png);
}
#bb-twitter {
	background-image:url(images/social-twitter.png);
}
#bb-rss {
	background-image:url(images/social-rss.png);
}
