/* SITE STYLES */

body,h1,h2,h3,h4,h5,h6,p,ul,li,ol,blockquote,table,form  { margin: 0; padding: 0; }

div#header {
	border-bottom: 5px solid #ccc;
	margin-bottom: 5px;
}

div#footer { border-top: 1px solid #ccc; }

div#menu1 li, div#menu2 li { list-style-type: none; }
div#menu1 { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 4px 0; }
div#menu1 li  {	display: inline; }
div#menu1 li, div#menu1 li  a { margin-right: 10px; }
div#menu1 li,div#menu1 li.current a { color: #999;	text-decoration: none; }

h1,h2,h3  { letter-spacing: 1px; margin-bottom: 10px; }

a, a:link { color: #c00;	text-decoration: none; }
a:hover { color: #999; }

img { border: 0; }

p { padding-bottom: 12px; }

#leftColumn ul,#rightColumn ul { margin-bottom: 20px; }
#leftColumn li,#rightColumn li { list-style-type: none; }

input, textarea { 
	border: 1px solid #ccc; 
	float: left;
	margin-bottom: 10px; 
	padding: 4px; 
}

input { width: 200px; }
textarea { height: 150px; width: 250px; }

.button { background: #eee url(mail_run.png) no-repeat 4px 5px; border: 3px double #999; padding-left: 20px; }

/* CLASSES */

.website { background: url(website.png) no-repeat; }

/* GALLERY */

.demo { position: relative;	margin: 10px 0 20px 0; }

ul.demo { margin-left: 0; }

.gallery_demo { width: 200px; margin-bottom: 20px; float: left; }

.gallery_demo li {
	width: 55px;
	height: 70px;
	border: 3px double #eee;
	margin: 0 2px 2px 0;
	background: #fff;
}

.gallery_demo li.hover { border-color:#bbb; }
.gallery_demo li.active {	border-style: solid; border-color: #999; }
.gallery_demo li div { left: 240px; }

.galleria_container {
margin: 0 auto 10px auto;
height: 438px;
width: 740px;
float: right;
}

.nav { clear:both; }

/* FONT FAMILIES */

.arial { font-family: arial, helvetica, sans-serif; }
.verdana { font-family: verdana, helvetica, sans-serif; }
.georgia { font-family: georgia, "times new roman", times, serif; }
.times { font-family: "times new roman", times, serif }
.trebutchet { font-family: "trebuchet MS", arial, verdana, helvetica, sans-serif; }

/* FONT SIZES */

body,h1,h2,h3,h4,h5,h6  { font-size:108%; }

/*
{font-size:85%;} renders 11px
{font-size:100%;} renders 13px 
{font-size:108%;} renders 14px 
{font-size:123.1%;} renders 16px 
{font-size:138.5%;} renders 18px 
*/

.s10  { font-size: 77%; }
.s11  { font-size: 85%; }
.s12  { font-size: 93%; }
.s13  { font-size: 100%; }
.s14  { font-size: 108%; }
.s15  { font-size: 116%; }
.s16  { font-size: 123.1%; }
.s17  { font-size: 131%; }
.s18  { font-size: 138.5%; }
.s19  { font-size: 146.5%; }
.s20  { font-size: 153.9%; }
.s21  { font-size: 161.6%; }
.s22  { font-size: 167%; }
.s23  { font-size: 174%; }
.s24  { font-size: 182%; }
.s25 { font-size: 189%; }
.s26 { font-size: 197%; }

/* LINE HEIGHTS */

.lh10 { line-height: 1em; }
.lh11 { line-height: 1.1em;}
.lh12 { line-height: 1.2em; }
.lh13 { line-height: 1.3em; }
.lh14 { line-height: 1.4em; }
.lh15 { line-height: 1.5em; }
.lh16 { line-height: 1.6em; }
.lh17 { line-height: 1.7em; }
.lh18 { line-height: 1.8em; }
.lh19 { line-height: 1.9em; }
.lh20 { line-height: 2em; }

/* COLORS 

Color Picker:

http://www.w3schools.com/tags/ref_colorpicker.asp

Color Mixer:

http://www.w3schools.com/tags/ref_colormixer.asp

*/

#header h1 { 
	background: url(synchronize.png) no-repeat 0 -1px; 
	height: 32px; 
	margin-bottom: 0;
	padding-left: 37px; 
}

#header h2 { color: #999; }

/* FLOATS */

.fl { float: left; }
.fc { display: block; margin: 0 auto; }
.fr { float: right; }

/* TEXT ALIGNS */

.tl { text-align: left; }
.tr { text-align: right; }
.tc { text-align: center; }
.tj { text-align: justify; }

/* BORDERS */

.bt { border-top: 2px dotted #ccc; margin-bottom: 10px; margin-top: 10px; }
.bb { border-bottom: 2px dotted #ccc; margin-bottom: 10px; margin-top: 10px; }

