/* --------------------------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Main Structure <<<------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------*/

#cf-site {
	background-color: #fff;
	font-family: arial, 'Trebuchet MS', 'Lucida Grande', Geneva, arial, sans, verdana;
}

#cf-main {
	width: 955px;
	text-align: left;
}

#cf-logo {
	text-align: right;
	background: #fff url(../../img/cf_logo.jpg) no-repeat center left;
	height: 90px;
}

#cf-header {
	text-align: left;
	background: #1b7fdf url(../../img/cf_header.jpg) no-repeat;
	width: 100%;
	height: 98px;
}

/* --------------------------------------------------------------------------------------------------------------------------------*/
/* ---------->>> General App CSS <<<-----------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------*/

#left-box { float: left; }

#right-box { float: right; }

h2 { margin: 0px; padding: 0px; font-weight: normal; }

hr.thinline {
	padding: 0px;
	margin: 0px;
	border: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: 1px #e4e4d6 solid;
}

/* --------------------------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Message Box Structure <<<-----------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------*/

#cf-msg {
	margin: 0px;
	padding: 0px;
  	font-size: 10px;
  	background: #464540 url(../../img/cf_alert.jpg) repeat-x;
  	font-weight: bold;
  	height: 28px;
  	padding-left: 5px;
  	text-align: left;
}

#cf-msg h2 {
	background: url(../../img/notice.gif) no-repeat left bottom;
	font-size: 11px;
  	font-weight: normal;
  	color: #fff;
  	padding-top: 6px;
  	text-indent: 25px;
}

#cf-alert {
	margin: 0px;
	padding: 0px;
  	font-size: 10px;
  	background: #464540 url(../../img/cf_alert.jpg) repeat-x;
  	font-weight: bold;
  	height: 28px;
  	padding-left: 5px;
  	text-align: left;
}

#cf-alert h2 {
	background: url(../../img/notice.gif) no-repeat left bottom;
	font-size: 11px;
  	font-weight: normal;
  	color: #fff;
  	padding-top: 6px;
  	text-indent: 25px;
}

/* --------------------------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Gravatar Box Structure <<<----------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------*/

#gravatar {
	margin-left: 30px;
	border: 1px #fff solid;
	width: 40px;
	height: 40px;
	position: relative;
	top: 28px;
	z-index: 6;
}

/* --------------------------------------------------------------------------------------------------------------------------------*/
/* ---------->>> About Box <<<-----------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------*/

#about-box {
	font-size: 11px;
	margin: 20px 0px 0px 30px;
	line-height: 150%;
}

/* --------------------------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Login Box <<<-----------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------*/

#cf-sign {
	width: 400px;
	text-align: left;
	font-size: 12px;
}

#cf-login {
	background: #fff url(../../img/cf_login.jpg) no-repeat;
	width: 627px;
	text-align: left;
	font-size: 12px;
	margin: 0px 20px 0px 20px;
}

#cf-login h2 {
	padding: 95px 0px 40px 20px;
	color: #fff;
	font-size: 20px;
	text-shadow: 2px 2px 2px #000;
}

#cf-login h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	padding: 29px 0px 20px 20px;
	font-size: 13.7px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}

#cf-login h4 {
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}

#cf-login label {
	margin-left: 20px;
}

#cf-login input {
	font-size: 12px;
	padding: 2px;
	width: 93%;
	margin: 3px 20px 10px 20px;
}

/* --------------------------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Search Box CSS <<<------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------*/

#cf-box-search {

}

#cf-box-search h2 {
	padding: 15px 0px 3px 25px;
	text-shadow: 2px 2px 2px #000;
	color: #fff;
	font-size: 13.7px;
	font-weight: normal;
}

#cf-box-search input {
	margin: 3px 15px 0px 25px;
	width: 370px;
	font-size: 12px;
	padding: 2px;
}

#cf-box-search select {
	width: 150px;
	margin-right: -10px;
}

#cf-box-search .btn-search {
	width: 71px;
	height: 31px;
	background: #2787e1 url(../../img/btn_search.jpg) no-repeat;
	color: #fff;
	font-size: 11px;
	padding-bottom: 3px;
	margin-right: -10px;
}

/* --------------------------------------------------------------------------------------------------------------------------------*/
/* ---------->>> List Structure <<<------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------*/

#cf-list {
	width: 100%;
	color: #000;
	background: #fff url(../../img/cf_lists.jpg) no-repeat;
	padding: 0px 5px 0px 5px
}

#cf-list .unsortable {
  	font-size: 11px;
  	empty-cells: show;
  	padding: 7px 0px 10px 0px;
}

#cf-list .unsortable_first {
  	font-size: 11px;
  	empty-cells: show;
  	padding: 7px 0px 10px 35px;
}

#cf-list .cell {
  	font-size: 12px;
  	height: 35px;
  	border-bottom: 1px #eeeeee solid;
  	empty-cells: show;
  	color: #222222;
}

#cf-list .cell_first {
	background: url(../../img/icon_comic.png) no-repeat;
	background-position: 0 center;
  	font-size: 12px;
  	height: 35px;
  	border-bottom: 1px #eeeeee solid;
  	empty-cells: show;
  	padding-left: 35px;
}

#cf-list .cell_select {
  	font-size: 12px;
  	height: 35px;
  	border-bottom: 1px #eeeeee solid;
  	empty-cells: show;
  	padding-left: 0px;
}

#cf-list .odd td {
	background-color: #fff;
}

#cf-list .even td {
	background-color: #fbfbfb;
}

#paginate {
	float: right;
  	font-size: 11px;
  	padding: 15px 5px 0px 0px;
  	margin-right: 0px;
  	color: #333;
}

#pagelinks {
	float: left;
  	font-size: 11px;
  	padding: 15px 0px 0px 5px;
  	margin-left: 0px;
  	color: #333;
}

#listoption {
	padding-left: 0px;
	padding-top: 10px;
}

/* --------------------------------------------------------------------------------------------------------------------------------*/
/* ---------->>> ComicFlow Menu <<<------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------*/

#navigation {
	margin: 0px;
	margin-right: 20px;
	position: relative;
	padding: 0px;
	top: 78px;
	list-style: none;
	color: #000;
	z-index: 6;
	float: right;
}

#navigation > li {
	margin: -1em 10px -1em -0px;
	padding: 6px 0px;
	float: left;
	background-image: url(../../img/cf_tabs.jpg);
	background-repeat: no-repeat;
	width: 85px;
	text-align: center;
	text-transform: uppercase;
	font: 11px 'Trebuchet MS', "Lucida Grande", sans-serif;
}

#navigation > li:hover, #navigation li.here {
	color: #496db9;
}

#navigation ul {
	display: none;
	position: absolute;
	margin: 5px 0 0 -0px;
	padding: 0;
	list-style: none;
	z-index: 2;
	text-align: left;
}

#navigation li:hover ul {
	display: block;
}

#navigation a {
	display: block;
	background: #fff;
	padding: 0.65em 10px;
	opacity: 0.9;
	text-decoration: none;
	text-transform: none;
	font: 11px "Lucida Grande", Verdana, sans-serif;
	letter-spacing: 0;
	color: #000;
}

#navigation a:hover {
	background: #cfe0f2;
	opacity: 2;
	color: #000;
}