/*   
Theme Name: Chuukaku
Theme URI: http://www.chuukaku.com
Description: Chuukaku.com Stylesheet modified for WP
Author: Katie Fraser
Author URI: http://www.chuukaku.com
Version: 0
.
General comments/License Statement if any.
.
*/


@charset "utf-8";

body	{
	margin: 0 0 0 0;
	padding: 0px; 
	background-image: url(http://www.chuukaku.com/backgroundgradient.png); 
	background-repeat: repeat-x; 
	background-color: #ffffff;
	color: #000000;
	font-family: verdana, arial;
	font-size: 10pt; 
	}


/* div formatting */

div.boddy
	{
	margin: 0 0 0 0;
	position: absolute;
	background-image: url(http://www.chuukaku.com/chuukaku.png);
	background-repeat: no-repeat;
	behavior: url(iepngfix.htc); 
	background-position: top left; 
	width: 100%; 
	height: 100%;
	}

.leftcontent
	{
	position: absolute;
	left:0px;
	top:50px;
	width:250px;
	border:1px;
	float:left;
	padding: 0 0 0 0;
	}



.rightcontent {
	position: absolute;
	right:0px;
	top:50px;
   	border:1px;
	margin-left: 251px;
	padding-right: 10%;
	text-align: justify;
	}

/*used to make the columns not overlap in IE 6 (or apparently 5.5) in WP*/
/*** IE6 Fix ***/
* html .rightcontent 
	{
	position: relative;
	margin-left: 251px;
	}


div#twitter_div
	{
	position: relative;
	left:0px;
	top: 0px;
	width: 200px;
	padding: 5px;
	font-weight: bold;
	margin : 0px;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #5385FF;
	font-size: 10pt; 
	font-family: arial;
	color: #333333;
	list-style-type:none;
	padding: 0;
	margin: 0;     
	}

div#sidebar
	{
	position: relative;
	left:0px;
	top: 0px;
	width: 200px;
	padding: 5px;;
	font-weight: bold;
	margin : 0px 10px 0px 20px;
	border-width: 0 0 0 0;
	border-style: solid;
	border-color: #5385FF;
	}


/*standard formatting */

A:link	{
	text-decoration:none;
	color: #1335e3;
	}

A:visited
	{
	text-decoration:none; 
	color: #042996;
	}
  
h1	{
	font-size: 16pt; 
	font-family: georgia, arial;
	color: #1335e3;
	margin: 0 0 17px 0;
	}

h2	{
	font-size: 16pt;
	font-family: georgia, arial;
	color: #1335e3;
	margin: 0 0 17px 0;          }

h3 	{
	font-size: 12pt;
	font-family: georgia, arial;
	padding: 0 0 0 0;
	color: #1335e3;
	margin: 0 0 17px 0;
	}

h4	{
	padding: 0 0 0 0;
	color: #1335e3;
	margin: 0 0 7px 0;
	}

p	{
	margin: 0 0 17px 0;
	padding: 0;
	border: 0;
	}

ul	{
	padding: 0px; 
	font-weight: bold;
        font-family: arial;
	margin : 0px 0px 20px 40px;
	border-width : 0;
        }


/* non-standard formatting */

/*lists*/

ul.right
	{
	padding: 0;
	margin: 0px 0px 0px 40px;
	border-width : 0;
	}


li.right
	{
	font-family: verdana, arial;
	font-weight: normal;
	padding-bottom: 20px;
	}

ul.links
	{
	padding: 0;
	margin : 0px 0px 0px 40px;
	border-width : 0;
	}

ul#dynamic
	{
	padding: 0;
	margin: 0;
	border-width: 0;
	list-style-type:none;
	}

ul#twitter_update_list
	{
	padding: 0;
	margin: 0;
	border-width: 0;
	list-style-type:none;
	}


li.links {
         font-family: verdana, arial;
         font-weight: normal;
         }


/*used to stop bullet points on Wordpress widgets*/
li.widget
	{
	list-style-type: none
	}

/*image formatting for Wordpress*/
.wp-caption 
	{
	-moz-border-radius:3px 3px 3px 3px;
	background-color:#F3F3F3;
	border:1px solid #DDDDDD;
	margin:10px;
	padding-top:4px;
	text-align:center;
	}

.alignright
	{
	float: right;
	}

.wp-caption-text 
	{
	font-size:10px;
	margin:0;
	padding:0 4px 5px;
	}

/*horizontal rulers - don't know which plain hr is controlling margins!*/

hr	{
	margin-left:auto;
	margin-right:auto; 
	}

hr	{
	border: 0;
	width: 80%;
	height: 1px; 
	color: #1335e3;
	background-color: #1335e3;
	margin: 0 0 17px 0;
	}


/*headings and paragraphs*/

/*used for the titles in the navigation sidebar*/
h2.sidebar-title
	{
	margin: 0 0 0 0;
	font-size: 10pt; 
	font-family: verdana, arial;                   
	}

/*used for the titles in the navigation sidebar used by Wordpress widgets*/
h2.widgettitle
	{
	margin: 0 0 0 0;
	font-size: 10pt; 
	font-family: verdana, arial;                   
	}

/*used for text in the navigator sidebar*/
p.navsid 
	{
	font-size: 10pt;
	font-weight: bold; 
	font-family: arial;    
	}

/*used to create a space around the 'category' tagcloud*/
p.catcloud
	{
	padding: 5px;
	font-weight: bold;
	margin : 10px 0 10px 0;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #5385FF;
	}

/*used to give a more sedate colour to the links in the Wordpress 'category' tagcloud*/
.catcloud a:link
	{
	color: #666666;
	}

/*used for the link to Twitter in the navigator sidebar on the blog*/
a#twitter-link
	{
	font-size: 10pt; 
	font-family: arial;                   
	}

/*following are some random Twitter and Moniter related items*/

.tweet
	{
	display: block;
	background: #fff;
	clear: both;
	padding: .6em;
	margin: .3em;
	overflow: hidden;
	}

.tweet img
	{
	float: left;
	margin-right: 1em;
	border: 2px solid #222;
	background: #444;
	}

.tweet p.text
	{
	margin: 0;
	padding: 0;
	padding-left: 70px;
	}

.monitter
	{
	float: left;
	margin: 5px;
	border: 4px solid #666;
	background: #666;
	overflow:hidden;
	}

/*a fix for Internet Explorer 5*/

/* Hides from IE5-mac \*/
* html .rightcontent {height: 1%;}
/* End hide from IE5-mac */

.clearfix:after {
                content: "."; 
                display: block; 
                height: 0; 
                clear: both; 
                visibility: hidden;
                }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

