/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Droid Sans', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

a:link, a:visited {color: #307CB3; text-decoration: none; }
a:hover	{text-decoration: underline;}

input:hover					{border-color:#636363}
input:focus					{background: #FFFDD9}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, {font-family: 'Droid Serif', Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

.greyheadings				{background-image: url(../images/heading_background.png); background-repeat: repeat-x; min-height: 64px; text-shadow: 1px 2px 1px #fff; padding: 15px 15px 0; font-size: 2em; margin-bottom: 10px; border-top: 1px solid #B6B6B6; -moz-border-radius-topleft: 12px; -moz-border-radius-topright: 12px; background-color: #D7D7D7 }

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* `Dashboard Styles
----------------------------------------------------------------------------------------------------*/
#cal-1 p 					{font-family: 'Droid Serif', Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif; font-weight: 700; }


.awesome 					{background: #868887; display: inline-block; padding: 10px 10px; color: #fff; text-decoration: none; font-weight: bold; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); text-shadow: 0 -1px 1px rgba(0,0,0,0.25); border-bottom: 1px solid rgba(0,0,0,0.25); position: relative; cursor: pointer;  }
a.awesome					{color: #fff; text-decoration: none}
a.awesome:hover				{background-color: #a9a9a9; color: white}

/* Sizes ---------- */
.small.awesome {font-size: 11px;}
.medium.awesome { font-size: 13px;}
.large.awesome {font-size: 14px;padding: 8px 14px 9px;}
 
/* Colors ---------- */
.blue.awesome {background-color: #2daebf;}
.blue.awesome:hover
			 {background-color: #2590a0;}
.red.awesome {background-color: #e33100;}
.red.awesome:hover
				{background-color: #d02d02;}
.magenta.awesome {background-color: #a9014b;}
.orange.awesome {background-color: #ff5c00;}
.orange.awesome:hover
				{background-color: #cf4b02;}

.yellow.awesome {background-color: #ffb515;}
.green.awesome	{background-color: #4AD052}
.green.awesome:hover	
				{background-color: #3aa541; color: #fff}
