/****************************************************************************************************/
/* HEADER */ 
/****************************************************************************************************/

/********************************************************************************/
/* NORMAL */
/********************************************************************************/

#header {
	height: 140px;
	overflow: hidden;

	background: url(images/header-bg.gif) repeat-x;
}

#header #header-bg {
	width: 100%;
	height: 140px;

	background-position:  center top;
	background-repeat: no-repeat;
}

#header #header-menu-bg {
	height: 140px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	right: 0;
	
	background: url(images/menu-bg.png) repeat-x;
}

#header #logo-doctorfou { /* 112px x 90px */
	padding: 18px 50px 32px;
	float: left;

	background: url(images/logo-bg.gif) no-repeat;
}

#header #logo-doctorfou.event { /* 180px x 120px */
	padding: 0 16px 20px 16px;
}

#header-center {
	width: 880px;
	height: 140px;
	float: left;
	position: relative;
}

#header .recall {
	display: block;
	height: 30px;
	line-height: 28px;
	margin-top: 8px;
	margin-left: 217px;
	padding-left: 10px;
}

#header .recall a {
	float: left;
	margin-right: 10px;
}

#header a.favorite {
	padding-left: 32px;

	background: url(images/bookmark.png) no-repeat;
}

#header a.twitter {
	padding-left: 24px;

	background: url(images/twitter-icon.png) no-repeat;
}

#header a:hover {
	background-position: 0 -32px;
}

#view-title {
	width: 334px;
	height: 58px;
	float: left;
	margin-top: 16px;
	margin-left: 14px;
}

/******************************//* GAME DATA */

.game-data {
	position: absolute;
	left: 560px;
	width: 220px;
	margin-top: -3px;
	z-index: 1;
}

.game-data .block-middle-ct {
	padding: 10px 15px 12px;
}

.game-data label {
	display: inline-block;
	margin-top: 8px;
}

.game-data label span {
	display: inline-block;
	width: 46px;
	margin-right: 4px;
}

.game-data input {
	display: inline-block;
	width: 136px;
}

/********************************************************************************/
/* SMALL (POPUP) */
/********************************************************************************/

#header-small {
	height: 62px;
	overflow: hidden;

	background: url(images/header-bg.gif) 0 -71px repeat-x;
}

#header-small #comment-title {
	width: 370px;
	margin-top: 25px;
	margin-left: 15px;
}

/********************************************************************************/
/* MENU HEADER */
/********************************************************************************/

#header-menu {
	display: block;
	height: 32px;
	margin-top: 8px;
	margin-left: 217px;
}

#header-menu li {
	display: inline;
}

#header-menu li.header-menu-right-bt {
	border-left: solid 1px white;
}

#header-menu li a {
	margin-left: 10px;
	margin-right: 5px;
}

/********************************************************************************/
/* MENU FOUS */
/********************************************************************************/

#header .menu-fous {
	margin-top: 6px;
	margin-left: 217px;
	padding-left: 2px;
}

.menu-fous li {
	width: 36px;
	height: 58px;
	display: block;
	float: left;
	margin-left: 8px;
	margin-bottom: 6px;
}

.menu-fous li.left {
	margin-left: 0;
	clear: left;
}

.menu-fous li.on {
	background: url(images/menu-fous-bg.png) -35px 0 no-repeat;
}

.menu-fous li.off {
	background: url(images/menu-fous-bg.png) 0 0 no-repeat;
}

/****************************************************************************************************/
/* CONTENT */ 
/****************************************************************************************************/

/********************************************************************************/
/* GLOBAL */
/********************************************************************************/

#content {
	width: 100%;
	min-height: 346px;
	margin-top: 14px;

	background: url(images/content-bg-bttm.gif) bottom center repeat-x;
	background-color: #f7f7f7;
}

#content-bg {
	width: 100%;
	height: 300px;
	position: absolute;
	margin-top: 6px;

	background: transparent url(images/clouds.png) top center no-repeat;
}

#content-top {
	width: 100%;
	height: 8px;

	background: url(images/content-bg-top.gif) repeat-x;
}

#content-ct {
	width: 760px;
	position: relative;
	margin: 0 auto;
	padding-top: 5px;
}

#content-ct h3 {
	clear: both;
	padding: 4px;
	margin-top: 15px;
	cursor: text;
	border-top: 1px dashed #ffa115;
	border-bottom: 1px dashed #ffa115;
}
#content-ambient {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 558px;
	bottom: 0;

	background: url(images/content-ambient.png) center bottom no-repeat;
}

#content.view h3 span, 
#content.pop-up h3 span {
	float: left;
}

#content.view h3 small, 
#content.pop-up h3 small {
	float: right;
	margin-top: 3px;
}

/********************************************************************************/
/* COMMON ELEMENTS */
/********************************************************************************/

#maintenance {
	display: block;
	margin: 22px auto 0 auto;
	padding-bottom: 150px;
}

/******************************//* BUBBLE LINKS */

.contact-link, 
.webmaster-link {
	cursor: help;
	position: relative;
}

.contact-link:hover span, 
.webmaster-link:hover span {
	position: absolute;
	left: 5px;
	height: 30px;
	margin-top: -27px;
}

.contact-link:hover span {
	width: 127px;
	background: url(images/contact-bubble.png) no-repeat;
}

.webmaster-link:hover span {
	width: 145px;
	background: url(images/webmaster-bubble.png) no-repeat;
}

/******************************//* BLUE BLOCK CONTAINERS */

/* THUMBNAIL DETAILS */

.thumbnail-details {
	width: 255px;
	float: left;
	margin-top: 12px;
	margin-right: 5px;
}

.thumbnail-details h4 {
	float: left;
	width: 135px;
	padding-left: 8px;
	margin-top: 4px;
}

.thumbnail-details p {
	float: left;
	width: 135px !important;
	padding-left: 8px;
}

.thumbnail-details p small a {
	float: none;
}

.thumbnail-details .preview-block {
	float: left;
	width: 112px;
	height: 92px;
}

.thumbnail-details .preview-block a {
	display: block;
	height: 80px;
	margin-left: 6px;
	margin-right: 6px;
}

/* THUMBNAIL LIGHT */

.thumbnail-light {
	width: 112px;
	float: left;
}

.thumbnail-light a {
	display: block;
	margin-left: 6px;
	margin-right: 6px;
}

.thumbnail-light a img {
	margin-left: 0;
	margin-right: 0;
}

.thumbnail-light img {
	display: block;
	margin-left: 6px;
	margin-right: 6px;
}

.thumbnail-light .preview-block {
	width: 112px;
	height: 92px;
}

/******************************//* BLUE BLOCK */

.block-top {
	display: block;
	height: 6px;
	margin-left: 6px;
	margin-right: 6px;
	
	background: url(images/block-top.gif) repeat-x;
}

.block-top-lf {
	display: block;
	width: 6px;
	height: 6px;
	float: left;
	margin-left: -6px;
	
	background: url(images/block-top-lf.png) no-repeat;
}

.block-top-rg {
	display: block;
	width: 6px;
	height: 6px;
	float: right;
	margin-right: -6px;
	
	background: url(images/block-top-rg.png) no-repeat;
}

.block-middle {
	display: block;
	background-color: #ecf6fe;
}

.block-lf {
	display: block;
	background: url(images/block-lf.gif) 0 0 repeat-y;
}

.block-rg {
	display: block;
	background: url(images/block-rg.gif) center right repeat-y;
}

.block-bttm {
	display: block;
	height: 6px;
	clear: both;
	margin-left: 6px;
	margin-right: 6px;
	
	background: url(images/block-bttm.gif) repeat-x;
}

.block-bttm-lf {
	display: block;
	width: 6px;
	height: 6px;
	float: left;
	margin-left: -6px;
	
	background: url(images/block-bttm-lf.png) no-repeat;
}

.block-bttm-rg {
	display: block;
	width: 6px;
	height: 6px;
	float: right;
	margin-right: -6px;
	
	background: url(images/block-bttm-rg.png) no-repeat;
}

/******************************//* PAGINATION */

.pagination {
	margin-top: 15px;
}

.pagination ul {
	clear: both;
	border-top: 1px dashed #ffa115;
	border-bottom: 1px dashed #ffa115;
}

.pagination ul {
	height: 18px;
	padding: 4px;
}

.pagination ul li {
	display: inline;
}

.pagination ul li.previous a,
.pagination ul li.next a {
	width: 20px;
	display: inline-block;
	
	background: url(images/x-arrows.png) no-repeat;
}

.pagination ul li.next a {
	background-position: -20px 0;
}

/********************************************************************************/
/* CONTENT DEFAULT TYPE */
/********************************************************************************/

#content.default {
	background: url(images/content-bg.jpg) bottom center repeat-x;
	background-color: #74cff6;
}

/******************************//* TEXT BLOCK */

#content.default #text-block {
	width: 520px;
	min-height: 170px;
	float: right;
	position: relative;
	z-index: 10;
	margin-right: 240px;
	padding-bottom: 60px;
	cursor: default;
}

#content.default #text-block h1 {
	width: 500px;
	padding-top: 10px;
	cursor: text;
}

#content.default #text-block p {
	width: 500px;
	padding-top: 5px;
	cursor: text;
}

#content.default #home, 
#content.default #games, 
#content.default #goodies {
	width: 520px;
}

#content.default ul li {
	display: inline;
}

/* PREVIEW BLOCK LIGHT */

#content.default .thumbnail-light {
	margin-top: 12px;
}

#content.default .list-right-preview .thumbnail-light {
	margin-left: 24px;
}

#content.default .thumbnail-light h4 {
	margin-top: 4px;
}

/******************************//* FOU BLOCK */

#content.default #fou-block {
	width: 220px;
	height: 400px;
	clear: both;
	float: right;
	position: relative;
	z-index: 10;
	margin-top: -298px;
}

/******************************//* FOU TEXT BLOCK */

#content.default #fou-text-block {
	width: 520px;
	float: left;
	position: relative;
	z-index: 10;
	padding-bottom: 80px;
}

#content.default #fou-text-block h2 {
	display: inline;
	padding-left: 20px;

	background: url(images/arrow.gif) 0 2px no-repeat;
}

/********************************************************************************/
/* CONTENT VIEW TYPE */
/********************************************************************************/

#content.view {
	margin-bottom: -110px;
}

#content.view .object {
	width: 100%;
	margin-top: 15px;
	padding-bottom: 150px;
}

#content.view .object p {
	margin-top: 15px;
}

#content.view .object span {
	display: block;
	margin-top: 15px;
}

#content.view ul.list-view {
	width: 520px;
	margin-top: 15px;
	padding-bottom: 150px;
}

#content.view ul {
	display: block;
}

#content.view ul.list-view li .advertising {
	margin-bottom: 15px;
}

#content.view h3 {
	height: 18px;
}

#content.view p {
	width: 500px;
	display: inline-block;
	padding: 10px;
	
	background-color: white;
}

#content .list-menu {
	width: 220px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin-bottom: 130px;
	
	background: url(images/list-menu.png) repeat-y;
}

.description{
	width: 520px;
	height: 300px;
	position: absolute;
	top: 10px;
	left: 0;
}

.description div {
	background-color: white;
}

.description big {
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 4px;
}

.picture {
	width: 220px;
	height: 300px;
	position: absolute;
	top: 30px;
	right: 0;
}

/******************************//* BLOG */

#content.view p.comments {
	margin-top: 10px;
}

#content.view .orange-link {
	padding-left: 25px;
	
	background: url(images/bubble.gif) 0 -2px no-repeat;
}

#content.view ul.list-group {
	display: inline-block;
	width: 500px;
	padding: 10px;
	margin: 0 auto;
	
	background-color: white;
}

#content.view ul.list-inline {
	display: inline-block;
	width: 500px;
	padding: 10px;
	margin: 10px auto 0;
	
	background-color: white;
}

#content.view ul.list-inline li {
	float: left;
	display: block;
	width: 142px;
	padding-left: 12px;
	margin-left: 4px;
	margin-top: 4px;
	
	background: url(images/disc.png) 0 3px no-repeat;
}

#content.view ul .list-group-element {
	float: left;
	width: 154px;
	padding-left: 4px;
}

#content.view ul.list-group ul {
	padding-top: 4px;
}

#content.view ul.list-group ul li {
	padding-top: 2px;
	padding-left: 12px;
	padding-bottom: 2px;
	
	background: url(images/disc.png) 0 5px no-repeat;
}

/* PREVIEW BLOCK LIGHT */

#content.view  .thumbnail-light {
	float: left;
	margin-right: 12px;
}

/******************************//* ABOUT US */

#content.view .img-large {
	padding: 5px 20px;
	margin-bottom: -4px;
	
	background-color: white;
}

#content.view address {
	width: 500px;
	margin: 20px auto 0;
}

/******************************//* FOUS */

#content.view p big {
	margin-left: -60px;
}

#content .menu-fous {
	position: relative;
	margin-top: 318px;
	margin-right: -240px;
}

#content .menu-fous ul {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 4px;
	clear: both;
	border-top: 1px dashed #ffa115;
	border-bottom: 1px dashed #ffa115;
}

.menu-fous ul li {
	margin-left: 12px;
}

/********************************************************************************/
/* CONTENT POPUP TYPE */
/********************************************************************************/

#content.pop-up {
	margin-bottom: 15px;
	
	background: url(images/content-bg-bttm-small.gif) bottom center repeat-x;
	background-color: #f7f7f7;
}

#content.pop-up #content-ct {
	width: 400px;
	position: relative;
}

#content.pop-up #content-top {
	margin-top: -12px;
}

#content.pop-up ul {
	margin-top: 22px;
}

#content.pop-up h3 {
	width: 392px;
	height: 18px;
}

#content.pop-up p {
	display: inline-block;
	width: 380px;
	padding: 10px;
	margin: 0 auto;
	
	background-color: #fff;
}

#content.pop-up form {
	margin-top: 12px;
	padding-top: 10px;
	padding-bottom: 30px;
	border-top: 1px solid #ccc;
}

#content.pop-up label {
	display: block;
	margin-top: 10px;
}

#content.pop-up label span {
	display: inline-block;
	width: 70px;
}

#content.pop-up label small {
	margin-left: 5px;
}

#content.pop-up .textarea span {
	display: block;
	width: 200px;
}

#content.pop-up textarea {
	margin-top: 10px;
	width: 400px;
}

#content.pop-up #captcha {
	margin-top: 12px;
}

#content.pop-up #reload {
	display: inline-block;
	margin-left: 4px;
}

#content.pop-up .form-bt {
	width: 100px;
	margin: 15px 150px 0;
}

/****************************************************************************************************/
/* FOOTER */ 
/****************************************************************************************************/

#footer {
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}

#footer ul {
	margin-bottom: 8px;
}

#footer ul li {
	display: inline;
	margin-right: 10px;
}

#footer ul li.footer-menu-right-bt {
	border-left: 1px solid #777;
}

#footer ul li a {
	display: inline;
}

#footer ul li.footer-menu-right-bt a {
	margin-left: 10px;
}

#footer .webmaster-link:hover span {
	margin-top: -24px;
}