/* ----------------------------------------
Theme Name: Alchemist Cafe Theme 0.2
Description: A Wordpress Theme for the Alchemist Cafe
Version: 0.2
Author: Neasan 'Halo' O'Neill
Author URI: http://neasanoneill.com
Last Modified: 2007.04.28
Provides: Theme definition file for WordPress
---------------------------------------- */


#header {
position: absolute;
background-image: url( images/header.gif );
background-repeat: no-repeat;
background-position: left top;
top: 25px;
left: 30px;
width: 700px;
height: 140px;

}


#menu {

position: absolute;
top: 175px;
left: 25px;
width: 155px;
background: #DEB887 url(images/menubottom.gif) left bottom no-repeat;

}

#flickr {

position: absolute;
top: 175px;
left: 760px;
width: 155px;
background: #DEB887 url(images/menubottom.gif) left bottom no-repeat;

}

#content {
padding: 0px 5px 0px 5px;
position: absolute;
top: 175px;
left: 220px;
width: 500px;
background: #DEB887 url(images/contentbottom.gif) left bottom no-repeat;
}



#menu h1 {
margin: 0;
padding: 10px 0px 0px 5px;
background: #cc5500 url(images/menutop.gif) left top no-repeat;

}



#flickr h1 {
margin: 0;
padding: 10px 5px 0px 5px;
background: #cc5500 url(images/menutop.gif) left top no-repeat;

}

#flickr h2 {
margin: 0;
padding: 5px 5px 0px 5px;
background: #cc5500;
font-size: x-large;

}



#content h1 {
margin: 0px -5px -5px -5px;
padding: 10px 0px 0px 5px;
background: #cc5500 url(images/contenttop.gif) left top no-repeat;


}

#content h2 {
margin-bottom: 0px;
margin-left: 5px;
text-decoration: underline;


}

#content h3 {
margin-bottom: 0px;
margin-left: 5px;
text-decoration: underline;

}

#menu p {
margin-left: 5px;
}


a {
text-decoration: none;
}

.title {
margin-bottom: 0px;
text-decoration: underline;
font-weight: bold;

}

.title a {
text-decoration: none;
color: #000000;

}

.body {
margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;

}


.pictures {
text-align: center;
margin-top: 0px;
margin-left: 5px;


}

dl {
margin-left: 5px;
}