/*  
Theme Name: SuccessBox
Theme URI: http://wordpress.org/
Description: WordPress theme for the Melbourne IT Successbox newsletter.
Version: 1.1
Author: David McDonald
Author URI: http://www.davidmcdonald.org/

	SuccessBox 1.0
	http://www.davidmcdonald.org/themes/successbox

	This theme was designed and built by David McDonald,
	whose blog you will find at http://www.davidmcdonald.org/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{
	margin: 0;
	padding: 0;	
}

body{
	font-size: 85%; /* Resets 1em to 10px */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #F1F1F1;
	margin: 20px 0;
	color: #333;
	min-width: 700px;
	text-align: center;
}

/* global styles */

acronym, abbr, span.caps{
	cursor: help;
}

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

blockquote{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

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

.center{
	text-align: center;
}

a img{
	border: none;
}

a.more-link{
	text-decoration: underline;
}

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

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

.nocomments{
	font-weight: bold;
}

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

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

a, h2 a:hover, h3 a:hover{
	color: #2921DE;
	text-decoration: none;
}

a:hover{
	color: #de2921;
	text-decoration: underline;
}

/* containers */

#page{
	width: 700px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}

#header{
	float: left;
	width: 700px;
	height: 113px;
	position: relative;
	background: url(images/bgHeader.gif) no-repeat top;
	border-bottom: 1px solid #fff;
}

#containertwo{
	float: left;
	width: 100%;
	background: url(images/bgContainerTwo.gif) repeat-y top;
}

#content{
	float: left;
	width: 642px;
	display: inline;
	padding: 25px 29px;
	background: #fff;
}

#content.narrowcolumn{
	width: 452px;		
}

#editor{
	float: left;
	width: 100%;
	margin-bottom: 2px;
}

.columna{
	float: right;
	width: 300px;
}

.columnb{
	float: left;
	width: 300px;
}

.section{
	float: left;
	width: 300px;
}

#marketing, #offers, #specialfeatures{
	margin-right: 42px;
}

.widecolumn{
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

.widecolumn .entry p{
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry{
	line-height: 1.4em;
}

.postmetadata{
	clear: left;
}

.narrowcolumn .postmetadata{
	font-size: 0.8em !important;
}

.alt{
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#footer{
	float: left;
	width: 640px;
	padding: 10px 30px;
	clear: both;
	background: #de2921;
}

/* header styles */

#header #bname {
	float: right;
	display: inline;
	margin: 32px 97px 0 0;
	font-family: "Gill Sans MT", "Trebuchet MS", Geneva, Verdana, Tahoma, sans-serif;
	font-size: 2.6em;
	font-weight: normal;
}

#header #bname a {
        color: #fff;
}

#header #bstrap {
	position: absolute;
	width: 240px;
	top: 73px;
	right: 30px;
	font-family: "Trebuchet MS", Geneva, Verdana, Tahoma, sans-serif;
	font-size: 0.95em;
	color: #fff;
}

/* top navigation */

ul.nav{
	float: left;
	width: 680px;
	list-style: none;
	padding: 3px 0 7px 20px;
	background: #F7D5D4;
	border-bottom: 1px solid #fff;
}

ul.nav li{
	float: left;
	color: #F7D5D4;
	font-size: 0.8em;
}

ul.nav li a{	
	color: #DE2921;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}

/* From The Editor */

#editor h3{	
	margin: 0 0 1em;
	font-size: 0.95em;
}

#editor h3 a{
	color: #DE2921;	
}

#editor img{
	float: right;
}

/* In This Issue */

#thisissue{
	float: left;
	width: 260px;
	display: inline;
	margin: 20px 0;
	padding: 10px 20px;
	background: #fbd9d9;
}

#thisissue h3{
	color: #DE2921;	
	margin-bottom: 0;	
}

#thisissue ul{
	list-style: none;
	padding-top: 0.3em;
}

#thisissue ul li{
	margin-top: 0.5em;
}

#thisissue ul li a{
	font-size: 0.9em;
	text-decoration: underline;
}

/* Content Sections Homepage */

.section h3{
	float: left;
	width: 265px;
	margin: 0 0 1.5em 0;
	padding: 5px 0 5px 35px;
	color: #fff;
	font-style: italic;
	font-size: 0.9em;
	font-weight: normal;
	background-color: #de2921;
	background-repeat: no-repeat;
	background-position: 10px;
}

#marketing h3{
	background-image: url(images/iconOnlineMarketing.gif);
}

#webtips h3{
	background-image: url(images/iconWebsiteTips.gif);
}

#offers h3{
	background-image: url(images/iconSpecialOffers.gif);
}

#technews h3{
	background-image: url(images/iconTechNews.gif);
}

#specialfeatures h3{
	background-image: url(images/iconSpecialFeatures.gif);
}

#productnews h3{
	background-image: url(images/iconProductNews.gif);
}

.section h4{	
	font-size: 1.1em;
}

.section h4 a{
	width: 300px;
	display: block;
	color: #de2921;
	margin-bottom: 1em;
	padding-bottom: 7px;
	border-bottom: 1px solid #de2921;
}

#content p{
	font-size: 0.9em;
	margin-bottom: 1.5em;
}
#content li {
      font-size: 0.9em;
      list-style-position:inside;
}
.section p img{
	float: right;
	margin: 3px 0 10px 10px;
}

/* footer styles */

#footer p{
	font-size: 0.8em;
	line-height: 1.4em;
	color: #fff;	
}

#footer a{
	color: #fff;	
	text-decoration: underline;
}

#footer .columna ul{
	color: #fff;	
	font-size: 0.8em;
	line-height: 1.4em;
	list-style: none;
	text-align: right;	
}

ul.links{
	border-top: 1px solid #fff;
}

.links li{
	margin-right: 20px;
}

.links li a{
	font-weight: normal !important;
}

/* single post */

.post{
	float: left;
	width: 100%;
}

.post h2, h2.pagetitle{
	font-size: 1.8em;
	font-weight: normal;	
	margin: 0.5em 0 1em;
}

h2.pagetitle{
	font-size: 1.6em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #ccc;
}

.post h3{
	font-size: 1.3em;
	font-weight: normal;	
	margin: 0 0 1em;
}

.post img{
	float: right;
	margin: 0 0 10px 20px;
}

/* sidebar */

#sidebar{
	float: left;
	width: 170px;
	font: 0.8em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 20px 10px 10px 10px;
}

#sidebar h2{
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;	
}

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

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

#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{
	margin: 3px 0 0;	
}

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

/* More content styles */

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description{
	text-decoration: none;
	color: #fff;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited{
	color: #de2921;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite{
	text-decoration: none;
}

/* Comment styles */

.commentlist li, #commentform input, #commentform textarea{
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist cite, .commentlist cite a{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

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

#commentform p{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata{
	font-weight: normal;
}

/* Begin Structure */

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

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

/*	Begin Headers */

h3.comments{	
	margin: 40px auto 20px ;
}

/* Begin Images */

p img{	
	max-width: 100%;
}

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

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

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

.alignright{
	float: right;
}

.alignleft{
	float: left
}

/* Begin Lists */

html>body .entry ul{
	margin-left: 0px;
	padding: 0 0 5px 30px;
	padding-left: 10px;
} 

html>body .entry li{
	margin: 7px 0 8px 20px;
}

.entry ol{
	padding: 0 20px 0 10px;	
}

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

/* Begin Form Elements */

#searchform{
	margin: 22px auto;
	padding: 5px 3px; 
}

#sidebar #searchform #s{
	width: 150px;
	margin-bottom: 2px;
	padding: 2px;
}

#sidebar #searchsubmit{
	padding: 1px;
}



select{
	width: 130px;
}

#commentform input{
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea{
	width: 100%;
	padding: 2px;
}

#commentform #submit{	
	float: right;
}

/* Begin Comments*/

.alt{	
	padding: 10px;
}

.commentlist{	
	text-align: justify;
}

.commentlist li{
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist ul li{
	list-style: disc;
}

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

#commentform p{
	margin: 5px 0;
}

.commentmetadata{	
	display: block;
}

/* Begin Calendar */

#wp-calendar #prev a, #wp-calendar #next a{
	font-size: 9pt;
}

#wp-calendar a{
	text-decoration: none;
}

#wp-calendar caption{
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th{
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar{
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a{
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a{
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a{
	display: block;
}

#wp-calendar caption{
	text-align: center;
	width: 100%;
}

#wp-calendar td{
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover{ /* Doesn't work in IE */
	background-color: #fff; }

/* post nav */

.navigation{
	float: right;
	display: block;
	text-align: center;	
}

.navigation a{
	font-size: 0.8em;
}

