/*
Theme Name: AA LU
Description: CMS Theme developed from Trident basic Blog Theme 
CMS modifications by: <a href="mailto:info@urban.si">Tomaz Pipan</a>
Author URI: http://urban.si
Additional plugins needed: lazy-k-gallery, wp-lightbox2


THIS THEME WAS HEAVILY MODIFIED BY TOMAZ PIPAN FOR CMS PURPOSES
www.urban.si, info@urban.si
*/


/* 
   This CSS has been modified from the default WordPress install by Root //atthe404.com/blog
   and ported to WP1.5 by Frederic de Cillamil //eretzvaju.org
   */ 


/*
   The CSS also requires a modified index.php and a small background graphic. Full installation 
   instructions (which are hopefully very simple) can be found on the blog. 
   */

/* 
   Index php and the CSS are adapted from WordPress 1.2 Mingus. Original CSS by Dave Shea 
   http://mezzoblue.com with modifications by Matthew Mullenweg || http://photomatt.net 
   This is just a basic layout, with only the bare minimum defined.Please tweak this and make 
   it your own. :)
*/




/* -------------------- Body and Page Layout ----------------------- */

body {
font-family: Verdana, sans-serif;
font-size: 14px;
background: #FFFFFF;
margin: 0;
padding: 0;
text-align: center; /* IE 5.5 hack */
}

#wrap {
width: 800px;
margin: auto;
margin-top: 0;
margin-bottom: 0;
text-align: left;  /* IE 5.5 hack part II */
}

#header {
height: 60px;
background: transparent;
font: Verdana;
margin-top: 10px;
}

#title_project {
float: left;
width: 550px;
padding-left: 5px;
padding-right: 5px;
background: transparent;
}

#main {
float: left;
width: 400px;
padding-left: 5px;
padding-right: 5px;
background: transparent;
}

#main_small_width {
float: left;
width: 430px;
padding-left: 5px;
padding-right: 5px;
background: transparent;
}

#main_medium_width {
float: left;
width: 630px;
background: transparent;
}

#main_bg {
float: left;
width: 630px;
background-image: url('bg.jpg');
}

#main_full_width {
float: left;
width: 800px;
background: transparent;
}

#gallery_project {
float: left;
width: 150px;
padding-top: 10px;
background: transparent;
}

#sidebar {
float: left;
width: 160px;
height: *;
padding-left: 0px;
padding-right: 5px;
background: transparent;
}

#footer {
clear:both;
background: transparent;
}


/* --------------------- WordPress Stuff ----------------------- */


img
{

padding: 2px;
border: none;
}

a {
	color: #00AAFF;
	text-decoration: none;
}

a img {
	border: 1px solid #FFFFFF;
}

a img:hover {
	border: 1px solid #00AAFF;
}

a:visited {
	color: #00AAFF;
}

a:hover {
	color: #FFFFFF;
	background-color: #00AAFF;
}


acronym, abbr, span.caps {
	cursor: help;
	font-size: 9px;
}


cite {
	font-size: 9px;
	font-style: normal;
}






p, li, .feedback {
	color: ##000000;
	font: 11px Verdana;
	list-style-type: none;
}


