/* CSS Document */

body {background-color:#ffffff;}
@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'); }
header { display:block; }
header h1 { margin:0px; font-family:Cartoonist_Hand; font-size:350%; 
	 font-weight:bolder; font-variant:small-caps; 
	 letter-spacing: 3px; color:#000000; }
header h2 { margin:0px; font-family:Cartoonist_Hand; font-size:200%; 
	 font-weight:bolder; font-variant:small-caps; 
	 letter-spacing: 3px; color:#402e70; }
table h2 { margin:0px; font-family:Cartoonist_Hand; font-size:200%; 
	 font-weight:bolder; font-variant:small-caps; 
	 letter-spacing: 3px; color:#000e00; }
table p { margin:0px; font-family:Cartoonist_Hand; 
	 letter-spacing: 1px; font-weight:bolder; font-variant:small-caps; }
.critics-header {font-family:Cartoonist_Hand; font-size:150%; 
		 color:#402e70; font-variant:small-caps; 
		 font-weight:800; }
#wrapper { white-space:nowrap; }
#wrapper div.left-critic { display:inline-block; width:150px; vertical-align:top}
#wrapper div.right-critic { display:inline-block; width:150px; vertical-align:top}
#wrapper div.critic-comments { display:inline-block; width:355px; vertical-align:top}

section.both-comment { white-space:normal; font-family:Cartoonist_Hand; 
		       background-color:rgb(190,250,170); 
		       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; }

section.left-comment { white-space:normal; font-family:Cartoonist_Hand; 
		       background-color:blanchedalmond; 
		       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; }

section.right-comment { white-space:normal; font-family:Cartoonist_Hand;
		        background-color:rgb(196,216,222); 
		        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; }

section.naughty       { white-space:normal; font-family:Impact;
		        background-color:orangered;
		        border:solid 1px; border-radius:.5em;
		       -moz-border-radius:.5em;
		        margin-top:.3em; margin-bottom:.3em;
		        font-size:1.2em;
		        font-weight:300;
		        padding:4px; }

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; }

#left_pointer{border:solid 8px transparent;
              border-right-color:blanchedalmond;
              position:absolute;
              margin:-40px 0 0 -16px;}

#right_pointer{border:solid 8px transparent;
              border-left-color:rgb(196,216,222);
              position:absolute;
              margin:-40px 0 0 355px;}

#wrapper div.table-wrap {display:inline-block; }

table.nav_share { font-family:Comic Sans MS; 
		  font-weight:bold; font-size:larger; 
		  border-spacing: 5px 5px;
		  text-align:center; }

hr {clear:left}

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