/* -----------------------------------------------------------------------

   Reprovinci CSS Framework | Based on Blueprint

----------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	_font-size: 100.01%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none; background: #FFFFCC;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -----------------------------------------
	1.1: GENERIC FIXES [fixes clearing issues with floats]
	http://www.positioniseverything.net/easyclearing.html
----------------------------------------- */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* BASIC TYPOGRAPHY */
body { font-size: 62.5%; font-family: Arial, sans-serif; }

/* -----------------------------------------
	TYPOGRAPHY
----------------------------------------- */
div{font-size: 10px;} /* = 10px */

p, dl, td, th, li, pre, code, kbd, samp, pre, tt, input, blockquote p{
	font-size: 13px; /* 13px */
}
/* Cascading font size should remain same! */
td td,li ul li,li ol li,td p,li p,ul li ul li,ol li ol li,ul li ol li,ol li ul li,ul li ul li p{
	font-size: 10px;
}
p{
	line-height: 17px;
	color: #424242;
}
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea {}
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */

blockquote { border-top: 1px solid #333; border-bottom: 1px solid #333; margin-bottom: 2em; clear: both;}
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }
blockquote p{ margin: 1em !important;}

/* FORMS */

fieldset {margin: 0 0 1.5em 0;}
legend { font-weight: bold; font-size:1.2em; }
label { font-weight: bold; }
textarea, input[type='text'], input[type='password'], select {}
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover {}
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus {}
input, select { cursor: pointer; }
input[type='text'],input[type='password'] { cursor: text; }

/* BASE SIZES */

h1 { font-size: 19px; }
h2 { font-size: 17px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

address{ font-size: 13px; line-height: 13px; font-style: normal;}

/* LISTS */

ul li { line-height: 17px; }
ul { list-style-type: disc; list-style-position: inside; margin: 1em 0;}
ul ul { list-style-type: square; margin: 0 1em;}
ul ul ul { list-style-position: inside; }
ol { list-style-position: inside; list-style-type: decimal; }
ol li{ line-height: 17px; }
ol li ol{ margin: 0 1em; }
dt { font-weight: bold; }

ul.horizontal{
	list-style: none;
	clear: both;
}
	ul.horizontal li{
		float: left;
		margin-right: 5px;
	}

dl{
	margin: 1.7em 0;
}

	dl dt{
		line-height: 17px;
	}
	dl dd{
		line-height: 17px;
		padding-left: 1em;
	}


/* TABLES */

/* -----------------------------------------
	TABLES
----------------------------------------- */
table{
	margin: 2em 0;
	width: 100%;
	text-align: left;
}
	table caption{
		margin-bottom: -1em; /* table top-margin/2 reversed! */
		margin-top: 2em; /* table top-margin/2 reversed! */
		font-size: 12px;
		font-style: italic;
		text-align: right;
	}
	table tr{}
	table thead{}
		table thead tr{background: #999; color: #FFF;}
			table thead tr th,
			table tfoot tr th{
				padding: 0.2em 0.5em;
				font-weight: bold;
			}
			table thead tr td,
			table tfoot tr td,
			table tfoot tr th{
				padding: 0.2em 0.5em;
			}
	table tbody{}
		table tbody tr{}
			table tbody tr th{
				padding: 0.2em 0.5em;
				font-weight: bold;
			}
			table tbody tr td{
				padding: 0.5em 0.5em;
			}
			table tbody tr.rowAlt td{
				background: #fef3f6;
			}




/* COLORS */

a{text-decoration: underline; color: #36c;}
code, pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */


hr {background:#666360;color:#666360;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}


/* -----------------------------------------
	GENERIC CLASSES
----------------------------------------- */
.alignRight{text-align: right;}
.alignLeft{text-align: left;}
.alignCenter{text-align: center;}
.floatRight{float: right;}
.floatLeft{float: left;}
.hide{ display:none; }
.toggle{ display: none; }
.noMargin{margin: 0;}

.rounded{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}		

.tinyRounded{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

.roundedTop{
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}

.roundedBottom{
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position: relative;
}
