/* =====================================

			PUSHON
			------
	
			File	:		common.css		
			By		:		Jim Neath
			Date	:		13/11/2007 18:00
			
			
======================================*/

/* === RESET === */
*
{
	padding: 0;
	margin: 0;
	border: none;
}

/* === BASIC TAGS === */
body
{
	font: 11px Verdana, sans-serif;
	color: #444;
	text-align: center;
	background: #252525 url(../images/body_bg.jpg) top left repeat-x;
	padding: 30px;
}

a
{
	color: #3298CC;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h2
{
	font: bold 12px Verdana, serif;
	color: #3399CC;
	background: #FAFAFA;
	border: 1px solid #CCE5F2;
	margin-bottom: 10px;
	padding: 6px;
	clear: both;
}

h3
{
	font: 14px Arial, sans-serif;
	color: #FF6600;
	margin-bottom: 6px;
}

h3 a
{
	color: #FF6600;
}

p
{
	margin-bottom: 10px;
	line-height: 1.5;
}

/* === TABLES === */
table
{
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}

td, th
{
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

thead tr
{
	background: #98C2ED;
	color: #FFF;
}

tr.even 
{
	background: #E5F1F4;
}

tr.odd
{
	background: #F8FBFC;
}

th.small
{
	width: 50px;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

/* === FORMS === */
form
{
	margin-bottom: 10px;
}

fieldset
{
	border: 1px solid #EEE;
	padding: 20px;
}

legend
{
	font-weight: bold;
	color: #F26825;
}

input, select, textarea
{
	padding: 5px;
	font: 12px Verdana, sans-serif;
	border-top: 1px solid #CCC;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #CCC;
	line-height: 1.5;
}

input.button, label
{
	cursor: pointer;
}

input.button, div.buttons a.button
{
	width: auto;
	margin-right: 10px;
	color: #FFF;
	border: 1px solid #666666;
	font-weight: bold;
	padding: 5px;
	background-color: #3399CC;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

form ol
{
	list-style: none;
}

form label
{
	display: -moz-inline-box;
	display: inline-block;
	width: 135px;
	float: left;
	padding-top: 4px;
}

form li
{
	margin-bottom: 10px;
}

div.buttons 
{
	margin-top: 20px;
}

div.buttons a
{
	margin: 0 10px;
}

/* === CONTAINERS === */
div#container
{
	width: 720px;
	text-align: left;
	padding: 20px;
	background: #FFF;
	border: 1px solid #0C74BE;
	margin: 0 auto;
}

div#header
{
	margin-bottom: 20px;
	height: 162px;
	position: relative;
}

div#main
{
	padding-bottom: 10px;
	clear: both;
}

div#content
{
	width: 348px;
	margin-top: 0px;
	float: left;
	padding-bottom: 20px;
	clear: both;
}

body#single div#content
{
	width: 720px;
	margin-top: -50px;
}

div#side
{
	width: 339px;
	float: right;
	margin-left: 33px;
	background: #FFF;
}

div#footer
{
	border-top: 1px solid #999;
	padding-top: 10px;
	background: url(../images/badges.gif) right 20px no-repeat;
	font: 11px Arial, sans-serif;
}

/* === HEADER === */
div#header img#logo
{
	position: absolute;
	top: 0;
	left: 0;
}

div#header img#promo
{
	position: absolute;
	top: 0;
	right: 0;
}

div#header div.contact
{
	font-size: 10px;
	color: #999;
	position: absolute;
	left: 0px;
	top: 100px;
}

div#header div.contact a
{
	color: #999;
}
#container #header #search {
	position: absolute;
	left: 0px;
	top: 120px;
}
#container #header #search #searchform .hidden {
	display: none;
}
#container #header #search #searchform #s {
	border: 1px solid #999999;
}



/* === PRIMARY NAV === */

div#header ul.nav
{
	position: absolute;
	top: 0;
	left: 380px;
	list-style: none;
}

div#header ul.nav a
{
	display: block;
	width: 80px;
	height: 15px;
	margin-bottom: 6px;
	background-image: url(../images/menu-sprite.gif);
	background-repeat: no-repeat;
	background-position-x: left;
	overflow: hidden;
	text-indent: -999em;
	border: none;
}

div#header ul.nav a.last
{
	margin: 0;
}

a.home {
	background-position: left top;
	color: #999999;
}
#container #header #statics {
	width: 95px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3399CC;
}

a.about { background-position: left -20px }
a.tools { background-position: left -40px }
a.seo { background-position: left -60px }
a.sem { background-position: left -80px }
a.articles { background-position: left -100px }
a.blog { background-position: left -120px }
a.contact { background-position: left -140px }

a.home:hover { background-position: right top }
a.about:hover { background-position: right -20px }
a.tools:hover { background-position: right -40px }
a.seo:hover { background-position: right -60px }
a.sem:hover { background-position: right -80px }
a.articles:hover { background-position: right -100px }
a.blog:hover { background-position: right -120px }
a.contact:hover { background-position: right -140px }

/* === SECONDARY NAV === */

div#header ul.nav2
{
	position: absolute;
	top: 0;
	left: 490px;
	list-style: none;
}

div#header ul.nav2 a
{
	display: block;
	width: 223px;
	height: 17px;
	margin-bottom: 3px;
	background-image: url(../images/submenu-sprite.gif);
	background-repeat: no-repeat;
	background-position-x: left;
	overflow: hidden;
	text-indent: -999em;
	border: none;
}

div#header ul.nav2 a.last
{
	margin: 0;
}

a.seo2 {
	background-position: left top;
	color: #999999;
}

a.sem2 { background-position: left -20px }
a.ppc { background-position: left -38px }
a.smo { background-position: left -56px }
a.bm { background-position: left -74px }
a.em { background-position: left -92px }
a.vm { background-position: left -110px }


a.seo2:hover { background-position: right top }
a.sem2:hover { background-position: right -20px }
a.ppc:hover { background-position: right -38px }
a.smo:hover { background-position: right -56px }
a.bm:hover { background-position: right -74px }
a.em:hover { background-position: right -92px }
a.vm:hover { background-position: right -110px }


/* === FOOTER === */
div#footer a
{
	color: #444;
}

div#footer p
{
	line-height: 1.8;
}

/* === ARTICLES === */
div.article
{
	margin-bottom: 20px;
	border-bottom: 1px dotted #DDD;
}

div.article div.head
{
	margin-bottom: 10px;
	height: 50px;
	padding: 5px;
	background-color: #FF6600;
}

div.article div.head img
{
	border: 1px solid #0C74BE;
	float: left;
	margin-right: 5px;
}

div.article div.head span
{
	color: #CCCCCC;
	font-size: 11px;
}

div.article div.head h3
{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
div.article div.head h3 a {
	color: #FFFFFF;
	font-size: 14px;
}
.head a {
	color: #FFFFFF;
}
.entry h3 {
	color: #3399CC;
	background: #FAFAFA;
	border: 1px solid #CCE5F2;
	font-family: Verdana, serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}




div.article div.body img
{
	border: 1px solid #EEE;
	padding: 5px;
	margin: 10px;
}

div.tags
{
	line-height: 1.5;
}

a.tag
{
	padding-left: 20px;
	margin-right: 12px;
	background: url(../images/icons/tag.png) 0 0 no-repeat;
	text-decoration: underline;
}

div.options
{
	margin-bottom: 13px;
	position: relative;
	padding-bottom: 25px;
}

a.share
{
	padding: 3px 0 3px 20px;
	background: url(../images/icons/share.png) 0 2px no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}

a.share:hover
{
	text-decoration: underline;
}

div.share
{
	clear: both;
	border-top: 1px solid #98C2ED;
	border-bottom: 1px solid #98C2ED;
	background: #EFF7FF;	
	padding: 15px;
	margin-bottom: 10px;
	font-size: 12px;
}

div.share ul
{
	clear: both;
	margin: 0 !important;
}

div.share li
{
	float: left;
	list-style: none;
	width: 156px;
	margin-bottom: 6px;
}

div.share a
{
	border: none;
	padding: 1px 0 1px 24px;
	background-position: top left;
	background-repeat: no-repeat;
}

a.delicious { background-image: url(../images/icons/delicious.gif); }
a.digg { background-image: url(../images/icons/digg.gif); }
a.furl { background-image: url(../images/icons/furl.gif); }
a.technorati { background-image: url(../images/icons/technorati.gif); }
a.facebook { background-image: url(../images/icons/facebook.gif); }
a.stumbleupon { background-image: url(../images/icons/stumbleupon.gif); }
a.reddit { background-image: url(../images/icons/reddit.gif); }
a.newsvine { background-image: url(../images/icons/newsvine.gif); }
a.blinklist { background-image: url(../images/icons/blinklist.gif); }

/* === STAFF === */
div.staff
{
	margin-bottom: 10px;
	height: 50px;
}

div.staff img
{
	border: 1px solid #0C74BE;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.staff h3
{
	margin-bottom: 3px;
}

/* === CONTENT TAGS === */
div#content ul, div#content ol
{
	margin-left: 15px;
	margin-bottom: 10px
	line-height: 1.5;
}

div#content li
{
	line-height: 1.5;
}

div#content fieldset ol
{
	margin-left: 0;
}

/* === STATIC PAGES === */
div#static h2
{
	background: #FF6600;
	border: none;
	color: #FFF;
	padding: 10px;
	font-size: 14px;
	line-height: 1.7;
}
div#static h3
{
	color: #3399CC;
	background: #FAFAFA;
	border: 1px solid #CCE5F2;
	margin-bottom: 10px;
	padding: 6px;
	clear: both;
	font-family: Verdana, serif;
	font-size: 12px;
	font-weight: bold;
}

/* === SIDE === */
div#side img.banner
{
	margin-bottom: 10px;
}

div#side h3
{
	background: #3399CC;
	color: #FFF;
	padding: 5px 8px;
	margin-bottom: 10px;
	clear: both;
	font-size: 12px;
	font-weight: bold;
}

div#side h3.green
{
	background: #50b432;
	border: none;
	font-size: 11px;
}

div#side h4 a
{
	color: #FF6600;
	margin-bottom: 3px;
}

div#side ul
{
	list-style: none;
	margin-bottom: 10px;
}

div#side ul li
{
	line-height: 1.5;
}

div#rss div.item
{
	margin-bottom: 10px;
}
#container #main #side #rss {
	margin-bottom: 20px;
}


div#rss div.item p
{
	margin-top: 10px;
}

div#rss div.item span
{
	color: #777;
}

div#social
{
}

div#social ul
{
	list-style: none;
	float: left;
	margin-bottom: 10px;
}

div#social li
{
	float: left;
}

div#social ul a
{
	height: 32px;
	display: block;
	background-image: url(../images/social-sprite.jpg);
	background-repeat;
	float: left;
	overflow: hidden;
	text-indent: -999em;
	border: none;
	margin-right: 18px;
}

div#social a.youtube { background-position: 0 top; width: 78px }
div#social a.facebook { background-position: -79px top; width: 74px }
div#social a.myspace { background-position: -154px top; width: 99px }
div#social a.rss { background-position: -253px top; width: 32px; margin: 0; }

div#flickr
{
	background: #FAFAFA;
	border: 1px solid #CCE5F2;
	padding: 7px 5px;
	margin-bottom: 10px;
}

div#flickr img
{
	border: 1px solid #CCE5F2;
	background: #FFF;
	margin: 0 2px;
}

/* === ERRORS === */
div.errorExplanation
{
	margin-bottom: 20px;
	padding: 10px;
	background: #FFBFBF;
	border-top: 1px solid #EF7777;
	border-bottom: 1px solid #EF7777;
	color: #333;
}

div.errorExplanation h2
{
	color: #EF3B3B;
	background: none;
	border: none;
	padding: 0;
}

div.errorExplanation ul
{
	list-style: square;
	margin-left: 15px;
	line-height: 1.5;
}

div#notice, div#warning, div#error
{
	padding: 8px 8px 8px 29px;
	margin-bottom: 10px;
	background: 7px 7px no-repeat;
}

div#notice
{
	background-color: #DFEFFF;
	background-image: url(../images/icons/notice.gif);
	border-top: 1px solid #7DAEDF;
	border-bottom: 1px solid #7DAEDF;
}

div#warning
{
	background-color: #FFBFBF;
	background-image: url(../images/icons/warning.gif);
	border: 1px solid #EF3B3B;
}

/* === CLEARER === */
.clearer 
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

img#dave
{
	position: absolute;
	right: 0;
	bottom: 0;
}
.tool {
	background-image: url(../images/Run.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 32px;
	padding-left: 36px;
}
#string-length, #url-builder, #text-to-code, #header-checker {
	background-image: url(../images/gears.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.entry ul {
 padding-left: 10px;
}

.fullcolumn {
	width:100%;
	clear:both;
	float:left;
	margin-top:0px;
	padding-bottom:20px;
}

#videomain {
	text-align:center;
	margin-top:20px;
	padding:0px;
}

.videotags {

	width:480px;
	padding-left:118px;
	margin-top:10px;
	margin-bottom:20px;
	font-family:Verdana,Geneva,Arial,sans-serif;
	font-size:10px;
	line-height:1.5em;
}

#videostream {
	text-align:center;
}

#videostream ul {
	list-style:none;
}

#videostream li {
	display:inline;
}

#videolarge {
	margin-bottom:14px;
	text-align:center;
}

.article #videohead {
	height:auto;
	
}
