/* @override 
	http://kristofor.net/css/basicpage.css
	http://www.macrabbit.com/cssedit/welcome/2.5/welcome.css
	http://kristofor.net/css/main.css
	http://kristofor.info/css/main.css
*/

@font-face {
	font-family: 'PTSans';
	font-weight: normal;
	src: url('fonts/PT_Sans-webfont.ttf') format('truetype'), url('fonts/PT_Sans-webfont.svg#webfont') format('svg');
}
@font-face {
	font-family: "PTSansBold";
	font-weight: normal;
	src: url('fonts/PT_Sans_Bold-webfont.ttf');
}
@font-face {
	font-family: AlexandriaFLF;
	font-weight: bold;
	src: url('fonts/AlexandriaFLF-Bold.ttf');
}



body {	
	color: #595959;
	font-family: "PT Sans", Geneva, Arial, sans-serif;;
	font-size: 14px;
	background: #f9f9f9 url(images/PageShadow.png) repeat-x fixed;
	padding: 0px;
}

a {
	color: #ff823c;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #ffb200;
	text-decoration: none;
}


h1 {
	 text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0;
	font: 150px AlexandriaFLF, Georgia, serif;
	font-weight: bold;
}
h2 {
	text-shadow: rgba(0,0,0,0.3) 1px 1px 5px;
	font-size: 24px;
	font-family: AlexandriaFLF, Helvetica, sans-serif;
	font-weight: bold;
	color: #939393;
	text-align: center;
	margin-top: 0;
}

/* @group Columns and stuff */

#header {
	text-shadow: rgba(0,0,0,0.3) 1px 1px 5px;
	font: 300 28px/31px AlexandriaFLF, sans-serif;
	letter-spacing: normal;
	font-weight: bold;
}
.panels {
	background: rgba(203,210,214,0.3);
	width: 300px;
	float: left;
	position: relative;
	margin: 8px;
	padding: 8px;
	-webkit-border-radius:7px;
}

.outter {
	margin: 0 auto;
	width: 1000px;
	overflow: auto;
	padding: 15px;
}
#footer {
	overflow: auto;
	padding: 10px;
	background: rgba(203,210,214,0.3);
	-webkit-border-radius:7px;
}
#footer p {
	font-size: 12px;
}
#footer img {
	float: right;
	padding-left: 10px;
	
}

.pictures {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.RSSbadge {
	float: right;
	padding-top: 5px;
	padding-left: 10px;
}


/* @end */

/* @group News Feeds */

.timestamp {
	font-size: 10px;
	margin-left: 30px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

div.fvicon img {
	width: 25px;
	height: 25px;
	margin-right: 5px;
	float: left;
	margin-top: 3px;
}


h3 {
	text-shadow: rgba(0,0,0,0.3) 1px 1px 5px;
	color: #4d4d4d;
	text-align: right;
	border-bottom: 2px groove #7e7e7e;
	margin: 0 0px 10px 0;
	font: 22px AlexandriaFLF, Georgia, serif;
	font-weight: bold;
}

ul {
	padding-left: 0;
}
li {
	padding-left: 0;
	list-style-type: square;
	list-style-position: outside;
	margin: 0 0 8px 20px;
}
h4 {
	text-shadow: rgba(0,0,0,0.1) 1px 1px 5px;
	font-size: 19px;
	font-family: AlexandriaFLF, Helvetica, sans-serif;
	font-weight: bold;
	color: #939393;
	text-align: left;
	border-bottom: 1px dashed #808080;
	margin: 0 0px 10px 0;
}

.item h5 {
	
	font-size: 14px;
;
	font-weight: 300;
	color: #939393;
	text-align: left;
	margin: 10px 0px 0;
}



/* @end */
table {
	width: 500px;
	border: 1px dotted #999;
	padding: 1px;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;

}
th {
	text-align: center;
	
	font-size: 14px;
	background-color: rgba(0,0,0,0.26);
}

td,th {
	border: 1px dotted #999;
	padding: 0.3em;
}
.eventtitle {
	font-size: 16px;
	font-weight: bold;
}
.eventtype {
	font-style: italic;
}
.eventdesc {
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#description {
	
	text-shadow: rgba(0,0,0,0.3) 1px 1px 5px;
	font-size: 18px;
	font-family: AlexandriaFLF, Helvetica, sans-serif;
	font-weight: normal;
	color: #939393;
	text-align: center;
	}

/* @group MySQL Banner */

#databaseevent {
	background-color: #3f3f3f; /* First for Firefox */
	background-color: rgba(62,62,62,0.95);
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

#databaseevent p {
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	background: url(http://kristofor.net/css/images/ODBC.png) no-repeat 50px 50%;
	margin: 0;
	padding: 15px 80px 15px 90px;
}
#bottomthing p {
	background-color: #3f3f3f; /* First for Firefox */
	background-color: rgba(62,62,62,0.95);
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	margin: 0;
	padding: 15px 80px 15px 90px;
}

/* @end */

#special h3 {
	text-shadow: rgba(0,0,0,0.3) 1px 1px 5px;
	font-size: 24px;
	font-family: AlexandriaFLF, Helvetica, sans-serif;
	font-weight: bold;
	color: #939393;
	text-align: center;
	}
