/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* BODY + CONTAINER  - - - - - - - - - - - - - - - - - - - - - - - */


html {
	-webkit-font-smoothing: subpixel-antialiased;
	min-height: 100%;
}

body { 
	font: normal 100%/1.5 sans-serif; 
	color: #231F20;
	}
body, select, input, textarea { 
	font-family:  "nimbus-sans", "Helvetica Neue", Arial, sans-serif; 
	font-weight: 300; 
	-webkit-font-smoothing: subpixel-antialiased;
	}
select, input, textarea, button { font-size: 99%; }

body { background: #FAFDFF url("../images/gradient.png") left top repeat-x; }

#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0 40px;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	letter-spacing: -0.05em;
	}

b, strong { -webkit-font-smoothing: antialiased; }

a { 
	-moz-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	transition: color 0.3s linear;
	text-decoration: none; 
}

textarea { overflow: auto; }
button {  width: auto; overflow: visible; }



/* GENERAL CLASSES  - - - - - - - - - - - - - - - */

.placeholder {
  color: #aaa;
  }


/* Group, rather than clearfix */
.group:before,
.group:after {
    content:"";
    display:table;
}

.group:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0
}

/* For IE 6/7 (trigger hasLayout) */
.group {
    zoom:1;
}


.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 4%;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 4%;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

/* CSS3 bits  - - - - - - - - - - - - - - - */

html.borderradius .round-corners, .round-corners {
	-moz-border-radius: 6px 6px;  /* FF+ */
	-webkit-border-radius: 6px 6px;  /* Saf3-4 */
	border-radius: 6px 6px;  /* Opera 10.5, IE 9, Saf5, Chrome */
}
html.borderradius .round-corners-small, .round-corners-small {
	-moz-border-radius: 3px 3px;  /* FF+ */
	-webkit-border-radius: 3px 3px;  /* Saf3-4 */
	border-radius: 3px 3px;  /* Opera 10.5, IE 9, Saf5, Chrome */
}
html.borderradius .round-corners-bottom, .round-corners-bottom {
	-moz-border-radius: 0px 0px;  /* FF+ */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-radius: 0px 0px;  /* Saf3-4 */
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-radius: 0px 0px;  /* Opera 10.5, IE 9, Saf5, Chrome */
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

html.borderradius .round-corners-topright, .round-corners-topright {
	-moz-border-radius: 0px 0px;  /* FF+ */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-radius: 0px 0px;  /* Saf3-4 */
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-radius: 0px 0px;  /* Opera 10.5, IE 9, Saf5, Chrome */
	border-top-left-radius: 0px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

html.borderradius .round-corners-topleft, .round-corners-topleft {
	-moz-border-radius: 0px 0px;  /* FF+ */
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-radius: 0px 0px;  /* Saf3-4 */
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-radius: 0px 0px;  /* Opera 10.5, IE 9, Saf5, Chrome */
	border-top-left-radius: 6px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

html.csstransitions .ease, .ease {
	-moz-transition: all 0.3s ease 0s;  /* FF3.7+ */
	-o-transition: all 0.3s ease 0s;  /* Opera 10.5 */
	-webkit-transition: all 0.3s ease 0s;  /* Saf3.2+, Chrome */
	transition: all 0.3s ease 0s; 
	}

html.boxshadow .shadow, .shadow {
	-moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);  /* FF3.5+ */
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);  /* Saf3.0+, Chrome */
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15); /* Opera 10.5, IE 9 */
}