/*
	$Id: lib.css, v 1.0 2010-02-04 9:02:52 AM rgerber Exp $
	Copyright (c) 2010 Raphael Gerber, raphael.gerber@gmail.com
	All rights reserved.

	File:          lib.css
	Author:        Raphael Gerber (rgerber)
	Description:   Style Library

	History:
		v 1.0 2010-02-04 rgerber Created


	Table of Contents:
		- Align & Float
		- Border
		- Display
		- Margins & Paddings
		- Overflow
		- Position
		- Rounded Corners
		- Shadow
		- Visibility
		- Width & Height
*/


/* --------------------------------------------------------------------- */
/* Align & Float */
/* --------------------------------------------------------------------- */
.align-center {text-align: center !important;}
.align-left {text-align: left;}
.align-right {text-align: right !important;}

.valign-base {vertical-align: baseline !important;}
.valign-middle {vertical-align: middle !important;}
.valign-top {vertical-align: top !important;}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.float-left {float: left;}
.float-right {float: right;}

.nowrap {white-space: nowrap;}
.wrap-break-word {word-wrap: break-word;}


/* --------------------------------------------------------------------- */
/* Border */
/* --------------------------------------------------------------------- */
.border-t {border-top: 1px solid #cecfd0;}
.border-r {border-right: 1px solid #cecfd0;}
.border-b {border-bottom: 1px solid #cecfd0 !important;}
.border-b-3 {border-bottom: 3px solid #cecfd0 !important;}
.border-l {border-left: 1px solid #cecfd0;}
.border-l-r {border: solid #bcbdbe; border-width: 0 1px;}

.no-border {border: 0 !important;}
.no-border-t {border-top: 0 !important;}
.no-border-r {border-right: 0 !important;}
.no-border-b {border-bottom: 0 !important;}
.no-border-l {border-left: 0 !important;}

/*blue version*/
.border-blue {border: 1px solid #36417c !important;}
.border-b-blue {border-bottom: 1px solid #36417c !important;}


/* --------------------------------------------------------------------- */
/* Display */
/* --------------------------------------------------------------------- */
.hide {display: none;}
.show {display: block;}
.display-block {display: block !important;}
.display-table {display: table;}
.display-inline-block {display: inline-block !important;}


/* --------------------------------------------------------------------- */
/* Margins & Paddings */
/* --------------------------------------------------------------------- */
.margin {margin: 1.333em !important; /* 16px */}
.margin-6 {margin: 0.5em !important; /* 6px */}
.margin-8 {margin: 0.667em !important; /* 8px */}
.margin-20 {margin: 1.666em !important; /* 20px */}

.margin-t {margin-top: 1.333em !important; /* 16px */}
.margin-t-2 {margin-top: 0.167em !important; /* 2px */}
.margin-t-2-negative {margin-top: -0.167em !important; /* -2px */}
.margin-t-3 {margin-top: 0.25em !important; /* 3px */}
.margin-t-4 {margin-top: 0.333em !important; /* 4px */}
.margin-t-4-negative {margin-top: -0.333em !important; /* -4px */}
.margin-t-5 {margin-top: 0.417em !important; /* 5px */}
.margin-t-6 {margin-top: 0.5em !important; /* 6px */}
.margin-t-6-negative {margin-top: -0.5em !important; /* -6px */}
.margin-t-8 {margin-top: 0.667em !important; /* 8px */}
.margin-t-10 {margin-top: 0.833em !important; /* 10px */}
.margin-t-11 {margin-top: 0.917em !important; /* 11px */}
.margin-t-12 {margin-top: 1em !important; /* 12px */}
.margin-t-18 {margin-top: 1.5em !important; /* 18px */}
.margin-t-20 {margin-top: 1.667em !important; /* 20px */}
.margin-t-24 {margin-top: 2em !important; /* 24px */}
.margin-t-28 {margin-top: 2.333em !important; /* 28px */}

.margin-r {margin-right: 1.333em !important; /* 16px */}
.margin-r-3 {margin-right: 0.25em !important; /* 3px */}
.margin-r-4 {margin-right: 0.333em !important; /* 4px */}
.margin-r-6 {margin-right: 0.5em !important; /* 6px */}
.margin-r-8 {margin-right: 0.667em !important; /* 8px */}
.margin-r-9 {margin-right: 0.75em !important; /* 9px */}
.margin-r-10 {margin-right: 0.833em !important; /* 10px */}
.margin-r-12 {margin-right: 1em !important; /* 12px */}
.margin-r-19 {margin-right: 1.5833em !important; /* 19px */}
.margin-r-30 {margin-right: 2.5em !important; /* 30px */}

.margin-b {margin-bottom: 1.333em !important; /* 16px */}
.margin-b-0 {margin-bottom: 0 !important;}
.margin-b-2 {margin-bottom: 0.167em !important; /* 2px */}
.margin-b-4 {margin-bottom: 0.333em !important; /* 4px */}
.margin-b-6 {margin-bottom: 0.5em !important; /* 6px */}
.margin-b-8 {margin-bottom: 0.667em !important; /* 8px */}
.margin-b-12 {margin-bottom: 1em !important; /* 12px */}
.margin-b-16-negative {margin-bottom: -1.5em !important; /* -16px */}
.margin-b-16 {margin-bottom: 1.333em !important; /* 16px */}
.margin-b-24 {margin-bottom: 2em !important; /* 24px */}
.margin-b-26 {margin-bottom: 2.167em !important; /* 26px */}
.margin-b-30 {margin-bottom: 2.5em !important; /* 30px */}
.margin-b-50 {margin-bottom: 4.1666em; /*50px*/}
.margin-b-53 {margin-bottom: 4.417em !important; /* 53px */}

.margin-l {margin-left: 1.333em !important; /* 16px */}
.margin-l-3 {margin-left: 0.25em !important; /* 3px */}
.margin-l-4 {margin-left: 0.333em !important; /* 4px */}
.margin-l-8 {margin-left: 0.667em !important; /* 8px */}
.margin-l-10 {margin-left: 0.833em !important; /* 10px */}
.margin-l-12 {margin-left: 1em !important; /* 12px */}
.margin-l-28 {margin-left: 2.333em !important; /* 28px */}
.margin-l-36 {margin-left: 3em !important; /* 36px */}
.margin-l-50 {margin-left: 4.167em !important; /* 50px */}

.no-margin {margin: 0 !important;}

.padding {padding: 0.667em !important; /* 8px */}
.padding-2 {padding: 0.167em !important; /* 2px */}
.padding-4 {padding: 0.333em !important; /* 4px */}
.padding-6 {padding: 0.5em !important; /* 6px */}
.padding-8 {padding: 0.667em !important; /* 8px */}
.padding-12 {padding: 1em !important; /* 12px */}
.padding-15 {padding: 1.25em !important; /* 15px */}

.padding-3-8 {padding: 0.250em 0.667em !important; /* 3px 8px */}
.padding-3-8-0-8 {padding: 0.250em 0.667em 0 0.667em !important; /* 3px 8px 0px 8px */}

.padding-t-0 {padding-top: 0.0em !important; /* 0px */}
.padding-t-3 {padding-top: 0.250em !important; /* 3px */}
.padding-t-6 {padding-top: 0.5em !important; /* 6px */}
.padding-t-12 {padding-top: 1em !important; /* 12px */}
.padding-t-16 {padding-top: 1.333em !important; /* 16px */}
.padding-t-36 {padding-top: 3em !important; /* 36px */}

.padding-r-0 {padding-right: 0.0em !important; /* 0px */}
.padding-r-2 {padding-right: 0.167em !important; /* 2px */}
.padding-r-6 {padding-right: 0.5em !important; /* 6px */}
.padding-r-8 {padding-right: 0.667em !important; /* 8px */}
.padding-r-12 {padding-right: 1em !important; /* 12px */}
.padding-r-60 {padding-right: 4em !important; /* 60px */}

.padding-b-0 {padding-bottom: 0 !important;}
.padding-b-3 {padding-bottom: 0.250em !important; /* 3px */}
.padding-b-6 {padding-bottom: 0.5em !important; /* 6px */}
.padding-b-8 {padding-bottom: 0.667em !important; /* 8px */}
.padding-b-12 {padding-bottom: 1em !important; /* 12px */}

.padding-l-0 {padding-left: 0.0em !important; /* 0px */}
.padding-l-8 {padding-left: 0.667em !important; /* 8px */}
.padding-l-10 {padding-left: 0.833em !important; /* 10px */}
.padding-l-12 {padding-left: 1em !important; /* 12px */}
.padding-l-16 {padding-left: 1.333em !important; /* 16px */}

.no-padding {padding: 0 !important;}


/* --------------------------------------------------------------------- */
/* Overflow */
/* --------------------------------------------------------------------- */
.overflow-visible {overflow: visible;}
.overflow-hidden {overflow: hidden;}
.overflow-auto {overflow: auto;}


/* --------------------------------------------------------------------- */
/* Position */
/* --------------------------------------------------------------------- */
.position-relative {position: relative;}
.position-absolute {position: absolute;}

.pos-t-165 {top: 14em !important; /*165px*/}

.pos-t-3 {top: 0.25em; /*3px*/}
.pos-t-6-negative {top: -0.5em; /*-6px*/}
.pos-t-12-negative {top: -1em; /*-12px*/}

.pos-r-4 {right: 0.3333em; /*4px*/}
.pos-r-8 {right: 0.6667em; /*8px*/}
.pos-r-8-negative {right: -0.6667em; /*-8px*/}
.pos-r-13-negative {right: -1.0833em; /*-13px*/}

.pos-b-6 {bottom: 0.5em; /*6px*/}
.pos-b-12 {bottom: 1em; /*12px*/}
.pos-b-20 {bottom: 1.667em; /*20px*/}
.pos-b-24 {bottom: 2em; /*24px*/}
.pos-b-48 {bottom: 4em; /*48px*/}
.pos-b-50 {bottom: 4.167em; /*50px*/}
.pos-b-66 {bottom: 5.5em; /*66px*/}
.pos-b-80 {bottom: 6.6667em; /*80px*/}

.pos-l-6 {left: 0.5em /*6px*/;}
.pos-l-6-negative {left: -0.5em /*-6px*/;}


/* --------------------------------------------------------------------- */
/* Rounded Corners */
/* --------------------------------------------------------------------- */
.round {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.round-2 {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.round-5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.round-t {
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.round-tl {
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
}

.round-tr {
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
}

.round-tre {
	-moz-border-radius-topright: 30px;
	-webkit-border-top-right-radius: 30px 22px;
	border-top-right-radius: 30px;
}

.round-b {
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.round-bl {
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.round-br {
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
}

.round-l {
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.round-r {
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}


/* --------------------------------------------------------------------- */
/* Shadow */
/* --------------------------------------------------------------------- */
.shadow-b {
	box-shadow: 0px 1px 0px #c1c2c3;
	-moz-box-shadow: 0px 1px 0px #c1c2c3;
	-webkit-box-shadow: 0px 1px 0px #c1c2c3;
}


/* --------------------------------------------------------------------- */
/* Width & Height */
/* --------------------------------------------------------------------- */
.width-7p {width: 7% !important;}
.width-10p {width: 10% !important;}
.width-12p {width: 12% !important;}
.width-13p {width: 13% !important;}
.width-14p {width: 14.5% !important;}
.width-15p {width: 15% !important;}
.width-19p {width: 19% !important;}
.width-20p {width: 20% !important;}
.width-23p {width: 23% !important;}
.width-25p {width: 25% !important;}
.width-27p {width: 27% !important;}
.width-28p {width: 28% !important;}
.width-30p {width: 30% !important;}
.width-33p {width: 33% !important;}
.width-35p {width: 35% !important;}
.width-36p {width: 36% !important;}
.width-40p {width: 40% !important;}
.width-44p {width: 44% !important;}
.width-45p {width: 45% !important;}
.width-49p {width: 49.5% !important;}
.width-50p {width: 50% !important;}
.width-55p {width: 55% !important;}
.width-60p {width: 60% !important;}
.width-67p {width: 67% !important;}
.width-70p {width: 70% !important;}
.width-75p {width: 75% !important;}
.width-80p {width: 80% !important;}
.width-85p {width: 85% !important;}
.width-90p {width: 90% !important;}
.width-95p {width: 95% !important;}
.width-99p {width: 99.5% !important;}
.width-100p {width: 100% !important;}

.width-21 {width: 1.75em !important; /*21px*/}
.width-22 {width: 1.571em !important;}
.width-40 {width: 3.333em !important; /*40px*/}
.width-80 {width: 6.667em !important; /*80px*/}
.width-100 {width: 8.333em !important; /*100px*/}
.width-264 {width: 22em !important; /*264px*/}


.height-100p {height: 100% !important;}

.height-19 {height: 1.5833em !important; /*19px*/}
.height-24 {height: 2em !important; /*24px*/}
.height-32 {height: 2.667em !important; /*32px*/}
.height-48 {height: 4em !important; /*48px*/}
.height-52 {height: 4.333em !important; /*52px*/}
.height-62 {height: 5.167em !important; /*62px*/}
.height-80 {height: 6.667em !important; /*80px*/}
.height-215 {height: 17.917em !important; /* 215px*/}
.height-235 {height: 19.583em !important; /* 235px*/}
.height-240 {height: 20em !important; /* 240px*/}
.height-250 {height: 20.833em !important; /* 250px*/}
.height-260 {height: 21.666em !important; /* 260px*/}


/* min and max */
.min-width-270 {min-width: 22.5em !important; /*270px*/}

.max-width-100p {max-width: 100% !important;}
.max-width-300 {max-width: 25em !important; /*300px*/}

.max-height-100p {max-height: 100% !important;}
.max-height-300 {max-height: 25em; /*300px*/}


/*square sizes*/
.square-16 {width: 1.3333em; height: 1.3333em; /*16px*/}
.square-18 {width: 1.6667em; height: 1.6667em; /*18px*/}
.square-21 {width: 1.75em; height: 1.75em; /*21px*/}
.square-32 {width: 2.6667em; height: 2.6667em; /*32px*/}
.square-60 {width: 5em; height: 5em; /*60px*/}
