BODY
{
	font-family: "lucida grande", Helvetica, Arial;
/*Font to use*/
	background: #47525C url(../images/bg.png) repeat-x;
	font-size: 0.8em;
	padding: 0px;
	height: 100%;
	min-width: 1300px;
	text-align: center;
	position: relative;
}
INPUT
{
	font-size: 10px;
}
#mainContainer
{
	/*[disabled]width:100%;*/
	text-align: left;
	/*[disabled]height:100%;*/
	margin-top: 50px;
	margin-left: 10%;
	margin-right: 10%;
	position:relative;
}
#mainContainer #dragableBoxesColumn1
{
}
SPAN.rssNumberOfItems
{
	/*[empty]+placement:;*/
}
.dragableBoxContent A
{
	/*+placement:shift 5px 0px;*/
	position: relative;
	left: 5px;
	top: 0px;
	font-family: "Varela Round", sans-serif;
}
.boxItemHeader A:visited
{
	/*[empty]background-color:;*/
	color: #5D96FD;
}
#floatingBoxParentContainer .dragableBoxInner
{
}
#header
{
/*Header at the top of the demo*/
	height: 99px;
	margin-top: 36px;
}
/*Logo image*/
#header IMG
{
	float: left;
	position: relative;
	left: 8px;
	top: 21px;
}
#header.logo
{
/*Header at the top of the demo*/
	background-color: #003B4F;
}
.dragableBox
{
/*The RSS box*/
	background-color: #FFF;
	margin: 5px;
	border-radius: 10px;
	border-style: solid;
	border-color: #FDAE09;
/*border-right:2px solid #AAA;     "Shadow "
border-bottom:2px solid #AAA;    /* "Shadow "*/
}
/*A div inside the rss box - with a blue border
.dragableBoxInner{
border:1px solid #317082;
}*/
.dragableBoxHeader
{
/*Header inside RSS box
background-color:#E2EBED;*/
	height: 20px;
	font-weight: bold;
	color: #47525C;
	background-size: 100%;
	background-position: center top;
	background-repeat: repeat-x;
	/*	background-image:url(../images/line.png);*/
}
.dragableBoxHeader SPAN
{
/*Text inside header of RSS box*/
	line-heigth: 20px;
}
.dragableBoxHeader IMG, .dragableBoxHeader SPAN
{
/*Text and reload image inside RSS box*/
	float: left;
	position: relative;
	left: 1px;
	top: 6px;
}
.boxItemHeader
{
/*Title of items inside dragable boxes*/
	font-weight: normal;
	margin: 1px;
	color: #000;
	text-decoration: none;
	overflow: hidden;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
/*Firefox 4*/
	-webkit-transition: color 0.5s;
/*Safari and Chrome*/
	-o-transition: color 0.5s;
/*Opera*/
}
.boxItemHeader:hover
{
/*Title of items inside dragable boxes - mouseover*/
	/*[disabled]font-weight:bold;*/
	margin: 1px;
	color: #1753C0;
	text-decoration: none;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
/*Firefox 4*/
	-webkit-transition: color 0.5s;
/*Safari and Chrome*/
	-o-transition: color 0.5s;
/*Opera*/
}
.dragableBoxHeader INPUT
{
/*text inputs that gets visible when you click on the "edit" link at the top of a rss box*/
	font-size: 10px;
}
.rssNumberOfItems
{
/*Number of RSS items in header - the one inside parantheses*/
	color: #47525C;
	font-weight: bold;
	height: 30px;
	margin: -1px;
	font-family: "Varela Round", sans-serif;
}
.dragableBoxContent
{
/*DIV holding data inside dragable boxes*/
	padding: 3px;
	clear: both;
	background-size: 100%;
	width: auto;
	/*[empty]+placement:;*/
	/*[empty]height:;*/
}
.dragableBoxContent IMG
{
	position: relative;
	left: 5px;
	top: 0px;
}
#rectangleDiv
{
/*Dotted rectangle indicating where objects will be dropped*/
	border: 1px dotted #FF0000;
	margin: 5px;
}
.closeButton
{
/*Close button*/
	padding: 2px;
	border: 1px solid #317082;
	line-height: 9px;
	height: 9px;
	margin: 2px;
	color: #47525C;
	padding: 2px;
	padding-bottom: 3px;
	position: relative;
	left: 1px;
	top: 6px;
}
.closeButton_over
{
/*Close button - mouse over*/
	padding: 2px;
	border: 1px solid #317082;
	line-height: 9px;
	padding: 2px;
	padding-bottom: 3px;
	margin: 2px;
	background-color: #317082;
	color: #FFF;
	/*+placement:shift 1px 6px;*/
	position: relative;
	left: 1px;
	top: 6px;
}
.dragableBoxStatusBar
{
/*Status bar at the bottom of rss boxes
border-top:3px double #317082;
height:14px;
background-color:#E2EBED;*/
	height: 22px;
	background-position: 100% 100%;
	background-size: 100%;
	width: auto;
	background-repeat: repeat-x;
}
.dragableBoxEditLink
{
/*Edit link on top of a box*/
	color: #317082;
	text-decoration: none;
	padding-top: 1px;
	position: relative;
	left: 1px;
	top: 6px;
}
.dragableBoxEditLink:hover
{
/*Edit link - mouse over*/
	color: #FF0000;
	text-decoration: underline;
}
FORM
{
/*No borders in forms*/
	display: inline;
}
#addNewFeed
{
/*The white box at the top right corner where you can add a new RSS feed*/
	float: right;
	width: 300px;
	background-color: #FFF;
	border: 2px solid #317082;
	padding: 2px;
	margin-right: 2px;
	margin-top: 2px;
}
IMG
{
	border: 0px;
}
/*Menu*/
#navigation
{
	min-width: 1300px;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 56px;
	text-align: center;
	padding-top: 10px;
	z-index: 1;
	background: #47525C url(../images/bg.png) repeat-x;

}
#logo
{
	top: 0px;
	position: fixed;
	padding-top: 6px;
	z-index: 2;
	padding-left: 130px;

}
#navigation li
{
	display:block;
	
}
#navigation A
{
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-family: "Century Gothic", Helvetica, Arial;
	/*+placement:shift -4% 20%;*/
	position: relative;
	left: -4%;
	top: 20%;
	margin-left: 1%;
	margin-right: 1%;
}

#navigation A:hover
{
	color: #808080;
}
#footer
{
background:#ccc;

position:absolute;

bottom:0;

width:100%;

padding-top:50px;

height:50px;
}

#footer A
{
	color: #FFFFFF;
	text-decoration: none;
}
