/* CSS Document */

@font-face {font-family:Arch_Rival;   src:url('fonts/SF_Arch_Rival.ttf'); }
@font-face {font-family:Cartoonist_Hand; src:url('fonts/SF_Cartoonist_Hand.ttf'); }
body {background-color:#ffffff;
     font-family:Cartoonist_Hand; font-weight:bolder; 
     font-size:120%; font-variant:small-caps; letter-spacing: 1px;}

#wrapper {
width: 960px;
}

#column-1 {
width: 800px;
float: left;
}

#column-2 {
width: 160px;
float: right;
margin-left: 820px;
position: fixed;
}

.clear {
clear: both;
}

h1,h2,h3,h4 {
color: purple;
}

#column-1 h3 {
color: purple;
}

section.user-comment { white-space:normal; font-family:Cartoonist_Hand; 
		       background-color:LightBlue;
		       border:solid 1px; border-radius:.5em;
		       -moz-border-radius:.5em;
		       margin-top:.3em; margin-bottom:.3em;
		       font-size:1.2em;
		       font-weight:bold;
		       padding:4px; }


hr {clear:left}

.user {font-family:Cartoonist_Hand; font-size:200%; 
       color:#402e70; font-variant:small-caps; 
       font-weight:800; letter-spacing: 3px; }
