/* CSS Reset ------------------------------- */
body, h1, h2, h3, p, ul, li,
header, nav, article, section, dialog, figure, aside, footer {
	border:0;
	margin:0;
	padding:0;
	font-size:100%;
}

html, body, h1, h2, h3, section, header, aside, footer, nav, article, p, ul, li, ol, dl, dt, dd {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}


/* Standard Stuff -------------------------- */

body {
	background-color: white;
	font-family: "republic-web-1","republic-web-2", Georgia, serif;
	padding: 30px;
	color: black;
	font-size:14px;
	/*text-shadow: 0 0 1px rgba(0,0,0,.10);*/
}

h1, h2, h3 {
	font-family: "comenia-sans-web-1","comenia-sans-web-2", Helvetica, sans-serif;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:18px;
	margin-bottom: 10px;
}

h3 {
	font-size:14px;
}

a:link, a:visited{
	color: rgb(92,92,92);
}
a:hover {
	color: black;
}

/* Structure ------------------------------- */


#content {
	margin: 0 auto; 
	position: relative;
	width: 900px;
	
}	


/* Header ---------------------------------- */

header h1 a {
	background: url(images/logo.png) no-repeat;
	display: block;
	height: 68px;
	position: relative;
	text-indent: -999px;
	width: 100%;
}

header p {
	font-size: 28px;
	margin: 25px 0;
	line-height: 38px;
}


/* Info Column ------------------------ */

#info {
	width: 425px;
	float: left;
	margin-right: 25px;
}


/* Articles --------------------------- */

article {
	margin-bottom: 20px;
}

/* Promoted Article --------------------------- */


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


.promoted ul li {
	font-size: 22px;
	line-height: 30px;
}

.promoted ul li a {
	font-style: italic;
}


/* Photo Article --------------------------- */

.photo {
	width: 178px;
	margin-right: 15px;
	float: left;
}

.photo h2 {
	display:none;
}


/* Other Places --------------------------- */

.otherplaces li {
	margin-bottom: 2px;
	font-family: "comenia-sans-web-1","comenia-sans-web-2", Helvetica, sans-serif;
}

.otherplaces a {
	text-decoration: none;
}

.otherplaces a:hover {
	text-decoration: underline;
}

.otherplaces a img {
	
}

/* News --------------------------- */

.news {
	clear: both;
}

.news ul {
	margin: 20px 0 10px 20px;
}

.news li {
	margin-bottom: 10px;
	list-style: disc;
	list-style-position: outside;
	margin-right: 10px;
	display: list-item;
}

.news .date {
	font-family: "comenia-sans-web-1","comenia-sans-web-2", Helvetica, sans-serif;
	color: rgb(160,160,160);
	font-size: 12px;
}

/* Lifestream --------------------------- */

#lifestream {
	width: 425px;
	float: left;
	padding-left: 24px;
	border-left: 1px solid rgb(160,160,160);
}
		
		
/* Friendfeed Widget ---------------- */

.friendfeed .logo img { 
	display: none; 
}

.friendfeed.widget {
	margin-top: 20px !important;
	border: 0px !important;
	font-family: "republic-web-1","republic-web-2", Georgia, serif !important;
}

.friendfeed.widget, .friendfeed .feed, .friendfeed .icon, .friendfeed .body, .friendfeed .summary, .friendfeed .cluster, .friendfeed .entry, .friendfeed .title, .friendfeed .info, .friendfeed .published, .friendfeed .media, .friendfeed .container {
	background-color: transparent !important;
}

.friendfeed .bottom { 
	display: none; 
}		

.friendfeed a {
	color: rgb(92,92,92) !important; 
}		

.friendfeed .summary {
	font-family: "comenia-sans-web-1","comenia-sans-web-2", Helvetica, sans-serif !important;
}

.friendfeed .summary a {
	color: black !important;
}

.friendfeed .info {
	font-family: "comenia-sans-web-1","comenia-sans-web-2", Helvetica, sans-serif !important;
	font-size: 10px !important;
}
	
	
/* Flickr badge ------------------------- */

.flickr_badge_image img {
	float: left;
	padding: 5px 5px 0 0;
}	
		

/* Footer ------------------------------ */

footer {
	color: #5d5d5d;
	clear: both;
	margin: 0 auto;
	width: 900px;
	text-align: center;
	padding-top: 80px;
}	


/* Share on Facebook -------------------- */

#facebooklike {
	position: absolute;
	top: 20px;
	right: 20px;
	border:none; 
	overflow:hidden; 
	width:80px; 
	height:21px;

}






