/*
	This file is part of the ChaoSS framework.
	Copyright (c) 2008 Woody Gilk
	http://code.google.com/p/chaoss
	
	You may remove the copyright header from this file and modify
	this file for you needs. CSS provided is for demonstration only.
*/

@import "reset.css";
@import "typography.css";
@import "links.css";
@import "forms.css";
@import "common.css";
@import "menus.css";

/* Default font style */
body { line-height: 130%; font-size: 80%; }
body,ul,ol,dl,td,th,caption,pre,p,blockquote,input,textarea { font-family: "Times New Roman", Times, serif; }

/* Add padding to tables */
table th, table td { padding: 0.1em 0.4em; }

/* Add list bullets */
ul { list-style: square outside; }
ol { list-style: decimal outside; }

/* Change form color */
textarea, input[type="text"], input[type="password"], select { background: #eee; }
textarea:focus, input[type="text"]:focus, input[type="password"]:focus { border-color: #444; outline: solid 2px #ffb915; }
