/*
Theme Name: Davis Wince
Theme URI: http://www.daviswince.com/
Description: Theme for the Davis Wince website.
Version: 2.0
Author: Alexander Palmo
Author URI: http://www.bigevilbrain.com/
Tags: widgets, custom
This theme was designed by Dan Clark, developed by Alexander Palmo and Cement Marketing. All rights reserved.
*/


/* ---------- Reset ---------- */

html, body, div,
ul, ol, li,
dl, dt, dd,
form, fieldset, legend, input, textarea, select {
	border: 0;
	margin: 0;
	padding: 0;
	}
	
/* ---------- Body / HTML ---------- */

html {
	}
	
body {
	font-size: .75em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	}
	
	/* ---------- Links ---------- */
	
	a {
		text-decoration: underline;
		}
		a:hover {
			text-decoration: none;
			}
		a, a:active, a:focus {
			outline: none;
			}
		a img {
			border: 0 none;
			}

	/* ---------- Headlines ---------- */
	
	h1, h2, h3, h4, h5, h6 {
		font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
		padding: 0;
		margin: 0;
		font-weight: bold;
		line-height: 1.2em;
		}	
		h1 { font-size: 2.0em; margin:  0 0 .8em 0; text-transform: uppercase; }
		h2 { font-size: 1.8em; margin:  0 0 .8em 0; text-transform: uppercase; }
		h3 { font-size: 1.6em; margin:  0 0 .8em 0; text-transform: uppercase; }
		h4 { font-size: 1.4em; margin: .8em 0 .2em 0; }
		h5 { font-size: 1.2em; margin: .6em 0 0 0; line-height:1.4em; }
		h6 { font-size: 1.2em; margin: .6em 0 .3em 0; }

	/* ---------- Block Text ---------- */
	
	p {
		margin: 0 0 .8em 0;
		}
		
	blockquote, q {
		font-style: italic;
		font-size: 1.1em;
		padding: 13px 15px;
		margin: 1.2em 1.6em;
		quotes: none;
		}

	hr {
		margin: 10px 0;
		padding: 0;
		border: 0 none;
		border-top: 1px solid #cccccc;
		height: 1px;
		}

	/* ---------- Lists ---------- */
	
	ul, ol, dl, li {
		}
		ul li, ol li {
			margin-bottom: .8em;
			margin-left: 2em;
			padding: 0;
			line-height: 1.2em;
			}
		ul ul, ol ol, ul ol, ol ul {
			margin-bottom: 0; /* So nested lists don't have extra spacing */
			}	
		dt {
			font-size: 1.1em;
			font-weight: bold;
			margin-bottom: 0.2em;
			}
			dd {
				font-weight: normal;
				margin-bottom: 0.6em;
				}
	
	/* ---------- Tables ---------- */
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
		margin-bottom: .4em;
		/* border-top: 1px solid #ccc; */
		/* border-left: 1px solid #ccc; */
		}
		th, td {
			padding: .6em .8em;
			text-align: left;
			vertical-align: top;
			/* border-bottom: 1px solid #ddd; */
			/* border-right: 1px solid #ccc; */
			}
		caption {
			padding: .6em .8em;
			text-align: left;
			vertical-align: top;
			}
	
	
	/* ---------- Code / Mono ---------- */
	
	code, kbd, samp, pre, tt, var {
		font-size: 92%;
		font-family: monaco, "Lucida Console", courier, mono-space; 
		}
	
	/* ---------- Tweaks ---------- */
	
	font { /* disables some nasty font attributes in standard browsers */
		color: inherit !important;
		font: inherit !important;
		}
	
	/* ---------- Forms ---------- */
	
	form {
		}		
		fieldset {
			margin-top: 10px;
			margin-bottom: 10px;
			padding: 5px 15px;
			border: 1px solid black;
			}	
		legend {
			padding-left: 10px;
			padding-right: 10px;
			font-size: 1.1em;
			}
			input {
				cursor: pointer;
				}
			
			input[type='text'],
			input[type='password'],
			textarea {
				cursor: text;
				background: white;
				color: black;
				border: 1px black solid;
				padding: 4px 4px;
				}
				input[type='text']:focus,
				input[type='password']:focus,
				textarea:focus {
					background: white;
					}
					
			input[type='button'],
			input[type='submit'],
			select {
				cursor: pointer;
				vertical-align: middle;
				}
			input[type='checkbox'] {
				vertical-align: bottom;
				}
	
	/* ---------- Images ---------- */
	
	.left,
	.alignleft {
		float: left;
		}
		img.alignleft {
			margin: 0 15px 5px 0;
			display: inline;
			}
	.right,
	.alignright {
		float: right;
		}
		img.alignright {
			margin: 0 0 5px 15px;
			display: inline;
			}
			
	img.centered,		
	.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
		img.aligncenter {
			margin-bottom: 10px;
			}

	/* ---------- Floats ---------- */
	
	.end, .clear		{ clear:both; }

	/* ---------- Rarely Used ---------- */	
	
	del 				{ text-decoration: line-through; }
	ins, dfn 			{ text-decoration: none; border-bottom: 1px solid #ccc; }
	abbr, acronym 		{ text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
	a abbr, a acronym 	{ border: none; }
	abbr[title], acronym[title], dfn[title]
						{ cursor: help; border-bottom: 1px solid #ccc; }
	address 			{ font-style: normal; display: inline; margin: 0; padding: 0; }
	abbr 				{ border: none; }
	
	/* ---------- Utility ---------- */
	
	.hidden				{ visibility: hidden; }
	.nopadding			{ padding: 0; }
	.noindent			{ margin-left: 0; padding-left: 0; }
	.nobullet			{ list-style:none; list-style-image:none; }

	/* ---------- Type ---------- */
	
	.big				{ font-size: 1.2em; line-height: 1.4em; }
	.bigger				{ font-size: 1.3em; line-height: 1.5em; }
	.biggest			{ font-size: 1.5em; line-height: 1.6em; }
	
	.small				{ font-size: 0.9em; line-height: 1.1em; }
	.smaller			{ font-size: 0.8em; line-height: 1.0em; }
	.smallest			{ font-size: 0.7em; line-height: 0.9em; }
	 
	.text-left			{ text-align: left; }
	.text-right			{ text-align: right; }
	.text-center		{ text-align: center; }
	.text-justify		{ text-align: justify; }
