/*  
Theme Name: Sokokoko
Theme URL: http://www.sokokoko.com
Description: Ian's place for verbal and visual rambling
Version: 2.0
Author: Ian M. Bayne
Author's URL: http://www.sokokoko.com
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
	}

body{
	font-family:		Verdana, sans-serif;
	background-color:	#acbfff;
}	

#wrapper {
	width:				820px;
	margin-left:		auto;
	margin-right:		auto;
	}


/* Navigation_left_tab ----------------------------------------- */

#navigation_left_tab {
	width:				620px;
	height:				46px;
	background-image:	url(../images/navigation_left_tab.gif);
	background-repeat:	no-repeat;
	padding-top:		29px;
	}
	
#navigation_left_tab ul {
	width:				500px;
	text-align:			center;
	margin-left:		46px;
	}
	
#navigation_left_tab li {
	list-style-type:	none;		/* removes the bullet */
	display:			block; 	/* makes the li's line up horizontally */
	color:				black;
	font-family:		Trebuchet, sans-serif;
	width:				90px;
	float:				left;
	padding:			0 19px;
	}


/* Navigation_middle_tab ----------------------------------------- */	

#navigation_middle_tab {
	width:				620px;
	height:				46px;
	background-image:	url(../images/navigation_middle_tab.gif);
	background-repeat:	no-repeat;
	padding-top:		29px;
	}
	
#navigation_middle_tab ul {
	width:				500px;
	text-align:			center;
	margin-left:		46px;
	}
	
#navigation_middle_tab li {
	list-style-type:	none;		/* removes the bullet */
	display:			block; 	/* makes the li's line up horizontally */
	color:				black;
	font-family:		Trebuchet, sans-serif;
	width:				90px;
	float:				left;
	padding:			0 19px;
	}


/* Navigation_right_tab ----------------------------------------- */

#navigation_right_tab {
	width:				620px;
	height:				46px;
	background-image:	url(../images/navigation_right_tab.gif);
	background-repeat:	no-repeat;
	padding-top:		29px;
	}
	
#navigation_right_tab ul {
	width:				500px;
	text-align:			center;
	margin-left:		46px;
	}
	
#navigation_right_tab li {
	list-style-type:	none;		/* removes the bullet */
	display:			block; 	/* makes the li's line up horizontally */
	color:				black;
	font-family:		Trebuchet, sans-serif;
	width:				90px;
	float:				left;
	padding:			0 19px;
	}

	
/* General navigation -------------------------------------------- */

li a {
	text-decoration:	none;
	color:				black;
	}
	
li a:hover
	{
		color:			blue;
	}
	
a {
	text-decoration:	none;
}


/* Meta navigation -------------------------------------------- */

#meta_navigation {
	width:				180px;
	height:				200px;
	float:				right;
	background-image:	url(../images/meta_navigation2.gif);
	text-align:			left;
	background-repeat:	no-repeat;
	padding-left:		0px;
	margin-left:		0px;
}

#meta_navigation ul {
	margin:				50px 0 0 65px;
	
}

#meta_navigation li {
	list-style-type:	none;		/* removes the bullet */
	color:				black;
	font-family:		Trebuchet, sans-serif;
	margin:				25px 0;
	}

#meta_navigation li a {
	text-decoration:	none;
	color:				black;
	}
	
#meta_navigation li a:hover
	{
		color:			blue;
	}


/* Content -------------------------------------------- */

#content {
	width:				520px;
	float:				left;
	padding:			0 70px 30px 30px;
	border:				1px black single;
	background-image:	url(../images/body3.gif);
	background-repeat:	repeat-y;
	background-color:	#acbfff;
	}	

.post {
	margin:				0 0 15px 25px;
	}

.post a {
	text-decoration:	underline;
}

.post img {
	padding:			5px;
	display:			block;
	margin:				0 auto;
	border:				1px #888888 solid;
}

#pagination_left {
	float:				left;
	text-align:			left;
	margin-left:		25px;
	margin-bottom:		-20px;
}
	
#pagination_right {
	float:				right;	
	text-align:			right;
	margin-bottom:		-20px;
}

#content_bottom {
	width:				620px;
	float:				left;
}

#footer {
	width:				100%;
	float:				left;
	text-align:			center;
	background-color:	white;
	margin-top:			50px;
}
