@charset "utf-8";


/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/*Removes underline and color from links*/
a { color: inherit; text-decoration: none; outline:none; }

body {
	font: 12px/18px "Lucida Grande", Verdana, Arial, sans-serif;
	color: #333;
	background-color: #c7c7c7;
	margin-bottom: 30px;
}

em {
	font-style: italic;
}


/*
a { 
	color: #83b300;
}

a:hover {
	text-decoration: underline;
}
*/


a {
	color: #666;
	border-bottom: 1px dotted #999;
}

a:hover {
	color: #000;
	border-bottom: 1px solid #333;
}

#header-wrap {
	
}

#header {
	background-color: #5e5e63;
	float: left;
	width: 760px;
	position: relative;
	margin: 0 auto;
}
	
	#logo {
		float: left;
		padding: 20px 30px;
		
	}
	
	#logo h1 a {
		background: url("../images/logo.gif") no-repeat top left;
		text-indent: -9999px;
		height: 50px;
		width: 230px;
		display: block;
		border: 0;
	}

	#logo h1 a:hover {
		background: url("../images/logo.gif") no-repeat 0 -50px;
	}
	
	#logo.login {
		background-color: #5e5e63;
		width: 480px;
		float: none;
		position: relative;
		left: -20px;
		top: -20px;
	}
	
ul#nav {
	margin: 0 auto 0 auto;
	position: absolute;
	bottom: 0px;
	right: -5px;
}


ul#nav li {
	background: transparent url("../images/navbg_left.gif") no-repeat left top;
	float: left;
	margin: 0 10px 0 0;	
	padding:0 0 0 9px;
}

ul#nav li a {
	color: #c7c7c7;
	background: transparent url("../images/navbg_right.gif") no-repeat right top;
	margin: 0;
	border: 0;
	display: block;
	padding:5px 15px 4px 6px;
}

ul#nav li a:hover {
	text-decoration: none;
	color: #fff;
	}
	
ul#nav li.sel {
	background: url("../images/navbg_left_on.gif") no-repeat left top;
	}
	
ul#nav li.sel a {
	background: url("../images/navbg_right_on.gif") no-repeat right top;
	color: #5e5e63;
	}
	
	
ul#nav li.sel a:hover {
	}

#auth {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 50;
}

#auth a {
	border: 0;
}

#logout {
	float: right;
	z-index: 50;
	font-size: 9px;
}	

	#logout a {
		font-weight: bold;
		border: 0;
		color: #c7c7c7;
	}
	
	#logout a:hover {
		color: #fff;
	}

#auth .fb_loggedin, #auth .fb_notloggedin {
	float: right;
	z-index: 50;
	margin-left: 10px;
}

.fb_loggedin, .fb_notloggedin {
	display: none;
}

#container { 
	width: 760px;
	/* margin: 40px auto; */
	margin: 30px auto 10px auto;
	background-color: #fff;
	border: 15px solid #414346;
	position: relative;
}

#content {
	clear: both;
	padding: 30px;
	width: 700px;
	position: relative;
}

	#content h2 {
		font: 30px/45px "Georgia", serif;
	}
	
	#content p {
		font: 12px/18px "Georgia", serif;
	}
	
	#content p.newschedule {
		float: right;
		margin-bottom: 20px;
	}
	
	#welcome p {
		font: 30px/45px "Georgia", serif;
		
	}


a.button {
    background: transparent url('../images/button_a.gif') no-repeat scroll top right;
    color: #666;
    font: 10px "Lucida Grande", Verdana, Arial, sans-serif;
    display: block;
    float: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    border: 0;
}

a.button span {
    background: transparent url('../images/button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 4px 0 6px 18px;
}


a.button:hover {
    color: #000; 
}


a.button:active {
    background-position: bottom right;
    color: #000; 
}

a.button:active span {
    background-position: bottom left;
    padding: 5px 0 5px 18px; /* push text down 1px */
} 



	
#footer {
	clear: both;
	width: 790px;
	margin: 0 auto;
	font-size: 10px;	
}

#footer p {
	font-style: italic;
}

#footer a {
	font-weight: bold;
	color: #333;
}

#footer ul li {
	display: inline;
}


.schedule {
	background-color: #d3d3d3;
	width: 700px;
	margin: 30px auto;
	clear: both;
}

.classes {
	background-color: #d3d3d3;
	width: 700px;
	margin: 0 auto;
}


.schedule table {
	position: relative;
	top: -4px;
	left: -4px;
	border: 1px solid #9fa0a2;
	background-color: #fff;
	width: 700px;
	color: #333;
	font-weight: bold;
}

	.schedule table tr.alt {
		background-color: #f7f7f7;
	}
	
	.schedule table th, .schedule table td {
		text-align: center;
		padding: 3px 0;
		width: 120px;
	}
	
	.schedule table th {
		font-weight: bold;
		
		color: #333;
	}
	
	.schedule table td.date, .schedule table th.date {
		color: #999;
		font-weight: normal;
	}

.classes ul {
	position: relative;
	top: -4px;
	left: -4px;
	margin: 30px 0;
	padding: 0 15px;
	border: 1px solid #9fa0a2;
	background-color: #fff;
}

	.classes li {
		list-style-type: disc;
		list-style-position: inside;
		margin: 10px 0;
		font-size: 20px;
	}
	
	.classes li h3 {
		color: #333;
		font-size: 12px;
		line-height: 18px;
		display: inline;
	}
	
	.classes li p {
		color: #666;
		font-size: 10px;
		line-height: 15px;
		margin: 0 0 0 21px;
	}
	

	
	

td._0 { background-color: #bdde5d; }
td._1 { background-color: #f26d7d; }
td._2 {	background-color: #ffea00; }
td._3 { background-color: #448ccb; }
td._4 {	background-color: #fbaf5d; }
td._5 { background-color: #bda0d9; }

li._0 { color: #bdde5d; }
li._1 { color: #f26d7d; }
li._2 { color: #ffea00; }
li._3 { color: #448ccb; }
li._4 { color: #fbaf5d; }
li._5 { color: #bda0d9; }







ul#scheduleList, ul#classList {
	margin: 18px 0;
	padding: 0px;
	border-top: 1px solid #c9c9c9;
	clear: both;
}

ul#scheduleList h3 {
	font: bold 14px/21px "Georgia", serif;

}

ul#scheduleList li, ul#classList li {
	clear: both;
	padding: 9px 9px 18px 9px;
	border-bottom: 1px solid #e4e4e4;
}

ul#scheduleList li.alt, ul#classList li.alt {
	background: #f5f5f5;
}

ul#scheduleList .publicurl.hidden {
	display: none;
}

a.edit {
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(../images/pencil.png) no-repeat top left;
	height: 16px;
	width: 16px;
	margin-left: 10px;
	border: none;
}


a.delete {
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(../images/delete.png) no-repeat top left;
	height: 16px;
	width: 16px;
	margin-left: 10px;
	border: none;
}

div.toggleActive, div.togglePublic {
	float: left;
	margin-left: 10px;
	width: 40px;
	text-align: center;
}

div.toggleActive label, div.togglePublic label, form.themeList label {
	display: block;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
}

form.themeList {
	padding-top: 5px;
}

div.toggleActive input, div.togglePublic input {
}

a.delete, a.edit {
	margin-top: 20px;
}


ul#classList {
	clear: both;
	position: relative;
}



ul#classList li p{
	color: #666;
}

div.editClass, div.editSchedule {
	float: right;
	
}

	div.editSchedule form.themeList {
		margin-left: 10px;
		float: left;
	}
	
	div.editSchedule form.themeList select {
		font-size: 10px;
	}

p.newClass, p.newTheme, p.newSchedule {
	float: right;
	margin-bottom: 20px;
}

div#colorpicker {
	display: none;
	position: absolute;
	background: #fff;
	right: 0px;
	top: 40px;
	margin: 0 20px;
	padding: 0  20px 40px 60px;
	z-index: 40;
}

p.metadata {
	font: italic 11px/16px Georgia, "Times New Roman", Times, serif;
}

	p.metadata a {
		font-style: normal;
	}
	
.numComments {
	background: url(../images/comment.png) no-repeat 0 50%;
	padding-left: 18px;
	font-size: 12px;
}

.category {
	background: url(../images/page_white.png) no-repeat 0 50%;
	padding: 2px 0 2px 24px;
	font-size: 12px;
	margin-right: 12px;
}

.post, .comment {
	clear: both;
	border-top: 1px solid #ccc;
	padding-top: 12px;
	width: 600px;
	margin-bottom: 24px;
}

	.post p {
		margin-bottom: 12px;
	}

.date {
	float: left;
	width: 120px;
}

	.date p {
		font-size: 10px;
		background: url(../images/calendar.png) no-repeat 0 50%;
		padding-left: 24px;
	}

.entry {
	float: right;
	width: 450px;
	margin-bottom: 24px;
}

.comment {
	margin-top: 24px;
	position: relative;
}


.comment .delete {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}


#sidebar h4 {
	font: bold 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

	#sidebar ul {
		margin: 6px 0 24px 0px;
		font-size: 11px;
	}
	
	#sidebar ul li {
		background: url(../images/bullet_black.png) no-repeat 0 50%;
		padding: 2px 0 2px 18px;
	}

.manageCategories h3 {
	border-top: 1px solid #ccc;
	padding-top: 12px;
	width: 600px;
	margin-bottom: 24px;
}

.manageCategories table {
	margin-bottom: 24px;
	text-align: left;
}

.manageCategories td {
	width: auto;
	padding: 6px;
	margin: 0;
	text-align: left;
}

.editableOver {
	background-color:#FEFDE2;
}

a.jquery_hide
{
	display: none;
	border: 5px solid red;
}
