/*
============================================
Layout for print:
============================================
*/

#wrapper {width: 7in;}



/*
============================================
Hide that junx:
============================================
*/
#thewall,
#aside,
#skipto,
#sitenotice,
#mainmenu,
.dropdown,
#stealthistheme,
img#logo,
#askaquestion,
#login,
#footer,
#breadcrumbs,
#comments,
#contact,
#licensing {display: none}

body {background-image:  none;}	
#header {background: none}



/*
============================================
typography
============================================
*/

h1,
h2,
h3,
h4,
p#sitename {font-family: Rockwell}


/*
============================================
#header
============================================
*/

#introsection {width: 7in; clear: both}
p#sitename a {color: #222; font-size: 20pt;}




/*
============================================
div#mainpage
============================================
*/
#maincontent {margin: 0px; position: relative}

#mainpage {background: rgb(255,255,255) url(http://dabrook.org/images/ui/pink-line.gif) repeat-y 100px top; margin-top: 0;}
#article {background: url(http://dabrook.org/images/ui/lines.gif) repeat 0 0px; position: relative; margin-top: 120px; padding-left: 120px; padding-bottom: 120px; width: 840px;}
#mainpage p,
#mainpage ul,
#mainpage ol,
#mainpage img {margin-left: 10px;}

#mainpage li {margin-left: 10px; list-style-type: disc;}
#mainpage ol li {list-style: decimal;}

#mainpage ul#projectcategories li {list-style-type:none; padding-left: 0; margin-left: -10px}
#mainpage ul#projectcategories li h2 {padding-left: 90px}
#mainpage ul#projectcategories li ul li {list-style-type:disc; margin-left: 10px}

#mainpage #aus {margin-bottom: 30px}

/*
============================================
search
============================================
*/

input#searchbox {margin-top: 5px;}
input#searchsubmit {width: auto; border: none; display: inline; padding: 2 4px}
input#searchbox {font-size: 10px; background: rgb(255,255,255); background: rgb(255,255,255); background: rgba(255,255,255, 1); border: 1px #ccc dotted; rgb(0,0,0); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; line-height: 30px; padding: 5px;}
input#searchbox:focus {background: rgb(255,255,255) background: rgba(255,255,255, 1) url(http://dabrook.org/images/ui/lines.gif) -10px left  ; border: 1px rgb(0,0,0) solid;}


/*
============================================
.notices
============================================
*/

#mainpage .greenlight,
#mainpage .notice,
#mainpage .warning {padding: 10px; margin-right: 10px;}

#mainpage .notice {background: rgba(241,255,146, .7); border: 2px #ffcc00 solid; }
#mainpage .warning  {background: rgb(255,153,153); background: rgba(255,153,153, .7); border: 2px #cc0000 solid;}
#mainpage .greenlight {background: rgb(204,255,204); background: rgba(204,255,204, .7); border: 2px #090 solid;}

#mainpage .greenlight a {color: #090}

#mainpage .notice a {color: rgb(255,0,0)}
#mainpage .warning a {color: #cc0000}
