/*   
Theme Name: raki's lab - reloaded
Theme URI: 
Description: Redesign 2009
Author: Johan Prawiro (raki)
Author URI: http://rakis-lab.net/
Template: thematic
Version: 0.9
Tags: raki
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
/*@import url('../thematic/library/layouts/2c-r-fixed.css');*/
@import url('../thematic/library/layouts/3c-r-fixed-primary.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


#wrapper {
	border-left:	1px solid #CCC;
	border-right:	1px solid #CCC;
	margin:			0 auto;
	position:		relative;
	width:			960px;
}

/* --- HEADER --- */
	#header #branding {
		float:			left;
		margin:			0;
		padding:		20px 0 20px 50px;
		width:			650px;
	}

	#header #access {
		clear:			both;
	}

	#header #access  .menu {
		margin:			0 0 0 50px;
		width:			auto;
	}

	/* --- SEARCHFORM --- */
	
		#header #searchform  {
			float:			left;
			padding:		20px 0;
			width:			260px;
		}

		#header #searchform  #s {
			width:			180px
		}


		
#flickrrss ul {
  list-style: none;
}

