@charset "utf-8";
/* CSS Document */

/* Form Columns */

form .one-half, 
form .one-third,
form .one-fourth,
form .two-third,
form .three-fourth {
	margin-right: 2px !important;
}

form .full select,
form .one-half select, 
form .one-third select,
form .one-fourth select,
form .two-third select,
form .three-fourth select{ width: 100%; }

form .full         {
	width: 550px;
	clear: both;
}
form .one-half     { width: 297px; }
form .one-third    {
	width: 175px;
}
form .one-fourth   { width: 141px; }
form .two-third    { width: 401px; }
form .three-fourth { width: 453px; }

form .full input[type=text], 
form .full input[type=password], 
form .full textarea         { width: 599px; }

form .one-half input[type=text], 
form .one-half input[type=password], 
form .one-half textarea     { width: 287px; }

form .one-third input[type=text], 
form .one-third input[type=password], 
form .one-third textarea    { width: 183px; }

form .one-fourth input[type=text], 
form .one-fourth input[type=password], 
form .one-fourth textarea   { width: 131px; }

form .two-third input[type=text], 
form .two-third input[type=password], 
form .two-third textarea    { width: 390px; }

form .three-fourth input[type=text], 
form .three-fourth input[type=password], 
form .three-fourth textarea { width: 443px; }


/* Form Columns in Fieldset */

form fieldset .full         { width: 548px !important; }
form fieldset .one-half     { width: 266px !important; }
form fieldset .one-third    { width: 172px !important; }
form fieldset .one-fourth   { width: 125px !important; }
form fieldset .two-third    { width: 359px !important; }
form fieldset .three-fourth { width: 406px !important; }

form fieldset .full input[type=text], 
form fieldset .full input[type=password], 
form fieldset .full textarea         { width: 536px !important; }

form fieldset .one-half input[type=text], 
form fieldset .one-half input[type=password], 
form fieldset .one-half textarea     { width: 256px !important; }

form fieldset .one-third input[type=text], 
form fieldset .one-third input[type=password], 
form fieldset .one-third textarea    { width: 162px !important; }

form fieldset .one-fourth input[type=text], 
form fieldset .one-fourth input[type=password], 
form fieldset .one-fourth textarea   { width: 115px !important; }

form fieldset .two-third input[type=text], 
form fieldset .two-third input[type=password], 
form fieldset .two-third textarea    { width: 349px !important; }

form fieldset .three-fourth input[type=text], 
form fieldset .three-fourth input[type=password], 
form fieldset .three-fourth textarea { width: 396px !important; }

/* @end */

/* @end */


/* @group Forms
------------------------------------------------------------ */

form { margin-bottom: 15px; }

form fieldset { padding: 30px 30px 15px; }

form fieldset legend {
  padding: 0 5px;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 17px;
  text-transform: uppercase;
}

form label, form input, form textarea, form select {
  cursor: pointer;
}

form label {
	font-size: 14px;
	font-weight: bold;
}

form label.radio,
form label.checkbox { font-size: 100%; font-weight: normal; }

form input[type=text],
form input[type=password],
form textarea { padding: 4px; }

form input[type=text] { line-height: 16px; }


/* jQuery Validation & AJAX Submit */

form .message { display: none; }

form .spinner {
	background: url(../images/spinner.gif) no-repeat;
	display: none;
  font-size: 15px;
	height: 18px;
	width: 18px;
}

form span.spinner span {
	visibility: visible;
}

/* @end */


/* @group Columns
------------------------------------------------------------ */

.one-half, .one-third, .one-fourth,
.two-third, .three-fourth {
	float: left;
	margin-right: 10px;
	position: relative;
}

.one-half     { width: 292px; }
.one-third    { width: 186px; }
.one-fourth   { width: 133px; }
.two-third    { width: 399px; }
.three-fourth { width: 452px; }

.one-half.last, .one-third.last, .one-fourth.last,
.two-third.last, .three-fourth.last {
  margin-right: 0 !important;
}


/* Fullwidth */

.fullwidth .one-half, 
.fullwidth .one-third,
.fullwidth .one-fourth,
.fullwidth .two-third,
.fullwidth .three-fourth {
	margin-right: 15px;
	margin-left: 15px;
}

.fullwidth .one-half     { width: 445px; }
.fullwidth .cila    {
	width: 940px;
}
.fullwidth .one-third    { width: 280px; }
.fullwidth .one-fourth   { width: 197px; }
.fullwidth .two-third    { width: 610px; }
.fullwidth .three-fourth { width: 693px; }


/* Fullwidth Wide Columns */

.fullwidth.wide-columns .one-half, 
.fullwidth.wide-columns .one-third,
.fullwidth.wide-columns .one-fourth,
.fullwidth.wide-columns .two-third,
.fullwidth.wide-columns .three-fourth,
.fullwidth .wide-columns .one-half, 
.fullwidth .wide-columns .one-third,
.fullwidth .wide-columns .one-fourth,
.fullwidth .wide-columns .two-third,
.fullwidth .wide-columns .three-fourth { margin-right: 35px; }

.fullwidth.wide-columns .one-half,
.fullwidth .wide-columns .one-half     { width: 452px; }
.fullwidth.wide-columns .one-third,
.fullwidth .wide-columns .one-third    { width: 290px; }
.fullwidth.wide-columns .one-fourth,
.fullwidth .wide-columns .one-fourth   { width: 208px; }
.fullwidth.wide-columns .two-third,
.fullwidth .wide-columns .two-third    { width: 615px; }
.fullwidth.wide-columns .three-fourth,
.fullwidth .wide-columns .three-fourth { width: 697px; }

/* Dividers */

.divider, .hr, .spacer, .big-spacer {
  clear: both;
  display: block;
}

.hr, .spacer { padding-bottom: 15px; }
.big-spacer  { padding-bottom: 35px; }

/* @end */


/* Round Corners */

#sidebar .box .content, #sidebar .box .nav,
.rounded, .post-data,
.img-frame, .content-frame, .frame,
button, a.button, input[type=submit], input[type=reset],
fieldset, input[type=text], input[type=password], textarea,
.success, .notice, .warning, .error,
.comment {
	border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
}

/* @group Buttons, Paginator
------------------------------------------------------------ */

button, a.button, 
input[type=submit], input[type=reset],
.paginator a, .paginator span {
	display: inline-block;
	cursor: pointer;
	font-size: 100%;
	line-height: 19px;
	margin-right: 5px;
	padding: 5px 12px;
	text-decoration: none;
	text-align: center;
}

/* @end */
