/*
Theme Name: Creative
Theme URI: http://creative.popmag.com.au/
Description: A theme for the creative agnecy idea.
Version: 1
Author: Drew Baker
Author URI: http://www.popmag.com.au/
Tags: 
*/

/* Globals */
html { height: 100%; }
body { color: #2C2C2C; font-family: "Courier New", Courier, monospace; font-size: 14px; margin: 0; padding: 0 0 10px 0; background:url(images/background.jpg); }
img { border: none; }

h2 { margin: 0; }

/*Links*/
a { color: #999999; }
a:hover { color:#000000; }
a:visited { color:#999999; }

#nav a { color: black; text-decoration: none; }
#nav a:hover { color: #999; }

.title h2 a { color: black; text-decoration: none; }
.title h2 a:hover { color: #999; }

/*Lists*/
ul { list-style: none; margin: 0; padding: 0; }
ol { list-style: none; }
li { list-style: none; margin: 0; padding: 0; }

#nav li { height: 35px; line-height: 35px; border-top: 1px solid #999; display: block; }


/*Structure*/
#container { width: 100%; min-height: 100%; float: left; }

#nav { width: 200px; height: 100%; padding: 10px 10px 40px 10px; margin: 10px 0 0 0; float: left; background: white; font-style: italic; font-size: 17px; font-family: Georgia, "Times New Roman", Times, serif; }
#logo { width: 200px; height: 200px; margin: 0 0 10px 0; }

#content { width: 600px; background: white; float: left; margin: 10px; padding: 10px; }
.catentry { padding: 0 0 10px 0; margin: 0 0  10px 0; border-bottom: 1px dotted #999; }

/*Wordpress*/
.alignleft { float: left; }
.alignright { float: right; }
