/** div where favorite comics are shown */
#comic_favorites{
	/*min-height: 170px;*/
}
.comic_title{
	text-indent: 15px;
	margin: 5px 5px 20px 5px;
	font-size: 2em;
	font-weight: bold;
}
/** link in the main page */
.comic_link_div{
	float: left;
	width: 120px;
	height: 170px;
	margin: 5px 15px;
	text-align:center;
}
.comic_thumb{
	width: 100px;
	height: 100px;
	margin: 5px auto 0px auto;
	padding-bottom: 5px;
	text-align: center;
	overflow: hidden;
}
.comic_name_link{
	height: 30px;
	padding: 2px;
}
.c_fav_link{
	text-align: center;
}
.updated{
	background: #EEEEEE;
}
.unread_comic{
	border: 1px solid #000000;
	height:168px;
	width:118px;
}
/** style for the comic image */
.comic_panel {
    /*width: 680px;*/
	max-width: 680px;
} 
/** div encapsulating the individual comic */
.comic {
    margin: 5px 0 10px 0;
} 
/** date above the comic image */
.comic_date {
    font: 14px bold sans-serif;
} 
/********* random comic  *********/
#random_comic_div{
	position: absolute;
	top: 10px;
	right: 10px;
	min-height: 200px;
	min-width: 300px;
	border: #000000 1px solid;
	padding:2px;
	background-color: #FFFFFF;
	z-index: 999;
}
/***** used for misc notices **********/
.comics_notice {
    margin: 10px;
	padding: 5px;
	font-size: 1.1em;
	text-align: center;
	background: #EEEEEE;
}

/** chooser (archive) **/
#c_chooser{
	margin: 10px;
}
.c_chooser_element{
	float: left;
	padding: 3px;
}

.clear{
	clear: both;
}
