/* CSS Document */

body{background:url(images/body_bg.gif) repeat-x #fff; color:#0F0F0F; font:15px/20px Helvetica, sans-serif; margin:8px 0 0 0; padding:0;}
div, ul, h1, h2, h3, h4, li, p, img{margin:0; padding:0;}
ul{list-style-type:none;}
.right{float:right}
.left{float:left}
.clear{clear:both}
img {border:0px;}
a{
	outline:none;
    color:#333;
}
a:hover{
    color:#f33;
}
iframe{
	border:0;
	}

/* Body */
#body{
    width:100%;
    text-align: left;    
    min-width:820px;
}
/* Structure Section */
#header {
    width:550px;
    margin:0 auto;
	position:relative;
}
#content {
    width: 1024px;   
    min-width:1024px;
    margin:0 auto;
}
#bookmarks {
    width: 820px;
    margin:4px auto;
    text-align:center;
}
    #bookmarks .asocial {
        margin:0 90px;
    }
#ads {
    width: 820px;
    margin:4px auto;
    text-align:center;
    background:url(images/ads_bg.gif) no-repeat;
	padding-top:28px;
	padding-bottom:2px;
}
#footer {
    width: 820px;
    margin:0 auto;
    background:url(images/footer_bg.gif) no-repeat;
    padding:21px 0;
    font-size:.8em;
    text-align:right;
}

/* Header Section */
#logo {
    height: 65px;
	background:url(images/jquery-logo.gif) 0 0 no-repeat;
	padding: 22px 0 0 100px;
	position:absolute;
	top:2px;
	left:26px;
}
#logo h1 {
	font-size:1.8em;
}
#logo h2 {
	color:#777;
	font-size:1.0em;
	margin-top:6px;
}
#tabs {
    height: 32px;
	padding-top:75px
	/*position: relative;*/
}

#menu li,#menu li span{
    background-image:url(images/tabs_li_bg.gif);
    background-repeat:no-repeat;
}

#menu {
	padding: 0;
	list-style: none;
}

#menu li {
	position: relative;
    float:left;
    height:32px;
    width:172px;
    margin-right:.33em;
    background-position:0 -96px;
    padding-left:5px;
    font-size:1.08em;
}
#menu li.on{
    background-position:0 -64px;
}
#menu li span{
    display:block;
    background-position:100% -32px;
    padding:0 18px 0 10px;
    line-height:2.5em;
    height:32px;
}
#menu li span img{
    float:left;
    margin:8px 6px 0 0;
}
#menu li.on span{
    background-position:100% 0;
}

#menu a {
	display: block;
	color: #000000;
	width: 144px;
	text-decoration: none;
	font-weight: bold;
	height:32px;
}
#menu li em {
	font-weight: bold;	
	font-style: normal;
	font-size:0.8em;
	line-height:1.4em;
	width: 180px;
	height: 55px;
	position: absolute;
	top: -85px;
	left: -15px;
	text-align: center;
	padding: 16px 12px 10px;
	z-index: 2;
	display: none;
	background: url(images/hover.png) no-repeat;
} 

/* Content section */
#content {
	
}

	#content h2 {
		margin: 12px 0;
		color:#777;
	}

	#content h3 {
		margin: 16px 0 6px 0;
		clear:both;
	}
	#content h3 a{
		color:#555;
	}
	
	#content blockquote p, pre{
        padding:6px;
        border:1px solid #999;
        background:#f4f4ff;
    }
	
	#content  ul li {
		padding-left:24px;
		background:url(images/checkbox.gif) no-repeat;
	}

.post {
	border-top:1px solid #aaa;
	padding-left:10px;
	padding-bottom:10px;
	clear:both;
}

	.post img {
		float:left;
		border: 1px solid #fff
	}

/* Footer section */
#footer ul,#footer ul li{
    display:inline;
}
#footer .legal{
    float:left;
    width:54%;
    text-align:left;
}
#footer .separator{
    padding:0 6px 0 5px;
}

.behind-the-site{position:absolute;top:0;right:0;background:url(images/behind_the_site.gif) no-repeat;width:90px;height:114px;}
.behind-the-site a{display:block;width:88px;height:112px;}
.behind-the-site a span{display:none;}