@CHARSET "UTF-8";

/* font-family: "Trebuchet MS", Helvetica, sans-serif; */
body {
	/*background-color: #bfbfbf;	*/ 
	/*background: #636363 url('img/page-background.png') top left repeat-x;*/
	
	background: #332b25 url('img/backgroundImage.png') top left repeat-x;
	/*background: #007508 url('img/sporting.png') top left repeat;*/
	/*background-color: ;*/
	margin: 0;
	padding: 0;
	/*font-family: Georgia,"Times New Roman",Times,serif; */
/*	font-family: Arial, Helvetica, Tahoma, sans-serif;*/
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

a {
	color: #1A64ED;	
}

a:hover {
	text-decoration: none;
}


p {
	line-height: 21px;
	font-size: 13px;
	color: #787878;
	margin-top: 0;	
}

img {
	border: none;	
}

h1 {
	font-size: 22px;
	color: #000;
	font-style: normal;
	padding-top: 25px;
	padding-bottom: 18px;
	margin: 0;
}

h2 {
	font-size: 16px;
	color: #000;
	font-style: normal;
	padding-top: 15px;
	padding-bottom: 8px;
	margin: 0;
}


h3 {
	margin: 0;	
	padding-top:15px;
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: normal;	
}

#firstHeaderLine {
	background: url('img/firstHeaderLine.png') top left no-repeat;
	height: 22px;
	line-height: 22px;
}

#pageWrapper {
	width: 992px;
	padding: 0px;
	
	margin: 10px auto 10px auto;	
}

#page {
	background-color: #FFF;	
	
	
/*	position: relative;*/
/*	display: block;*/
}

#header {
	width: 992px;
	height: 194px;
	position: relative;
	background: url('img/header.jpg') top left no-repeat;
	
}

#content {
	position:relative;
	display:block;
	padding-left: 4px;
	padding-right: 4px;
/*	width:922px;*/
/*	height:700px;*/
	background: #FFF url('img/rightBarBackground.png') top right repeat-y;
	
}

#leftContainer {
	margin-top: 1px;
	width: 700px;
	float: left;
	padding: 0 10px 0 10px;
}

#rightContainer {
	margin-top: 1px;
	width: 253px;
	height:100%;
	float: right;
/*	background-color: #c2e8b0;*/
	
}

#footer {
	background: url('img/footerBackground.png') top left no-repeat;
	width: 992px;
	height: 54px;
	padding: 4px 0 0 15px;
	color: #000;
}



#subCategories {
	width: 100%;
	margin-top: 40px;	
}

#subCategories .subCategory {
	width: 25%;
	float: left;
	margin: 0 6% 0 6%;
}

#subCategories p {
	margin: 15px 0 10px 0;
}

#subCategories i {
	font-size: 12px;
}

#subCategories h2 {
	margin-bottom: 10px;	
}

#subCategories b {
	color: #333;	
}

#randomMediaElementsList {
/*	margin: 0px auto 0px auto;	*/
	text-align: center;
/*	line-height: 100%;*/
}

#randomMediaElementsList a {
	padding: 1px;	
}

#menu {
	bottom: 0;
	left: 15px;
	position: absolute;	
}

#menu li a {
	display: block;
	color: #398016;
	font-size: 14px;
	text-decoration: none;
	height: 31px;
	line-height:31px;
	vertical-align: middle;
	text-align: center;	
}

#menu ul {
	list-style-type: none;
	 overflow: auto;
	  padding: 0;
	  margin: 0;
	  
}

#menu li {
	background: url('img/menuItemBackground.png') top left no-repeat;
	height: 32px;
	width: 92px;
	padding-right: 10px;
	float: left;
	
}

#menu a:hover {
	text-decoration: underline;
}


/*====== Articles =====================================================*/

.articleContainer {
	display: none;	
}

.authorContainer {
	background: url('img/articles/articlesAuthorBackground.png') bottom left repeat-x;
	height: 80px;
	margin: 25px 5px 5px 5px;
	padding: 0;	
	position: relative;
	cursor: pointer;
}

.authorContainer img {
	margin: 0; 
	padding:0;
	bottom: 3px;
	left:4px;
	position: absolute;
}

.authorContainer h3 {
	right:8px;
	position: absolute;
	text-align: right;
	margin: 0;
	padding: 0;
	bottom: 20px;
	font-size: 16px !important;
}

/*====== Articles (END) ===============================================*/

.ui-button {
	font-size: 10px !important;	
}


.okButton {
	color: #00801E !important;
	font-weight: bold !important;
}

.cancelButton {
	color: #B30000 !important;
	font-weight: bold !important;
	
}

.bigAddButton {
	background: url("commons/img/big-add.png") right center no-repeat;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 38px;
	font-size: 12px;
	color: #00801E;
	display: block;
	text-align: right;
}

.addIcon {
	background: url("commons/img/mini-add.png") left center no-repeat !important;
	line-height: 20px;
	height: 20px;
	padding: 5px;
	padding-left: 22px;
}

