/* beta version of css for Susan Guevara website 7.2.08
----------------------------------------------- */

/* global styles
----------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
}

body
{
    background: #122; 
	text-align: center;
	font: normal .8em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
}



body.short { background: #fff url(bk_tile_short.gif) repeat-x; }

a:link
{
	color: #ccc;
	text-decoration: none;
	border: dotted #fff;
	border-width: 0px 0px 1px 0px;
}

a:visited
{
	color: #ccc;
	text-decoration: none;
	border: dotted #ccc;
	border-width: 0px 0px 1px 0px;
}

a:hover
{
	color: #099;
	text-decoration: none;
	border: dotted #099;
	border-width: 0px 0px 1px 0px;
}

body.comic .none img
{
	color: #ccc;
	text-decoration: none;
	border: 0px;
}

body.comic a.none
{	border: 0px;
}


ul { list-style: none; }
ul li a { text-decoration: none; }


/* page headers and headings
----------------------------------------------- */

h2, h3, h4, h5
{
	color: #901;
	font-size: 90%;
	margin-bottom: 4px;
	margin-left: 15px;
}

#content h1,
#content h2
{
	font: normal 1.4em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #901;
	margin: 25px 0 5px 15px;
}

/* structure
----------------------------------------------- */


#main
{
	width: 75em;
	border: 0px dotted red;
	margin: 0 auto;

	position: relative;
}


#content
{
	border: 0px solid blue;
		text-align: center;
	top: 0px;
	left: 0em;
}

#content p
{
	border: 0px solid yellow;
	margin: 5px 0 15px 15px;
}

#content p.intro
{
	font: normal 1.3em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 15px 0 5px 15px;
}

body.comic #main {
	margin: 10% auto;
}

#altver {
	margin: 10% auto;
}


table#works td, 
table#works th
{
	border: 0px solid yellow;
	padding: 0px 15px 5px 15px;
	font-size: 90%;
	line-height: 1.3em;
	vertical-align: top;
}

#content p#contact
{
	border: 0px solid blue;
	margin-top: 25px;
	width: auto;
}

.clear { clear: both; }



#footer
{
	padding: 0px 0 0px 0;
	width: auto;
	margin: 50px 0 0 0;

	background: none;
}


/* nav
----------------------------------------------- */

#content li { margin: 0px 0 15px 0px; }

#content ul
{
	margin: 0px 0 10px 35px;
	list-style-image: url('bullet.gif');
}

#content .col1, #content .col2
{
	width: 22em;
	float: left;
	margin-right: 15px;
	border-right: 1px solid #ccc;
	padding-right: 10px;
}

ul.bolds li a
{
	font-weight: bold;
	margin-right: 3px;
	line-height: 2em;
	font-size: 94%;
	color: #333;
}

body.short ul#nav
{
	position: fixed;
	list-style: none;
	display: block;
	top: 228px;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
	margin: 0px;
	width: 12.5em;
}




/* nav_sub
----------------------------------------------- */

ul.nav_sub
{
	font-size: 90%;
	line-height: 1.3em;
}

ul.nav_sub li { margin: 3px 0 5px 10px; }
ul#nav li { padding: 1px 0 1px 0px; }

ul#nav li a.on
{
	color: #901;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border: solid #333;
	border-width: 0px 0px 0px 0px;
}



/* links and lists
----------------------------------------------- */

#footer ul
{
	list-style: none;
	margin: 0px 0px 0 15px;
	padding: 0px;
}

#footer li
{
	font-size: 82%;
	padding: 0 10px 0 0px;
	margin: 0;
	display: inline;
}

#footer li a:link
{
	margin-left: 0px;
	padding: 3px 2px 0px 0px;
	color: #ccc;
	border: dotted #fff;
	border-width: 0px 0px 1px 0px;
}

#footer li a:visited
{
	color: #aaa;
	border: dotted #000;
	border-width: 0px 0px 1px 0px;
}

#footer li a:hover
{
	color: #099;
	border: dotted #099;
	border-width: 0px 0px 1px 0px;
}




a.backtop
{
	float: right;
	color: #901;
	border: none;
	font-size: 85%;
	margin: 30px 20px 0 0px;
}



/* misc
----------------------------------------------- */

b
{
	font-size: 90%;
	color: #444;
}

a { outline: none; }

hr
{
	border: dotted #444;
	border-width: 0px 0px 1px 0px;
	margin-bottom: 15px;
}
