/*************************************
   WELCOME TO THE CUSTOM STYLESHEET
--------------------------------------
              style.css
        BlueTrip CSS Framework
    Put your custom styles in here.
***************************************/

/**************************************/
/*           COLOR SCHEME             */
/**************************************
- black		#000
- white		#fff
-           #
-           #
-           #
***************************************/
.black {
	color: #000;
}

.white {
	color: #FFF;
}

/**************************************/
/*              GLOBALS               */
/**************************************/


/**************************************/
/*              HEADER                */
/**************************************/



/**************************************/
/*             NAVIGATION             */
/**************************************/
.widget {
		display:block;
        margin:0px auto;
}

.tweet {
	margin-top: 5px;
}

.flickr_photo {
		  display:inline;
          margin:0;
          padding:0;
}

.nav_menu a{
	color: #000;
	text-decoration: none;
}

.nav_menu a:hover {
	text-decoration: none;
}




/**************************************/
/*            MAIN CONTENT            */
/**************************************/
.post_title {
	color: #000;
	font-size: 18px;
	font-weight: bolder;
}

.original_link a {
	font-size: 14px;
	text-decoration: none;
	color: #666;
}

.post a{
	background:none !important; padding:0 !important; margin:0 !important;
}

.posterous_quote_citation {
	color: #666; font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; font-style: italic; font-weight: normal; 
}


/**************************************/
/*               FOOTER               */
/**************************************/
.footer {
	background-color: #000;
	color: #FFF;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.footer_link a{
	color: #FFF;
	text-decoration: none;
}

.contact_form a{
	color: #FFF;
	text-decoration: none;
}

.footer_contact {
	
	margin-top: -5px;
}

.sitemap, .sitemap a{
	color: #666;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
}

.copyright, .copyright a{
	color: #666;
	text-align: center;
	font-size: 8px;
	text-decoration: none;
}
