*{
    margin:0;
    padding:0;
}
body{
    color: #fff;
    background-color:#232323;
    font-family: "Arial Narrow", sans-serif;
    font-size:16px;
    line-height:24px;
}
h1, h2, h3{
	font-family: "Arial Narrow", sans-serif;
}
blockquote {
    margin: 1em 2em;
    border-left: 1px dashed #999;
    padding-left: 1em; 
    color:#666;
    font-style:italic;
}
pre, code{
	font-size:11px;
}
a{
    color:#0e70a9;
    outline:none;
}
a:hover{
    text-decoration:none;
    color:#555;
}
.clr{
    clear:both;
}
img{
    border:0;
}
.hidden{
    display:none;
}
.wrap{
    width:1100px;
    margin:0 auto;
}
#header{
    width:100%;
    height:108px;
    background:transparent url(images/bg_header.png) repeat-x top left;
}
.logo{
    width:203px;
    float:left;
    height:108px;
}
.logo h1 a{
    width:203px;
    height:63px;
    background:transparent url(images/logo.png) no-repeat 0px 0px;
    line-height:60px;
    display:block;
    text-indent:-800px;
}
.logo h1 a:hover{
    background-position:0px -63px;
}
#menu ul{
    list-style:none;
    float:left;
    width:583px;
    height:108px;
    background:transparent url(images/bg_menu.png) no-repeat top left;
    padding-left:20px;
}
/* For madame IE7 explicitly that really everything id floating:*/
#menu ul li{
    float:left;
}
#menu ul li a{
    float:left;
    display:block;
    margin-top:30px;
    height:73px;
}
#menu ul li a.tutorials{
    width:116px;
    background:transparent url(images/menu.png) no-repeat scroll 0px 0px;
}
#menu ul li a.tutorials:hover{
    background-position:0px -73px;
}
#menu ul li a.webdesign{
    width:145px;
    background:transparent url(images/menu.png) no-repeat scroll -117px 0px;
}
#menu ul li a.webdesign:hover{
    background-position:-117px -73px;
}
#menu ul li a.development{
    width:152px;
    background:transparent url(images/menu.png) no-repeat scroll -263px 0px;
}
#menu ul li a.development:hover{
    background-position:-263px -73px;
}
#menu ul li a.collective{
    width:147px;
    background:transparent url(images/menu.png) no-repeat scroll -416px 0px;
}
#menu ul li a.collective:hover{
    background-position:-416px -73px;
}
#submit_article{
    float:right;
    width:137px;
    height:23px;
    margin:24px 55px 0px 0px;
}
#submit_article a{
    width:137px;
    height:23px;
	outline:none;
    float:left;
    background:transparent url(images/submit.png) no-repeat top left;
}
#submit_article a:hover{
    background-position:0px -24px;
}

#social ul{
    list-style:none;
    float:right;
    width:260px;
    height:49px;
    margin-right:-20px;
}
#social ul li {
    float:left;
}
#social ul li a{
    float:left;
    display:block;
    height:64px;
    width:64px;
    margin-top:-15px;
    margin-right:-10px;
    opacity:0.8;
}
#social ul li a:hover{
	opacity:1.0;
}
#social ul li a.rss{
    background:transparent url(images/social2/rss.png) no-repeat scroll 0px 0px;
}
#social ul li a.rssmail{
    background:transparent url(images/social2/mail.png) no-repeat scroll 0px 0px;
}
#social ul li a.twitter{
    background:transparent url(images/social2/twitter.png) no-repeat scroll 0px 0px;
}
#social ul li a.facebook{
    background:transparent url(images/social2/facebook.png) no-repeat scroll 0px 0px;
}
#main{
    position:relative;
    margin-top:-29px;
    background:transparent url(images/bg_main.png) repeat top left;
}
#main_top{
    margin-top:-8px;
    height:44px;
    position:relative;
    z-index:10;
    background:transparent url(images/main_top.png) repeat-x top left;
}
#main_bottom{
    margin-top:-30px;
    height:44px;
    position:relative;
    z-index:999;
    background:transparent url(images/main_bottom.png) repeat-x top left;
}
#content{
    width:655px;
    float:left;
}
#main .wrap{
    background:transparent url(images/bg_sidebar.png) repeat-y top right;
}
#sidebar{
    padding:15px 5px 15px 0px;
    width:440px;
    float:right;
    position:relative;
}
#searchbox{
    margin:0px 0px 20px 16px;
}
#searchbox input[type="text"]{
    float:left;
    width:250px;
    border:none;
    font-family: "Arial Narrow", sans-serif;
    font-size:18px;
    font-weight:bold;
    height:24px;
    padding:2px;
    background-color:#fff;
    border:1px solid #555;
}
#searchbox input[type="submit"]{
    border:none;
    margin:2px 0px 0px 6px;
    cursor:pointer;
    background-color:transparent;
    font-family: "Arial Narrow", sans-serif;
    font-weight:bold;
    text-transform: uppercase;
    font-size:18px;
    text-shadow:2px 2px 2px #044F7B;
    color:#fff;  
}
#searchbox input[type="submit"]:hover{
    color:#222;
    text-shadow:1px 1px 1px #74AFCF;
}
/* Problem with Background image, not adjusted?
#searchbox input[type="text"]:focus{
    background:transparent url(images/search_input.png) no-repeat 0px -37px;
}

#searchbox input[type="submit"].active{
    background:transparent url(images/search_button.png) no-repeat -37px 0px;
}*/
#featured{
    width:580px;
    height:300px;
    margin:30px auto 20px auto;
    padding:0px 0px 0px 0px;
    position:relative;
    border:1px solid #44484C;
    background-color:#222;
	-moz-box-shadow: 2px 2px 6px #000;
    -webkit-box-shadow: 2px 2px 6px #000;
    box-shadow: 2px 2px 6px #000;
}
.imgbg{
    width:100%;
    height:100%;
}
#featured h2 a{
   	background:none repeat scroll 0 0 #09689F;
	border-top:1px solid #1B80B5;
	bottom:0;
	color:#DDDDDD;
	display:block;
	font-size:26px;
	font-weight:normal;
	left:0;
	line-height:32px;
	padding:10px;
	position:absolute;
	right:0;
	text-decoration:none;
	text-shadow:1px 1px 1px #333333;
}
#featured h2 a:hover{
    	color:#111;
	text-shadow:1px 1px 1px #8FBAD3;
	background:none repeat scroll 0 0 #1B80B5;
}
.thumb{
    width:168px;
    height:169px;
    background:transparent url(images/thumb_bg.png) no-repeat 0px 0px;
    float:left;   
}
.thumb a img{
    margin:6px 0px 0px 6px;
}
#featured .thumb{
    margin-top:40px;
}
span.category_featured{
    position:absolute;
    width:196px;
    height:37px;
    left:-20px;
    top:15px;
    line-height:30px;
    font-weight:bold;
    text-align:center;
    letter-spacing:2px;
    text-transform:uppercase;
    z-index:9999;
    background:transparent url(images/category_featured.png) no-repeat 0px 0px;
    text-shadow:1px 1px 1px #000;
}
.featured_post{
    color:#444;
    width:579px;
    margin: 30px auto;
    position:relative;
    background:transparent url(images/bg_post_featured.png) no-repeat 100% 50px;
}
.featured_post h2{
    height:54px;   
}
.featured_post h2 a{
    color:#fff;
    text-decoration:none;
    font-weight:normal;
    display:table-cell;
    vertical-align:middle;
    height:54px;
    text-shadow:1px 1px 1px #000
}
.featured_post h2 a:hover{
	text-shadow:0px 0px 2px #000;
}
.featured_post p,
.featured_post span{
    font-size:12px;
    line-height:18px;
    font-family: Arial,Helvetica,sans-serif;
}
.featured_post p.post_snippet{
    margin:20px 15px 0px 175px;
    padding-bottom:5px;
    text-align:justify;
}
.featured_post span.category{
    position:absolute;
    top:50px;
    right:5px;
    color:#fff;
    width:100px;
    height:20px;
    text-align:center;
    text-transform:uppercase;
    text-shadow:1px 1px 1px #5F0900;
}
.meta_post{
    float:left;
    width:100%;
    text-align:right;
    margin-top:-15px;
}
.meta_post span{

    text-transform:uppercase;
    font-size:10px;
    margin:0px 4px 0px 4px;
    color:#ddd;
}
.meta_post span a{
    text-decoration:none;
}
.meta_post span.comments a{
    color:#1B99DF;
}
.meta_post span.comments a:hover{
    color:#fff;
}
/* Page Numbers*/
.postnav{
    height:70px;
}
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
    list-style: none;
    font-family: Arial,Helvetica,sans-serif;
}

#wp_page_numbers {
    margin-top: 10px;
    width: 100%;
    background-color:#09689F;
    border-top:1px solid #0A74AF;
    border-bottom:1px solid #033B5D;
}
#wp_page_numbers ul {
    width: 100%;
}
#wp_page_numbers li {
    float: left;
    display: block;
    font-size:12px;
}

#wp_page_numbers a {
    padding: 1px 8px;
    display: block;
    color: #ddd;
    text-decoration:none;
}

#wp_page_numbers li a:hover {
    background-color:#03456C;
}

#wp_page_numbers li.space {

}

#wp_page_numbers li.first_last_page {
}

#wp_page_numbers li.active_page a {
    background: #282828;
    color: white;
}
#wp_page_numbers li.active_page a:hover  {
    color: #fff; /* IE fix */
}

#wp_page_numbers li.page_info {
    float: left;
    color: #ddd;
    padding: 1px 8px;
}
.box{
    clear:both;
}
.box ul{
    list-style:none;
}
.cnews .box ul li a{
    color:#fff;
    font-size:15px;
    font-weight:normal;
    text-transform:none;
    text-decoration:none;
    display:block;
    height:auto;
    margin:5px 0px;
    padding:2px 10px 2px 10px;
	text-shadow:0px 1px 1px #222;
}
.cnews .box ul li a:hover{
    background-image:none;
    color:#000;
    text-shadow:0px 1px 1px #fff;
}
.box ul li a{
    color:#fff;
    font-size:17px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    height:26px;
	overflow:hidden;
    margin:5px 0px;
	padding:3px 15px 3px 20px;
    text-shadow:0px 1px 1px #222;
}
.box ul li a:hover{
	color:#232323;
	text-shadow:0px 1px 1px #74AFCF;
}
.box h2, .cnews h2{
    margin:0px;
    font-weight:normal;
    padding:10px;
    text-transform: uppercase;
    font-size:22px;
    background-color: #232323;
    text-shadow: 1px 1px 1px #000;
}
.cnews h2 a.rsswidget{
    color:#000;
    text-decoration:none;
    font-size:12px;
}

.box ul li a img{
    border:1px solid #232323;
    float:left;
    margin:0px 10px 0px 0px;
    -moz-box-shadow: 2px 2px 4px #000;
    -webkit-box-shadow: 2px 2px 4px #000;
    box-shadow: 2px 2px 4px #000;
}
.box ul li a span{
}
.ad_big{
    width:422px;
    height:127px;
    margin:15px 0px 10px 15px;
}
.ad_block{
    margin:0px 0px 15px 15px;
}
.ad_section{
    margin:0px 0px 15px 15px;
}
.ad_small{
    width:404px;
    height:127px;
    margin:0px 10px 10px 0px;
}
/*Post Page Style*/
.recent{
    background:transparent url(images/bg_post.png) repeat-y top left;
    color:#222;
    padding:20px 40px 20px 30px;
    font-size:16px;
    line-height:22px;
	min-height:2135px;
}
.recent p, .post p{
    margin:10px 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:14px;
}
.recent ul{
	font-family:Arial;
	font-size:14px;
}
strong{
    background-color:#f0f0f0;
}
.recent h2{
    font-size:36px;
    line-height:38px;
    font-weight:normal;
}
p.details{
    background-color:#1275ad;
    color:#f0f0f0;
    border:1px ridge #0e5a85;
    font-size:12px;
    font-family: Arial,Helvetica,sans-serif;
    position:relative;
    line-height:26px;
}
p.details a{
    color:#fff;
    text-decoration:none;
}
p.details a:hover{
    text-decoration:underline;
}
p.details span.category{
    background-color:#cc1400;
    color:#fff;
    border:1px solid #9c1406;
    width:100px;
    margin:4px 10px 0px -5px;
    line-height:16px;
    float:left;
    text-align:center;
    text-transform:uppercase;
    font-size:11px;
}
p.details span.comments{
    margin-left:10px;
}
p.details span.comments a{
    text-shadow:1px 1px 1px #000;
}
.recent p a img,
.recent p img{
    border:3px solid #222;
    margin:15px 0px;
    -moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	box-shadow:1px 1px 10px #000;
}
.recent p img.nofancy{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow:none;
	border:none;

}
.recent h3, .post h2{
    margin:30px -20px 20px -19px;
    color: #fff;
    background-color: #1275ad;
    border:1px ridge #0e5a85;
    text-shadow: 1px 1px 1px #000;
    padding:10px;
    font-size:22px;
    border-bottom:1px solid #666;
}
.post span.date{
    font-size:12px;
    padding-left:10px;
    white-space:nowrap;
}
.recent h3 a, .post h2 a{
    text-shadow: 1px 1px 1px #000;
    color:#fff;
    text-decoration:none;
}
.recent h3 a:hover, .post h2 a:hover{
    color:#444;
    text-shadow: 1px 1px 1px #fff;
}
.recent ol, .recent ul{
    margin-left:30px;
}
.recent ul{
    list-style-type:square;
}
code{
    background-color:#FFEE9F;
	font-size:12px;
}
a.demo, a.download{
    background:transparent url(images/demodownload.png) no-repeat top left;
    width:282px;
    height:89px;
    float:left;
    text-indent:-999999px;
    margin:20px 8px 20px 0px;
}
a.demo{
    background-position:0px 0px;
}
a.demo:hover{
    background-position:0px -88px;
}
a.download{
    background-position:-282px 0px;
}
a.download:hover{
    background-position:-282px -88px;
}
.recent .tags, .recent p.comments_rss{
    background-color:#f7f7f7;
    text-transform:uppercase;
    font-size:14px;
    padding:5px;
    margin:20px -17px 20px -16px;
}
#comments h2, .related_posts h2{
    font-size:28px;
    text-transform:uppercase;
    margin:40px 0px 20px 0px;
}
a.advertiseWithUs{
    width:125px;
    height:125px;
    background:transparent url(images/advertise.png) no-repeat top left;
    float:left;
    text-indent:-999px;
}
/* Related Posts in Post*/
.related_posts ul{
    list-style-type:none;
    margin:0px;
font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
}
.related_posts ul li{
    float:left;
}
.related_posts ul li a{
    color:#222;
    float:left;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    height:70px;
    width:250px;
    margin:10px;
    padding:10px;
    border:1px solid #f4f4f4;
    background:transparent url(images/bg_pattern_gray.png) repeat top left;

}
.related_posts ul li a:hover{
    color:#1275ad;
    background:transparent url(images/bg_pattern.png) repeat top left;
    border:1px solid #e4ecf5;
}
.related_posts ul li a img{
    border:1px solid #232323;
    float:left;
    margin:0px 10px 0px 0px;
    -moz-box-shadow: 2px 2px 4px #000;
    -webkit-box-shadow: 2px 2px 4px #000;
    box-shadow: 2px 2px 4px #000;
}
.related_posts ul li a span{
	float:left;
	width:180px;
	height:70px;
	overflow:hidden;
	text-shadow:1px 1px 1px #fff;
}
/*Comments*/
sup{
    color:#888;
}
#comments ul{
    list-style-type:none;
    margin:0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:14px;
	text-shadow:0px 1px 1px #FFFFFF;
	color: #333;
}
#comments ul li{
    position:relative;
    background-color:#e1e1e1;
    border:1px solid #cbcbcb;
    padding:10px;
    margin-bottom:10px;
}
#comments ul li.author{
    background-color:#f0f0f0;
}
#comments ul li.author span.user{
    background-color:#136fa5;
    border:1px solid #0a5b8b;
}
span.avatar{
    display:block;
    border:4px solid #fff;
    -moz-box-shadow: 2px 2px 4px #666;
    -webkit-box-shadow: 2px 2px 4px #666;
    box-shadow: 1px 1px 6px #666;
    width:94px;
    height:94px;
    float:left;
}
span.avatar img{
    border:2px solid #000;
}
span.user{
    color:#f0f0f0;
    text-transform:uppercase;
    background-color:#cc1400;
    border:1px solid #9c1406;
    position:absolute;
    top:20px;
    left:90px;
    text-align:center;
    text-transform:uppercase;
    font-size:14px;
    padding:0px 10px 0px 10px;
    text-decoration:none;
    font-family: Arial,Helvetica,sans-serif;
    font-weight:bold;
    -moz-box-shadow: 2px 2px 4px #666;
    -webkit-box-shadow: 2px 2px 4px #666;
    box-shadow: 1px 1px 6px #666;
	text-shadow:none;
}
span.user a{
    color:#f0f0f0;
    text-decoration:none;
	text-shadow:1px 1px 1px #555;
}
span.user a:hover{
    color:#fff;
}
.commenttext{
    width:440px;
    float:right;
    padding-top:10px;
}
.commentmetadata{
    float:right;
}
.commentmetadata a{
    color:#cc1400;
    text-transform:uppercase;
    text-decoration:none;
    font-size:12px;
}
#comments ul li.author .commentmetadata a{
    color:#0a5b8b;
}
#comments ul li.trackbacks{
    font-size:11px;
    color:#444;
    padding:2px 2px 2px 5px;
    margin:2px;
    border:none;
    background-color:#fff;
    font-family: Arial,Helvetica,sans-serif;
    text-transform:uppercase;
}
#comments ul li.trackbacks a{
    text-decoration:none;
}
.recent p.comments_rss{
    text-align:center;
}
.allowed_tags{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
}
#commentform label{
    width:200px;
    float:left;
    text-align:right;
    text-transform:uppercase;
    font-size:18px;
    margin-right:10px;
	font-family: "Arial Narrow", sans-serif;

}
#commentform input[type="text"],
#commentform textarea{
    border:1px solid #cfcfcf;
    padding:5px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight:bold;
    color:#136fa5;
    font-size:16px;
    background:#eeeeee url(images/input.png) repeat-x top left;
    width:300px;
}
#commentform input[type="submit"]{
    border: 1px solid #044c75;
    color:#fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size:15px;
    background-color:#126a9d;
    cursor:pointer;
    padding:3px;
    float:right;
    clear:both;
    margin-right:65px;
    margin-bottom:20px;
    text-shadow:1px 1px 1px #000;
}
a.addcomment{
    color:#949494;
    text-decoration:none;
    text-transform:uppercase;
    float:right;
    font-size:22px;

}
a.addcomment:hover{
    color:#222;
}
.post p{
    margin-left:180px;
}
#footer .footerbox{
    margin:10px 10px 30px 10px;
    float:left;
    width:344px;
    height:400px;
    border:1px solid #000;
    background:transparent url(images/bg_footer.png) repeat-x top left;
}
.footerbox p{
	padding:5px 20px;
	text-shadow:1px 1px 1px #034062;
	line-height:29px;
}
.footerbox p a{
	color: #09232F;
	text-shadow:1px 1px 1px #1D749F;
}
.footerbox p a:hover{
	color:#fff;
	text-shadow:none;
}
#footer h4{
    text-transform: uppercase;
    font-size:20px;
    color:#09232F;
    margin:10px 0px 10px 15px;
    text-shadow:1px 1px 1px #1D749F;
}
#footer .footerhorizontal h4{
    color: #fff;
	font-size:17px;
	text-shadow:1px 1px 1px #000;
}
/* Related Posts in Post*/
.discussed_posts ul{
    list-style-type:none;
    margin:0px;
}
.discussed_posts ul li a{
    color:#fff;
    font-size:16px;
    text-decoration:none;
    display:block;
    padding:5px 5px 10px 5px;
	font-weight:bold;
    margin:2px 30px 10px 20px;
    line-height:16px;
	text-shadow:0px 1px 1px #222;
    border-bottom:1px dashed #0F3B4F;
}
.discussed_posts ul li a:hover{
	color:#232323;
	text-shadow:0px 1px 1px #74AFCF;
}

.discussed_posts ul li a img{
    border:1px solid #232323;
    float:left;
    width:30px;
    height:30px;
    margin:0px 10px 0px 0px;
    -moz-box-shadow: 2px 2px 4px #000;
    -webkit-box-shadow: 2px 2px 4px #000;
    box-shadow: 2px 2px 4px #000;
}
#footer .favs ul{
    list-style-type:none;
    margin:0px 20px;
}
#footer .favs ul li{
    border-bottom:1px dashed #0F3B4F;
    border-top:1px dashed #fff; 
}
#footer .favs ul li.first{
    border-top:none;
}
#footer .favs ul li.last{
    border-bottom:none;
}
#footer .favs ul li a{
    text-transform:uppercase;
    padding-left: 22px;
    text-decoration:none;
    font-size:16px;
    line-height:29px;
    font-weight:bold;
    color:#fff;
    margin:3px 5px;
	text-shadow:0px 1px 1px #222;
}
#footer .favs ul li a:hover{
	color:#232323;
	text-shadow:0px 1px 1px #74AFCF;
}
.spyrestudios{
    background:transparent url(images/favs/spyrestudios.png) no-repeat center left;
}
.wdd{
    background:transparent url(images/favs/wdd.png) no-repeat center left;
}
.smashing{
    background:transparent url(images/favs/smashing.ico) no-repeat center left;
}
.dt{
    background:transparent url(images/favs/dt.ico) no-repeat center left;
}
.experts{
    background:transparent url(images/favs/2experts.ico) no-repeat center left;
}
.six{
    background:transparent url(images/favs/six.ico) no-repeat center left;
}
.w3avenue{
    background:transparent url(images/favs/w3avenue.gif) no-repeat center left;
}
.tzine{
    background:transparent url(images/favs/tzine.gif) no-repeat center left;
}
.line{
    background:transparent url(images/favs/line25.ico) no-repeat center left;
}
.cream{
    background:transparent url(images/favs/cream.gif) no-repeat center left;
}
.wdl{
    background:transparent url(images/favs/wdl.gif) no-repeat center left;
}
.gaya{
    background:transparent url(images/favs/gaya.gif) no-repeat center left;
}
.webz{
    background:transparent url(images/favs/webz.ico) no-repeat center left;
}
.designerslist{
    background:transparent url(images/favs/designerslist.png) no-repeat center left;
}
a.followLink{
    margin:20px 30px;
    color:#000;
    text-transform:uppercase;
    text-decoration:none;
    float:right;
    font-weight:bold;
}

ul.twitter{
    list-style-type:none;
    margin: 5px 20px;
    font-size:16px;
}
ul.twitter li.twitter-item{
    padding:10px 0px;
    border-bottom:1px solid #1C5E7D;
}
ul.twitter li.twitter-item a{
    color:#000;
    text-decoration:none;
    padding:0px 3px;
}
ul.twitter li.twitter-item a:hover,
a.followLink:hover, #copyright a:hover{
    color:#fff;
    text-shadow:1px 1px 1px #000;
}
span.twitter-timestamp abbr{
    font-size:12px;
    font-style:italic;
}
.footerhorizontal{
    height:100px;
    clear:both;
}
.footerhorizontal h4{
    float:left;
}
.latestFollowers{
    width:875px;
    float:left;
    margin-left:20px;
}
.latestFollowers a{
    margin:0px 4px;
    float:left;
    display:block;
    height:50px;
    width:50px;
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
}
#copyright{
    background-color:#1e83b4;
    text-align:center;
    color:#000;
    padding:5px 0px;
    font-family:Arial;
    text-transform:uppercase;
    font-size:12px;
    letter-spacing:1px;
}
#copyright a{
    color:#09232F;
    text-decoration:none;
    padding-right:20px;
	text-shadow: 0px 1px 1px #aaa;
}
ul.pages{
    list-style-type:none;
    height:20px;
    display:inline;

}
ul.pages li{
    display:inline;

}
#dd_before{
    position:absolute;
    top:68px;
    left:610px;
}
.single p img.alignleft {
	float:left;
	margin-right:20px;
}
.single p img.alignright {
	float:right;
	margin-left:20px;
}
.single p img.aligncenter {
	text-align:center;
}
span.number{
	background-color:#CC1400;
	border:1px solid #9C1406;
	padding:2px 7px;
	margin-right:5px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

p.readmore a{
    float:left;
    color:#f0f0f0;
    background-color:#044E79;
    padding:2px 10px;
    text-decoration:none;
    margin-right:5px;
    border:1px solid #044E79;
    text-transform:uppercase;
    font-size:12px;
}
p.readmore a:hover{
    color:#fff;
    background-color:#1275AD;
}
.googlead{
	margin:20px 0px;
	text-align:center;
	clear:both;
}
a.advertiseWithUsLink{
	color:#FFFFFF;
	font-family:arial;
	font-size:10px;
	height:20px;
	line-height:15px;
	position:absolute;
	right:5px;
	text-decoration:none;
	top:15px;
	width:100px;
	z-index:999;
	text-shadow:1px 1px 1px #444;
}
a.advertiseWithUsLink:hover{
	color:#232323;
	text-shadow:1px 1px 0px #999;
}
.ad_section_aff{
	margin:0px 0px 15px 15px;
	float:left;
	clear:both;
}
.ad_section_aff a{
	float:left;
	display:block;
	margin-right:15px;
	-moz-box-shadow: 0px 0px 4px #00334F;
	-webkit-box-shadow: 0px 0px 4px #00334F;
	box-shadow: 0px 0px 4px #00334F;
}
.ad_section_aff a:hover{
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}
.ad_section_post{
	background:none repeat scroll 0 0 #1275AD;
	clear:both;
	float:left;
	margin:10px -20px;
	padding:10px 10px 0;
	width:604px;
	background-color:#1275AD;
	border-color:#0E5A85 #0E5A85 #666666;
	border-style:ridge ridge solid;
	border-width:1px;
}
.partner_section_post{
background:#f7f7f7;
clear:both;
color:#444;
float:left;
font-family:Arial;
font-size:11px;
margin:20px -18px 20px -16px;
padding:10px 15px;
text-shadow:1px 0px 1px #fff;
}
.partner_section_post span{

-moz-box-shadow:2px 2px 4px #666666;
-webkit-box-shadow:2px 2px 4px #666;
box-shadow:2px 2px 4px #666;
background-color:#126FA4;
border:1px solid #04527F;
color:#F0F0F0;
font-size:11px;
margin-right:10px;
padding:0 5px;
text-shadow:1px 1px 1px #04527F;
}
.partner_section_post a{
	color:#1275AD;
	text-decoration:none;
text-transform:capitalize;
}
.post-edit-link{
font-size:8px;
}
.twitter-share-button{
	float:left;
}
span.buzz{
    float:left;
	margin-right:16px;
	margin-top:1px;
}