/* ---------------------------------------------
	BLOG.CSS
-----------------------------------------------*/

html {
	height:101%;
}

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #000 url(images/page_back.gif) top repeat-x;
	color: #FFF;
	text-align: center;
	padding-bottom:70px;
	}
	
a {
	color:#fff000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

.hide {
	display:none;
}

#navigation ul.primary{
	display:block;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold
}

/* ---------------------------------------------
	HEADINGS
-----------------------------------------------*/

h1 a {
	display:block;
	text-indent: -5000px;
	width:200px;
	height:78px;
	background:url(images/logo.gif);
	overflow:hidden;
	margin-bottom:37px;
}

h2 {
  	font-size: 1.45em;
	font-weight:bold;
	line-height:1.25em;
    margin:20px 0 6px 0;
    color:#FFF;
}

.entry h2 {
	clear:both;
}

#sidebar h2 {
  	font-size: 1.45em;
	font-weight:bold;
	line-height:1.25em;
    margin-bottom:5px;
    color:#FFF;
}

h3 {
	color:#333;
  	font-size: 1.3em;
	font-weight:bold;
}

.entry h3 {
	margin-bottom:5px;
}

h3.comments {
	padding: 0;
	color:#FFF;
	margin: 40px 0 20px 0 ;
}



.entry div.wp-caption {
	margin-left:20px;
	margin-top:7px;
}

.entry div.wp-caption img {
	margin:0;
}

.entry div.wp-caption p {
	font-size:11px;
	margin:0;
	font-style:italic;
	text-align:center;
	color:#CCC;
}

/* ---------------------------------------------
	MAIN CONTENT AREAS
-----------------------------------------------*/

#page {
	width:980px;
	margin:53px auto 0 auto;
	text-align:left;
	font-size:1.1em;
	overflow:hidden;
}

#navigation {
	float:left;
	width:200px;
	margin-right:20px;
}

#content {
	margin-top:47px;
}

.entry {
	font-size: 1.0em;
	margin-bottom:20px;
	color:#ebebeb;
}

.entry img {
	margin:20px 0 5px 0;
}

.entry p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.8em;
	color:#ddd;
	font-size:1.1em;
}

.entry h2.subtitle {
	border-bottom:1px solid #333;	
	color:#333;
	margin:10px 0;
	font-size:1.6em;
	padding-bottom:2px;
}

.entry span.intro {
	font:1.6em Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	line-height:1.75em;	
	padding-bottom:15px;
}

.entry ul {
		margin:15px 0;
		padding:0;
}

.entry ul li {
	font-size:12px;
	padding:5px 0 5px 20px;
	color:#666;
	margin:0;
	background:url(images/bullet.gif) center left no-repeat;
}
	
.entry blockquote h3 {
	font-style:normal;
	color:#999;
}

.entry blockquote, blockquote.quote {
	font:14px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	float:right;
	color:#666;
	width:200px;
	margin:0 0 20px 20px;
	border:2px solid #333;
	padding:10px;
}

.entry blockquote p, .entry blockquote.quote p {
	color:#CCCCCC;
	font:14px Georgia, "Times New Roman", Times, serif;
	line-height:20px;
	margin:0;
}

blockquote cite, blockquote.quote span.author{
	font:11px Arial, Helvetica, sans-serif;
	font-style:normal;
	text-align:right;
	color:#666;
	margin-top:15px;
	display:block;
}

#header {
	height: 200px; 
	width: 760px;
}

.narrowcolumn {
	float: left;
	width: 550px;
}

.widecolumn {
	float:left;
	width: 760px;
}

.postmetadata {
	text-align: center;
	padding: 5px 0 20px 0;
	}
	
div.social {
	text-align:right;
}

/* ---------------------------------------------
	SIDEBAR
-----------------------------------------------*/

#sidebar {
	padding: 47px 0 10px 0;
	float:right;
	width: 190px;
	margin-left:20px;
	font-size: 1em;
}

#sidebar span.comment_number {
	font-size:1.2em;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	width:190px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	border-bottom:1px dotted #666;
	padding:5px 0;
	margin:0;
	color:#FFF;
	}
	
#sidebar select {
	border:none;
	font-size:12px;
	padding:7px;
	margin-top:5px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
	
/* ---- SEARCH BOX -----*/

#sidebar #searchform {

	}

#sidebar #searchform #s {
	padding: 7px; 
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border:1px solid #fff000;
	color:#FFF;
	background:#000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	width:120px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	background:#fff000;
	border:none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	padding:7px 5px;
	font-size:1.2em;
	font-weight:bold;
	cursor:pointer;
	}
	
/* ---- NEWSLETTER SIGNUP FORM -----*/


form#newsletter label {
	display:none;
}

form#newsletter input {
	border:1px solid #fff000;
	margin-bottom:10px;
	color:#FFF;
	width:174px;
	background:#000;
	padding:7px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}


form#newsletter input.submit {
	width:75px;
	height:16px;
	background:url(images/sign_up.gif);
	cursor:pointer;
	margin:3px 0 0 56px;
	padding:0;
	border:none;
}


/* ---------------------------------------------
	POST TITLE AND DATE CALENDAR ICON
-----------------------------------------------*/

.posttitle {
	width:550px;
	overflow:hidden;
}

.postdate {
	float:left;
	margin-right:10px;
	width:49px;
	height:52px;
	color:#000;
	text-align:center;
	background:url(images/date_back.gif);
}

.postmonth {
	display:block;
	font-size:1.3em;
	font-weight:bold;
	padding-top:1px;
}

.postday {
	display:block;
	font-size:2.5em;
	font-weight:bold;
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.posttitle h2 {
	float:left;
	margin-top:16px;
}

.posttitle h2 span {
	font-size:14px;
	color:#999;
}
	
	

/* ---------------------------------------------
	COMMENTS
-----------------------------------------------*/

img.have_your_say {
	margin-bottom:20px;
}

ol.commentlist li {
	width:550px;
	overflow:hidden;
	margin-bottom:20px;
	list-style:none;
}

ol.commentlist div.comment_avatar {
	float:left;
	width:87px;
	height:77px;
	background:url(images/avatar_holder.gif);
	padding:8px 0 0 7px;
}

ol.commentlist div.comment_text {
	float:right;
	width:410px;
	padding:15px;
	background:url(images/comment_text_back.gif) top no-repeat;
}

/* This controls the syle of the alternate post author image */
ol.commentlist li.alt div.comment_avatar {
	float:right;
	width:76px;
	height:77px;
	background:url(images/avatar_holder_alt.gif);
	padding:8px 0 0 18px;
}

/* This adds the engage logo to any replies by the author */
ol.commentlist li.byuser div.comment_text {
	float:right;
	width:410px;
	padding:15px;
	background:url(images/comment_text_back_author.gif) top no-repeat;
}

ol.commentlist li.alt div.comment_text {
	float:left;
}

/* Font sizes and styles */
ol.commentlist div.comment_text p {
	font-size:1.2em;
}

ol.commentlist div.comment_text h4 {
	color:#FFF;
  	font-size: 1.3em;
	font-weight:bold;
	margin-bottom:10px;
}

/* If there are no comments or comments are closed */
.nocomments {
	color:#999;
  	font-size: 1.3em;
	font-weight:bold;
	margin-bottom:12px;
	text-align:center;
	}


/* ---------------------------------------------
	ADD A COMMENT
-----------------------------------------------*/

#commentform label {
	display:block;
	color:#999;
  	font-size: 1.3em;
	font-weight:bold;
	margin-bottom:6px;
}

	
#commentform input, #commentform textarea {
	border:1px solid #fff000;
	margin-bottom:10px;
	color:#FFF;
	width:200px;
	background:#000;
	padding:7px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

#commentform textarea {
	width:534px;
}

#commentform input#submit {
	margin-left:180px;
	border:none;
	width:180px;
	font-weight:bold;
	font-size:14px;
	color:#000;
	background:#FFF000;
}

#commentform p {
	margin: 0;
	}



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

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



/* End Typography & Colors */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 2px;
	margin: 3px 0 2px 7px;
	display: inline;
	border:2px solid #c5bc00;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Structure */

.post hr {
	display: block;
	}



.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}



/* End Entry Lists */


/* Begin Trackbacks */

ol.trackbacks {
	color:#999;
	margin-left:20px;
}

ol.trackbacks li a {
	color:#666;
}



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}


blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

hr {
	display: none;
	}


.navigation {
	width:550px;
	overflow:hidden;
	margin-bottom:15px;
	}
	
.navigation div.previous {
	float:left;
}
	
.navigation div.previous a {
	display:block;
	text-indent: -5000px;
	width:93px;
	height:16px;
	background:url(images/previous_entry.gif);
	overflow:hidden;
}

.navigation div.next {
	float:right;
}
	
.navigation div.next a {
	display:block;
	text-indent: -5000px;
	width:75px;
	height:16px;
	background:url(images/next_entry.gif);
	overflow:hidden;
}





/* End Various Tags & Classes*/

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
/* ---------------------------------------------
NAV.CSS
-----------------------------------------------*/

#navigation ul li a {
	background-image:url(../../../../images/template/nav.gif);
}

#navigation ul li a {
	margin-bottom:10px;
	display:block;
	width:121px;
	height:11px;
}

/*----------- TUTORIAL STYLES --------------*/

div.tutorial p{
	color:#999;
	}
div.tutorial h3{
	font-size:1.6em;
	color:#FFF;
	margin:1em 0;
	padding-bottom:5px;
	border-bottom:solid 1px #333;
}

div.tutorial em{
	font-style:italic;
	color:#FFF;
	}

div.entry div.tutorial ul{
	background:#111;
	border:solid 1px #333;
	padding:20px 10px 5px 10px;
	text-indent:0;
	margin-bottom:15px;
	}
div.entry div.tutorial ul li{
	padding-left:25px;
	margin:0 0 15px 0;
	color:#CCC;
	font-size:1.1em;
	background:url(images/bullet.gif) left center no-repeat;
	}

.entry div.tutorial div.files{
	background:#111;
	border:solid 1px #333;
	padding:15px 15px 0 15px;
	margin-bottom:20px;
	}
.entry div.tutorial div.files h3{
	margin-top:0;
	}
.entry div.tutorial div.files ul{
	background:#000;
	}