/*
Theme Name: twentyten
Theme URI: http://www.websitedesignby.com
Description: A custom WordPress theme. Build in links and archives pages. Widget support.
Version: 2.0.6
Author: websitedesignby
Author URI: http://www.websitedesignby.com/
Tags: white, gray, two-columns, fixed-width, threaded-comments, sticky-post
*/

/* 
    Colors
    
    Orange  - color:#cb6f02;
    Blue    - color:#026acb; 
*/

/* 
   Meyer's CSS Reset
   v1.0 | 20080212 
*/

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, 
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* css reset ends */

body{
	margin:0px;
	padding:0px;
	font-size:76%;
	height:100%;
	font-family: Helvetica, Arial, sans-serif;
	background-color:#111111;
}

h1{
	font-size:2em;
	line-height:1.25em;
	padding-bottom:10px;
	font-family:  "Century Gothic", Century, Helvetica, Arial, sans-serif;
	font-weight:normal;
}
h2{
	font-size:1.3em;
}
.title h2{
	font-size:1.7em;	
}
h2, .glossary .section h2{
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	font-weight:bold;
	font-family: "Century Gothic", Century, Helvetica, Arial, sans-serif;
	color:#343434;
	border:0px;
}
h3{
	font-size:1em;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	font-family:  "Century Gothic", Century, Helvetica, Arial, sans-serif;
	color:#343434;
}
.title h2 a{
	color:#343434;
}
.search-results .title h2 a{
	text-decoration:underline;
	
}
.title h2 a:hover{
	color:#cb6f02;
}
p{
	padding-top:8px;
	padding-bottom:8px;
}
a{
	color:#56a2da; 
	text-decoration:none;
}
h1 a{ color:#2a3a2a; }
a:hover{
        color:#2a3a2a
}

a img{
	border: none;
}
blockquote{
	background-color:#fefefe;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:25px;
	padding-right:25px;
	margin-top:15px;
	margin-bottom:15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color:#343434;
	/*
	-moz-box-shadow: 0px 0px 20px #fff;
	-webkit-box-shadow: 0px 0px 20px #fff;
	box-shadow: 0px 0px 20px #fff;
	*/
}



/*
blockquote{
	background: url(images/blockquote.gif) no-repeat;
	padding-top:10px;
	padding-left:35px;
	padding-right:35px;
	margin-bottom:10px;
	margin-top:10px;
	color: #4c5692;
	font-family:Century, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.2em;
}
*/

.wp-caption .wp-caption-text{
    font-size:11px;
    font-style: italic;
    background-color:#696969;
    color:#fff;
    padding:0px 5px 0px 5px;
    margin-top:5px;
}

.clear{
	clear: both;
}
.alert{
	color:#c94802;
	font-weight:bold;
}

div#page_wrap{
	width: 960px;
	margin: 0 auto;
}

#header{
	background-color:#3c3c3c;
	height:68px;
	position:relative;
        margin-top:0px;
        padding-top:20px;
        padding-bottom:10px;
}
#header #logo{
	position:absolute;
	height:50px;
	width:274px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
        background-size:274px 107px;
        overflow: hidden;
	top:25px;
	left:2.5%;
        padding:0px;
        margin:0px;
}
#header a#logo-container:hover #logo{
    background-position: 0px -52px;
}
#menu ul li{
    margin:0px;
}

#header #logo a{
	display:block;
	height:51px;
	width:370px;
}
#header h1{
	position:absolute;
	font-size:10px;
	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	top:100px;
	left:53px;
}
#header .banner-top{
    position:absolute;
    margin-top:47px;
    margin-left:360px;
}

.blog_cat{
	padding-bottom:15px;
}
	
/* END div#header */

/* menu */
#menu{
	height:51px;
	background-repeat:repeat-x;
	text-align:center;
}
#menu ul{
	margin:0px;
	padding:0px;
	list-style:none;
	width:980px;
}
#menu ul li{
	float:left;
	width:138px;
	text-align:center;
	color:#FFFFFF;
	font-family:Helvetica, "Microsoft Sans Serif", Century, Arial, sans-serif;
	font-weight:bold;
	font-size:13px;
}
#menu ul li a{
	padding-top:21px;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	height:30px;
	text-decoration:none;
}
#menu ul li a:hover{
        background-color:#93b0c5; 
	background-repeat:repeat-x;
	height:30px;
	padding-top:21px;
}
#menu ul li.selected a{
        background-color:#2d2d2d; 
	background-repeat:repeat-x;
}

#main{
	clear:both;
	background-color:#e0e0e0;
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-size:1.2em;
	
}
.flower{
	background-image:url(images/flowery_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#wrap{
	padding-top:25px;
}
#content{
	width:1000px;
	text-align:left;
	/* border:1px solid #cccccc; */
}
#content #left{
	float:left;
	width:700px;
	padding-left:10px;
	padding-right:10px;
	line-height:1.80em;
}
#content #left .single-spaced{
	line-height:1.4em;
}

table.icons{
	margin-top:10px;
	margin-bottom:10px;
}

#flash{
	height:270px;
	width:577px;
	background-color:#ffffff;
}
#share{
	background-image:url(images/share_bg.gif);
	background-repeat:no-repeat;
	height:43px;
	padding-left:5px;
	padding-top:10px;
}
#share #user_post{
	width:466px;
	border:1px solid #b5b4b4;
	padding:5px;
	float:left;
}
#wall{
	padding-top:10px;
}
#wall h2{
	margin-bottom:0px;
	padding-bottom:0px;
}
#wall .buttonarea{
	float:right;
	padding-right:10px;
	margin-top:0px;
}
.button_small{
	background-image:url(images/button_small_bg.gif);
	background-repeat:repeat-x;
	padding:8px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	width:51px;
}
.portfolio div.post{
	paddding-bottom:25px;
	margin-bottom:30px;
}
.portfolio div.post .postmeta{
	padding-bottom:35px;
}
.postmeta .categories{
	clear:both;
	margin-top:15px;
}
.postmeta .tags a, .postmeta .categories a{
	padding:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:2px;
}
.postmeta .categories a{
	background-color:#fff;
	color:#343434;
	font-weight:bold;
}
.postmeta .tags a{
	background-color:#fff;
}
.postmeta .tags{
	margin-top:10px;
	font-size:.8em;
	margin-bottom:15px;
}
.postmeta .tags a:hover, .postmeta .categories a:hover{
	background-color:#cb6f02;
	color:#fff;
}
div.post .postmeta, div.post .addthis_toolbox, div.page .addthis_toolbox{
	margin-top:35px;
        
}
.addthis_toolbox{
    margin-bottom:50px;
}
/*
	post
*/

div.post .date, .comment_date{
	font-size:.9em;
	color:#797979;
}

#left div.post{
	border-top:1px solid #adadad;
	margin-top:35px;
	padding-top:5px;
}
#left div.post .entry{
	clear:both;
	padding-top:15px;
}
#left div.post .title{
	float:left;
}
#left div.post .date{
	float:right;
}
#left .blog div.post{
	padding:10px;
	margin-bottom:35px;
}

.code{
	padding:10px;
	font-size:14px;
	line-height:21px;
	background-color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
	margin-bottom:10px;
	margin-top:10px;
}
.tag{
	font-family:"Courier New", Courier, monospace;
}
.code .highlight{
	color:#000099;
}
.code .indent{
	margin-left:15px;
}

/* previous posts... */
.navigation .left a, .navigation .right a
{
	/* background-color:#cb6f02;*/
	background-color:#fff;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	/* color:#fff; */
	color:#343434;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight:bold;
	border-bottom:1px solid #adadad;
	border-right:1px solid #adadad;
	display:table;
        margin-top:35px;
        margin-bottom:35px;
}
.navigation .left a
{
	float:left;
}
.navigation .right a
{
	float:right;
}
.navigation .left a:hover, .navigation .right a:hover
{
	background-color:#cb6f02;
	color:#fff;
	/*
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	*/
	border:none;
}
.navigation{
	margin-bottom:15px;
}
.readmore{
	background-color:#fff;
	color:#000;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:0px;
	border-left:0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-right:15px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	cursor:pointer;
	font-size:12px;
}
.readmore:hover{
	background-color:#cb6f02;
	color:#fff;
}
.readmore-inline{
	font-weight:bold;
}
/*
	Search Button
*/
#searchform input#searchinput{ font-size:14px; padding:2px 0px 2px 2px; font-weight: bold; width:100px;}
#searchform input#searchinput.blur{font-weight: normal; color:#a3a3a3;}
#searchsubmit {
    background-color:#a3a3a3;
	color:#fff;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	border-top:0px;
	border-left:0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-right:15px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	cursor:pointer;
}
/*
	FORM
*/
label.alert{
	color:#990000;
}
input.alert{
	border:1px solid #990000;
}
/*
	FORM
	client Profile
*/
.clientForm{
	padding-top:5px;
	padding-left:20px;
	border:1px solid #ddd;
        background-color:#fff;
        padding-bottom:20px;
}
.clientForm label{
	display:block;
	float:left;
	width:100px;
}
.clientForm ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.clientForm li{
	margin-bottom:5px;
        padding:0px;
}
.clientForm textarea{
	width:330px;
	height:90px;
}
.clientForm input.long{
	width:230px;
}
.clientForm input.medium{
	width:140px;
}
.clientForm .required{
    color:#c40f0f;
}
.clientForm input{
    font-size:15px;
    padding:2px;
}
.section.contact .hours{
    margin-top:10px;
}
a.btn, 
button.btn{
    display:table-cell;
    background-color:#cfcfcf;
    border:none;
    font-size:15px;
    font-weight:bold;
    padding:10px 20px 10px 20px;
    cursor: pointer;
}
a.btn.btn-primary,
button.btn.btn-primary{
    display:table-cell;
    background-color:#3491d6;
    color:#fff;
    border:none;
    font-size:15px;
    font-weight:bold;
    padding:10px 20px 10px 20px;
    cursor: pointer;
}
/*
	FORM
	website worksheet
*/
.worksheetForm{
	padding-top:10px;
	padding-left:50px;
	border:1px solid #848484;
}
.worksheetForm label{
	display:block;
	float:left;
	width:170px;
}
.worksheetForm ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.worksheetForm li{
	padding-top:5px;
	padding-bottom:5px;
}
.worksheetForm textarea{
	width:330px;
	height:90px;
}
.worksheetForm input.long{
	width:230px;
}
.worksheetForm input.xtra-long{
	width:410px;
}
.worksheetForm input.medium{
	width:140px;
}
.worksheetForm input.short{
	width:90px;
}
.worksheetForm textarea{
	width:410px;
}
#footer{
	background-color:#333333;
	height:100%;
	padding-top:20px;
	text-align:center;
	color:#cccccc;
	position:relative;
        padding-bottom:20px;
}
.footer_wrapper{
	
}
#footer a{
	color:#FFFFFF;
}
#footer ul{
	margin:0px;
	padding:0px;
	list-style:none;
	width:450px;
}
#footer ul li{
	float:left;
        padding:0px;
        margin:0px;
}
#footer ul li.end{
	border-right:none;
}
#footer #copyright{
	clear:both;
	color:#7c7c7c;
	padding-top:20px;
}
#footer ul.social{
	list-style-type:none;
	padding:0px;
	margin:0px 0px 0px 52px;
}
#footer ul.social li{
	float:left;
	margin-right:20px;
}
#footer ul.social li a{
	display:block;
	height:36px;
	width:36px;
	background-repeat:no-repeat;
}
#footer ul.social li.facebook a{
	background-image:url(images/social-f.png);
}
#footer ul.social li.twitter a{
	background-image:url(images/social-t.png);
}
#footer ul.social li.linked-in a{
	background-image:url(images/social-in.png);
}
#footer ul.social li.google a{
	background-image:url(images/social-g.png);
}
#footer ul.social li.git a{
	background-image:url(images/social-git.png);
}
#footer .copy-links{
    float:right;
    margin-right:52px;
}
#footer .copy-links p.links{
    text-align: right;
    font-size:10px;
    padding-bottom:10px;
}
#footer .copy-links p.links a{
    color:#cccccc;
}
#footer .copy{
    
}
#rss{
	background-image:url(images/rss.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:20px;
	width:20px;
	padding-top:24px;
	top:5px;
	position:absolute;
	margin-right:5px;
	padding-bottom:10px;
	color:#cccccc;
	text-align:center;
	right:0px;
}

/*
	Custom Sidebar
*/

#content #right{
	width:235px;
	float:right;
	/* border:1px solid #cccccc; */
	padding:10px;
}
#content #right .section{
	border-bottom:1px solid #848484;
	padding-bottom:10px;
	margin-bottom:10px;
	clear:both;
}
.section h2, .glossary .seciton h2, #sidebar .widget h2{
	color:#343434;
	padding-top:0px;
	margin-top:0px;
}
.section h2 a{
	color:#343434;
}
.section#bookmarks .post{
	margin-bottom:5px;
}
.widget li a,
.section#bookmarks .post a{
	background-color:#3c3c3c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#e0e0e0;
	overflow:hidden;
	display:block;
	padding:5px;
}
.section#bookmarks .post a:hover{
	background-color:#e0e0e0;
	color:#cb6f02;
}
#fact-sheet.section{
    line-height: 1.5em;
}
#portfolio.section img{
	margin-top:5px;
	border:1px solid #848484;
}
.section .post, .portfolio .section .post{
	font-size:11.5px;
	border-bottom:0px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:0px;
} 
.section .more{
	text-align:right;
}
.section .more a{
	color:#848484;
}

#right #blogposts .post{
	clear:both;
	width:238px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#fff;
	padding:0px;
	margin-bottom:10px;
	margin-top:10px;
	padding:0px;
}
#right #blogposts .post .date{
	float:left;
	width:65px;
	background-color:#d27f00;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-topleft-radius: 5px;
	padding:5px;
	color:#ffffff;
}
#right #blogposts .post .date span{
	display:block;
}
#right #blogposts .post .date a{
	color:#ffffff;
}
#right #blogposts .post .date a:hover{
	color:#ffffff;
}
#right #blogposts .post a.title{
	display:block;
	float:left;
	width:145px;
	color:#343434;
	font-size:13px;
	pading-left:5px;
	padding-top:5px;
	height:40px;
	overflow:hidden;
	margin-left:0px;
	padding-left:5px;
	font-weight:bold;
}
#right #blogposts .post a:hover{
	color: #d27f00;
}
/*
	Blog Sidebar
*/

#sidebar .widget{
	border-bottom:1px solid #848484;
	padding-bottom:10px;
	margin-bottom:10px;
	clear:both;
}

#sidebar ul, #sidebar li{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#sidebar .widget_recent_entries ul{
	margin-top:6px;
}
#sidebar .widget_recent_entries li{
	margin-bottom:10px;
}
#sidebar .widget h2.widgettitle{
	margin-bottom:10px;	
}
#sidebar .widget li{
	margin-bottom:10px;
}
#sidebar .widget li a{
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	margin-bottom:5px;
	border:1px solid #797979;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#sidebar .widget li a:hover{
	color:#797979;
	background-color:#fff;
	border:1px solid #afafaf;
}
#sidebar .widget_tag_cloud .tagcloud a{
	background-color:#ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#464646;
	display:block;
	float:left;
	margin:2px;
	padding:5px;
}
#sidebar .widget_tag_cloud .tagcloud a:hover{
	background-color:#fff;
	color:#797979;
}
#sidebar .widget.widget_tag_cloud{
	border:none;
}
#sidebar .widget.widget_tag_cloud h2{
	display:none;
}

#sidebar li.widget.widget_rss h2 img{
	display:none;
}

/*
    Contact Sidebar
*/
.sidebar.contact.resources ul{
    list-style-type:none;
    padding:0px;
    margin:0px;
}
.sidebar.contact.resources ul li{
    margin-bottom:10px;
}
.sidebar.contact.resources a{
    display:block;
    color:#3491d6;
    background-color:#fff;
    font-size:15x;
    font-weight:bold;
    padding:10px 20px 10px 20px;
    cursor: pointer;
    text-align: center;
    border-bottom:1px solid #2a2a2a;
    border-right:1px solid #2a2a2a;
}
.sidebar.contact.resources a:hover{ 
    /* background-color:#2a2a2a; */
    background-color:#a5c4db;
    color:#fff;
}
.sidebar.contact.resources a#btn-paypal{
    background-image:url(images/paypal.png);
    min-height:40px;
    background-position: 75px 30px;
    background-size: 90px auto;
    background-repeat: no-repeat;
    font-size:13.5px;
}

.edit_post{
	margin-top:5px;
	margin-bottom:5px;
}
.glossary{
	
}
.glossary h2{
	padding-top:25px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-weight:normal;
	font-family:Century, "Times New Roman", Times, serif;
	border-bottom:1px solid #cccccc;
}
.glossary a.returntotop{
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	font-size:11px;
}
.glossary_term{
	padding-top:15px;
	padding-bottom:15px;	
}
/*
	comments
*/
.fbcomments{
	margin-top:50px;
}
.fbcomments p{
	font-size:10px;
}
.comment{
	padding-top:5px;
	padding-bottom:10px;
}
.comment-control{
	/* font-size:11px; */
	clear:both;
}
.comment-control .num_comments{
	float:left;
	margin-right:10px;
}
.comment-control .add_comment{
	background-image:url(images/comment-icon.png);
	background-repeat:no-repeat;
	padding-left:21px;
	padding-right:5px;
	display:table;
	background-position:5px 7px;
	font-size:11px;
	background-color:#d27f00;
	font-weight:bold;
	text-align:center;
	border-bottom:2px solid #cccccc;
	border-left:2px solid #cccccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
}
.comment-control a.add_comment{
	color:#ffffff;
}
.add_your_comment{
	font-size:11px;
	padding:3px;
}
.add_your_comment a{
	color:#ffffff;
}

#comments{
	padding:10px;
	/* background-image:url(images/comment_bg.gif); */
	background-position:top;
	background-repeat:repeat-x;

}
#comments h3{
	
}
#comments .left{
	float:left;
}
#comments .right{
	padding-left:10px;
	float:left;
}

#comments #respond{
	padding:15px;
	border:1px solid #bdbcbc;
	background-image:url(images/comment_bg.gif); 
	background-position:top;
	background-repeat:repeat-x;
}
.nocomments{
	color: #ccc;
	font-size: 16px;
}
ol.commentlist{
	padding:0px;
}
ol.commentlist li{
	padding-bottom:5px;
	margin-bottom:5px;
	border-top:1px dotted #ffffff;
	list-style-type:none;
	padding-left:0px;
	margin-left:0px;
}

/*
	billboard
*/
#billboardContainer{
	height:200px;
	width:700px;
	margin-top:25px;
	position:relative;
}
#billboard{
	height:200px;
	width:700px;
	margin-top:25px;
	position:relative;
	display:none;
}
#empowercontainer{
	margin-top:10px;
}
#empowercontainer h1{
	margin-top:0px;
	margin-bottom:20px;
}
#empower{
	/* display:none; 
	width:700px;
	height:69px;
	*/
}
h1#empower{

}
#billboard #logos .hidden{
	
}
#billboard #logos #box1, 
#billboard #logos #box2, 
#billboard #logos #box3, 
#billboard #logos #box4, 
#billboard #logos #box5, 
#billboard #logos #box6,
#billboard #logos #box7,
#billboard #logos #box8, 
#billboard #logos #box9, 
#billboard #logos #box10, 
#billboard #logos #box11,
#billboard #logos #box12{
	position:absolute;
	background-repeat:no-repeat;
	text-align:center;
	font-size:11px;
	line-height:12px;
	overflow:hidden;
}
#billboard #logos #box1{
	top:5px;
	left:0px;
	width:85px;
	height:44px;
	overflow:hidden;
}
#billboard #logos #box1 .logo{
	position:absolute;
	top:0px;
	left:0px;
	width:85px;
	height:44px;
	background-image:url(../../uploads/2009/12/php.gif);
}
#billboard #logos #box1 .text{
	padding-top:12px;
}

#billboard #logos #box2{
	top:0px;
	left:110px;
	width:89px;
	height:47px;
	overflow:hidden;
}
#billboard #logos #box2 .logo{
	position:absolute;
	top:0px;
	left:0px;
	width:89px;
	height:47px;
	background-image:url(../../uploads/2009/12/mysql.gif);
}
#billboard #logos #box2 .text{
	padding-top:15px;
}

#billboard #logos #box3{
	top:0px;
	left:224px;
	width:58px;
	height:59px;
	overflow:hidden;
}
#billboard #logos #box3 .logo{
	position:absolute;
	top:0px;
	left:0px;
	width:58px;
	height:59px;
	background-image:url(../../uploads/2009/12/wordpress.gif);
}
#billboard #logos #box3 .text{
	padding-top:15px;
}

#billboard #logos #box4{
	top:0px;
	left:318px;
	width:55px;
	height:69px;
	overflow:hidden;
}
#billboard #logos #box4 .logo{
	position:absolute;
	top:0px;
	left:0px;
	width:55px;
	height:69px;
	background-image:url(../../uploads/2009/12/drupal1.gif);
}
#billboard #logos #box4 .text{
	padding-top:23px;
}

#billboard #logos #box5{
	top:15px;
	width:147px;
	height:44px;
	left:407px;
}
#billboard #logos #box5 .logo{
	position:absolute;
	top:0px;
	left:0px;
	width:147px;
	height:44px;
	background-image:url(../../uploads/2009/12/magento.gif);
}
#billboard #logos #box5 .text{
	padding-top:15px;
}

#billboard #logos #box6{
	top:27px;
	width:112px;
	height:30px;
	left:584px;
}
#billboard #logos #box6 .logo{
	position:absolute;
	top:0px;
	left:0px;
	width:112px;
	height:30px;
	background-image:url(../../uploads/2009/12/paypal1.gif);
}
#billboard #logos #box6 .text{
	padding-top:5px;
}
#billboard #logos #box7{
	top:110px;
	width:43px;
	height:43px;
	left:5px;
}
#billboard #logos #box7 .logo{
	position:absolute;
	top:0px;
	width:43px;
	height:43px;
	left:0px;
	background-image:url(../../uploads/2009/12/flash.gif);
}
#billboard #logos #box7 .text{
	padding-top:10px;
}

#billboard #logos #box8{
	top:115px;
	width:153px;
	height:40px;
	left:63px;
}
#billboard #logos #box8 .logo{
	position:absolute;
	top:0px;
	width:153px;
	height:40px;
	left:0px;
	background-image:url(../../uploads/2009/12/twitter.gif);
}
#billboard #logos #box8 .text{
	padding-top:20px;
}

#billboard #logos #box9{
	top:100px;
	width:55px;
	height:64px;
	left:226px;
}
#billboard #logos #box9 .logo{
	position:absolute;
	top:0px;
	width:55px;
	height:64px;
	left:0px;
	background-image:url(../../uploads/2009/12/facebook_connect.gif);
}
#billboard #logos #box9 .text{
	padding-top:20px;
}

#billboard #logos #box10{
	top:100px;
	left:301px;
	width:77px;
	height:62px;
}
#billboard #logos #box10 .logo{
	position:absolute;
	width:77px;
	height:62px;
	top:0px;
	left:0px;
	background-image:url(../../uploads/2009/12/jquery.gif);
}
#billboard #logos #box10 .text{
	padding-top:20px;
}

#billboard #logos #box11{
	top:100px;
	width:165px;
	height:60px;
	left:393px;
}
#billboard #logos #box11 .logo{
	position:absolute;
	top:0px;
	left:0px;
	width:165px;
	height:60px;
	background-image:url(../../uploads/2009/12/ckeditor.gif);
}
#billboard #logos #box11 .text{
	padding-top:20px;
}

#billboard #logos #box12{
	top:110px;
	left:580px;
	width:111px;
	height:39px;
}
#billboard #logos #box12 .logo{
	position:absolute;
	top:0px;
	left:0px;
	width:111px;
	height:39px;
	background-image:url(../../uploads/2009/12/google.gif);
}
#billboard #logos #box12 .text{
	padding-top:10px;
}

