/*
Theme Name: 4x cubed
Theme URI: http://www.troycone.com/
Description: Initial site design, Summer 2009
Version: 1.0
Author: Gerald Bivens
Author URI: http://www.gbivens.com/
*/


body { 
background-color: #FFF;
color: #202020;
font-family: Arial, Helvetica, Sans-serif; 
font-size: 11px;
}


/* Layout
- - - - - - - - - - - - - - - - - - - - - - - - */

* {
margin: 0;
padding: 0;
}

#navigation {
position: relative;
width: 450px;
margin: 10px auto 0 auto;
}

#return { margin: 0 0 0 -40px; }

#content-info {
position: relative;
width: 450px;
margin: 20px auto 0 auto;
}

#contact-title { margin: 0 0 5px 0; }

#news-title, #prints-title, #links-title { margin: 20px 0 5px 0; }

#links {
position: relative;
width: 450px;
margin: 20px auto;
}

ul { margin: 0 0 10px 0; }

/* Typography 
- - - - - - - - - - - - - - - - - - - - - - - - */

#page-title, #contact-title, #news-title, #prints-title, #links-title { font-size: 14px; }

#content-info { font-size: 12px; }

ul {
font-size: 12px;
list-style-type: none;
}

li { margin: 0 0 .25em 0; }

/* Link styles 
- - - - - - - - - - - - - - - - - - - - - - - - */

a { text-decoration: none; }

a img { border: none; }

a:link { color: #202020; text-decoration: underline; }

a:visited { color: #202020; text-decoration: underline; }

a:hover { color: #808080; text-decoration: underline; }

a:active { color: #FFF; }