/*
Theme Name:	Fab Apps 2.0
Theme URI: http://fabapps.com
Description: First WordPress theme for <a href="http://www.fabapps.com">fabapps.com</a>.
Version: 1.0
Author: Christian MacAuley
Author URI: http://xiann.com
Tags: Fab, Fab Apps, Christian MacAuley, Custom 
*/

/* reset margins/padding */
* { 
	padding: 0; 
	margin: 0; 
}
/* main layout */
body {
	text-align: center;
	background: url(images/clouds-background3.jpg) repeat-x top fixed #002b26;
	color: #1d1d1d;
	font-family: "Lucida Grande", Trebuchet MS, Arial, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
}
#wrapper {
	display: block;	
	width:954px;
	margin:15px auto;
	text-align: left;
	border: 2px solid #002F2A;
}
/* header */
#header {
	background: url(images/border_green_top_wave.gif) repeat-x bottom left;
	background-color: #41b649;
	padding: 20px 20px 30px 0;
}
#header h1#logotop {
	width: 402px;
	height: 101px;
	background: url(images/logo_fabapps_white_greenbg.gif) no-repeat;
	float: left;
	margin-left: 25px;
	cursor: pointer;
}
#header h1#logotop span {
	display: none;
}
/* top nav */
#header ul#topnav {
	list-style-type: none;
	display: inline;
}
#header ul#topnav li {
	list-style-type: none;
	display: inline;
	float: right;
	text-align: center;
	/*margin-top: 40px;*/
	margin-top: 10px;
}
#header ul#topnav a {
	padding: 30px 7px 4px 7px;
	background: url(images/icon_small_cloud_greenbg.gif) no-repeat top;
	width: 60px;
	color: #004842;
	text-transform: lowercase;
	display: block;
}
#header ul#topnav a:hover {
	border: none;
	color: #fff;
}
/* inner content */
#content {
	width: 614px;
	float: right;
	/*background: #41b649;*/
	padding: 20px 20px 20px 0;
}
#main {
	/*background: #41b649; dark blue */
	background: #004842;
}
/* main text styles */
a:link {
	color: #EBE8AB;
	/*color: #41b649;*/
	text-decoration: none;
}
a:visited {
	/*color: #d8ffdb;*/
	text-decoration: none;
	color: #EBE8AB;
}
a:hover {
	border-bottom: 1px dotted #fff;
}
#main h1 {
	color: #41b649;
	font-size: 2em;
	padding-bottom: 20px;
	text-transform: lowercase;
}
#main .post h2 {
	color: #fff;
	font-weight: normal;
	padding-bottom: 5px;
	font-size: 1.3em;
}
#main h2 {
	color: #41b649;
	font-weight: normal;
	padding: 0.5em 0 0.5em 0;
	font-size: 1.3em;
}
#main h3 {
	color: #41b649;
}
#content p {
	padding: 0 0 1em 0;
}
#main h1.newsheader {
	font-size: 1.5em;
}
.wp-caption-text {
	color: #C3DFDC;
	font-size: 0.8em; 
	text-align: center;
	margin: 3px 6px 3px 0;
}

/* images */
img { border: none; }

/* post */
.post {
	width: 613px;
	background: url(images/bg_convo_bubble_top.gif) top no-repeat #3bab48;
	margin-bottom: 0px;
}
.post .postcontents {
	padding: 10px 15px 10px 15px;
}
.post .postmeta {
	background: url(images/bg_convo_bubble_bottom.gif) top no-repeat #004842;
	padding: 25px 115px 20px 0;
	text-align: right;
	font-size: 11px;
	color: #41b649;
}
.post .postcontents a { color: #004842; } 
.post .postcontents h2 a {
	color: #fff;
}
.post p {
	padding: 0.2em 0 0.2em 0 !important;
}
.post p, .post h2 { padding: 0.2em !important; }
.post .postcontents { padding-bottom: 0 !important; }
.postnavigation {
	text-align: right;
	font-size: 0.9em;
}
.postnavigation a span {
	 color: #1f5e59; 
	 font-weight: bold;
	 font-size: 1.2em;
}
.postnavigation a:hover {
	border-bottom: 1px dotted #1f5e59;
}
/* page */
.pagecontent {
	color: #fff;	
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 20px;
	border-left: 1px dashed #1f5e59;
}


/* sidebar */
#sidebar {
	width: 280px;
	float: left;
	/*background: #41b649;*/
	padding: 30px 10px 10px 30px;
	color: #FFFEEF;
	font-size: 95%;
}
#sidebar ul#sidebarmain {
	list-style-type: none;
}
#sidebar ul#sidebarmain li {
	list-style-type: none;
}
#sidebar ul#sidebarmain li.widget {
	margin: 0 0 15px 0;
}
#sidebar ul#sidebarmain li li {
	list-style-type: disc;
	margin-left: 15px;
}
#sidebar h2 {
	color: #41b649;
	font-weight: normal;
	font-size: 1.3em;
	text-transform: lowercase;
}
#sidebar .textwidget {
	padding-right: 20px;
	
}
#sidebar .sidebareditlink { font-size: 11px; } 
/* footer */
#footer {
	padding: 30px 25px 10px 25px;
	background: url(images/border_blue_top_wave.gif) repeat-x top left;
	background-color: #41b649;
	font-size: 0.9em;
}
#footer p {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#footer ul {
	display: inline;
	list-style-type: none;
	padding-bottom: 10px;
}
#footer ul li {
	display: inline;
	padding: 0 5px 5px 5px;
}
#footer a {	
	color: #004842;
}
#footer ul li a {
	font-weight: bold;
}
/* helper classes */
.clearboth {
	clear: both;
}
.alignright { 
	float: right; 
	padding: 0 0 10px 10px;
}
.alignleft {
	float: left;
	padding: 0 10px 10px 0;
}

/* slides on homepage */
.homecontent {
	margin: 10px 0 20px 0;
}
.homecontent ul {
	list-style-type: none;
        height: 141px;
        overflow: hidden;
}
.homecontent ul li {
	list-style-type: none;
	display: block;
}
.homecontentmeta {
	text-align: right;
	font-size: 0.8em; 
	padding: 5px;
}
.homecontent a:hover {
	border: none;
}

/* special sidebar for tools */
#text-3 p, .ourappswidget p {
	margin-left: -10px;
}
#text-3 a:hover, .ourappswidget a:hover { border: none; }

/* customize recent posts */
#recent-posts-4 { color: #1f5e59; }
#recent-posts-4 li { padding-bottom: 2px; }

/* customize update links */
#updatelinks { color: #1f5e59; }
#updatelinks li { padding-bottom: 2px; }

/* client list */
#linklist2 h2 a {
	color: #41B649;
}
#linklist2 h2 img {
display: block; 
padding-bottom: 10px;
}
#linklist2 p {
	font-style: italic;
}
#linklist2 {
	padding-bottom: 20px;
}

/* fab factors */
.fabfactors { padding-top: 15px; }
.fabfactors span {
	display: block;
	width: 76px;
	color: #41b649;
	font-size: 1.8em;
	float: left;
	clear: left;
	text-align: center;s
}
.fabfactors p {
	height: 60px;
	font-size: 1.2em;
}

/* rss feed */
.feedlink {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("../images/icon_feed_14x14.png") no-repeat 0 50%;
} 
