/* n-Category cafe theme */
/* Coded by Bruce Bartlett, 29th November 2008 */
/* Widens the text area on the blog a bit, changes the colors, */
/* changes the size of the textarea for comments, and changes the fonts. */
/* As of version 2, the text and math font is Georgia. */
/* The text and math fonts can be changed below (it is obvious how to do it). */

/* ******************************************** */
/* Main blog pages (comment page specific entries below) */     
/* ******************************************** */

 @-moz-document url(http://golem.ph.utexas.edu/category/),
               url-prefix(http://golem.ph.utexas.edu/category/), 
               url-prefix(http://golem.ph.utexas.edu/cgi-bin/MT-3.0/sxp-comments.fcgi)
{
 

 math{
  font-family: Georgia, DejaVu Serif,  BitStream Vera Serif,  Linux Libertine,   Constantia,  Cambria Math, STIXNonUnicode,  STIXSize1, STIXGeneral,   Symbol  !important; 
} 

.blogbody {
  		background:white !important;
                font-family: Georgia, DejaVu Serif,  BitStream Vera Serif, Linux Libertine, Constantia, Cambria, Georgia, Times New Roman  !important; 
 		}
 
 .comments-body {
  		background:white !important;
                 font-family: Georgia, DejaVu Serif, BitStream Vera Serif, Linux Libertine, Constantia, Cambria, Georgia, Times New Roman !important; 
		}

             
html {
	background:#abe !important
	}

.search {
	 background:#abe !important ;
	}
 
#banner {
                color:  #11b !important;
                background: #EEE url(http://ncatlab.org/nlab/files/n.png) no-repeat !important;
                background-position: 15px 20px !important;
                padding:10px 15px !important;
                }

#banner h1 {
                color:  black !important;
                font-family: verdana, comic sans ms, verdana, palatino, arial, sans-serif !important;
                }

#banner a, #banner a:link, #banner a:visited, #banner a:active, #banner a:hover {
		font-family: verdana, comic sans ms, verdana, sans-serif !important;
		color:  #11b !important;
		}

.description {
		font-family:verdana !important;
                color: #11b !important;
}


#more {padding-top: 20px !important; border-top: 2px solid #abe !important ;}

        .frame{
		max-width:50em !important;
		}
        
        input, textarea, select {background:white !important;}
        
        #pane {
		background:white !important;
		}

.blog {
  		background:white !important;
		}



 .comments-post {
  		background:white !important;
		}	
	
	.trackback-url {
  		background:none !important;
		}

	.comments-head	{
	  		background:none !important;
    	}

} 





/* ******************************************** */
/* Comment pages. Change size of textarea. */
/* ******************************************** */

@-moz-document url-prefix(http://golem.ph.utexas.edu/cgi-bin/MT-3.0/sxp-comments.fcgi)
{
body {width:50em;}

textarea {font-size:1.2em;  width:60em; height:35em;}

#more {padding-top: 20px !important; border-top: 2px solid #abe !important ;}
        .frame{
		max-width:50em !important;
		}
}