/*
Theme Name: SocialX
Theme URI: http://davesabol.com/themes/
Description: <strong>Simple and Clean</strong> WordPress Blog Theme designed by <a href="http://www.davesabol.com">Dave Sabol</a>! Now with <strong>Theme Options</strong> to choose different color combinations.
Version: 1.3.1
Author: Dave Sabol
Author URI: http://www.davesabol.com/about/
Tags: custom-colors, custom-header, fixed-width, two-columns, black, silver, light, theme-options, right-sidebar, threaded-comments

	Development Log
	===============================================================
	Nov 5, 2008 - 1.0.1 Works in Firefox, Chrome. Few IE Bugs
	Nov 6, 2008 - 1.0.2 Works in IE6, IE7, Firefox 2+, Chrome 0.3
	Nov 6, 2008 - 1.0.3 Sidebar CSS fixes
	Nov 6, 2008 - 1.0.4 Icons added to sidebar
	Nov 7, 2008 - 1.0.5 Single Page Templates customized
	Nov 8, 2008 - 1.0.6 Flickr Badge (from widget) added / CSS
	Nov 9, 2008 - 1.0.7 Comments section CSS
	Nov 9, 2008 - 1.0.8 Footer / RSS beautified!
	Nov 10, 2008 - 1.0.9 Sidebar CSS / Calendar fixed
	Nov 12, 2008 - 1.1 Multi-level menus fixed
	Nov 13, 2008 - 1.1.1 CSS Fixed
	Nov 26, 2008 - 1.1.2 Index Page Link Fixed
	Dec 2, 2008 - 1.1.3	Various CSS Issues Fixed
	Dec 7, 2008 - 1.2 Theme Options / Various CSS Themes, Organized CSS files, Better user interface, Better Typography
	Dec 8, 2008 - 1.2.1 Properly CSS Organized, Valid xHTML/CSS, Tested with IE6, IE7, IE8 Beta 2, FF2, FF3, Chrome 0.4, Safari 3.2.1
	Dec 20, 2008 - 1.3 Compatible with WordPress 2.7, Commented Thread Styles
	Jan 24, 2009 - 1.3.1 Separation of Trackbacks/Comments and other CSS edits
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*----------------------------------------------------------------------------
RESET
-----------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


/* Structure Styles */

body {
	font-family: "Myriad Pro","Trebuchet MS",Arial,Helvetica,sans-serif !important;
	font-size: 62.5%; /* Resets 1em to 10px */
	line-height: 1.6em;
	margin: 0px;
	padding: 0;
	letter-spacing: .1px;
	background: #006699;
	background-attachment: fixed;
	border: 10px solid #83B6CF;
	}
	
#outter-wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #006699 url(images/grid-bg.gif) repeat;
	background-attachment: fixed;
}

#content-wrapper {
	width: 960px;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #006699;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 5px;
}

#notice { 
	background: #003366;
	opacity: 0.9;
	z-index: 400;
	width: 100%; 	
	margin: 0 auto 1em; 
	padding: 0.65em 0; 
	border: none;
	position: relative;
	display: block;
}

#notice p {
	padding: 0; 
	margin: 0 auto; 
	width: 960px; 
	text-align: center; 
	font-weight: bold;
	font-size: 1.35em;
	color: #fff;
}

#header {
	background: transparent;
	margin: 0 auto 2em;
	padding: 0;
	width: 960px;
}

h1#logo  {
	width: 400px;
	position: relative;
	padding: 0;
	top: 25px;
}

h1#logo  a {
	display: block;
	text-indent: -9999px;
	background: url(images/logo.png) no-repeat left top;;
	height: 100px;
}

/* Navigation Menu CSS */

#nav { 
	display: inline;
	float: right;
	padding-top: 65px;
}

#nav ul {
	display: inline;
	float: right;
	list-style-type: none;
}

#nav ul li {
	display: inline;
	border: none;
}

#nav ul li a {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin: .2em 1em;
	padding: 0;
	background: none;
	border: none;
}

#nav ul li a.active {
	background: #fff;
	color: #006699;
}

#nav ul li a:hover {
	border-bottom: 2px solid white;
	text-decoration: none;
}

#search_form {
	width:270px; 
	background-color:#fff;  
	padding:10px 5px;
	position:absolute;
	top: 74px; 
	right: 0px; 
	display:none;
	color: #000;
}

.search {
	color: #000;
	background-color:#FFFFFF;
	border:solid 1px #5ea0c1;
	padding:6px;
}

.cl {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	text-indent: -4000px;
}
	
/* Header Menu */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
	
#main {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	clear: both;
	}

#content {
	font-size: 1.4em;
	padding: 0 1em 1em 1em;
	margin: 0em 0 0 0;
	}

#content .widecolumn {
	width: 930px;
	margin: 0;
	padding: 0 0 1em 0;
	background: #fff;
}

.widecolumn #breadcrumbs {
	margin: 0;
	padding: 1em 0 0;
	float: right;
}

.narrowcolumn {
    width: 620px;
    margin: 0;
    padding: 0;
    float: left;
    background: transparent;
}

.narrowcolumn #breadcrumbs {
	margin: 0;
	padding: 1em 0 0;
	float: right;
}

.narrowcolumn .entry {
	border-top: 1px solid #ededed;
	width: 100%;
	line-height: 1.8em;
	}

.narrowcolumn .postmetadata {
	margin: 0;
	padding: 0;
	text-align: left;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	display: block;
	margin: 0 0 0.5em 0;
	}
	
/* Begin Sidebar */

#sidebar {
	margin: 0;
	padding: 0;
	width: 300px;
	float: right;
	text-align: left;
	background: transparent;
	}	

#sidebar form {
	margin: 0;
	}
	
.categories {
    border-bottom: 0px solid #fff;
}
	

/* End Sidebar */

.commentlist li, #commentform input, #commentform textarea {
	}

.commentlist li {
	font-weight: bold;
	}

.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-size: 0.8em ;
	}

.commentmetadata {
	font-size: 0.9em;
	font-weight: normal;
	}
	
acronym, abbr, span.caps {
	font-size: 1.1em;
}	
	
code {
	font: 0.9em 'Courier New', Courier, Fixed;
	padding: 10px;
	display: block;
}
	
a {
	text-decoration: none;
	padding: 0 1px;
	}

#sidebar #wp-calendar a {
	text-decoration: none;
	margin: 0;
	padding:0;
	}
	
#sidebar #wp-calendar caption {
	font: bold 1.3em  Arial,'Lucida Grande', Verdana, Sans-Serif;
	text-align: left;
	margin-top: 6px;
	}	
	
#sidebar #wp-calendar #prev a, #wp-calendar #next a {
	font-size: 1em;
	}	
	
#sidebar #wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	}	
	
.narrowcolumn .postmetadata2 {
	padding: 13px 0 16px 0;
	margin-top: 15px;
}	

.entry p img {
	text-align: center;
	margin: 0 auto;
	padding: 5px;
	max-width: 100%;
	}

.post {
	margin: 1em 0 30px;	
	}

.post hr {
	display: block; 
	border: none;
	}
	
.entry p img a {
	border: 0;
}
	
.post .entry {
	clear: both;
}

.entry img {
    margin: 0 auto;
	border: 1px solid #eee;
	}	
	
.entry {
	border-top: 0px solid #eee;
}
	
.narrowcolumn .postmetadata {
	padding:0;
	margin:0;
	padding: 0px;
	}


.postmetadata {
	clear: both;
	font-size: 0.8em;
}

.clear {
	clear: both;
}

#shim {
	background: #0;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
 	overflow: hidden;
	}
	
#footer {
	width: 100%; 
	margin: 1em 0 0 0; 
	padding: 0; 
	border-top: 0px solid #fff;
}

#footer a {
	color: #efefef;
}

#footer-inner {
	width: 960px; 
	padding: 0; 
	margin: 0 auto;
	height: 40px;
}
	
#footer-inner-left {
	color: #fff;
	width: 450px;
	float: left;
	text-align: left;
	font-size: 1.3em;
	padding: 1em 0 0 0.5em;
}

#footer-inner-right {
	color: #fff;
	width: 450px;
	float: right;
	text-align: right;
	font-size: 1.3em;
	padding: 1em 0.5em 0 0;
}
/* End Structure */


/*	Begin Headers */

h1 {
	padding-top: 20px;
	line-height: 60px;
	padding-left: 0;
	margin: 0;
	font-size: 4em;
	text-align: left;
	padding-left:40px;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	color: #333;
	text-decoration: none;
}
	
#header h1, #header h1 a, #header h1 a:hover, #header h1 a:visited {
	color: #ddd;
}
	
h2 {
	clear: both;
	font-size: 2.0em;
	clear: both;
	margin: 10px 0 2px 0;
	padding: 10px 0 0 0;
	letter-spacing: -1px;
}
	
h2, h2.pagetitle {
	font-size: 2.2em;
	color: #438CB1;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

#sidebar ul li h2 {
	color: #999;
	font-size: 1.6em;
	padding: 5px 10px;
	font-weight: bold;
}

h3 {
	padding:0;
	margin: 0;
	font-size: 1.6em;
	clear:both;
}


h3#comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h4.pageintro {
	font-weight: normal;
	margin: 1em 0;
}

h4.pageintro em {
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
}
	
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;
}
	
h1 a, h2 a, h3 a, h1 a:hover,h2 a:hover, h3 a:hover{
	border: none;
	background: none;
}

/* End Headers */	

/* Begin Images */


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	margin: 0 auto;
}

img.alignright {
	padding: 5px;
	margin: 0 0 5px 15px;
	}

img.alignleft {
	padding: 5px;
	margin: 0 15px 5px 0;
	}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* End Images */

/* Begin Lists

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

/* graphX addition */

.entry {
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
	float: left;	
}

.entry p {
	padding: 7px 0;
	margin: 0;
}
.entry p a.img {
	border: none;
	background: none;
}
.entry p a.img:hover {
	border:none;
	background:none;
}

/* end */

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

html>body .entry li {
	margin: 0;
	}

.entry  ol, .entry ul {
	padding:0;
	margin:  5px 0 5px 50px;
	}

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

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

#sidebar ul, #sidebar ul ol {
	margin: 1em 0 0 0;
	padding: 0;	
	}

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

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

#sidebar ul ul, #sidebar ul ol {
	margin:0px;
	padding: 0 1em 1em 1em;
	}

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

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding:0;
	list-style:none;	
	}
	
#sidebar a {
	font-size: 14px;
	border: none;
	background: none;	
	display: block;
	padding: 0.25em 0.25em;
	background: url(images/1meta.gif) no-repeat 5px 7px;
	padding-left: 20px;
}


#sidebar a:hover {
	background: url(images/meta.gif) no-repeat 5px 7px;
}

#sidebar #find-me .linkedin-link a, #sidebar #find-me .linkedin-link a:hover {
	padding: 0.5em 2em;
	background: url(images/linkedin-icon.png) no-repeat 0px 5px;
}

#sidebar #find-me .facebook-link a, #sidebar #find-me .facebook-link a:hover {
	padding: 0.5em 2em;
	background: url(images/facebook-icon.png) no-repeat 0px 5px;
}

#sidebar #find-me .delicious-link a, #sidebar #find-me .delicious-link a:hover {
	padding: 0.5em 2em;
	background: url(images/delicious-icon.png) no-repeat 0px 5px;
}

#sidebar #find-me .twitter-link a, #sidebar #find-me .twitter-link a:hover {
	padding: 0.5em 2em;
	background: url(images/twitter-icon.png) no-repeat 0px 5px;
}

#sidebar #find-me .ak-link a, #sidebar #find-me .ak-link a:hover {
	padding: 0.5em 2em;
	background: url(images/ak-icon.png) no-repeat 0px 5px;
}	

#sidebar #find-me .rss-link a, #sidebar #find-me .rss-link a:hover {
	padding: 0.5em 2em;
	background: url(images/rss-icon.png) no-repeat 0px 5px;
}	

* html #sidebar a {
	height: 1px;
}
	
#sidebar .archives a, #sidebar .cat-item a, #sidebar .cat-item a:hover,
#sidebar #archives ul li a {
	background: url(images/folder-icon.png) no-repeat 0px 5px;
	padding: 0.5em 2em;	
}

#sidebar .cat-item a:hover, #sidebar .archives a:hover,
#sidebar #archives ul li a:hover {
	background: url(images/folder-icon.png) no-repeat 0px 5px;
}
#sidebar .linkcat a, #sidebar .linkcat a:hover, 
#sidebar .blogroll a {
	background: url(images/fav.gif) no-repeat 5px 7px;
	padding-left: 20px;	
}

#sidebar .linkcat a:hover,
#sidebar .blogroll a:hover {
	background: url(images/fav.gif) no-repeat 5px 7px;
}

#sidebar .textwidget {
	margin: 6px;
}

	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#header #searchform #s {
	width: 130px;
	padding: 4px;
	font: 1.4em arial, verdana, sans-serif;
	}

#header #searchsubmit {
	padding: 3px;
	font: 1.4em arial, verdana, sans-serif;
	font-weight: bold;
	}
	
#content #searchform #s {
	width: 200px;
	padding: 4px;
	font: 1.1em arial, verdana, sans-serif;
	}

#content #searchsubmit {
	padding: 3px 10px;
	font: 1.1em arial, verdana, sans-serif;
	font-weight: bold;
	}	

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
#commentform{
	margin-bottom: 60px;
	margin-top: 0;
}	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font-size: 1.2em;
	}

#commentform textarea {
	margin-top:5px;
	width: 100%;
	padding: 2px;
	font-size: 1.2em;
	}

#commentform #submit {
	margin-top: 5px;
	padding: 5px;
	font-weight: bold;
	font-size: 1.3em;
	}
	
legend {
	font-size: 1.2em;
	font-weight:bold;
	padding: 2px 10px;
}

.entry form { 
	text-align:left
}


	
/* End Form Elements */



/* Begin Comments*/

#respond {
	margin: 1em 0 0 0;
	padding: 5px;
}

#tabnav {
	margin: 0;
	padding: 0 0 0em 0;
	clear: both;
	text-align: right;
	border-bottom: 0px solid #ededed;
}
#tabs li {
	display:inline;
	list-style:none;
	font-weight: bold;
	font: 1em Arial;
	margin:0;
	margin-right: 0px;
}
a.tabs {
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #eee;	
	color: #e5e5e5;
}

a.tabs:hover {
	background: #fff;
	border: 1px solid #eee;	
}

a.current {
	background: #fff;
	color:#333;
}

#comments .selected, #trackbacks .selected {
	display: block;
}

.commentlist, .trackbacklist {
	text-align: left;
	padding: 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
/* Threaded Comments */	

ol.commentlist { list-style:none; margin:0 0 0em; padding:0; text-indent:0; }
ol.commentlist li {  margin: 15px 0 0px; list-style: none; padding: 20px;}
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard { }
ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 14px; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { float: right;	padding: 2px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {margin: 0; display: block;}
ol.commentlist li div.comment-meta {  }
ol.commentlist li p {margin: 13px 5px 13px 0; line-height:16px;}
ol.commentlist li ul { margin:0 }
ol.commentlist li div.reply { }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:2em 0 0; text-indent:0; padding:0}
ol.commentlist li ul.children li { font-size: 12px;}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0; }
ol.commentlist li ul.children li.depth-3 { margin:0; }
ol.commentlist li ul.children li.depth-4 { margin:0; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.comment {margin:0;margin-top: 20px; }
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#fcfcfc; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { padding:1em; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
ol.commentlist .navigation {
	padding:10px 0;
	margin:10px 0;
	clear:both;
	border: none;
	}

	
	
/* End Comments */

/* Begin Calendar */
#sidebar #wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 190px;
	}

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

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

#sidebar #wp-calendar a {
	display: block;
	}

#sidebar #wp-calendar caption {
	text-align: right;
	width: 190px;
	padding-right: 10px;
	}

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

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

blockquote {
	border-left: 4px solid #006699;
	margin: 1em auto;
	padding-left: 1em;
	width: 90%;
	color: #555;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


hr {
	display: none;
	}

a img {
	border: none;
	}
	
.navigation {
	margin: 50px 0;
	padding-top: 30px;
	clear:both;
	}
	
pre {
	width: 500px;
	margin-right: 250px;
	font-size: 1.1em;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	padding: 0 4px 5px;
	margin: 0;
}


/* End captions */

img.wp-smiley {
	border:none;
	padding: 0;
}

.entry a.more-link {
	padding: 1px 6px;
	font-size:0.8em;
	font-weight: bold;
	float:right;
	}

.navigation a {
	font-size:1em;
	padding: 5px 10px;
	font-weight: bold;
	}	

/*simpleX RSS*/

#sidebar li {
	font-size: 1.4em;
}

#sidebar li li {
	border: 0;
}

#sidebar li#rssfeeds{
	margin: 0;
    padding: 0 1em 0.5em 1em;
	padding-left: 18px;
	border-bottom: 0px solid #fff;
}
#sidebar li#rssfeeds a, #sidebar .textwidget a, #sidebar #tag_cloud a, #sidebar p a {
	background: none;
	display:inline-block;
	margin:0;
	padding:0;
}

#sidebar li#about-me, #sidebar li#search {
	margin: 0 0 0.5em 0;
	border-bottom: 0px solid #ccc;
	padding: 0 0 1em 0;
	clear: both;
}

#sidebar li#about-me p {
	width: 265px;
	margin: 0 auto 1em;
	padding: 0;
}

#sidebar li#about-me p.read-more {
	width: 265px;
	margin: 0 auto;
}

#sidebar li#about-me img {
	padding: 5px; 
	margin: 0.5em 0.75em 1em 0.75em;
	border: 1px solid #ccc; 
	background: #fff;
	width: 265px;
}


#sidebar #tag_cloud a{
	margin:5px 5px 0 6px;
}

#sidebar #wp-calendar {
	margin:6px;
	padding:0;
}

/* sidebar ul li pages category */

#sidebar .page_item ul li, #sidebar .cat-item ul li{
	padding-left: 15px;
} 

#sidebar ul li div a.freedownload {
	background: url(images/downloadsimplex.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 70px;
	width: 200px;
	border: none;
}

#sidebar ul li div a.freedownload:hover {
	background: url(images/downloadsimplex.gif) no-repeat 0 -70px;
	position: relative;
}

/* for ad */

#sidebar ul li div div {
	font-size: 0.9em;
	line-height: 1.8em;
}
#sidebar ul li div span.red {
	font-size: 1em;
	font-weight:bold;
	color:#f00;
}

/* for portfolio */

#content #portfolio p {
	line-height: 150%; 
	margin: 0 0 1em 0;
}

div.screenshot {
	width: 425px; 
	float: left;
	margin: 0 auto;
	padding: 0;
}

div.screenshot a.image {
	width: 400px;
	height: 296px;
	text-decoration: none;
	text-indent: -3000px;
	*text-indent: 0;
	color:rgba(0,0,0,0);
	display:-moz-inline-box;
	display:inline-block;
	overflow:hidden;
}

div.screenshot a.image:hover {
    background-position: -401px 0;
}

.wra {
	background: url(http://www.davesabol.com/wp-content/uploads/2009/02/wra-thumbnail-full.png);
}

.twcct {
	background: url(http://www.davesabol.com/wp-content/uploads/2009/02/twc-cancertransitions-thumbnail-full.png);
}

.communityguy {
	background: url(http://www.davesabol.com/wp-content/uploads/2009/02/communityguy-thumbnail-full.png);
}

.mrn {
	background: url(http://www.davesabol.com/wp-content/uploads/2009/02/mrn-thumbnail-full.png);
}

.nastrings {
	background: url(http://www.davesabol.com/wp-content/uploads/2009/02/nastrings-thumbnail-full.png);
}

.alistbloggers {
	background: url(http://www.davesabol.com/wp-content/uploads/2009/02/alistbloggers-thumbnail-full.png);
}

.accessibledesign {
	background: url(http://www.davesabol.com/wp-content/uploads/2009/02/accessible-design-thumbnail-full.png);
}

.robertsrules {
	background: url(http://www.davesabol.com/wp-content/uploads/2009/02/robertsrules-thumbnail-full.png);
}

.irdma {
	background: url(http://www.davesabol.com/wp-content/uploads/2009/02/interactivedecisionmaker-thumbnail-full.png);
}

.details {
	width: 490px; 
	float: right; 
	border: 0px solid #444;
}

.details dl {
	margin: 1em 0;
	padding: 0;
}

.details dt {
	margin: 0.5em 0;
	padding: 0;
	font-weight: bold;
}

.details dd {
	margin: 0 0 1em 0;
	padding: 0;
}

/* for Tweets */

ul.twitter /*the main ul (if list is activated) */ {

}

li.twitter-item  /*the ul items (if list is activated) */ {

}

p.twitter-message /*each one of the paragraphs (if msgs > 1) */ {
	margin: 0;
	padding: 1em 1em 0.5em 1em;
	line-height: 1.5em;
}

.twitter-timestamp, .twitter-timestap abbr /*the timestamp span class*/ {
	font-size: .9em;
}
 
a.twitter-link /*the tweet link class*/ {

}

a.twitter-user /*the @username reply link class*/ {

}
