/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0pr2
*/

/* reset.css, part of YUI's CSS Foundation */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/* fonts.css, part of YUI's CSS Foundation */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


/*
Copyright (c) 2009, Nicole Sullivan. All rights reserved.
Code licensed under the BSD License:
http://github.com/stubbornella/oocss/
*/

/* grids */
.line, .lastUnit {overflow:hidden;_overflow:visible;_zoom:1;}
.unit{float:left;_zoom:1;}
.size1of1{float:none;}
.size1of2{width:50%;}
.size1of3{width:33.33333%;}
.size2of3{width:66.66666%;}
.size1of4{width:25%;}
.size3of4{width:75%;}
.size1of5{width:20%;}
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}
.lastUnit {float:none;_position:relative;_left:-3px;_margin-right:-3px;width:auto;}


/*
Copyright (c) 2009, King Lulu. All rights reserved.
Code licensed under the BSD License:
*/

/* grids */
.size1of6{width:16.66666%;}
.size5of6{width:83.33333%;}
.size1of8{width:12.5%;}
.size3of8{width:37.5%;}
.size5of8{width:62.5%;}
.size7of8{width:0.75%;}

.size120{width:120px;}
.size160{width:160px;}
.size240{width:240px;}
.size300{width:300px;}
.size320{width:320px;}
.size640{width:640px;}
.size720{width:720px;}

/* templates */
#page{margin:0 auto;width:974px;}
#hd #bd, #ft, {overflow:hidden; _overflow:visible; zoom:1;}
#bd{padding:0 7px;}


/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1

modified by King Lulu to add a .content prefix
*/

/* base.css, part of YUI's CSS Foundation */
.content h1 {
    font-size:138.5%; /*18px via YUI Fonts CSS foundation*/
}
.content h2 {
    font-size:123.1%; /*16px via YUI Fonts CSS foundation*/
}
.content h3 {
    font-size:108%; /*14px via YUI Fonts CSS foundation*/
}
.content h1,.content h2,.content h3 {
    margin:1em 0;
}
.content h1,.content h2,.content h3,.content h4,.content h5,.content h6,.content strong {
    font-weight:bold; 
}
.content abbr,.content acronym {
    border-bottom:1px dotted #000;
    cursor:help;
} 
.content em {
    font-style:italic;
}
.content blockquote,.content ul,.content ol,.content dl {
    margin:1em;
}
.content ol,.content ul,.content dl {
    margin-left:2em;
}
.content ol li {
    list-style: decimal outside;
}
.content ul li {
    list-style: disc outside;
}
.content dl dd {
    margin-left:1em;
}
.content th,.content td {
    border:1px solid #000;
    padding:.5em;
}
.content th {
    font-weight:bold;
    text-align:center;
}
.content caption {
    margin-bottom:.5em;
    text-align:center;
}
.content p,.content fieldset,.content table,.content pre {
    margin-bottom:1em;
}
.content input[type=text],.content input[type=password],.content textarea{width:12.25em;*width:11.9em;}
