 /* Thin Dime Design
------------------------------------------------ */

body {
	margin: 0;
  	padding: 0;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
   	color: #000;
   	background: #36f;
	font-size:small;
 	}

 
/* Basic Page Structure
----------------------------------------------- */
#header {
	position: relative;
	height: 80px;
	color: #fff;
	background: url(../images/mon/header.gif) #fff no-repeat;
	width: 100%;
	}
#content {
	position: relative;
	height: 400px;
	background: transparent url(../images/mon/pat.gif);
	}
#leftcol1 {
	position: absolute;
	top: 0;
	left: 0;
	/*padding-bottom: -5px;*/
	z-index:-1px;

	}
#leftcol2 {
	width: 761px;
	background: transparent;
	}
#rightcol {
	position: absolute;
	top: 0;
	left: 598px;
	width: 160px;
	background: #ccc;
	border: 5px solid #000;
	}
#col1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 600px;
	z-index:-1px;
	}
#col2 {
	margin-left: 170px;
	width: 423px;
	font-size: 87%;
	line-height: 1.7em;
	background: #fff;
	border: 5px solid #000;
	}
	
#col3 {
	width: 160px;
	padding: 0;
	/*background: #fff;*/
	font-size: 80%;
	line-height: 1.5em;
	color: #222;
	}



	

/* Basic Styles
----------------------------------------------- */
p {
	margin: 0 0 .625em;
	padding: 0 5px 0 5px;
	/*font-size:11px;*/
	}
h1, h2, h3, h4, h5 {
	font-family: Verdana, sans-serif;
	}
h1 {
	font-size: 200%;
	line-height: 1.4em;
	color: #f60;
	margin: 0 0 .5em;
	}
h2 {
	font-size: 140%;
	line-height: 1.3em;
	color: #03c;
	margin: 0 0 .25em;
	letter-spacing: 1px;
	font-style:oblique;
	/*background: #03c;*/
	/*border: 4px solid #03c;*/
	}
h3 {
	font-size: 120%;
	color: #03c;
	margin: 0;
	}
h4 {
	font-size: 110%;
	color: #fff;
	margin: 0;
	letter-spacing:1px;
	padding: 0 0 0 5px;
	background:#03c;
	border-bottom:2px solid #03c;
	}
h5 {
	font-size: 110%;
	color: #000;
	margin: 0;
	letter-spacing:1px;
	}
strong {
	color: #036;
	}
img {
	border: 5px solid #000;
	}
img.right {
	float: right;
	}
img.left {
	float: left;
	margin: 5px 10px 0 6px;
	}


/* Links
----------------------------------------------- */
a:link, a:visited {
	color: #600;
	text-decoration: none;
	font-weight:bold;
	}
a img {
	border: 5px solid #000;;
	}
#col2 a:hover {
	color: #fff;
	text-decoration: none;
	background:#600;
	}
	
#col3 a:hover {
	color: #fff;
	background: #600;
	}
#footer a:link, #footer a:visited {
	color: #ccc;
	text-decoration: none;
	}
#footer a:hover {
	color: #ccc;
	text-decoration: underline;
	}
	
#col2 h4 a:hover {
	background: transparent;
	text-decoration:none;
	color: #fff;
	}	

	

/* Column 1 Navigation
----------------------------------------------- */
#nav {
	width: 150px;
	padding: 0 0 0 0;
	margin: 0;
	list-style: none;
	}
#nav li {
	margin: 5px 0 0 20px;
	padding: 0;
	width: 150px;
	height: 36px;
	list-style: none;
	}
#nav li a {
	margin: 0;
	padding: 0;
	width: 150px;
	height: 36px;
	text-indent: -5000px;
	display: block;
	}

li#nweb { background: url(../images/mon/nav-web.gif) no-repeat; }
#nweb a:link { background: url(../images/mon/nav-web.gif) no-repeat; text-decoration: none; }
#nweb a:hover { background: url(../images/mon/nav-web2.gif) no-repeat; text-decoration: none; }
#nweb2 { background: url(../images/mon/nav-web2.gif) no-repeat; text-decoration: none; }

li#nprint { background: url(../images/mon/nav-print.gif) no-repeat; }
#nprint a:link { background: url(../images/mon/nav-print.gif) no-repeat; text-decoration: none;}
#nprint a:hover { background: url(../images/mon/nav-print2.gif) no-repeat; text-decoration: none; }
#nprint2 { background: url(../images/mon/nav-print2.gif) no-repeat; text-decoration: none; }

li#nmedia { background: url(../images/mon/nav-media.gif) no-repeat; }
#nmedia a:link { background: url(../images/mon/nav-media.gif) no-repeat; text-decoration: none;}
#nmedia a:hover { background: url(../images/mon/nav-media2.gif) no-repeat; text-decoration: none; }
#nmedia2 { background: url(../images/mon/nav-media2.gif) no-repeat; text-decoration: none; }

li#nblog { background: url(../images/nav-blog.gif) no-repeat; }
#nblog a:link { background: url(../images/nav-blog.gif) no-repeat; text-decoration: none;}
#nblog a:hover { background: url(../images/nav-blog2.gif) no-repeat; text-decoration: none; }
#nblog2 { background: url(../images/nav-blog2.gif) no-repeat; text-decoration: none; }

li#ncontact { background: url(../images/mon/nav-contact.gif) no-repeat; }
#ncontact a:link { background: url(../images/mon/nav-contact.gif) no-repeat; text-decoration: none; }
#ncontact a:hover { background: url(../images/mon/nav-contact2.gif) no-repeat; text-decoration: none; }
#ncontact2 { background: url(../images/mon/nav-contact2.gif) no-repeat; text-decoration: none; }



/* Column 2 Content
----------------------------------------------- */

.c2padding {
	clear: both;
	padding: 0 10px 1em;
	}
.c2beef {
	height: 200px;
	}

.demobox {
	padding-bottom: 15px;
	}
.demobox img {
	border: 5px solid #000;
	}
.demoboxleft {
	height: 115px;
	width: 180px;
	padding-left:10px;
	}
.demoboxright {
	float: right;
	height: 115px;
	width: 180px;
	padding-right:10px;
	}
.demobox p {
	padding:0;
	}

.col2box {
	}
.col2boxleft {
	padding-left:10px;
	width: 180px;
	}
.col2boxright {
	float: right;
	width: 180px;
	padding-right:10px;
	}
.col2box h3 {
	margin: 0 0 .625em;
	}
.col2box h4 {
	margin: 0;
	}
.col2box ul {
	margin: 0 0 1em 1em;
	padding: 0;
	list-style: none;
	}
ul.relatedwork {
	margin: 0 0 .625em 0;
	padding: 0;
	list-style: none;
	}
/*	
.c2itemtop {
	padding: 10px 5px 0 5px;
	margin: .5em 0 0 0;
	background: no-repeat;
	}
*/


/* Column 3 Notes and Stuff
----------------------------------------------- */

#boxindex, #boxweb, #boxprint, #boxmedia, #boxcontact, #box404 {
	margin-bottom: 1em;
	height: 164px;
	width: 160px;
	background: #fff url(../images/mon/box.gif) no-repeat;
	}
.c3padding {
	padding: 0 12px;
	}
.c3itemtop {
	padding-left: 8px;
	}
.c3item {
	padding-top: .75em;
	padding-left: 8px;
	background:no-repeat;
	}
#col3 p {
	padding: 0 0 0 8px;
	line-height:1.25em;
	}
.emailtxt {
	width: 130px;
	font-family: Courier New, Courier, monospace;
	}
.submit {
	margin-top: .25em;
	width: 76px;
	}
form {
	margin: 0;
	}


/* Section Headers
----------------------------------------------- */
#indexpage {
	width: 425px;
	height: 41px;
	margin: 0;
	text-indent: -5000px;
	background: url(../images/mon/home.gif) no-repeat;
	}
#printdesign {
	width: 425px;
	height: 41px;
	margin: 0;
	text-indent: -5000px;
	background: url(../images/mon/print.gif) no-repeat;
	}
#multimedia {
	width: 425px;
	height: 41px;
	margin: 0;
	text-indent: -5000px;
	background: url(../images/mon/media.gif) no-repeat;
	}
#webdesign {
	width: 425px;
	height: 41px;
	margin: 0;
	text-indent: -5000px;
	background: url(../images/mon/web.gif) no-repeat;
	}
#contact {
	width: 425px;
	height: 41px;
	margin: 0;
	text-indent: -5000px;
	background: url(../images/mon/contact.gif) no-repeat;
	}
#error {
	width: 425px;
	height: 41px;
	margin: 0;
	text-indent: -5000px;
	background: url(../images/mon/404.gif) no-repeat;
	}


/* Random Things
----------------------------------------------- */
.clear {
	clear: both;
	height: .1em;
	}

.mb075 {
	margin-bottom: .75em;
	}


/* Footer
----------------------------------------------- */
#footer {
	margin-left: 170px;
	margin-top: -5px;
	width: 433px;
	font-size: 83%;
	color: #a30;
	}
#footer div {
	margin: 0;
	background: #600;
	padding: 8px 15px;
	font-size: 11px;
	line-height: 16px;
	color: #ccc;
	border: 5px solid #000;
	}
	
/* Logo
----------------------------------------------- */
#logo {
	position: absolute;
	top: 10px;
	left: 180px;
	height: 60px;
	width: 414px;
	background: url(../images/mon/logo.gif) no-repeat;
	z-index:1;
	}
#logo a:link,
#logo a:visited,
#logo a:hover {
	display: block;
	height: 60px;
	width: 414px;
	text-indent: -5000px;
	background: transparent;
	}
	
/* Form  
------------------------------------------------*/

#screen-switcher {
	background: #ff6;
	border: 5px solid #000;
	margin: 0 -5px 5px -5px;
	}
fieldset {
	background: #ff6;
	border: 0;
	padding: 5px 5px 10px 5px;
	}