@font-face {
	font-family: font1;
	src: url('/embed/fonts/EnchantedPrairieDog.ttf');
}

@font-face {
	font-family: font2;
	src: url('/embed/fonts/Fely.otf');
}

/* -------------------------------------------------------------- 
   global
-------------------------------------------------------------- */

body {
	background: url(/images/diaries/2009-summer/css/bg.gif) repeat-x;
	color: #28780A;
}

.container {
	margin-top: 20px;
}

a {
	color: #DB317E;
}

img {
	-moz-box-shadow: 1px 1px 11px #A9CD77;
	-webkit-box-shadow: 1px 1px 11px #A9CD77;
	box-shadow: 1px 1px 11px #A9CD77;			
}

/* -------------------------------------------------------------- 
   branding
-------------------------------------------------------------- */

#branding {
	margin-bottom: 50px;
	position: relative;
}

#branding h1 {
	font-size: 40px;
	letter-spacing: 1px;	
	font-family: font1,  "Warnock Pro", "Baskerville", "Goudy Old Style","Palatino","Book Antiqua",serif;
	text-shadow: 1px 1px 1px #ccc;
	margin: 5px 0 10px 0;
	color: #5E9510;
	position: relative;
	width: 590px;
	height: 70px;
	text-indent: -9999px;
}


#branding h1 span {
	position: absolute;
	background: url(/images/diaries/2009-summer/css/h1.png);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#branding h1 a {
	text-decoration: none;

}


#branding h2 {
	font-size: 23px;
	letter-spacing: 1px;	
	font-family: font2, times, serif;	
	text-shadow: 1px 1px 1px #ccc;
	color: #B5CE09;
	margin: 0 0 0 55px;
}

#branding p {
	margin-left: 55px;
	float: right;	
}

#nav_paginate {
	float: right;
	margin-top: -60px;
	height: 60px;
}

#nav_paginate li {
	margin-left: 30px;

}

#nkt-ikbu {
	position: absolute;
	top: 5px;
	right: 0;	
	font-size: 13px;
}

#nkt-ikbu a {
	color: #5E9510;
	text-decoration: none;
	text-shadow: 1px 1px 1px #CAB77F;	
}


#nav_paginate a {
	text-decoration: none;
	font-size: 12px;
	text-shadow: 1px 1px 1px #CAB77F;
	letter-spacing: .1em;
	float: none;
	display: inline;	
}

#nav_paginate h3 {
	font-size: 23px;
	letter-spacing: 1px;	
	font-family: font2, times, serif;	
	text-shadow: 1px 1px 1px #ccc;
	color: #28780A;
	text-transform: capitalize;
}

li.prev {
	text-align: right;
}
li.next {
	text-align: left;
}

/* -------------------------------------------------------------- 
   calendar
-------------------------------------------------------------- */

.day_box {
	position: relative;
	height: 200px;
	margin-bottom: 30px;
}

.day_box a {
	text-decoration: none;
}

dl.date {
	float: left;
	margin: 0 10px -29px 0;
	text-shadow: 1px 1px 1px #999;
	border: 1px solid #8B0000;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	border-radius-topleft: 5px;
	border-radius-bottomright: 5px;		
	text-align: center;
	background-color: #8B0000;
	font-size: 11px;
	font-weight: bold;
	width: 35px;
	z-index: 100;
	position: absolute;
	bottom: 37px;
	right: 40px;
	box-shadow: 1px 1px 11px #5E9510;	
}


dl.date dd {
	margin: 0;
	padding: 0px 8px;	
	background-color: #fff;	
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	border-radius-topleft: 5px;		
	color: #333;
			
}

dl.date dt {
	color: #fff;
	padding: 0px 8px;
}

.day_box img:hover {
	-moz-box-shadow: 1px 1px 11px #5E9510;
	-webkit-box-shadow: 1px 1px 11px #5E9510;
	box-shadow: 1px 1px 11px #5E9510;		
}

.day_box h3 {
	letter-spacing: .3px;
	font-size: 13px;
}

.day_box h3 em {
	text-transform: capitalize;
	margin-left: 10px;
}

.day_box a:hover {
	text-decoration: underline;
}

/* -------------------------------------------------------------- 
   nav main
-------------------------------------------------------------- */

#nav_main {
	margin: 10px 0;
	padding: 8px;
	font-size: 14px;
	clear: both;
	border-top: 2px solid #E4F8AD;
	border-bottom: 2px solid #E4F8AD;
	background: url(/images/diaries/2009-summer/css/flower.jpg) no-repeat;
	height: 200px;
}

#nav_main strong {
	text-shadow: 1px 1px 1px #ccc;	
}

#nav_main a:hover {
	text-decoration: underline;
}

#nav_main a {
	text-decoration: none;
	text-shadow: 1px 1px 1px #CAB77F;	
}

#nav_main li {
	margin-right: 25px;
}

#nav_main ul.week_one {
	margin-right: 20px;
	float: none;	
}

#nav_main ul.week_two {
	float: right;		
	margin-top: 40px;
}

#nav_main a.current {
	font-size: 30px;
	font-family: font1, georgia;
	font-style: italic;
	margin-top: -10px;
	background-color: #ECF4CE;
	text-shadow: 1px 1px 1px #CAB77F;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;				
}


/* -------------------------------------------------------------- 
   content
-------------------------------------------------------------- */

#feature_video {
	width: 640px;
	margin: -20px auto 20px auto;
	text-align: center;
}

#feature_video h2 {
	margin-bottom: 10px;
}

p.feature {
	font-size: 13px;
}

p.feature:first-letter {
	font-size:6em;
	line-height:0.75em;
	float:left;
	margin-right:0.1em;
	font-family: font1, "Warnock Pro", "Baskerville", "Goudy Old Style","Palatino","Book Antiqua",serif;
	font-weight:bold;
	font-style:normal;
	text-shadow: 1px 1px 1px #eee;	
}

p.feature:first-line {
	
	font-size:1.3em;
	line-height:1em;
	font-style:normal;
}

h3 {
	text-transform: uppercase;
	font-size: 13px;
}

p.interview:first-line {
	font-size:1.3em;
	line-height:1em;
	font-style:normal;
}

#video {
	-moz-box-shadow: 1px 1px 15px #ccc;	
	-webkit-box-shadow: 1px 1px 15px #ccc;
	box-shadow: 1px 1px 15px #ccc;				
	width: 640px;
	xheight: 480px;
	margin-bottom: 20px;	
}

.teaching {
	display: none;
}

.zoom img {
	-moz-box-shadow: none;
}

a.zoom {outline: none;}

/* -------------------------------------------------------------- 
   site info
-------------------------------------------------------------- */

#site_info {
	margin: 20px auto 20px auto;
	padding-bottom: 60px;
	background: url(/images/diaries/2009-summer/css/logo.gif) no-repeat bottom center;
}


#sites {
	margin-top: 30px;
	text-align: center;
}

#site_info  a {
	text-decoration: none;
}

#site_info h3 {
	text-transform: lowercase;
}

a[id='admin_link'] {position: fixed; width:100%; bottom: 0px; right: 0px; background-color: #fff; text-align: center; border-top: 1px dashed #ddd;}
#admin_link:hover {opacity: 1;}