/* Start of CMSMS style sheet 'Pinky' */
body {
	margin : 0;
	padding: 0;	
	font-family: "courier new";
	font-size: 10pt;
	
	text-align: left;
}

A {
	color: #ff3db6;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

H1 {
	font-family: "courier new";
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding: 0;
	line-height: 12pt;
}

/********* MENU *********/
#menu {
	padding: 2pt;
	
	border-right: #ff3db6 2px dashed;
	border-left: #ff3db6 2px dashed;
	
	position: absolute;
	top: 25px;
	left: 885px;
	
	width : 100px;
}

#menu > LI {
	margin-top: 7px;
	margin-bottom: 7px;
	
	list-style: none;
}

#menu > LI > A {	
	font-size: 12px;
	font-weight: bold;
	
	color : #7f7f7f;
	
	display: block;
	
	padding-left: 7px;
	padding-right: 7px;
}

#menu > LI > A:hover{
	color : #FFFFFF;
	text-decoration: none;
	background-color: #ff3db6;
}


/********* SUBMENU *********/

#submenu {
	margin: 0;
	padding: 0;
}

#submenu >  LI, .subthumb {
	display: block;
	width : 100px;
	height: 120px;
	float: left;

	text-align: center;
	margin: 10px;
}

.thumb_image {
	width : 100px;
	height: 100px;
	padding-bottom: 4px;

	text-align: center;
	vertical-align: bottom;
	display:  block;
	display: table-cell;
}

#submenu > LI > A {
	font-size: 9pt;
}

.thumb_image> A > IMG {
	display: block;
	border-width : 0px;
	border-color:  #7f7f7f;
}

#submenu > LI > A > SPAN {
	display: block;
}

/********* NEWS *********/
#news_feed {
	margin-top: 70px;
	padding-top: 30px;
	padding-left: 25px;

	border-right: #ff3db6 2px dashed;
	
	width : 318px;
	
	clear: left;
	float: left;
}

.news {
	margin-top: 80px;
	padding-left: 30px;
	padding-right : 20px;
	
	background-position: left top;
	background-image: url('uploads/images/css/plus.gif');
	background-repeat: no-repeat;
}

.news .date {
	padding-bottom: 5px;
	border-bottom: #000000 dashed 1px;
}

/********* ARTICLES *********/

#content {
	margin-top: 70px;
	margin-left: 375px;
	
	width: 500px;
}

.article {
	margin-top: 20px;
	padding-left: 30px;
	padding-right : 20px;	
	float: left;

	background-position: left top;
	background-image: url('uploads/images/css/sharp.gif');
	background-repeat: no-repeat;
}

.article .title {
	font-weight: bold;
}

.article .date {
}

/********* DESIGN *********/

#body {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.new_line {
	clear: both;
}

/********* COPYRIGHT *********/
#copyright {
	border-top: #ff3db6 1px dashed;
	
	left: 0;
	right: 0;
	margin-top: 10px;
	
	text-align: center;
	
	font-size: 9pt;
}

/********* TITLE *********/
#title {
	font-size: 28pt;
	font-weight: bold;
	
	position: absolute;
	left: 5px;
	top: 4px;
	
	height: 85px;
	width: 340px;
	
	background-image: url('uploads/images/css/logo.gif');
	background-repeat: no-repeat;
}
#title > * {
	display: none;
}

.firstname  {
	
}

.plus {
	font-family: "Wingdings 2";
}

.name {
	color: #ff3db6;
}

/********* LINE *********/
#line {
	position: absolute;
	top: 5px;
	left: 350px;
	width : 641px;
	height: 22px;
	
	background-image: url('uploads/images/css/line_center.gif');
	background-position: 13px 0;
	background-repeat: repeat-x;
}

#line-left {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	
	background-image: url('uploads/images/css/line_left.gif');
	background-repeat: no-repeat;
}

#line-right {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	
	background-image: url('uploads/images/css/line_right.gif');
	background-position: right top;
	background-repeat: no-repeat;
}
/* End of 'Pinky' */

