/*

General styling

*/

body {
	margin:0;
	background-color:#EDEDED;
	font-family:\"Trebuchet MS\", sans-serif;
    font-size: 0.9em;
	color:#333;
}

#wrapper {
    width:100%;
    text-align:center;
}
		
#holder {
    width:1005px;
    background: url(/wp-content/themes/realadventure/images/main-bg.gif) left top repeat-y;
    text-align:left;
    margin: 0 auto;
    height: 100%;
overflow: hidden; backgtround: #fff; 

}

/*
a:link, a:visited {
	text-decoration:none;
	color:#73A533;
}
*/

a {
   color: #8FA840;
   text-decoration:none; 
}

a:hover {
   color: #000000;
   text-decoration:underline; 
}

a:link, a:visited {
	text-decoration:none;
	color: #8FA840;
}

* {
padding:0;
margin:0;
}

/* HEADER */

#header {
    margin-bottom:20px;
}

    #title {
    width:340px;
    float:right;
    text-align:right;
    margin:38px 5px 0 0;
    line-height:22px;
    font-size:30px;
    font-weight:normal;
    color:#73A533;
    }
    
    #title a:hover {
        text-decoration:none;
        color:#0092C8;
    }

    #topmenu {
        margin-top:40px;
        z-index:5;
        float:left;
        width:400px;
    }
    
        #topmenu a:link, #topmenu a:visited {
            color:#333;
        }
        
        #topmenu a:hover {
            text-decoration:none;
        }
    
		#topmenu ul { 
			list-style:none;
			margin:0 0 0 5px;
			padding:0;
		}
				
				#topmenu ul li a:link, #topmenu ul li a:visited {
					display:block;
					line-height:11px;
					padding:5px 15px 2px 5px;
					margin:0 5px 0 0;
					font-size:11px;
					border-bottom:2px solid #73A533;
					text-transform:uppercase;
				}
				
				#topmenu ul li a:hover {
				    border-bottom:2px solid #0092C8;
				}
				
				#topmenu ul li {
					display:block;
					float:left;
					position:relative; 
				}
				
				#topmenu ul li ul {
					display:block;
					position:absolute;
					top:auto;
					list-style:none;
					margin:0;
					padding:0;
					visibility:hidden;
					border-top:1px solid #CCC;
					width:220px;
				}
				
				#topmenu ul li:hover ul,
				#topmenu ul li.msiefix ul {
					visibility:visible;
				}
				
				#topmenu ul li ul li {
					position:relative;
					float:none;
					line-height:18px;
					color:#333;
					font-size:10px;
					_height:1px;
				}
				
				#topmenu ul li ul li a:link, #topmenu ul li ul li a:visited, #topmenu ul li ul li a {
					display:block;
					margin:0;
					line-height:15px;
					padding:2px 0 2px 10px;
					color:#FFF;
					_height:1px;
					text-transform:none;
					border:0;
					background-color:#73A533;
				}
				
				#topmenu ul li ul li a:hover {
					background-color:#0092C8;
				}
				
    #headerimage {
        clear:both;
        height:150px;
        border-top:1px solid #CCC;
        border-bottom:1px solid #CCC;
        background-image:url(header.jpg);
        background-repeat:no-repeat;
        background-position:center;
    }
    

/* SIDEBAR */

#sidebar {
    width:217px;
    float:left;
    margin:30px 5px 0 0px;
    height:100%;
    float: left;
    text-align:right;
    position: relative;
    z-index: 10;
padding-left: 25px;
}

.*
#sidebar a:link, #sidebar a:visited {
    color:#333;
}

#sidebar a:hover {
    color:#73A533;
    text-decoration:underline;
}
*/

/* LISTS */

html>body .the_content ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .the_content li {
	margin: 7px 0 8px 10px;
	}

.the_content ol {
	padding: 0 0 0 15px;
	margin: 0;
	text-indent:-5px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar ul ul li:before {
	content: "\00BB\00A0";
	color:#73A533;
	}


/* CONTENT */

#content {
    margin:30px 40px 20px 20px;
    width:660px;
    float:right;
}

.post {
    margin:0 0 30px 0;
    clear:both;
}

    #sidebar h2, #comments .posttitle {
		margin: 20px 0px 0 0px;
		line-height: 18px;
		font-size: 0.9em;

        font-weight:bold;
    }
 
    .post .posttitle{
		margin: 20px 0px 0 0px;
		line-height: 18px;
		font-size: 1.4em;

        font-weight:bold;
    }
 
	/*
        .post a:link, .post a:visited {
            color:#0092C8;
        }
    */
        .post a:hover {
            color:#73A533;
            text-decoration:none;
        }
    
        .post a:link span, .post a:visited span {
            color:#CCC;
        }
        
        .post a:hover span {
            color:#AAA;
        }
        
    .post .postmeta {
        font-size:0.8em;
        line-height:10px;
        color:#CCC;
        text-transform:uppercase;
        margin:0 0 5px 0;
    }
    
        .post .postmeta a:link, .post .postmeta a:visited {
            color:#AAA;
        }
        
        .post .postmeta a:hover {
            color:#73A533;
            text-decoration:none;
        }
        
    .post p {
        margin:0 0 15px 0;
        /*line-height:15px;*/
    }
    
        .post p a:link,
        .post p a:visited,
        .post ul a:link,
        .post ol a:link,
        .post ul a:visited,
        .post ol a:visited {
            color:#73A533;
        }
    
        .post p a:hover,
        .post ul a:hover,
        .post ol a:hover {
            text-decoration:underline;
        }
        
        .post .the_content ul, .post .the_content ol {
            margin-bottom:15px;
        }
    
    .post blockquote {
        margin:0 0 15px 20px;
        padding:5px;
        border-top:1px solid #73A533;
        border-bottom:1px solid #73A533;
    }
    
        .post blockquote p {
            margin:0;
            font-style:italic;
        }
        
        .post blockquote blockquote {
            margin-top:15px;
            background-color:#F3F3F3;
        }

    .post img {
    border:0px solid #73A533;
    }
    
    .post .wp-smiley {
        float:none;
        border:0;
        margin:0;
    }


/* COMMENTS */

#commentlist, #trackbacks {
    list-style:none;
}

    #commentlist li {
        margin:0;
        padding:15px 10px 0 10px;
        border-bottom:1px solid #73A533;
    }

    #commentlist li.odd {
        background-color:#F3F3F3;
    }
    
    #trackbacks li {
        padding:5px 10px 5px 10px;
    }

.post .commenttitle {
        font-size:16px;
        line-height:16px;
        color:#0092C8;
        margin:0 0 2px 0;
        font-weight:normal;
    }
    
        .post #commentlist .commenttitle a:link, .post #commentlist .commenttitle a:visited {
            color:#0092C8;
        }
    
        .post #commentlist .commenttitle a:hover {
            color:#73A533;
            text-decoration:none;
        }
        
        textarea {
            width:100%;
        }

/* FOOTER */
        
#footer {
position: relative; 
    float:left;
	clear: both;
    width: 975px;
    height: 201px;
    text-align:right;
	vertical-align: bottom;
    background: url(/wp-content/themes/realadventure/images/site-bottom-circles.gif) left bottom no-repeat;
}

#footer-content {
	float:right;
    margin: 0;
position: absolute; bottom: 0; right: 0;
	padding: 5px 5px 0px 0px;
	width: 722px;
	height: 24px;
    color: #000000;
    font-size: 0.75em;  
    background-color: #d3de2a;
	text-align: right;

}




/* CUSTOM REALADVENTURE */
#flash-nav {
    background: url(/wp-content/themes/realadventure/images/NonFlash_Work_hdr.jpg) left top no-repeat;
    float: left;
    width:975px; height: 144px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

#flash-nav ul {
	list-style:none;
}

#flash-nav li {
	float:left;
}

#flash-nav a {
	display:block;
	position:relative;
	height:30px;
	top:25px;
	left:525px;
}

#flash-nav .home a {
	width:77px;
}

#flash-nav .work a{
	width:80px;
}

#flash-nav .clients a{
	width:82px;
}

#flash-nav .us a{
	width:71px;
}

#flash-nav .contact a{
	width:86px;
}



.sociable ul {
	list-style: none;
	clear: both;
}

.sociable li {
	float:left;
	width: 20px;
}

.sociable {
	display: block;
	clear: both;
}

.postend
{
	width: 100%;
	height: 20px;
	margin-top: 10px;
	border-top: 1px dotted #8FA842;
}

#footer-top-content
{
	width: 500px;
	text-align: left;
	margin-left: 280px;
}

.rssLink
{

	padding-left: 25px;
	background: url(/wp-content/themes/realadventure/images/rss_icon.gif) no-repeat;

}

li#twitter-tools { }
li#twitter-tools h2.widgettitle { display: inline; font-weight: bold; background: url(/wp-content/themes/realadventure/images/twitter.jpg) no-repeat 0 50%; padding: 5px 0 5px 40px; margin-top: 25px; }
li#twitter-tools div.aktt_tweets { margin-top: 15px; }
li#twitter-tools div.aktt_tweets ul li { padding: 5px 0; margin: 0; border-bottom: 1px solid #e2e2e2; }
li#twitter-tools div.aktt_tweets ul li:hover { background: #f5f5ef; }

h2.widgettitle { color: #000; font-weight: bold; }

#sidebar ul li ul li { font-size: 0.85em; }

.alignright { float: right; margin-left: 10px; border: 1px solid #000; }
