/*

Theme Name: Rin

Theme URI: http://www.brokenkode.com/rin/

Description: Nebula flavoured Rin

Version: 1.0

Author: Khaled Abou Alfa

Author URI: http://www.brokenkode.com/

Ported to CPG by: Billy Bullock

Porter URL: http://www.billygbullock.com





Rin Credits -

Rin is an extension of the original Manji theme. The development was

done by Khaled Abou Alfa and Joshua. Originally released 30th January 2005.



Original Manji Credits -

The Manji template designed by Khaled Abou Alfa (www.brokenkode.com)

and Root (www.atthe404.com/blog); Root is currently offline. Please go read the

FAQ on www.brokenkode.com/board for further information.



Joshua (aka Alphaoide) has been helping complete this project in the wake of

Root's disappearance.



Also a big shout out to Franchesco Anselmo & David Prince for their invaluable

support.



Also I've got to thank the wordpress forums for all the little help in solving

loads of questions we had when creating this theme.





License -

The CSS, XHTML and design is released under GPL:

http://www.opensource.org/licenses/gpl-license.php



Theme for blogging software. Initially released for Wordpress.

Copyright (C) 2004 khaled abou alfa.



This program is free software; you can redistribute it and/or modify it under



the terms of the GNU General Public License as published by the Free Software

Foundation, version 2 of the License.



This program is distributed in the hope that it will be useful, but WITHOUT ANY

WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A



PARTICULAR PURPOSE. See the GNU General Public License for more details.


<<<<<<<<<<<<<<<<<<<<<<<<<< Structural Layout >>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
BODY
{
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
/*IE hack Part 1*/
}
/*---------------------------- Site Navigation -------------------------------*/
#hnav
{
	width: 750px;
	margin: 8px auto;
	height: 23px;
	background: #D9D7DA url(images/navgradient.jpg) repeat-x top;
	border-bottom: 1px solid #CCCED2;
	border-left: 1px solid #F5F6F7;
	border-right: 1px solid #CCCED2;
}
#header
{
	float: left;
	width: 235px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 20px;
}
#hmenu
{
	margin: 2px 5px 0 0;
	text-transform: lowercase;
	text-align: right;
	float: right;
	width: 460px;
}
#masthead
{
	background: url(images/banner.jpg);
	width: 750px;
	height: 258px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #B8E4E7;
	border-right: 1px solid #86C9CF;
	border-bottom: 2px solid #00527F;
	border-left: 1px solid #86C9CF;
}
/*------------------------------- Main Body ----------------------------------*/
#container
{
	width: 750px;
	margin: 10px auto;
	background: #F5F6F7;
	border-left: 1px solid #D5D7DB;
	border-right: 1px solid #D5D7DB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: left;
/*IE hack Part 2*/
	border-top: 15px solid #D5D7DB;
	border-bottom: 15px solid #D5D7DB;
}
#topcontentdouble
{
	float: right;
	width: 500px;
	height: 27px;
	background: #F5F6F7 url(images/header_whole2.gif) no-repeat right top;
	margin: 9px 10px 0 0;
	display: inline;
}
#topcontent
{
	width: 730px;
	background: #F5F6F7 url(images/header_whole.gif) no-repeat top;
	margin: 9px auto 0;
	height: 27px;
}
#content
{
	float: right;
	width: 500px;
	background: #FFFFFF;
	margin: 0 10px 0 0;
	display: inline;
}
#bottomcontentdouble
{
	display: inline;
	float: right;
	width: 500px;
	background: #F5F6F7 url(images/bottom_whole2.gif) no-repeat -40px 0;
	margin: 0 10px 9px 0;
	height: 27px;
}
#singlecontent
{
	width: 730px;
	background: #FFFFFF;
	padding-top: 0;
	margin: 0 auto;
}
.post
{
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 80px;
}
.singlepost
{
	margin: 0px 105px 80px;
}
#bottomcontent
{
	width: 730px;
	background: #F5F6F7 url(images/bottom_whole.gif) no-repeat top;
	margin: 0px auto;
	padding-bottom: 9px;
	height: 27px;
}
.meta
{
	font-size: 0.9em;
	line-height: 18px;
}
.feedback
{
	float: right;
	font-size: 1em;
	line-height: 35px;
}
.author
{
	width: 200px;
	float: right;
	text-align: right;
}
/*---------------------------- Page Navigation -------------------------------*/
.postnavigation
{
	height: 45px;
}
.left
{
	float: left;
	padding-left: 105px;
}
.right
{
	float: right;
	padding-right: 105px;
}
.leftdouble
{
	float: left;
	padding-left: 10px;
}
.rightdouble
{
	float: right;
	padding-right: 10px;
}
/*------------------------------ Sidebars -----------------------------------*/
#sidebar
{
	position: relative;
	float: left;
	width: 225px;
	margin: 0 0 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
/*IE hack Part 2*/
	display: inline;
}
#sidebar UL
{
	position: relative;
}
#sidebar UL LI
{
	list-style-type: none;
	list-style-image: none;
}
#sidebar UL, #sidebar UL LI
{
	margin: 0;
	padding: 0;
}
#sidebar UL LI UL
{
	background: #FFF;
	margin: 0 5px 0 0;
	padding: 10px 5px 15px;
}
#sidebar H2
{
	background: url(images/navgradient.jpg) repeat-x top;
	height: 16px;
	margin: 10px 5px 0 0px;
	padding: 8px 0 1px 5px;
	color: #8B9198;
	border-bottom: 1px solid #FFF;
}
/*

The following is the fix

for 3-pixel-jog bug in IE


Hide from IE5-mac. Only IE-win sees this. \*/
* HTML #content
{
/*margin-right: 7px;*/
}
* HTML #sidebar
{
	height: 1%;
}
/*End hide from IE5/mac*/
#sidebar UL LI UL LI
{
	margin: 4px 10px;
	display: block;
	background: url(images/bullet.jpg) no-repeat;
	padding: 0 0 0 18px;
}
#sidebar UL LI UL LI A
{
	display: block;
	height: 1%;
/*IE WIN*/
}
#sidebar UL LI UL LI A:hover
{
	background: #F0F0F0;
	text-decoration: none;
}
#sidebar UL LI UL LI UL
{
	margin: 0;
	padding: 0;
}
/*------------------------------ Comments -----------------------------------*/
#response
{
	margin: 0px 110px;
}
#commentlist
{
	padding: 0px 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: #7B7B7B;
	list-style-type: none;
	text-align: justify;
}
#commentlist LI P
{
	padding: 0px;
	margin: 8px 0px 0px;
}
.commentname
{
	width: 220px;
	float: left;
	font-size: 0.9em;
	margin: 0;
	padding: 0 0 2px;
}
.commentinfo
{
	width: 250px;
	float: right;
	text-align: right;
}
.commenttext
{
	clear: both;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 70px;
	border-top: 1px solid #E4EBEF;
	text-align: left;
	line-height: 16px;
}
/*----------------------------- Comment Form -------------------------------*/
H2#postcomment
{
	background: #FFFFFF url(images/comments.gif) no-repeat center top;
	margin: 40px 0px 0px;
	padding: 0 0 20px 10px;
}
#commentform
{
	background: #F5F6F7;
	padding: 1px 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#commentboxes
{
	width: 200px;
	float: left;
	color: #7B7B7B;
	font-size: 0.9em;
}
P.instructions
{
	margin: 14px 0 0 200px;
	color: #7B7B7B;
	font-size: 0.9em;
	text-align: justify;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D5D7DB;
	padding-left: 15px;
	position: relative;
}
#inputbox
{
	clear: both;
	color: #7B7B7B;
	font-size: 0.9em;
}
#button
{
	padding-top: 0.5em;
}
#commentsbottom
{
	background: #FFFFFF url(images/commentsdown.gif) no-repeat center top;
	margin: 0;
	padding: 0;
	height: 22px;
}
/*--------------------------- 'Sidebar' Structure --------------------------*/
#menu
{
	width: 750px;
	height: 45px;
	background: #F0F0F0 url(images/bottomgradient.jpg) repeat-x top;
	border-top: 1px solid #D1D4D9;
	border-right: 1px solid #D5D7DB;
	border-bottom: 2px solid #D5D7DB;
	border-left: 1px solid #D1D4D9;
}
#searchform
{
	float: left;
	margin-top: 12px;
	padding-left: 20px;
}
#topimage
{
	margin: 2px 0 0;
	cursor: pointer;
	width: 60px;
	height: 40px;
	background: url(images/topbutton.gif) no-repeat top;
	float: right;
	padding-right: 9px;
	padding-top: 3px;
}
#topimage A
{
	display: block;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
}
/*------------------------------- Credits ----------------------------------*/
#footer
{
	margin: 10px auto;
	width: 750px;
	font-size: 0.8em;
}
#footer P
{
	margin-top: 0;
}
.clearer
{
	clear: both;
	line-height: 0px;
}
/*------------------------------ H Menu Styling -----------------------------*/
#top
{
	display: inline;
	list-style-type: none;
}
#hnav UL LI
{
	display: inline;
}
#hnav UL LI A
{
	color: #919191;
	text-decoration: none;
	padding: 5px 0px 5px 30px;
	font-size: 0.7em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}
#hnav UL LI A:hover
{
	color: #BFBFBF;
}
#hnav UL LI H1 A
{
	color: #CCC;
	margin: 0 20px 0 0;
	font-size: x-small;
	font-family: Verdana, Arial, Tahoma, "Sans Serif";
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Typography >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
------------------------------- General ----------------------------------*/
A
{
	color: #005D93;
	text-decoration: none;
}
A:hover
{
	color: #990000;
	text-decoration: underline;
}
#top A
{
	border: 0;
	text-decoration: none;
}
BLOCKQUOTE
{
	background: #F5F6F7;
	padding: 10px 20px;
}
CODE
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
}
H1 A
{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #6F6F6F;
}
H2
{
	color: #005D93;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-bottom: 0px;
	margin-top: 40px;
	margin-left: 10px;
}
.singlepost H2
{
	margin-top: 0px;
}
H3
{
	text-align: left;
	color: #005D93;
	margin: 0;
	margin-top: 3px;
	padding: 0;
	font-size: 0.9em;
	line-height: 26px;
	font-weight: normal;
}
/*------------------------------Site Navigation ----------------------------*/
#blogtitle
{
	margin: 0;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
}
#blogtitle A
{
	font-weight: bold;
}
#blogtitle A:hover
{
	color: #BFBFBF;
	font-weight: bold;
	text-decoration: none;
}
/*-------------------------------- Main Body -------------------------------*/
.post, .singlepost
{
	color: #3F3F3F;
	text-align: left;
}
.posted
{
	color: #555555;
}
.title A
{
	text-align: left;
	height: 20px;
	color: #444444;
	display: block;
	text-decoration: none;
	font-size: 1.6em;
	padding-top: 8px;
}
.title A:hover
{
	color: #005D93;
}
.storycontent
{
	border-bottom: 1px solid #BBBBBB;
	padding: 0px 0px 5px;
	font: 1.1em Arial, Helvetica, sans-serif;
	line-height: 18px;
	overflow: auto;
}
.singlepost P
{
	margin-top: 0;
}
.singlepages P
{
	color: #3F3F3F;
	text-align: left;
	margin: 0px 105px 80px;
	line-height: 20px;
	font: 1.2em Arial, Helvetica, sans-serif;
}
.storycontent A
{
	text-decoration: none;
}
.storycontent A:hover
{
	text-decoration: underline;
}
.storycontent A:visited
{
	color: #000000;
}
/*----------------------------- Page Navigation ----------------------------*/
.left A
{
	color: #990000;
	font-size: 0.9em;
}
.right A
{
	font-size: 0.9em;
	color: #990000;
}
.leftdouble A
{
	color: #990000;
	font-size: 0.9em;
}
.rightdouble A
{
	font-size: 0.9em;
	color: #990000;
}
/*-------------------------------- Comments -------------------------------*/
.commentauthor
{
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 0 2px;
	margin: 0;
	color: #000000;
}
.commentauthor A
{
	font-weight: bold;
	margin: 0;
	padding: 0 20px 0 0;
	background: url(images/icon.jpg) no-repeat top right;
}
.commentdate
{
	font-size: 0.8em;
	text-align: right;
	line-height: 18px;
	padding: 0;
	margin: 0;
}
#nocomment, #commentsclosed
{
	text-align: center;
	color: #7B7B7B;
	font-size: 1.1em;
}
/*------------------------------ Comments Form -----------------------------*/
#comment
{
	width: 465px;
}
#comment, #author, #url, #email, #press
{
	background: #E7E9ED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #7B7B7B;
	padding: 1px 2px 1px 1px;
}
#comment, #author, #url, #email
{
	border: 1px solid #D5D7DB;
}
#comment:hover, #author:hover, #url:hover, #email:hover
{
	border: 1px solid #7B7B7B;
}
#comment:focus, #author:focus, #url:focus, #email:focus
{
	background: #FFFFFF;
	border: 1px solid #000000;
	color: #7B7B7B;
	padding: 1px 2px 1px 1px;
}
#commentboxes P
{
	margin: 0;
	padding-bottom: 0.9em;
}
H2#comments
{
	margin-bottom: 40px;
}
P.feeds
{
	float: right;
	margin-top: -1.8em;
	font-size: 0.9em;
}
P.feeds A, P.feeds A:hover
{
	text-decoration: none;
}
P.feeds A:hover
{
	color: #000000;
}
#inputbox
{
	clear: both;
	color: #7B7B7B;
	font-size: 0.9em;
}
#inputbox A
{
	color: #7B7B7B;
}
#inputbox A:hover
{
	color: #FFFFFF;
}
P.inputbox
{
	margin: 0;
	padding-bottom: 10px;
}
P.pages
{
	margin: 0;
	padding: 40px;
	padding-top: 0;
	text-align: center;
}
P.pages A
{
	color: #005D93;
}
/*-------------------------------- Credits ---------------------------------*/
P.credits
{
	padding: 0px;
	text-align: center;
	margin: 10px 0px;
	color: #9E9E9E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
P.wordpress
{
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D7DB;
}
/*--------------- Search/Archives/Categories Results Pages ------------------*/
.searchresult
{
	padding: 30px 0 0;
	margin: 0;
}
.searchresult A
{
	color: #000000;
}
.searchinfo
{
	font-size: 0.9em;
	line-height: 18px;
	padding: 0 0 2px;
	color: #000000;
	margin: 0;
}
.searchdetails
{
	font-size: 0.9em;
	line-height: 18px;
	padding: 0 0 2px;
	color: #000000;
	margin: 0;
	border-bottom: 1px solid #BBBBBB;
}
/*--------------------------- 'Comment Edit' Buttons ------------------------*/
#ed_toolbar
{
	background: #D5D7DB;
	border: 1px solid #D5D7DB;
	padding-left: 5px;
}
#ed_bold
{
	background: url(images/bold.gif) no-repeat top;
	height: 22px;
	width: 22px;
	border: 0px none #000000;
}
#ed_italic
{
	background: url(images/italic.gif) no-repeat top;
	height: 22px;
	width: 22px;
	border: 0px none #000000;
	margin-left: 5px;
}
#ed_link
{
	background: url(images/link.gif) no-repeat top;
	height: 22px;
	width: 22px;
	border: 0px none #000000;
	margin-left: 5px;
}
#ed_close
{
	background: url(images/close.gif) no-repeat top;
	height: 22px;
	width: 22px;
	border: 0px none #000000;
	margin-left: 25px;
}
/*

This piece of code is for clearing

the floats without structural markup

Don't modify it

*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-table;
}
/*Hides from IE-mac \*/
* HTML .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/*End hide from IE-mac*/

