/* stretchable layout */
html,body {
	height: 100%;
	padding: 0;
	margin: 0;
}

/* formatting */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	background-color: #fff;
}

a {
	color: #018;
	outline: none;
}

input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-color: #fff;
	border: 1px solid #bbb;
}

input[type="checkbox"] {
	background-color: transparent;
	border: 0 none;
}

p {
	text-align: justify;
	margin: 0.25em 0;
}

h1,h2,h3,p,li {
	line-height: 1.6em;
	margin: 0 0 0.75em;
}

h1 {
	font-size: 1.1em;
}

h2 {
	font-weight: normal;
	margin-top: 0.5em;
	font-size: 22px;
}

h3 {
	font-size: 1.3em;
}

table {
	border-collapse: collapse;
}

/* custom mediabird.net items */
img {
	border: 0 none;
}

div.clear {
	clear: both;
}

div#container {
	position: relative;
	padding-top: 32px;
}

div#header {
	background: #D4D4FF url('main-header.png') repeat-x;
	height: 378px;
	padding: 10px 0 0;
	overflow: hidden;
	position: relative;
}

div#header h1.home {
	float: right;
	height: 372px;
	left: 20px;
	top: -10px;
	overflow: hidden;
	position: relative;
	overflow: hidden;
}

div#header h2 {
	font-size: 27px;
	font-weight: normal;
	line-height: inherit;
	margin-bottom: 15px;
	margin-top: 5px;
}

div#header p.desc {
	font-size: 14px;
}

div#header ul.options {
	height: 20px;
	line-height: 30px;
	padding: 0;
	margin: 20px 0;
}

div#header ul.options li {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #FFFF11 url(button.png) no-repeat;
	display: block;
	float: left;
	height: 48px;
	margin-right: 20px;
	padding: 0 20px;
	position: relative;
	text-align: center;
	width: 96px;
}

div#header ul.options a {
	display: block;
	font-size: 14px;
	margin: 2px auto auto;
	text-decoration: none;
}

div#headline, div#main-nav, div#header {
	min-width: 982px;
}

div#main-nav {
	position: absolute;
	height: 32px;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	background: #eeeeff url('main-headline.png') repeat-x;
}

div#header div.column {
	margin: 0 auto;
	padding: 15px 10px 0;
	width: 962px;
}

div#headline div.column, div#footer div.column {
	margin: 0 auto;
	padding: 0 20px;
	width: 942px;
}

div#headline h1 {
	color: #333;
}

ul.navigation {
	height: 20px;
	line-height: 30px;
	margin: 0 auto;
	padding: 7px 0 0;
	width: 956px;
}

ul.navigation li {
	display: block;
	float: left;
}

ul.navigation li.right {
	float: right;
}

ul.navigation a {
	display: block;
	float: left;
	padding: 0 8px;
}

ul.navigation li.current a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

ul.navigation a.alert {
	color: #f00;
}

ul.navigation li.home a {
	background: url('mediabird.png') 0 1px no-repeat;
	padding-left: 102px;
}

ul.navigation li.flag {
	float: right;
}

ul.navigation li.flag a {
	height: 0;
	padding: 2px 4px 0;
}

div#content,div#footer,div#sub-navi {
	margin: 0 auto;
	width: 942px;
	position: relative;
	background: transparent url(main-grad.png) repeat-y scroll 0 0;
}

div#content,div#sub-navi {
	padding: 10px 20px 30px;
}
	

div#sub-navi {
	color: #999999;
	padding: 0 20px 6px;
}

div#headline {
	background: #D4D4FF url('main-heading.png') repeat-x;
	height: 38px;
	padding: 10px;
	font-size: 20px;
}

div.content#container div#content ol,div.content#container div#content ul {
	background-color: #FFFFFF;
	left: -15px;
	margin: 10px 0;
	padding: 10px 10px 10px 40px;
	position: relative;
	width: 922px;
}

div#content div.post div.right {
	width: 300px;
	text-align: right;
}

div#content img.right, div#content div.post div.right {
	position: relative;
	z-index: 20;
	float: right;
	padding-left: 40px;
	padding-bottom: 20px;
}

div#content img.left {
	float: left;
	padding-right: 40px;
	padding-bottom: 20px;
}

div#content h2 {
	border-bottom: 1px solid #CCCCCC;
}

div#content h2.clear {
	clear: both;
}

/* forms */
form>div {
	clear: both;
	min-height: 22px;
	padding-bottom: 6px;
}

fieldset {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #DDDDFF url(../images/gradient.png) repeat-x scroll 0 0;
	border: 1px solid #BBBBBB;
	margin: 5px auto;
	padding: 25px 5px 3px;
	width: 500px;
}

form label,form input {
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	float: left;
	padding: 2px;
}

form label {
	float: left;
	padding: 0.25em;
	text-align: right;
	width: 150px;
}

form div.submit {
	margin-top: 8px;
	padding-left: 155px;
}

form div.line-up {
	padding-top: 6px;
	background-color: #fff;
	height: 24px;
	margin-top: 32px;
}

form div.line-up>* {
	float: left;
	height: 24px;
	padding-right: 6px;
}

form div.line-up span.line-up {
	padding-top: 6px;
}

fieldset>legend {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

form div.checkbox label {
	text-align: left;
	width: auto;
}

form div.error-message {
	clear: both;
	color: #EE3311;
	font-weight: bold;
	margin-left: 157px;
}

form div.checkbox div.error-message {
	margin-left: 7px;
}

div.checkbox {
	padding-left: 150px;
}

form span.cke_skin_kama {
	clear: both;
	float: left;
	margin: 6px 0;
}

/* session msgs */
div.message {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	width: 500px;
	margin: 0 auto;
}

/* footer */
div#footer {
	height: 26px;
	clear: both;
	padding: 6px 20px 0;
}

div#footer div.info {
	color: #999999;
	position: absolute;	
}

div#footer div.info.left {
	left: 20px;
	top: 12px;
}

div#footer div.info.right {
	right: 124px;
	top: 12px;
}

div#footer a.logo {
	position: absolute;
	right: 20px;
	top: 4px;
}

/* study notes activity */
div#container.study_notes {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

div#container.study_notes div#content {
	bottom: 32px;
	left: 0;
	position: absolute;
	right: 0;
	top: 32px;
	width: auto;
	background: #fff;
	margin-top: 6px;
}

div#container.study_notes h1 {
	font-size: 1.2em;
}

div#container.study_notes h2 {
	font-size: 1em;
}

div#container.study_notes h3,div#container.study_notes td {
	font-size: 1em;
}

div#container.study_notes h1,div#container.study_notes h2,div#container.study_notes h3,div#container.study_notes p,div#container.study_notes li
	{
	border-bottom: medium none;
	margin: 0 0 0.25em;
	line-height: 1.6em;
}

div#container.study_notes div#footer {
	bottom:0;
	left:0;
	right:0;
	width:auto;
	position: absolute;
	background: #ddf none;
}

div#container.study_notes ul.navigation {
	width: auto;
	padding: 7px 10px 0;
}

/* tables */
div#content table.nice {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 2px solid #AAAAFF;
	border-collapse: separate;
	border-spacing: 0;
	caption-side: bottom;
}

div#content table.nice tr {
	padding: 0;
}

div#content table.nice th {
	background-color: #BBBBFF;
	border-bottom: 2px solid #6666AA;
	padding: 4px;
	text-align: center;
}

div#content table.nice td {
	background-color: #EEEEEE;
	padding: 4px;
	text-align: left;
}

div#content table.nice td.r,div#content table.nice th.r {
	border-right: 2px solid #6666AA;
}

/* blog */
div.post p.author {
	font-weight: bold;
}

div.post p.language,div.post p.category,div.post p.author,div.post p.time
	{
	float: right;
	margin-left: 8px
}

div.post {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #bbb;
	clear: both;
}

div.post h2.heading {
	margin-bottom: 10px;
}

div.post h2.heading a {
	color: #000;
	text-decoration: none;
}

div#content div.column-main {
	float: left;
	margin-bottom: 16px;
	margin-left: 16px;
	width: 760px;
}

div#content div.column-left {
	float: left;
	margin-right: 10px;
	width: 150px;
}

div#content div.blog ul {
	position: static;
	width: auto;
	padding: 0;
	background: transparent;
}

div#content div.blog ul li {
	display: block;
}

div#content a.header-icon {
	position: absolute;
	right: 17px;
	top: -42px;
}
