/*  
Theme Name: ryzom
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Madhu
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
* { margin: 0; padding: 0; }
body {
	background-color: #002566;
	background-image: url(images/container_bg.png);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #9A9A9A;
	font-weight: normal;
}
.brd { border: 1px solid #000; }
a {
	text-decoration: underline;
	color: #9A9A9A;
}
a:hover {
	text-decoration: none;
	color: #9A9A9A;
}
h1 {
	font-size: 25px;
	font-weight: bold;
	color: #FF842B;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
h2 {
	font-size: 23px;
	line-height: 23px;
	font-weight: bold;
	color: #FF842B;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
h2.blue {
	color: #33B3F7;
}
h3 {
	font-size: 17px;
	color: #006CA4;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}



/* --- HEADER --- */

#header {
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(images/header_bg2.jpg);
	background-repeat: repeat-y;
	width: 1000px;
	height: 206px;
}
#header .inner {
	width: 870px;
	background-repeat: no-repeat;
	display: block;
}
#header .login {
	float: right;
	width: 213px;
	margin-top: 15px;
	padding: 8px;
	padding-bottom: 2px;
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
}
.login input {
	float: left;
	margin-bottom: 12px;
}
.login .textbox {
	padding: 1px;
	width: 135px;
	margin-right: 8px;
	margin-bottom: 10px;
}



/* --- NAVIGATION --- */

#navigation {
	width: 800px;
	background: url(images/navigation_bg.gif) no-repeat;
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
#navigation a {
	color: #FFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #999;
	text-decoration: none;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	padding: 18px;
	padding-top: 9px;
	padding-bottom: 10px;
	float: left;
}
#navigation li.right {
	float: right;
}



/* --- CONTAINER --- */

#container {
	margin: 0px auto;
	width: 800px;
	padding-left: 59px;
	padding-right: 59px;
	margin-top: -100px;
}



/* --- BODY --- */

#body {
	width: 800px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
}
#top {
	width: 740px;
	height: 381px;
	margin-left: 1px;
	margin-right: 1px;
	background: url(images/top_bg.jpg) repeat-x;
	padding-top: 40px;
	padding-right: 29px;
	padding-bottom: 0px;
	padding-left: 28px;
	
}
#top input {
	margin-right: 7px;
}
#left {
	width: 391px;
	float: left;
	padding-left: 1px;
}
#right {
	float: right;
	width: 370px;
	margin-right: 1px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 35px;
	padding-left: 5px;
}

/* left section */
#left p.last {
	padding: 0px;
	margin: 0px;
}
#left .filler {
	height: 40px;
}
#left .box {
	overflow: hidden;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
#left .boxfill {
	width: 375px;
	overflow: hidden;
	color: #006CA4;
	font-weight: bold;
}
#left .boxfill .top {
	width: 440px;
	height: 7px;
	overflow: hidden;
	background: url(images/left_container_top.gif) no-repeat;
}
#left .boxfill .bottom {
	width: 440px;
	height: 7px;
	overflow: hidden;
	background: url(images/left_container_bottom.gif) no-repeat;
}
#left .boxfill .content {
	width: 330px;
	padding: 20px;
	padding-top: 33px;
	padding-bottom: 33px;
	overflow: hidden;
	background: url(images/left_container_bg.gif) repeat-y;
}

/* right section */
#right p.justify {
	text-align: justify;
}
#right .box {
	width: 368px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
#right .box .top {
	width: 368px;
	height: 22px;
	background: url(images/right_content_top.gif) no-repeat;
	overflow: hidden;
}
#right .box .bottom {
	width: 368px;
	height: 22px;
	background: url(images/right_content_bottom.gif) no-repeat;
	overflow: hidden;
}
#right .box .content {
	width: 318px;
	background: url(images/right_content_bg.gif) repeat-y top;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	overflow: hidden;
}
#right h2.about {
	color: #5E95D5;
	padding-left: 5px;
	padding-top: 1px;
}
.box .h2small {
	float: right;
	color: #FF842B;
	width: 110px;
	text-align: right;
	display: block;
	height: 18px;
	margin-top: 3px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 18px;
	background-image: url(images/icon_flame.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.box table.systemstatus {
	width: 175px;
	float: left;
	padding-right: 15px;
}
.box table.systemstatus td {
	font-weight: bold;
	color: #5E95D5;
	padding-bottom: 9px;
}
.box table.systemstatus td.value {
	width: 20px;
	text-align: center;
	color: #33B3F7;
}
.box ul.recentchat {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.box ul.recentchat li {
	font-weight: bold;
	color: #006CA4;
	padding: 0px;
	margin: 0px;
	padding-top: 3px;
	padding-left: 30px;
	background: url(images/bullet_face.gif) no-repeat;
	background-position: 0px 3px;
	padding-bottom: 10px;
}
form.tellafriend input {
	float: right;
	width: 190px;
	padding: 2px;
	margin-bottom: 11px;
}
form.tellafriend .label {
	float: left;
	text-align: left;
	color: #006CA4;
	width: 110px;
	padding: 2px;
	margin-bottom: 11px;
}
form.tellafriend textarea {
	float: right;
	width: 190px;
	padding: 2px;
	height: 80px;
	margin-bottom: 11px;
}
form.tellafriend .button {
	float: right;
	width: 60px;
	padding: 0px;
	height: 24px;
	padding-left: 200px;
	margin: 0px;
}
textarea.addtimik {
	height: 120px;
	width: 307px;
	float: none;
	padding: 3px;
	margin: 0px;
	margin-bottom: 11px;
}
input.addtimik {
	float: right;
	width: 60px;
	padding: 0px;
	height: 24px;
	padding-left: 200px;
	margin: 0px;
}



/* --- FOOTER --- */

#footer {
	width: 800px;
	margin: 0px auto;
	text-align: center;
	height: 95px;
	padding-top: 0px;
	font-size: 10px;
	color: #5E95D5;
	letter-spacing: 1px;
	background: url(images/footer_bg.jpg) no-repeat center bottom;
	}
#footer a {
	text-decoration: none;
	color: #5E95D5;
}
#footer a:hover {
	text-decoration: none;
}



/* --- MISC. --- */

.end {
	clear: both;
}
.aboutimg {
	margin-right: 5px;
	float: left;
	margin-top: -1px;
}
.leftimg {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.leftimg2 {
	float: left;
	margin-right: 15px;
}
.rightimg {
	float: right;
	padding-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
}
.topimg {
	float: right;
	margin-left: 30px;
}
.topimg2 {
	float: right;
}
.blue {
	color: #5E95D5;
}
.orange {
	color: #FF842B;
}
.lightblue {
	color: #33B3F7;
}
.right {
	float: right;
}
.left {
	float: left;
}
.filler {
	
}
#full {
	width: 790px;
	float: left;
	padding-left: 1px;
}
#full .box {

	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

li { list-style: none; }

.box1 { width: 100%; float: left; display: inline; background: #f4f4f4; }
.box1 p { margin: 14px; color: #707070; text-align: justify; }
.box1 p strong { color: #117295; font-weight: bold; }
.box1 ul { width: 180px; float: left; display: inline; margin-left: 20px;  }
.box1 ul li { width: 100%; float: left; display: inline; list-style: url(images/arrow_small.gif); height: 18px;color: #117295; }
.box1 ul li a { margin-left: 20px; text-decoration: none; color: #117295; font-size: 11px; line-height: 18px; }

.box1 ul li div.arrow { width: 10px; background: url(images/arrow_small.gif) no-repeat; height: 10px; display: inline; float: left; }
.box1 ul li div.txt { width: 150px; float: left; display: inline; margin-left: 10px; height: 10px; }


.linebreak { width: 100%; float: left; display: inline; height: 10px; clear: left; }

#home a, #articles a , #articles a, #news a, #blog a, #forum a, #sitemap a, #rss a{
display: block; border: none; width: 72px; height: 17px; padding: 0; color: #7b7b7b; text-decoration: none; margin-left: 1px; }
#home a:hover, #articles a:hover, #news a:hover, #blog a:hover, #forum a:hover, #sitemap a:hover, #rss a:hover {
background: url(images/hover.gif) top left; width: 72px; height: 17px; margin-left: 1px; }
#home a.selected, #articles a.selected , #articles a.selected, #news a.selected, #blog a.selected, #forum a.selected, #sitemap a.selected, #rss a.selected{background: url(images/hover.gif) top left; width: 72px; height: 17px; margin-left: 1px; }


#page .template_name { width: 100%; float: left; display: inline; text-align: center; font-size: 12px; color: #FFF; height: 110px; }
.template_name h2 { font-size: 34px; margin-top: 50px; font-weight: normal; color: #FFF; }

#page .main { width: 100%; float: left; display: inline; height: 400px; text-align: left; }
.main .top { height: 20px; background: url(images/top.gif) no-repeat; float: left; display: inline; width: 100%; }
.main .mid { background: url(images/mid.gif) repeat-y; float: left; display: inline; width: 100%; }
.main .bot { height: 20px; background: url(images/bot.gif) no-repeat; float: left; display: inline; width: 100%; }

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .bottxt { background: #e7e5e5; border-top: 1px solid #7c7c7c;  border-bottom: 1px solid #7c7c7c; float: left; line-height: normal; width: 520px; display: inline; margin-bottom: 10px; }
.narrowcolumn p.bottxt {color: #1c3e78; font-size: 12px; font-style: italic; font-weight: bold; padding-top: 2px; padding-bottom: 2px; }

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	float: left;
	margin: 0; padding: 0;
	margin-left: 2px;
	color: #95a8c6;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	color: #1c3e78;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg  {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ff8b31;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p { margin: 14px; text-align: justify; margin-top: 14px; }

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #ff8b31;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0;
	margin:0;
	width: 540px;
	}

.widecolumn {
	padding: 10px 0 10px 0;
	margin: 5px 0 0 20px;
	width: 700px;
	}

.post {
	float: left;
	margin-left: 3px;	
	display: inline;
	width: 100%;
	}

.post h2 { margin: 0; padding: 0; }

.post .showcon { width: 520px; float: left;  margin-top: 10px; margin-left: 6px;}
.showcon h2 a{ color: #33B3F7; }
.showcon .author { clear: left; height: 25px; background: #cad7e5; width: 150px; color: #1c3e78; line-height: 25px; text-align: center; margin-top: 5px; }
.post hr { display: block; border-bottom: 1px solid #EEE; background: #FFF;}
.post .showcon .comment_sec { width: 130px; float: right; margin-top: 10px; height: 18px; background: url(images/comment_icon.gif) no-repeat left top; }
.comment_sec span { margin-left: 30px; }	

.widecolumn .post {
	margin: 0;
	background: #FFF;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #ddd; 
	}


.widecolumn .postmetadata {
	margin: 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

/* End Structure */



/*	Begin Headers */


h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}

#sidebar h2 {
	margin: 0;
	padding-left: 10px;
	color: #1c3e78;
	font-size: 14px;
	padding-bottom: 6px;
	}

h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	height: 30px; 
	line-height: 30px;
	text-align: center;
	color: #000;
	font-weight: bold;
	margin-right: 10px;
	}
.alignleft {
	float: left;
	height: 30px; 
	line-height: 30px;
	text-align: center;
	color: #000;
	font-weight: bold;
	margin-left: 10px;
	display: inline;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry { padding-right: 6px; clear: left; background: #FFFFFF; }
.entry img { float: right; border: 1px solid #ddd; margin: 8px; }
.entry ul li:before, #sidebar ul ul li:before {
	content: ;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	width: 200px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	border: 1px solid #ddd;
	background: #F4F4F4;
	margin-top: 10px;
	}
#sidebar ul li h2 { padding-top: 10px; }

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	width: 160px;
	margin-left: 20px;
	margin-bottom: 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	list-style-type: square;
	border: none;
	color: #6884ad;
	font-size: 14px;
	font-family: arial;
	}
#sidebar ul ul li a, #sidebar ul ol li a { color: #6884ad; }
/* End Entry Lists */

.page_item { color: #FFF; font-size: 13px; }
.page_item a { color: #FFF; }

/* Begin Form Elements */
#searchform {
	margin: 0; padding: 0;
	height: 40px;
	}

#sidebar #searchform #s {
	width: 108px;
	}

#sidebar #searchsubmit {
	padding: 0;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	clear: both;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	margin: 0; padding: 0;
	margin-left: 560px;
	width: 210px;
	background: #FFF;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

.log { color: #337ed6; font-weight: bold;}
.log a { color: #337ed6; }
.log a:hover { color: #337ed6; }


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
