/*
----------------------------------------------------------------

screen.css
Make My Calendar Front End Styles
http://www.makemycalendar.net
updated: September 21, 2011

a Make My Plugin project
copyright 2011 Toby Cryns
http://www.themightymo.com
this may not be re-distrubited without the
express written permission of the author.

----------------------------------------------------------------
*/

.makemycalendar-basic-widget-title {  }
.makemycalendar-ul li {
	padding-bottom: 1em;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 1em;
}

/* =Grid Layout
-------------------------------------------------------------- */

.mmc-grid {
	border-left: 1px solid #999;
}

.mmc-grid-row { 

}

.mmc-grid-day {
	height: 100px;
	font-size: 11px;
	position: relative;
	vertical-align: top;
}

.mmc-grid-day {
	height: 80px;
}

.current-day {
	background: #eee;
}

.mmc-grid-day-np {
	background: #ccc;
	min-height: 80px;
}

.mmc-grid-day-np {
	height: 80px;
}

.mmc-grid-day-head {
	background: #ccc;
	font-weight: bold;
	text-align: center;
	width: 120px;
	padding: 5px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}

.mmc-date {
	background: #000;
	padding: 5px;
	color: #fff;
	float: right;
	font-weight: bold;
	margin: 0;
	width: 20px;
	text-align: center;
}

.mmc-grid-day,
.mmc-grid-day-np {
	width: 120px;
	padding: 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

#mmc-grid-nav {
	text-align: center;
}

/* =Mini Grid Layout
-------------------------------------------------------------- */
#mmc-mini-grid .mmc-grid-day {
	padding: 0;
}

#mmc-mini-grid .mmc-date {
    background: none;
    color: #ccc;
    float: none;
	font-size: 32px;
    font-weight: bold;
	line-height: 80px;
    height: inherit;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

#mmc-mini-grid a.thickbox {
    background: none;
    color: #000;
	display: block;
    height: inherit;
    margin: 0;
    padding: 0;
    width: 100%;
	text-decoration: none;
}

#mmc-mini-grid a:hover.thickbox {
    background: #000;
    color: #fff;
	text-decoration: none;
}

#mmc-mini-grid .mmc-posts {
	display: none;
}

#TB_window #TB_ajaxContent {
    padding: 10px 15px 15px;
}