@import url(site.css);


#content { 	font: 1em 'Lucida Grande', sans-serif; }

.content_col1 { 
	float: left;
	width: 15.2em;}
	
.content_col2 { 
	float: left;
	width: 15.2em; }
	
.content_col3 { 
	float: left;
	width: 15.2em; }

.category_divider { 
	clear: both; 
	padding-top: 3em;}

.category_clear { clear: both; }
	
/* CODE LISTING */
h3 { font-size: 1em; }
h5 { font-size: 0.8em; }

.scripts { 
	font-size: 0.85em;
	padding-bottom: 1em; }

.scripts li {  
	clear: both;
	list-style-type: none; 
	padding-bottom: 0.2em; }

.scripts li a {
	border-bottom: none;
	text-decoration: none;
} 

.scripts li a.normal_code_link {
	font-weight: normal; }
		
.scripts li a.current_code_link {
	font-weight: bold;
	border-bottom: 0.1em solid #999;  }

.scripts li a.normal_code_link:hover {
	border-bottom: 0.1em solid #999; 
	background-color: transparent; }
	
.scripts li a.current_code_link:hover {
	border-bottom: 0.2em solid #999; 
	background-color: transparent; }	




/* TOOLBAR ABOVE APPLESCRIPT VIEW */

#toolbar { 
	font-size: 0.8em;
	color: #666;
	background-color: #ddd;
	height: 1.6em;
	padding-top: 0.3em;
	padding-left: 1.2em;
	border: 0.11em solid #999; 
	border-bottom: none;
}

#toolbar li {
	float: left; 
	list-style-type: none;
	padding-right: 2em;
}

#toolbar li a { 
	color: #444;
	border-bottom: none;
}

#toolbar li a:hover {
	color: #000;
	background-color: transparent;
}




.applescript_code, .text_file_content {
	font: 10px Monaco, Courier, monospace;
	color: #283F06;
	background-color: #fff;
	padding: 1em; 
	border: 0.11em solid #999; }
	
.applescript_code a, .text_file_content a {
	text-decoration: none;
	border: none;
}

.applescript_code h3, .text_file_content h3 {
	font: 1.5em 'Lucida Grande', sans-serif;
	font-weight: bold;
	color: #7F7F7F;
	padding-bottom: 0.6em;
}

.applescript_code h5, .text_file_content h5 {
	font: 1.1em 'Lucida Grande', sans-serif;
	font-weight: bold;
	color: #7F7F7F;
	padding-bottom: 0.6em;
}

.text_file_content {
	color: #000;
}
	

#description, #function_call {

	padding-bottom: 2em;
	margin-bottom: 1em; 
}


.co { color: #4C4D4D; }
.kw	{ color: #0013BC; }
.nu,.st,.sy,.br	{ color: #000; }

#description .co { color: #777; }
#description b {
font-weight: normal;
color:  #283F06;}

#description,
#description .kw,
#description .nu,
#description .st,
#description .sy,
#description .br { color: #000; }
