

body { 	margin: 0;
	padding: 0;
	background: #FFF url(images/imgvit.jpg) repeat left top;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000; }

h1, h2, h3 { 	margin-top: 0; }

h1 { 	font-size: 1.6em;
	font-weight: normal; }

h2 { 	font-size: 1.6em; }

h3 { 	font-size: 1em; }

ul { }

a { 	text-decoration: none;	color: #9c4; }

a:hover {	border-bottom: none; color: #360; }

a img {	border: none; }

img.left { 	float: left;
	margin: 0 20px 0 0; }

img.right { 	float: right;
	margin: 0 0 0 20px; }

#header { 	width: 1000px;
	margin: 0 auto;
	height: 220px;
	background: #666 url(images/header_org16.jpg) repeat-x left top;
	 }

/* Header */

#logo {	width: 800px;
	height: 150px;
	margin: 0 auto;
	padding: 0 10px; }

#logo h1, #logo p { 	float: left;
	margin: 0;
	color: #000; }

#logo h1 { 	padding: 50px 0 0 0;
	text-transform: ;
	font-weight: normal;
	font-size: 3em; }

#logo p { 	text-transform: uppercase;
	padding: 72px 0 0 3px;
	font-size: 10px;
	color: #000; }

#logo a { 	border: none;
	text-decoration: none;
	color: #360; }

/* Menu */

#menu { 	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	height: 30px; }

#menu ul { 	margin: 0;
	padding: 0;
	list-style: none; }

#menu li { 	display: inline; }

#menu a { 	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 6px 15px 10px 20px;
	border-right: 1px #360 solid;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #360; }

#menu a:hover {  	margin: 0 3px 0 0;
	color: #9c3; }	

#menu .current_page_item a { 	margin: 0 3px 0 0;
text-decoration: underline;
	color: #9c3; }



/* Page */

#page { 	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: #fff; }

#page-bg { }

/* Latest Post */

#latest-post { 	padding: 20px;
	border: 1px solid #000;
}

/* Content */

#bannerb { text-decoration:underline; 
			color:#00F; }
#bannerr { text-decoration:underline; 
			color:#F00; }
			
#superpic { 	width: 500px;
	margin: 0 auto;
	height: 96px;
	background: #666 url(images/xmas_header_org2.jpg) repeat-x left top;	}		


#content { 	float: center;
	width: 420px; 
	background: #FFF; }

.post { 	padding-bottom: 15px;
	line-height: 175%; }

.post h1 { 	font-weight: normal; }

.title { 	margin: 0;
	padding: 10px 0 0 20px;
	font-weight: normal; }

.title a { 	border-bottom: none;
	color: #360 }

.title a:hover { 	border-bottom: 1px dotted #FFF; }

.byline { 	border-bottom: 2px solid #000;
	   		margin: -10px 20px 20px 20px; }

.tag {	padding: 0 5px;}

.entry {	padding: 0 20px;}

.links {	padding: 4px 20px;
	text-align: left;
	font-weight: none;
	background: #000; }

.links a {	border: none; }

.links a:hover {  	margin: 0 0 4px ;
	color: #360; }

/* Sidebars */

#sidebar1 {	float: left; }

.sidebar {	float: left;
	width: 220px;
	padding: 0;
	font-size: 12px; }

.sidebar ul {	margin: 0;
	padding: 0;
	list-style: none; }

.sidebar li {	padding: 0 0 20px 0; }

.sidebar li ul { }

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #000 Solid;
}


.sidebar li h2 { 	margin: 0 0 0 0;
	padding: 10px 15px;
	background: #000;
	font-size: 13px;
	color: #9c3; }

.sidebar a {	color: #360; }
.sidebar a:hover {	color: #9c3; }


/*  -------------------------- Coda */

		.bubbleInfo {
            position: relative;
            margin-top:37px;
        }
        .trigger {
        }
     
        /* Bubble pop-up */

        .popup {
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
        }

        .popup td.corner {
        	height: 15px;
        	width: 19px;
        }
		
		
		
        .popup td#topleft { background-image: url(/images/bubble-1.png); }
        .popup td.top { background-image: url(/images/bubble-2.png); }
        .popup td#topright { background-image: url(/images/bubble-3.png); }
        .popup td.left { background-image: url(../images/bubble-4.png); }
        .popup td.right { background-image: url(../images/bubble-5.png); }
        .popup td#bottomleft { background-image: url(../images/bubble-6.png); }
        .popup td.bottom { background-image: url(../images/bubble-7.png); text-align: center;}
        .popup td.bottom img { display: block; margin: 0 auto; }
        .popup td#bottomright { background-image: url(../images/bubble-8.png); }
		
        .popup table.popup-contents {
        	font-size: 12px;
        	line-height: 1.2em;
        	background-color: #fff;
        	color: #666;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}

        table.popup-contents th {
        	text-align: right;
        	text-transform: lowercase;
        	}

        table.popup-contents td {
        	text-align: left;
        	}

        tr#release-notes th {
        	text-align: left;
        	text-indent: -9999px;
        	background: url('../images/starburst.gif') no-repeat top right;
        	height: 17px;
        	}

        tr#release-notes td a {
        	color: #333;
        }

/*  -------------------------- Twitter API */

#latest_tweet {
	width: 150px;
	height: 85px;
	padding: 5px 5px 5px 10px;
}
#latest_tweet small, #latest_tweet a {
	color: #7bd04a;
}

.loading {
	background: url('../images/ajax-loader.gif') center no-repeat;
	height: 60px;
} 

/*  -------------------------- Twitter API */

/* Footer */

#footer {
	width: 1000px;
	height: 55px;
	margin: 0 auto;
	background: #333;
	border-top: 1px solid #000;
}

#footer p {	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: smaller;
	color: #360; }

#footer a {	color: #000; }
#footer a:hover {	color: #9c3; }