body {
	font-family: Georgia;
	color: #43200a;
	background: #fff5de url(../images/flag-bg.jpg) repeat-x scroll center top;
	padding: 40px 0;
}

h1, h2, h3 {
	font-family: Helvetica;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 16px;
	margin: 5px 0px;
	padding: 0px;
}

img {
	border: none;
}



a, a:visited {
	color: #43200a;
}


.clearer {
	clear: both;
}


ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

blockquote {
	background: #fff;
	margin: 0;
	padding: 20px;
	font-size: 13px;
}

#main {
	margin: 0px auto;
	width: 960px;
	position: relative;
	background: #ffefce url(../images/page-bg-top.jpg) no-repeat scroll 15px 15px;
}

#footer {
	height: 95px;
}


#main .content {
	background: transparent url(../images/page-bg.jpg) repeat-y scroll 15px 0px;
	padding: 30px 50px 30px 50px;
}
#main .header {
	height: 15px;
}
#main .footer {
	height: 15px;
}


#top {
	margin-bottom: 20px;
}


#headline {
	width: 356px;
	height: 349px;
	text-indent: -9999px;
	background: transparent url(../images/headline.gif) no-repeat scroll left top;
	
	float: left;
	overflow: hidden;
}
#headline img {
	margin-top: 350px;
}


#main-content {
	width: 560px;
	float: left;
	display: block;
}
#right {
	width: 260px;
	float: right;
	display: block;
}






.content {
	padding: 15px 15px;
}


h1 {
	font-size: 26px;
	text-transform: uppercase;
}



/* ! Forms  */
/* --------------------------------------------------------------------------------- 
 */
label {
	display: block;
	font-size: 13px;
}
input {
	width: 250px;
	padding: 4px 5px;
}

input, textarea {
	border: 3px solid #dcd0b8;
	background-color: #ffefce;
	margin: 2px 0;
}

button {
	border: 3px solid #dcd0b8;
	background-color: #dcd0b8;
	padding: 4px 5px
}


form .alert {
	font-size: 12px;
}



/* ! Map  */
/* --------------------------------------------------------------------------------- 
 */

#map_container {
	width: 460px;
	background-color: #ffefce;
	/* padding: 10px; */
	overflow: hidden;
	float: right;
}
#map {
	display: block;
	width: 100%;
	height: 360px;
}



/* ! blog  */
/* --------------------------------------------------------------------------------- 
 */
#blog-roll {
	/* width: 600px; */
}
#blog-roll a {
	text-decoration: none;
}
#blog-roll a:hover,
#blog-roll a:active {
	text-decoration: underline;
}

.post {
	border-bottom: 1px dotted #cfcab9;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.post h3 {
	font-size: 20px;
}

.post .postbody {
	margin-bottom: 10px;
}

.post a.more {
	text-align: right;
	display: block;
}

.meta {
	font-size: 12px;
	
}


/* ! Comments  */
/* --------------------------------------------------------------------------------- 
 */
 
.comment-count {
	padding-left: 20px;
	background: transparent url(../images/comment.png) no-repeat scroll left center;
}

#comments ul {
}
#comments li {
	margin-bottom: 15px;
}
#comments li .meta {
}
#comments li .body {
	padding: 25px 10px 10px 10px;
	font-size: 13px;
	background: #dcd0b8 url(../images/comment-bg.jpg) no-repeat scroll left top;
}

#comments form {
	border-top: 1px dotted #cfcab9;
	padding-top: 15px;
}
#comments form textarea {
	padding: 5px;
	width: 544px;
	height: 80px;
}



/* ! Right Paper  */
/* --------------------------------------------------------------------------------- 
 */
#right .paper {
	background: transparent url(../images/right-paper-top.png) no-repeat scroll left top;
	padding: 8px 0 0 0;
}
#right .paper .footer {
	height: 40px;
	background: transparent url(../images/right-paper-bottom.png) no-repeat scroll left bottom;
}
#right .paper .body {
	padding: 16px;
	margin: 0 8px;
	border-right: 1px solid #ece9e0;
	border-left: 1px solid #ece9e0;
}
#right .paper h2 {
	margin: 0 0 5px 0;
	padding: 0;
	/* font-size: 18px; */
}


/* Right Side */
/*
#right p {
	padding: 0 12px;
	font-size: 12px;
}
*/
#right .note {
	font-size: 12px;
	margin: 0 8px 8px 8px;
	padding: 20px 10px 10px 10px;
	background: #ffefce url(../images/note-bg-top.jpg) no-repeat scroll left top;
}
#right .note h5 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}



/* ! Flickr Banners  */
/* --------------------------------------------------------------------------------- 
 */
#flickr_banners {
	position: relative;
	overflow: hidden;
	height: 216px;
	padding: 12px;
	background: transparent url(../images/right-pic-flickr-bg.png) no-repeat scroll left top;
}
#flickr_banners .banner {
	position: absolute;
	width: 236px;
	height: 176px;
	overflow: hidden;
	background-color: #000;
}
#flickr_banners .banner img {
	display: block;
	margin: 0px auto;
}

#flickr_banners .info {
	visibility: hidden;
	position: absolute;
	bottom: 12px;
	z-index: 40;
	background-color: #fffcf0;
	font-family: Helvetica, verdana;
	padding: 0;
}
#flickr_banners .author {
	font-size: 12px;
	display: block;
}


/* ! Show LIst  */
/* --------------------------------------------------------------------------------- 
 */
.show-list li {
	margin-bottom: 10px;
	clear: both;
	font-size: 12px;
}
.show-list li h4 {
	margin: 3px 0;
	font-size: 14px;
}
.show-list li h4 a,
#right a {
	text-decoration: none;
}
.show-list li h4 a:hover,
#right a:hover {
	text-decoration: underline;
}
.show-list li .location {
	float: right;
}



/* ! Recent Posts  */
/* --------------------------------------------------------------------------------- 
 */
#recent_posts li {
	margin-bottom: 10px;
}
#recent_posts h4 {
	margin: 0;
}
#recent_posts li h4 a {
	text-decoration: none;
}
#recent_posts li h4 a:hover {
	text-decoration: underline;
}



/* ! Members  */
/* --------------------------------------------------------------------------------- 
 */
 
.member {
	margin-bottom: 15px;
}
.member h4 {
	margin: 0;
	font-size: 20px;
	text-align: center;
}
.member .photo {
	padding: 12px;
	background-image: url(../images/right-pic-bg.png);
}
.tweet {	
	padding: 20px 10px 10px 40px;
	margin: 8px;
	font-size: 12px;
	background: #ffefce url(../images/twitter-bg-top.jpg) no-repeat scroll left top;
}

.tweet .name {
	display: block;
	font-weight: bold;
}





/* ! Google Info Window  */
/* --------------------------------------------------------------------------------- 
 */
.google-info-window {
	font-size: 12px;
	max-width: 350px;
}
.google-info-window h4 {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.google-info-window .date {
	font-weight: bold;
	font-size: 14px;
}
.google-info-window p {
	margin: 3px 0;
}



/* ! Right side components  */
/* --------------------------------------------------------------------------------- 
 */
#subscribe {
	margin-bottom: 15px;
}
#subscribe p {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
#subscribe input {
	display: block;
	float: left;
	width: 140px;
}
