/*Custom WP default template by Chris Tabor | Codename: Chicken Salad *//*YUI reset */body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;} 
/* GENERAL------------------------------------------------------------------- */
html {overflow-y: scroll;overflow-x: hidden;}
body {
font-family:Arial, Verdana, Geneva, sans-serif;
font-smooth: always;
background-color:#ebebeb;
}
p {
font-size:12px;
margin-bottom: 1.2em;
line-height:1.5em;
}
.center {text-align:center;}
a { text-decoration: none; }
a:link, a:visited { color: #666; }
a:focus, a:hover, a:active { color:#F00; }
*:link, *:visited, *:hover, *:active, *:focus { 
-webkit-transition:
color .5s linear,
background-color .5s linear,
border-color .5s linear;
transition: 
color .5s linear,
background-color .5s linear,
border-color .5s linear; 
}
abbr, acronym { cursor: help; }
blockquote {}
code {background: #CCC;font-size: 0.9em;padding: 1px 3px;}
code, pre {font-family: "Courier New", Courier, monospace;}
del { color: #ff0000; text-decoration: line-through; }
em { font-style: italic; }
strong {font-weight:bold;}
h1 { 
font-size:28px; 
color:#000; 
}
h2 { 
font-size: 22px; 
font-weight:normal;
margin:10px 2px;
}
h3 { 
font-size: 18px; 
}
h4 { 
font-size: 16px; 
}
h1, h2, h3, h4 {display:block;margin-bottom:8px;}
h1 a, h2 a, h1 a:link, h2 a:link, h1 a:visited, h2 a:visited { color: #000; }
h1 a:active, h2 a:active, h1 a:focus, h2 a:focus, h1 a:hover, h2 a:hover { color: #999; }
li {line-height:2em;}
a:hover {text-decoration:underline;}

label { cursor: pointer;}
input { vertical-align: middle; height:20px;line-height:20px; border: 1px solid #CCC;}
small { font-size: 10px; }
sub, sup { font-size: 0.7em; }

#header { }
#footer { 
clear:both;
padding:10px;
color:fff;
}
input[type="text"] {
background-color:#fff;
padding:1px 3px;
border:1px solid #999;
color:#000;
}
input[type="text"]:focus {border-color:#000; }
input[type="submit"] {
background-color:#999;
color:#fff;
}
input[type="submit"]:hover {cursor:pointer; }

.cufon-loading h1{visibility: hidden;}



/*HEADER*/
#header {}

/*MAIN*/
#mainContent {}


/*FOOTER*/
#footer {}


 /* Primary Styles
    Author:  Chris Tabor
  */

.rounded {
-moz-border-radius:6px; 
 -webkit-border-radius:6px; 
 -khtml-border-radius:6px; 
 border-radius:6px;
}
.left {float:left;}
.right {float:right;}

.boxquarter {width:25%;}
.boxthird {width:33%;}
.boxhalf {width:50%;}
.centered {margin:0px auto;}


.boxt {background-color:#FFF;border:1px solid #CCC;padding:10px;}


