/*  
Theme Name: Social Age 2.0
Theme URI: http://www.thesocialage.com
Author: Susanne Goldstein
Author URI: http://www.theaccelerator.com/

	Social Age 2.0
	http://www.thesocialage.com
	This theme was designed and built by Michael D. Pollock of Solostream Web Studio.

	The CSS, XHTML and design is copyright of Susanne Goldstein:
	http://www.thesocialage.com

	You MAY NOT use or modify this theme in any way. You MAY NOT REDISTRIBUTE this theme in any form or fashion.
*/



/* -------------------[ Main Page Elements ]------------------- */

body {
	font-size: 10pt;
	font-family: "Century Gothic", arial,helvetica,sans-serif;
	background: #fff;
	color: #666;
	text-align: left;
	margin: 0;
	padding: 0 0 20px;
	line-height: 130%;
	}

#wrap {
        padding: 0;
        clear: both;
	width: 900px;
	margin: 0 auto;
        }

#header {
        height:80px;
        line-height:80px;
	margin: 0 auto;
        }

#header #flash{
	float: left;
	margin: 0 6px 0 0;
        }

#header h1{
        float:left;
        height:80px;
        line-height:80px;
	font-family: arial,helvetica,sans-serif;
	margin: 0;
        }

#header h1 a {
        float:left;
	font-size: 40px;
	letter-spacing: -0.05em;
	color: #ac6;
	font-weight: normal;
	text-decoration: none;
        }

#page {
        clear: both;
	margin: 0 auto;
	padding: 0;
	}   

#content {
        width: 550px;
        float: left;
        margin: 0;
        padding: 0 0 20px;
	}

#contentright {
        font-size:9pt;
        color:#000;
        width: 320px;
        float:right;
        padding: 0 0 20px;
        margin: 0;
        } 

#sidebar {
        width: 320px;
        float: right;
        margin: 0;
	padding: 0;
	} 

#footer {
        line-height:180%;
        border-top: 2px solid #AAD460;
	font-size: 8pt;
        clear: both;
        margin: 0 auto;
        padding: 10px 0;
        text-align: center;
        }

#footer p {
        margin: 0;
        }

/* -------------------[ Headings ]------------------- */

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
	text-align: left;
	}

h1 {
	font-size: 16px;
	margin: 0;
	}

h2 {
	font-size: 16px;
	}

h3 {
	font-size: 14px;
	}

h4,h5,h6,h7 {
	font-size: 12px;
	}

h2#comments  {
        font-weight:bold;
        color:#000;
        font-size:10pt;
        padding: 0 0 5px;
        border-bottom: 8px solid #AAD460;         
        margin-bottom:15px;
        }

h2#respond-home  {
        font-size:10pt;
        font-weight:bold;
        padding: 0 0 5px;
        border-bottom: 8px solid #AAD460;         
        margin-bottom:15px;
        }

h2#trackbacks  {
        font-weight:bold;
        color:#000;
        font-size:10pt;
        padding: 0 0 3px;
        border-bottom: 8px solid #AAD460;         
        margin-bottom:15px;
        }

h2#respond  {
        font-weight:bold;
        color:#000;
        font-size:10pt;
        padding: 0 0 3px;        
        margin-bottom:1px;
        }

.entry h1, .entry h2, .entry h3 .entry h4, .entry h5, .entry h6 {
        margin-bottom:10px;
        }

/* -------------------[ Links ]------------------- */

a, a:link, a:visited, h2#respond-home a, h2#respond-home a:link, h2#respond-home a:visited {
	color: #4E7A0B;
        text-decoration:none;
	}

a:hover, a:active, h2#respond-home a:hover, h2#respond-home a:active {
        text-decoration: underline;
        color:#89AC4F;
	}

.post h1 a, .post h1 a:link, .post h1 a:visited, .post h2 a, .post h2 a:link, .post h2 a:visited {
	color: #000;
        line-height:130%;
        text-decoration:none !important;
        }

.post h1 a:active, .post h1 a:hover, .post h2 a:active, .post h2 a:hover {
	color: #000;
        line-height:130%;
        text-decoration:none !important;
        }

.featurepost h1 a, .featurepost h1 a:link, .featurepost h1 a:visited, .featurepost h2 a, .featurepost h2 a:link, .featurepost h2 a:visited {
	color: #333;
        line-height:130%;
        text-decoration:none;
        }

.featurepost h1 a:active, .featurepost h1 a:hover, .featurepost h2 a:active, .featurepost h2 a:hover {
	color: #333;
        line-height:130%;
        text-decoration:none;
        }
	
/* -------------------[ Images ]------------------- */

img.alignright {
        float: right;
        clear: right;
        margin: 0 0 5px 10px;
        background: #fff;
        padding: 2px;
        border: 1px solid #ccc;
        }

img.alignleft {
        float: left;
        clear: left;
        margin: 0 10px 5px 0px;
        background: #fff;
        padding: 2px;
        border: 1px solid #ccc;
        }

img.centered { 
        display: block; 
        padding: 2px; 
        margin: 0 auto 20px auto; 
        border: 1px solid #ccc; 
        float: none; 
        clear: both;
        }



/* -------------------[ Sidebar ]------------------- */

#contentright h2 {
	margin: 0;
	padding: 0;
        font-size:9pt;
        font-weight:bold;
        color:#000;
	}


#contentright ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

#contentright ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#contentright ul li ul {
        list-style-type: none;
        margin: 0px;
        padding: 0;
        }

#contentright ul li ul li {
        list-style-type:none;
        padding: 0;
        border: 0;
        margin: 0 0 1px;
        }

#contentright p {
	padding: 0;
	}

#contentright ul ul ul {
        margin-bottom: 10px;
        }

/* -------------------[ Form Elements ]------------------- */

#commentform {
        background: #E8F3D3;
        font-size:8pt;
        padding: 15px 15px 1px;
        margin: 0 0 10px 0;
        }

#commentform label {
        display:block;
        margin: 0;
        }

#commentform input {
	width: 170px;
	padding: 1px;
	margin: 0px 5px 10px 0;
	}

#commentform textarea {
        width: 400px;
        padding: 0;
	margin: 0px 0px 10px 0; 
	}

#commentform #submit {
	margin: 0 0 20px 0;
	}

#commentform p {
        margin: 5px 0;
	}


/* -------------------[ Comments ]------------------- */


ol.commentlist {
        font-size:9pt;
        padding: 0;
        margin: 0;
        }

ol.commentlist li {
	display: block;
	list-style: none;
        padding: 15px 15px 1px;
	margin: 0 0 15px;
        border:1px solid #AAD460;
	}

ol.tblist {
	list-style: none;
        padding: 15px 15px 10px;
        font-size: 8pt;
        margin: 0 0 15px;
        border:1px solid #AAD460;
        }

ol.tblist li {
	display: block;
	list-style: none;
        padding: 0;
        margin: 0 0 5px 0;  
        background: url(images/bullet2.gif) 0 2px no-repeat;
        padding-left: 14px;     
	}

.odd {
        background:#fff;
        }

/* -------------------[ Misc Tags and Classes ]------------------- */

.post ul, .singlepost ul {
        list-style-type: none;
        }

.post ul li, .singlepost ul li {
        list-style-type:none;
        background: url(images/bullet2.gif) 0 3px no-repeat;
        padding: 0 0 2px 14px;
        }

.post ol li, .singlepost ol li {
        list-style-type:decimal;
        }

p {
	margin-top: 0px;
	margin-bottom: 15px;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted #999;
	}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}

a img, img a {
	border: none;
	}

.navigation {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.navigation .alignright {
	float: right;
	margin: 0;
        padding:20px 0 0;
	}
	
.navigation .alignleft {
	float: left;
	margin: 0;
        padding:20px 0 0;
	}

.entry {
        line-height:140%;
	font-size: 10pt;
	padding: 10px 0;
	margin: 0;
	}

.author {
        clear: both;
        text-align: left;
        margin: 15px 0 0 0;
        }

.postinfo {
        font-family:verdana,tahoma,sans-serif;
        color:#959595;
        clear: both;
	margin: 0px;
	font-size: 9px;
	padding: 0;
	}

.post {
	margin: 0;
	padding: 0;
	}

.featurepost {
	margin: 0 0 20px 0;
	padding: 0;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

hr {
        display: block:
        clear:both;
        }

a.more-link,a.more-link:link,a.more-link:visited,a.more-link:active,a.more-link:hover {
 
        }

p.tb {
        background: url(images/tb.gif) 0 45% no-repeat;
        padding-left:13px;
        font-size:8pt;
        font-weight:bold;
        margin-bottom:5px;
        } 

p.tb a, p.tb a:link, p.tb a:visited {
        text-decoration:none;
        }

/* -------------------[ Search ]------------------- */

#searchform {
        height:26px;
        line-height:26px;
        float:right;
	margin: 0;
	padding: 0; 
        }

#searchform #s {
        font-size:8pt;
        width: 140px;
	margin-right: 2px;
	}

#searchform #submit {
        font-size:8pt;
	}

/* -------------------[ Navigation ]------------------- */

#nav {
        margin: 0 auto 20px;
        border-bottom: 8px solid #AAD460;
	clear: both;
	width: 100%;
	height: 24px;
	line-height: 24px;
	padding: 0;
	}

#nav ul {
	float:right;
	list-style: none;
	padding: 0;
	margin:0;
	font-family: century gothic, 'trebuchet ms',verdana,geneva,sans-serif;
	}

#nav li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        line-height:24px;
        height:24px;
        float: left;
        }

#nav li a, #nav li a:visited {
        font-size:14px;
        text-decoration:none;        
        color:#5c5c5c;
        float: left;
        border-right:1px solid #ccc;
        line-height:16px;
        padding: 0 6px;
        }


#nav li a:active, #nav li a:hover {
        font-weight:normal;
        color: #4E7A0B;
        }

#nav li#current a {
        font-weight:bold;
        color: #4E7A0B;
        }

#nav li#current {
        background:transparent url(images/point-top.gif) bottom center no-repeat;
        }

#nav li:hover {
        font-weight:normal;
        color:#4E7A0B;
        background:transparent url(images/point-top.gif) bottom center no-repeat;
        }

#nav ul li.last {
        border:0;
        padding-right:0;
        }

#nav li.last a {
        border:0;
        padding-right: 0;
        }


/* ---------------[ Tables ]--------------- */

.entry table {
	margin-bottom:15px;
        padding:auto;
        border:auto;
        }

.entry tr, .entry td, .entry th {
	margin:auto; padding:auto; border:auto;
        }

.entry td, .entry th {
	padding:8px;
	vertical-align:top;
}

.entry th {
	font-weight:bold;
	background:#ddd;
}

.entry td {
	border:1px solid #ddd;
}

/* ---------------[ Related Entries ]--------------- */

h2#related  {
        font-weight:bold;
        color:#000;
        font-size:10pt;
        padding: 0 0 5px;
        border-bottom: 8px solid #AAD460;         
        margin-bottom:1px;
        }

.related {
        margin: 0 0 15px;
        background: #E8F3D3;
        padding:15px 15px 13px;
        }

.related ul {
        line-height:130%;
        margin: 0;
        padding-left:0;
        list-style-type: none;
        }

.related ul li {
        list-style-type:none;
        padding: 0 0 0 14px;
        margin: 0 0 2px;
        background: url(images/bullet2.gif) 0 2px no-repeat;
        }

ul#archives {
        margin: 5px 0 15px 0;
        padding: 0;
        }

ul#archives ul {
        padding:0;
        }

ul#archives ul li {
        background:transparent;
        padding-left:0;
        margin:0;
        }

ul#archives ul ul {
        margin:0;
        margin-left: 10px;
        padding:0;
        }

#contentright .box-top {
        width:320px;
        height:15px;
        background: url(images/sidebox.gif) top left no-repeat;
        margin:0;
        padding:0;
        }

#contentright .box {
        font-size:10pt;
        width:290px;
        background: url(images/sidebox.gif) bottom left no-repeat;
        margin:0 0 15px 0;
        padding:0 15px 15px;
        }

#contentright .box p {
        margin-bottom: 2px;
        padding: 0 0 2px 15px;
        background:transparent url(images/sabullet-black.gif) 2px 2px no-repeat;
        }

#contentright .box p.boxhead {
        margin-bottom: 5px;
        padding: 0;
        background:transparent;
        }

#contentright .box a, #contentright .box a:link, #contentright .box a:visited {
        text-decoration:none;
	color: #000;
	}

#contentright .box a:hover, #contentright .box a:active {
        text-decoration:underline;
        color:#000;
	}

#contentright .box ul {
        list-style-type:none;
        margin:0;
        padding:0;
        }

#contentright .box li {
        margin-bottom: 2px;
        padding: 0 0 2px 15px;
        background:transparent url(images/sabullet-black.gif) 2px 2px no-repeat;
        }

#contentright ul.recentcomments li {
        line-height:120%;
        margin-bottom: 5px;
        }
