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

	Screen Styles

    (c)2008    www.toopixel.ch
    Created:   26.08.2008
    Author:    Christophe Prudent

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

/* Importing global stylesheets */
@import url("src/reset.css");
@import url("src/grid.css");
@import url("src/typography.css");
@import url("src/forms.css");
@import url("src/action-box.css");
@import url("src/navigation.css");
@import url("src/gallery.css");
@import url("src/emotions.css");
@import url("src/flashnotice.css");
@import url("src/pagination.css");
@import url("src/user.css");


/* Global styles */
body {
	background: #ffffff url(../images/bg.png) repeat-x left top;
	color: #333333;
	margin-top: 0;
}

a {
	color: #125182;
	text-decoration: underline;
}

a:hover {
	color: #528115;
	text-decoration: underline;
}

/* Header */
#header {
	background: url(../images/slogan.png) no-repeat right center;
	position: relative;
	height: 111px;
}

    #header .logo {
    	background: url(../images/logo-yojen.png) no-repeat;
    	text-indent: -5000em;
    	margin-top: 22px;
    	padding: 0;
    	width: 171px;
    	height: 61px;
    	overflow: hidden;
	}

    #header .logo a {
    	display: block;
    	height: 100%;
	}

#footer {
	border-top: 1px dotted #98b6cd;
	padding: .7em .5em 2em .5em;
	margin-top: 1em;
}

	#copyright {
		width: 30%;
		float: left;
	}

/* Content Elements */
.content {
	padding: 2em 0;
}

	.content h1 {
		color: #16578a;
		border-bottom: 1px dotted #98b6cd;
		background: url(../images/small-yojen.png) no-repeat;
		padding: 0 0 .3em 40px;
		margin-bottom: 1em;
	}

        .content h1 span {
			color: #000000;
		}

    .content h2 {
		color: #6b9830;
		border-bottom: 1px dotted #8cc63f;
		line-height: 1.2em;
		margin-top: 2em;
	}

/* User messages */
.messages,
ul.messages,
ul.messages li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .9em;
	width: 70%;
}

    .messages,
	ul.messages {
    	padding: 1.5em 2em;
    	margin: 2em 1em;
	}

    ul.messages li h3 {
    	margin-bottom: .5em;
	}


/* Tabs */
.tabs,
.tabs li {
	list-style: none;
	margin: 0;
	padding: 0;
}

    .tabs {
		height: 40px;
	}

	.tabs li {
		display: inline;
	}

	.tabs a {
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		padding: 0 30px;
		outline: none;
		font-weight: bold;
		font-size: 1.4em;
		text-decoration: none;
		background: #d9dfd1;
		color: #8b8f86;
		float: left;
		height: 100%;
		line-height: 2.4em;
	}

        .tabs a:hover {
			color: #ffffff;
			background: #8cc63f;
		}

    .tabs li small {
		font-size: .6em;
		vertical-align: top;
	}

	.tabs .right {
		border-right: 1px solid #ccc;
	}

	.tabs .active,
	.tabs .active:hover {
		background: #ffffff;
		border-bottom: 1px solid #ffffff;
		color: #000000;
		cursor: default;
	}

/* Icons */
.icon {
	padding: 0.1em 0.1em 0.1em 20px;
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0.5em 0;
}

	.more {	background-image: url(../images/add.png); }


/* Various Elements */
.red {
	color: red;
}

.large_ad {
	text-align: center;
}
