/* Handcoded by RapidxHTML - http://www.rapidxhtml.com */

/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
}

fieldset,img {
    border:0;
    display:block;
    margin:auto;
}

html {
    height:100%;
    margin-bottom:1px;
}

body {
    position:relative;
}

:focus {
    outline:none;
}

/* links */
a {
    color:#00469B;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    line-height:100%;
    color:#000;
}

h1 {
    font-size:300%;
    color:#000;
}

h2 {
    font-size:250%;
    color:#000;
}

h3 {
    font-size:40px;
    color:#20acfc;
}

h4 {
    font-size:175%;
    color:#000;
}

h5 {
    font-size:150%;
    color:#000;
}

h6 {
    font-size:125%;
    color:#000;
}

/* page setup */
body {
    background:#ffffff url(../images/page_bg.png) 50% 0 repeat-x;
    font-family:Arial, Helvetica, sans-serif;
    line-height:150%;
    color:#646464;
    font-size:12px;
}

/* wrapper setup */
div.rapidxwpr {
    margin:auto;
    width:921px;
}

/* header */
div#header {
    background:url(../images/header_bg.jpg) 0 100% no-repeat;
    position:relative;
    height:245px;
    margin:0px 0px 37px 0px;
}

/* logo */
div.logo {
    text-align:center;
    padding:0;
}
div.logo2 {
    padding:0px;
	width:200px;
    margin-left:auto;
	margin-right:auto;
}

/* main body setup */
div#middle {
    width:auto;
    margin:0px 0px 0px 0px;
    clear:both;
}

/* right column */
div#right {
    width:423px;
    padding:0px 0px 0px 0px;
    float:right;
}

/* content column */
div#content {
    width:auto;
    margin:0px 497px 0px 0px;
    padding:0px 0px 0px 0px;
}

/* footer */
div#footer {
    background:#080808 url(../images/footer_bg.png) 0 0 repeat-x;
    width:auto;
    padding:25px 0px 0px 0px;
    clear:both;
}

/* clearing & floating */
.clearingfix:after {
    content:".";
    display:block;
    line-height:0px;
    clear:both;
    visibility:hidden;
}

.clearingfix {
    display:block;
}

.floatbox {
    overflow:hidden;
}

/* topmenu */
div#navigation {
    padding:10px 0 0 0;
    height:55px;
}

div#navigation ul {
    list-style:none;
    float:left;
}

div#navigation ul li {
    float:left;
    margin:0 3px 0 2px;
}

div#navigation ul li a {
    color:#fff;
    background:url(../images/menu_bg.jpg) 0 0 repeat-x;
    width:80px;
    height:27px;
    text-align:center;
    font-size:14px;
    line-height:25px;
}

div#navigation ul li a.follw {
    background:url(../images/menu_follow.jpg) 0 0 repeat-x;
}

div#navigation ul li a.advertise {
    background:url(../images/menu_adverties.jpg) 0 0 repeat-x;
}

div#navigation ul li ul {
    background:#6A6A6A;
    padding:0;
}

div#navigation ul li ul li {
    border-bottom:#FFF 1px solid;
    margin:0;
}

div#navigation ul li ul li a {
    width:auto;
    background:none;
    text-align:left;
    padding:0 15px;
}

div#topmenu_left {
    float:left;
    width:350px;
}

div#topmenu_right {
    float:right;
    width:350px;
}

div#topmenu_right ul {
    list-style:none;
    float:right;
}

/* newrow */
div.newrow {
    clear:both;
    padding:0 0 20px 0;
    overflow:hidden;
}

div.newrow h3 {
    margin:0 0 13px 0;
    text-indent:-9999px;
    height:35px;
}

div.newrow ul {
    list-style:none;
}

div.newsubrow {
    clear:both;
    padding:0 0 30px 0;
    overflow:hidden;
}

div.newsubrow h3 {
    margin:0 0 5px 0;
    text-indent:-9999px;
    height:30px;
    border-bottom:#CCC solid 1px;
}

/* columns */
div.left_column {
    width:423px;
    float:left;
}


div.right_column {
    width:423px;
    float:right;
}


/* rss boxes */
div#latest_tech_news, div#techcrunch, div#mashable, div#cnet, div#engadget, div#macworld, div#pcworld, div#ibm, div#kotaku, div#gizmodo, div#ubergizmo, div#crunchgear, div#insidefacebook, div#slashdot, div#wired {
    overflow:hidden;
    margin:0;
}

div#latest_tech_news ul li, div#techcrunch ul li, div#mashable ul li , div#cnet ul li, div#engadget ul li, div#macworld ul li, div#pcworld ul li, div#ibm ul li, div#kotaku ul li, div#gizmodo ul li, div#ubergizmo ul li, div#crunchgear ul li, div#insidefacebook ul li, div#slashdot ul li, div#wired ul li {
    background:url(../images/list_bg.png) 0 0 no-repeat;
    padding:6px 5px;
    margin:0 0 3px 0;
    overflow:hidden;
    height:18px;
    line-height:20px;
}

div#latest_tech_news ul li.alt, div#techcrunch ul li.alt, div#mashable ul li.alt, div#cnet ul li.alt, div#engadget ul li.alt, div#macworld ul li.alt, div#pcworld ul li.alt, div#ibm ul li.alt, div#kotaku ul li.alt, div#gizmodo ul li.alt, div#ubergizmo ul li.alt, div#crunchgear ul li.alt, div#insidefacebook ul li.alt, div#slashdot ul li.alt, div#wired ul li.alt {
    background:url(../images/list_bg_alt.png) 0 0 no-repeat;
}

div#latest_tech_news ul li a, div#techcrunch ul li a, div#mashable ul li a, div#cnet ul li a, div#engadget ul li a, div#macworld ul li a, div#pcworld ul li a, div#ibm ul li a, div#kotaku ul li a, div#gizmodo ul li a, div#ubergizmo ul li a, div#crunchgear ul li a, div#insidefacebook ul li a, div#slashdot ul li a, div#wired ul li a {
    color:#00469b;
    font-size:14px;
}

/* rss boxe titles */
div#latest_tech_news h3 {
    background:url(../images/title-latest.jpg) 0 0 no-repeat;
}

div#techcrunch h3 {
    background:url(../images/techcrunch.jpg) 0 0 no-repeat;
}
div#mashable h3 {
    background:url(../images/mashable.jpg) 0 0 no-repeat;
}

div#cnet h3 {
    background:url(../images/cnet.jpg) 0 0 no-repeat;
}

div#engadget h3 {
    background:url(../images/engadget.jpg) 0 0 no-repeat;
}

div#soldier h3 {
    background:url(../images/soldier_knows_tv.jpg) 0 0 no-repeat;
}

div#menstyle_tv h3 {
    background:url(../images/title_menstyle_tv.jpg) 0 0 no-repeat;
}

div#revision h3 {
    background:url(../images/revision3_tv.jpg) 0 0 no-repeat;
}

div#ijustine h3 {
    background:url(../images/ijustine_tv.jpg) 0 0 no-repeat;
}
div#mashable_tv h3 {
    background:url(../images/mashable_tv.jpg) 0 0 no-repeat;
}

div#how h3 {
    background:url(../images/how_tos.jpg) 0 0 no-repeat;
}

div#macworld h3 {
    background:url(../images/macworld.jpg) 0 0 no-repeat;
}

div#pcworld h3 {
    background:url(../images/pcworld.jpg) 0 0 no-repeat;
}

div#ibm h3 {
    background:url(../images/ibm.jpg) 0 0 no-repeat;
}

div#kotaku h3 {
    background:url(../images/kotaku.jpg) 0 0 no-repeat;
}

div#gizmodo h3 {
    background:url(../images/gizmodo.jpg) 0 0 no-repeat;
}

div#ubergizmo h3 {
    background:url(../images/ubergizmo.jpg) 0 0 no-repeat;
}

div#crunchgear h3 {
    background:url(../images/crunchgear.jpg) 0 0 no-repeat;
}

div#wired h3 {
    background:url(../images/wired_gadgetlab.jpg) 0 0 no-repeat;
}

div#ted h3 {
    background:url(../images/ted_tv.jpg) 0 0 no-repeat;
}

div#slashdot h3 {
    background:url(../images/slashdot.jpg) 0 0 no-repeat;
}

div#ign h3 {
    background:url(../images/ign_tv.jpg) 0 0 no-repeat;
}

div#tiger h3 {
    background:url(../images/computer_tv.jpg) 0 0 no-repeat;
}


div#insidefacebook h3 {
    background:url(../images/infacebook.jpg) 0 0 no-repeat;
}

div#techies h3 {
    background:url(../images/title_geekurls_techies.jpg) 0 0 no-repeat;
}

div#buffalo h3 {
    background:url(../images/techno_buffalo.jpg) 0 0 no-repeat;
}

div#bookmark_blogs h3.title {
    background:url(../images/title_bookmark_blogs.jpg) 0 0 no-repeat;
}

div#phonedog h3 {
    background:url(../images/phonedog_channel.jpg) 0 0 no-repeat;
}

div#social h3 {
    background:url(../images/title_social_geeks.jpg) 0 0 no-repeat;
}

div#gamersurls h3 {
    background:url(../images/title_gamerurls.jpg) 0 0 no-repeat;
}

div#geek_urls_network h3 {
    background:url(../images/geek_urls_network.jpg) 0 0 no-repeat;
    margin:0;
    text-indent:-9999px;
    height:35px;
}

div#about_geek_urls h3 {
    background:url(../images/about_geek_urls.jpg) 0 0 no-repeat;
    margin:0;
    text-indent:-9999px;
    height:35px;
}

/* meta cafe fashion */
div#soldier ul, div#ted ul, div#tiger ul, div#buffalo ul, div#revision ul, div#ign ul, div#phonedog ul, div#ijustine ul, div#mashable_tv ul, div#how ul {
    list-style:none;
}

div#soldier ul li, div#ted ul li, div#tiger ul li, div#buffalo ul li, div#revision ul li, div#ign ul li, div#phonedog ul li, div#ijustine ul li, div#mashable_tv ul li, div#how ul li {
    float:left;
    background:#e1e1e1;
    margin:0 3px;
    padding:9px;
    width: 160px;
    height: 130px;
    overflow: hidden;
}

div#soldier ul li span, div#ted ul li span, div#tiger ul li span, div#buffalo ul li span, div#revision ul li span, div#ign ul li span, div#phonedog ul li span, div#ijustine ul li span, div#mashable_tv ul li span, div#how ul li span {
    display:block;
    font-size:14px;
    color:#696969;
    height: 38px;
    overflow:hidden;
}

/* advertisment */
div.advertisment h3 {
    background:url(../images/title_advertisment.jpg) 0 0 no-repeat;
    margin:0;
    height:25px;
}

div.advertisment img {
    border:#e5e5e5 solid 1px;
}

/* collapse buttons */
p.collapse_buttons {
    margin:0;
    padding:5px 5px 0 0;
}

p.collapse_buttons a {
    display:block;
    margin:0;
    text-indent:-9999px;
}

p.collapse_buttons a.moredown {
    background:url(../images/more_down.jpg) 100% 0 no-repeat;
}

p.collapse_buttons a.moreup {
    background:url(../images/more_up.jpg) 100% 0 no-repeat;
}

/* flikr fashion */
div.dvices {
    width:510px;
    overflow:hidden;
    float:left;
}

div.dvices h3 {
    background:url(../images/techdvices.jpg) 0 0 no-repeat;
}

div.dvices ul {
    list-style:none;
}

div.dvices ul li {
    float:left;
    padding:9px;
    background:#eaeaea;
    margin:0 9px 9px 0;
    width:75px;
}

div.dvices ul li img {
    display:block;
}

/* flikr fashion ad */
div.flikr_fashion_ad {
    width:385px;
    float:right;
	padding-top:21px;
}

div.flikr_fashion_ad img {
    border:1;
}

/* behance fashion */
div#behance_fashion ul {
    list-style:none;
    height:176px;
    background:none;
    float:left;
    width:921px;
    display:block;
}

div#behance_fashion ul li {
    background:#eaeaea;
    float:left;
    padding:9px;
    margin:0 10px 0 0;
    height:158px;
    width:202px;
}

div#behance_fashion ul li img {
    display:block;
}

/* bookmark blogs */
div#bookmark_blogs h3.title {
    margin:0;
}

div#bookmark_blogs h4 {
    font-size:17px;
    color:#696969;
    margin:0 0 50px 0px;
    padding:0px;
    display:block;
    font-weight:normal;
}

div#bookmark_blogs img.birds {
    float:right;
    margin:0 50px 0 0;
}

/* bottom blogs */
div#techies ul li, div#social ul li, div#gamersurls ul li {
    color:#696969;
    font-size:14px;
    line-height:20px;
    overflow:hidden;
}

div#techies ul li span.from, div#social ul li span.from, div#gamersurls ul li span.from {
    display:block;
    float:left;
}

div#techies ul li span.title_link, div#social ul li span.title_link, div#gamersurls ul li span.title_link {
    display:block;
    float:right;
    height:20px;
    overflow:hidden;
    width:230px;
}

/* backtotop */
a.backtotop {
    background:url(../images/backtotop.jpg) 100% 0 no-repeat;
    display:block;
    float:right;
    text-indent:-9999px;
    width:140px;
    height:21px;
    margin:30px 0 0 0;
}

/* footer urls */
div#geek_urls_network ul, div#about_geek_urls ul {
    list-style:none;
}

div#geek_urls_network ul li, div#about_geek_urls ul li {
    width:162px;
    float:left;
    margin:0;
    padding:0 0 1px 0;
}

div#geek_urls_network ul li a, div#about_geek_urls ul a {
    font-size:14px;
}

/* copyright */
div.copyright {
    clear:both;
    text-align:center;
    padding:15px 0 10px 0;
    color:#FFF;
}

/* slider */
#myController{
  width:423px;
  text-align:right;
  margin-top:30px;
}

#myController span{
  background:#454545;
  cursor:pointer;
}

#myController span:hover, #myController span.jFlowSelected{
  background:#6a6a6a;
}

.slide-wrapper{
  width:423px;
  height:228px;
  overflow:hidden;
}

.jFlowControl{
  color:#FFF;
  cursor:pointer;
  padding:2px 5px;
}

.jFlowPrev, .jFlowNext{
  display:none;
}
