/*  
Theme Name: Most Excellent Journey 
Theme URI: http://www.mostexcellentjourney.com
Description: A first attempt at themeing.
Version: 1.0
Author: Lisa
Author URI: http://www.hornenee.com/
*/

a:link, a:visited{
	text-decoration: none;
	color: #4878C0;
}

a:hover{
	text-decoration: underline;
}

p{
	padding: 10px 0 0 0;
}

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000000;

}

body, h1, h2, h3, h4, h5, h6, blockquote, address, dd, dl, hr, form p{
	margin: 0;
	padding: 0;
}

h1{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

h2{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
}


#wrapper{
	margin:0 auto 0 auto;
	width: 750px;
	text-align: left;
}

#container{
	float: left;
	width: 500px;
}

/*MAIN MENU BAR*/
.other-menu, .home-menu{
	color: #006EC6;
	background-color: #ffffff;
}

div.other-menu{
	padding: 10px 0;
	width: 250px;
	float: left;
}

div.other-menu a{
	padding: 5px 10px;
}

div.other-menu a:link, div.other-menu a:visited{
	color: #4878c0;
	background-color: #D8F0F0;
	height: 90%;
	width: 90%;
	display: block;
}

div.other-menu a:hover{
	color: #ffffff;
	background-color: #4878c0;
	text-decoration: none;
}

.other-menu .big-link{
	font-size: 200%;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
}

/*MAIN PAGE*/
div.mainpage-content{
	width: 48%;
	float: left;
	padding: 5px;
	border-right: 1px solid #999999;
}

div.mainpage-content p{
	padding: 0;
}

div.mainpage_flickr{
	clear: both;
	border-top: 1px solid #999999;
	padding: 0;
}

div.flickr-visit{
	float:right;
}

div.home-menu{
	padding: 10px;
	width: 230px;
	float: left;
}

div.home-menu a{
	padding: 5px 10px;
}

div.home-menu a:link, div.home-menu a:visited{
	color: #4878c0;
	background-color: #D8F0F0;
	height: 90%;
	width: 90%;
	display: block;
}

div.home-menu a:hover{
	color: #ffffff;
	background-color: #4878c0;
	text-decoration: none;
}

.home-menu .big-link{
	font-size: 200%;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
}

.home-menu .small-link{
	color: #000000;
	padding: 0 15px 0 25px;
}

/*MAPS*/
div.maps-content{
	padding: 5px;
}

div.maps-content-map{
	text-align: center;
}

div.maps-content p{
	padding: 0;
}

.map-description{
	width: 540px;
	padding: 10px 0;
	margin: 0 auto;
	text-align: justify;
}

.big-link{
	font-size: 130%;
	font-weight: bold;
}

.map-link{
	width: 600px;
	margin: 0 auto;
	text-align: right;
}


/*FOLLOW US*/
.action-text{
	font-size: 150%;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
}


/*SIDEBAR*/
.sidebar{
	float: left;
	width: 220px;
	background: #ffffff;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 0 14px 0 10px;
	display: inline;
}
.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
.sidebar ul li{
	padding: 10px 0 10px 0;
}
.sidebar ul li h2{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 16px;
}
.sidebar ul ul li{
	padding: 0;
}

/*TAG CLOUD*/
div.tag_cloud a:link, div.tag_cloud a:visited{
	text-decoration: none;
}
div.tag_cloud a:hover{
	text-decoration: underline;
}

div.tag-cloud{
	float: left;
	padding: 5px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
text-align:justify;
}

div.tag-cloud a{
	padding: 5px;
}

/*COMMENTS*/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/*POST*/
.post{
	padding: 10px 10px 10px 0;
}
.post h2{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 18px;
}

.post img{
	border: none;
	margin: 3px;
}

.entry{
	line-height: 20px;
}

p.postmetadata{
	border-top: 1px solid #cccccc;
	margin: 10px 0 0 0;
}

.navagation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}


#footer{
	clear: both;
	padding-bottom: 10px;
	border-top: 1px solid #999999;
}
#footer p{
	line-height: 18px;
}

