/*
Theme Name: WIWD Temporary Theme
Theme URI: http://www.womeninwebdesign.org
Description: Temporary Theme for Women in Web Design
Version: 1.0
Author: Jen Huls / Pop Stalin Design
Author URI: http://www.popstalin.com
*/

/* GENERAL +++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body { background:#000 url(images/wiwd-temp-bkg.jpg) no-repeat fixed; font:normal 100%/1.1em Helvetica, Arial, sans-serif; color:#fff; margin:0; padding:0; }

h2, h3 { color:#CCC; font-weight:bold; text-transform:uppercase; line-height:1.2em; }
h2 { font-size:160%; }
h3 { font-size:115%; }

#branding h1 { width:500px; height:90px; background:#000 url(images/h1-logo-temp.gif) top left no-repeat; text-indent:-9999px; margin-top:30px; margin-bottom:5px; }
#branding h4 { width:500px; height:40px; background:#000 url(images/h4-subhead-temp.gif) top left no-repeat; text-indent:-9999px; margin-top:5px; }

a { font-weight:bold; text-decoration:none; }
a, a:visited { color:#ffcc66; }
a:hover { color:#FF0033; }
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

#container .entry p { font-size:86%; }

/* STRUCTURE +++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#container { width:960px; margin:0 auto; }
#container .entry { width:480px; background-color:#000; padding:10px; }

/* IE6 PNG FIX +++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Fix for PNG alpha channel display in IE6 */
img { behavior: url("/wp-content/themes/pngbehavior.htc"); }
