/*-----------------------------------------------------*/
/*									
/*>>>>>>>>>>>>>>>>  ALL ACCESS BLOG  <<<<<<<<<<<<<<<<<<*/
/*									
/*-----------------------------------------------------*/

@import url(reset.css);
@import url(lavalamp.css);

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/bg.gif) #fff repeat;
	}
	
#container {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	}
	
#header {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 147px;
	background: url(images/header-trans.png) no-repeat;
	}
	
#header h1{
	display: none;
	}
	
#logo {
	float: left;
	margin: 73px 0 0 18px;
	padding: 0;
	width: 222px;
	height: 72px;
	}
	
/*---------------------------------------*/
/*									
/*>>>>>>>>>>>>  NAVIGATION  <<<<<<<<<<<<<*/
/*									
/*---------------------------------------*/
	
#nav {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 36px;
	background: url(images/nav.jpg) no-repeat;
	}
	
/*---------------------------------------*/
/*									
/*>>>>>>>>>>>  LEFT CONTENT  <<<;<<<<<<<<<*/
/*									
/*---------------------------------------*/
	
#content {
	float: left;
	margin: 0;
	padding: 0;
	width: 800px;
	background: url(images/content.jpg) #fff no-repeat;
	}
	
#left {
	float: left;
	display: inline;
	margin: 0;
	padding: 20px 10px 0 20px;
	width: 400px;
	}
	
/*-----------------------------------------POSTS---*/
	
.post {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
.post h2 {
	margin: 0;
	padding: 0 0 8px 35px;
	color: #7b490f;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	background: url(images/post_h2-trans.png) no-repeat 0 0;
	}
	
.post h2 a {
	color: #7b490f;
	text-decoration: none;
	}
	
.post h2 a:hover {
	color: #7b490f;
	text-decoration: underline;
	}
	
.post h3 {
	margin: 0;
	padding: 0 0 15px 0;
	color: #6e6e6e;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	}
	
.post h3 a {
	color: #6e6e6e;
	}
	
.post h3 a:hover {
	color: #000;
	}

.post h4 {
	margin: 0;
	padding: 0 0 18px 0;
	color: #6e6e6e;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	}
	
.post h4 a {
	color: #6e6e6e;
	}
	
.post h4 a:hover {
	color: #000;
	}
	
.post p {
	margin: 0;
	padding: 0 0 15px 0;
	color: #6e6e6e;
	font-size: .8em;
	font-weight: normal;
	line-height: 130%;
	}

.post p a {
	color: #6e6e6e;
	border-bottom: 1px solid #7fb132;
	text-decoration: none;
	}

.post p a:hover {
	background: #e8f3d6;
	text-decoration: none;	
	}

#comments {
        width: 400px;
       }

#comments .comments-open-header {
        margin: 0;
	padding: 0;
	color: #6e6e6e;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	height: 26px;
        background: none;
        }

#comments .comments-open-moderated {
        margin: 0;
        padding: 10px 0 10px 0;
        }

#comments #comments-open-footer {
        margin: 0;
        padding: 0 0 10px 0;
        }

#comments .comment-header {
        margin: 0;
	padding: 0;
	color: #7b490f;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	}

#comments .comment-header a {
        margin: 0;
	padding: 0;
	color: #7b490f;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
        text-decoration: none;
	}

#comments .comment-header a:hover {
	text-decoration: underline;
	}
	
#comments .comment-footer {
	margin: 0;
	padding: 0 0 15px 0;
	color: #6e6e6e;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	}
	
#comments .comment-footer a {
	color: #6e6e6e;
	}
	
#comments .comment-footer a:hover {
	color: #000;
	}

#comment_response p {
        margin: 0;
	padding: 5px 0 5px 0;
	color: #6e6e6e;
	font-size: .8em;
	font-weight: normal;
	line-height: 130%;
        }

#comment_response a {
        margin: 0;
	padding: 0;
	color: #7b490f;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
        text-decoration: none;
        }

#comment_response a:hover {
	text-decoration: underline;
	}

#comment-error p {
        margin: 0;
	padding: 5px 0 5px 0;
	color: #6e6e6e;
	font-size: .8em;
	font-weight: normal;
	line-height: 130%;
        }

#comment-error a {
        margin: 0;
	padding: 0;
	color: #7c5f87;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
        text-decoration: none;
        }

#comment-error a:hover {
	color: #000;
	}

#comment-error strong {
         font-size: .8em;
         }

#comments .comments-header {
         margin: 0;
         padding: 0;
         font-size: .9em;
         }

/*---------------------------------------*/
/*									
/*>>>>>>>>>>  RIGHT CONTENT  <<<<<<<<<<<<*/
/*									
/*---------------------------------------*/
	
#right {
	float: left;
	margin: 0;
	padding: 0;
	width: 360px;
	}
	
#right_1 {
	float: left;
	display: inline;
	margin: 0;
	padding: 19px 0 0 25px;
	width: 160px;
	}
	
.ad {
	margin: 0 0 15px 0;
	padding: 8px;
	background: #efefef;
	border: 1px solid #b3b3b3;
	}

#right_2 {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 0 0 3px;
	width: 172px;
	}
	
#search {
	margin: 0;
	padding: 22px 0 35px 0;
	}
	
#right_2 h2 {
	margin: 20px 0 0 0;
	padding: 0 0 5px 0;
	color: #7b490f;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	}
	
#right_2 #contributors_list {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#right_2 #contributors_list li {
	margin: 0;
	padding: 0;
	font-size: .8em;
	font-weight: bold;
	color: #6e6e6e;
	}
	
#right_2 #contributors_list li a {
	color: #6e6e6e;
	text-decoration: none;
        cursor: help;
	}
	
#right_2 #contributors_list li a:hover {
	color: #7fb132;
	text-decoration: none;
        cursor: help;
	}
	
#right_2 #contributors_list li {
	margin: 0;
	padding: 8px 0 0 0;
	height: 23px;
	}
	
#right_2 #contributors_list li img {
	float: left;
	margin: 0 8px -7px 1px;
	padding: 0;
	}
	
#right_2 #contributors_list li strong {
	position: relative;
	margin: 0;
	padding: 0;
	top: 4px;
	}

#right_2 ul {
	margin: 0 0 20px 0;
	padding: 3px 0 0 0;
	font-family: Tahoma, Helvetica, sans-serif;
	}
	
#right_2 li {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: .7em;
	font-weight: bold;
	color: #6e6e6e;
	}
	
#right_2 li a {
	font-weight: bold;
	color: #6e6e6e;
	text-decoration: none;
	}
	
#right_2 li a:hover {
	color: #7fb132;
	}

#video-player {
        padding: 15px 0 0 25px;
        }

ul#social-links {
	list-style:none;
	margin:15px 0 0 11px;
	text-align:center;
}

ul#social-links li {
	display:inline;
	margin:0 4px;
}
	
/*---------------------------------------*/
/*									
/*>>>>>>>>>>>>>>  FOOTER  <<<<<<<<<<<<<<<*/
/*									
/*---------------------------------------*/
	
#footer {
	clear: both;
	margin: 0;
	padding: 0 0 40px 0;
	width: 800px;
	height: 55px;
	background: url(images/footer.jpg) no-repeat;
	}

/*---------------------------------------*/
/*									
/*>>>>>>>>>>>>>> SEARCH <<<<<<<<<<<*/
/*									
/*---------------------------------------*/

#search_area {
    padding: 0;
    margin: 25px 0 20px 0;
	}

#search_area form label {
    font-size: .8em;
	font-weight: bold;
	color: #6e6e6e;
	}
	
.search_button {
   margin: 5px 0 0 0;
   padding: 0 0 1px 0;
   height: 22px;
   width: 35px;
	}

/*-----------------------------------------------RESULTS-------*/

#search_results h2 {
        margin: 0;
        padding: 0 0 10px 0;
        color: #7b490f;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
       }

#search_results form {
        margin: 0;
        padding: 0 0 10px 0;
       }

#search_results #search-options {
        margin: 0;
        padding: 5px 0 0 0;
        color: #6e6e6e;
	font-size: .8em;
	font-weight: bold;
        }

.search-results-header {
        margin: 0;
        padding: 7px 0 14px 0;
        color: #000;
	font-size: 1em;
	font-weight: bold;
        }

.search-results-container h3 a {
        margin: 0;
	padding: 5px 0 10px 0;
	color: #7b490f;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
        text-decoration: none;
        }

.search-results-container h3 a:hover {
       color: #000;
        }

.search-results-container p {
	color: #6e6e6e;
	font-size: .8em;
	font-weight: normal;
	line-height: 130%;
        }

#search_results .post-footers {
       padding-bottom: 15px;
       font-size: .9em;
       font-weight: bold;
       }
   
/*---------------------------------------*/
/*									
/*>>>>>>>>>>>>>> CONTRIBUTORS <<<<<<<<<<<*/
/*									
/*---------------------------------------*/

a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
    text-decoration:none;
	}

a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:-212px; left:-197px;
	padding: 15px 0 0 0;
	width:200px;
	color: #222;
    text-align: left;
	filter: alpha(opacity:95);
	KHTMLOpacity: 0.95;
	MozOpacity: 0.95;
	opacity: 0.95;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:130%;
	font-weight:normal!important;
	}

a.tt:hover span.top{
	display: block;
	padding: 10px 0 0 0;
    background: url(images/bubble.gif) no-repeat top;
	}

a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
        height: 178px;
	background: url(images/bubble_filler.gif) repeat bottom; 
	}

a.tt:hover span.middle img{
	float:left;
	margin-right:7px!important;
	border:none!important;
	filter: alpha(opacity:100);
	KHTMLOpacity: 1;
	MozOpacity: 1;
	opacity: 1;	
	}

a.tt:hover span.bottom{
	display: block;
	height: 30px;
	padding: 0;
        background: url(images/bubble.gif) no-repeat bottom;
	}
.pagnation{margin-bottom: 15px}
.pagnation td h2 a{ color: #7b490f; text-decoration: none;}
.pagnation td h2 a:hover{ color: #7b490f; text-decoration: underline;}

#contest #content { background: #fff; }

