/*
 *   Tripoli is a generic CSS standard for HTML rendering. 
 *   Copyright (C) 2007 David Hellsing
 *   
 *   http://devkick.com/lab/tripoli/
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program.  If not, see <http://www.gnu.org/licenses/>.
**/

/*
_______________________________
RESET */

*
{
	text-decoration:none;
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
}

code,kbd,samp,pre,tt,var,textarea,input,select,isindex,listing,xmp,plaintext
{
	font:inherit;
	white-space:normal;
}

a,img,a img,iframe,form,abbr,acronym,object,applet,table,a abbr,a acronym
{
	border-width:0;
}

dfn,i,cite,var,address,em
{
	font-style:normal;
}

th,b,strong,h1,h2,h3,h4,h5,h6,dt
{
	font-weight:normal;
}

caption,th,td
{
	text-align:left;
}

html
{
	background:white;
	color:black;
	line-height:1;
}


/* */

ul,ol,dir,menu
{
	list-style:none;
}

sub,sup
{
	vertical-align:baseline;
}

a
{
	color:inherit;
}

/*
_______________________________
DISABLE DEPRECATED HTML */

font,basefont
{
	color:inherit;
	font:inherit;
	font-size:100%;
}


center,*[align]
{
	text-align:inherit;
}

s,strike,u
{
	text-decoration:inherit;
}

img
{
	border:none;
	margin:0;
}

ol
{
	list-style-type:decimal;
}

body
{
	background-color:transparent;
}

tr,th,td
{
	width:auto;
	height:auto;
	background-color:transparent;
	vertical-align:inherit;
	border:none;
}

table[border],.type table[border]
{
	border-collapse:separate;
	border-spacing:0;
}

nobr
{
	white-space:normal;
}

marquee
{
	overflow:visible;
	-moz-binding:none;
}

blink
{
	text-decoration:none;
}

/*
_______________________________
GENERAL */

html
{
	font-size:125%;
}

body
{
	font-size:50%;
}

a
{
	text-decoration:underline;
}

strong,th,thead td,h1,h2,h3,h4,h5,h6,dt
{
	font-weight:bold;
}

cite,em,dfn
{
	font-style:italic;
}

code,kbd,samp,pre,tt,var,input[type='text'],input[type='password'],textarea
{
	font-size:100%;
	font-family:mono-space,monospace;
}

pre
{
	white-space:pre;
}

pre *
{
	font-size:100%;
	white-space:pre;
}

del
{
	text-decoration:line-through;
}

ins,dfn
{
	border-bottom:1px solid black;
}

small,sup,sub
{
	font-size:85%;
}

big
{
	font-size:125%;
	line-height:80%;
}

abbr,acronym
{
	text-transform:uppercase;
	font-size:85%;
	letter-spacing:.1em;
}

abbr[title],acronym[title],dfn[title]
{
	cursor:help;
	border-bottom:1px dotted black;
}

sup
{
	vertical-align:super;
}

sub
{
	vertical-align:sub;
}

blockquote
{
	padding-left:2.2em;
}

hr
{
	display:none; /* We will re-reset it later for content */
}

input,select,button
{
	cursor:pointer;
}

input[type='text'],input[type='password']
{
	cursor:text;
}

input[type='hidden']
{
	display:none;
}

/*
_______________________________
CONTENT */

.type
{
	font-size:1.2em;
	line-height:1.6em;
}

.type h1
{
	font-size:1.6em;
	line-height:1;
	margin:1em 0 .5em;
}

.type h2
{
	font-size:1.5em;
	line-height:1;
	margin:1.07em 0 .535em;
}

.type h3
{
	font-size:1.4em;
	line-height:1;
	margin:1.14em 0 .57em;
}

.type h4
{
	font-size:1.3em;
	line-height:1;
	margin:1.23em 0 .615em;
}

.type h5
{
	font-size:1.2em;
	line-height:1;
	margin:1.33em 0 .67em;
}

.type h6
{
	font-size:1em;
	line-height:1;
	margin:1.6em 0 .8em;
}

.type hr
{
	display:block;
	background:black;
	color:black;
	width:100%;
	height:1px;
	border:none;
}

.type ul
{
	list-style:disc outside;
}

.type ul ul
{
	list-style: circle outside;
}

.type ul ul ul
{
	list-style:square outside;
}

.type ol
{
	list-style:decimal outside;
}
.type ol ol
{
	list-style: lower-alpha outside;
}
.type ol ol ol
{
	list-style:lower-roman outside;
}

.type table
{
	border-collapse:collapse;
}

.type hr,.type p,.type ul,.type ol,.type dl,.type pre, .type address,.type table,.type form
{
	margin-bottom:1.6em;
}

.type p+p
{
	margin-top:-.8em;
}

.type fieldset
{
	margin:1.6em 0;
	/* padding:1.6em; */
}

/* \*/

.type legend
{
	padding-left:.8em;
	padding-right:.8em;
}

/* */

@media all and (min-width: 0px) /* for Opera 8 */
{ 
	.type legend
	{
		margin-bottom:1.6em;
	}
	.type fieldset
	{
		margin-top:0;
	}
	.type[class^='content'] fieldset
	{
		margin-top:1.6em;
	}
}

.type fieldset>*:first-child
{
	margin-top:0;
}

.type textarea,.type input[type='text']
{
	padding:.1em .2em;
}

.type input
{
	padding:.2em .1em;
}

.type select
{
	padding:.2em .1em 0;
}

.type select[multiple]
{
	margin-bottom:.8em;
}

.type option
{
	padding:0 .4em .1em;
}

.type button
{
	padding:.3em .5em;
}

.type input[type='radio']
{
	position:relative;
	bottom:-.2em;
}

.type dt
{
	margin-top:.8em;
	margin-bottom:.4em;
}

.type ul,.type ol
{
	margin-left:2.2em;
}

.type caption,.type form div
{
	padding-bottom:.8em;
}

.type ul ul,content ol ul,.type ul ol,.type ol ol
{
	margin-bottom:0;
}

/*
 *   @name visual
 *   @type tripoli plugin
 *
 *   @desc adds several visual details such as link colors, borders, blockquotes, form controls etc.
 *   @author David Hellsing
 *   @version 1.0
 *   @cat plugins
 * 
**/

/*
_______________________________
VISUAL PLUG */

blockquote > *:first-child:before /* Tripoli bonus: pure CSS blockquote */
{
	font-size:2.5em;
	margin-left:-.62em;
	padding-right:.2em;
	line-height:0;
}

abbr[title],acronym[title],dfn[title]
{
	border-bottom:1px solid #ccc;
}

fieldset
{
	border-color:#ccc;
}

textarea,input[type='text'],input[type='password'],select
{
	border:1px solid #ccc;
	background:#fff;
}

fieldset
{
	border:1px solid #ccc;
}

textarea:hover,input[type='text']:hover,input[type='password']:hover,select:hover
{
	border-color:#aaa;
}

textarea:focus,input[type='text']:focus,input[type='password']:focus,select:focus
{
	outline:2px solid #e4e4e4;
	border-color:#888;
}

.type table
{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

.type th,.type td
{
	border-bottom:1px solid #ddd;
	border-right:1px solid #ccc;
}

.type th,.type td
{
	padding:.8em;
}

/*
_______________________________
END */
