﻿/* Generic Styling */

body {

	background-repeat:repeat;
	background:url(../images/bg-body.png);
	background-position:30% 30%;
	font-family:微軟正黑體,"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	background-attachment: fixed;
	padding: 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;

	}

	
	
	
* {
	margin-top:200;
	margin:0;
	padding:0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a{COLOR: #00007f;TEXT-DECORATION: none;}

a: link{COLOR: #36c; TEXT-DECORATION: none;}

a:hover {

COLOR: #69f;

border-bottom:1px dotted #69f;

	TEXT-DECORATION: none

}

a:visited {

COLOR: #36c;

	TEXT-DECORATION: none

}

#headBar A{COLOR: #00007f; TEXT-DECORATION: none;}
#headBar A:link{COLOR: #00007f; TEXT-DECORATION: none;}
#headBar A:visited {
	cursor: pointer;
	COLOR: #00007f;
	TEXT-DECORATION: none;
}
#headBar A:hover {
	cursor: pointer;
	COLOR: #69f;
	border-bottom:1px dotted #69f;
	TEXT-DECORATION: none;
}


/* Structure */

#wrapper {
	margin:0 auto;
	width:900px;
	background:;
	background-color:#FBFDB7;
	font-size:1.2em;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	}

#RegisterP{
position:absolute;
top:10px;
right:55px;
}	
	
#header {
	height: 96px;
	background:url(../images/header_1.jpg) no-repeat;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	}
#headBar{
	width: 15em;
	height: 1em; 
	padding: 0em;
	border: 0em;
	margin: 0em;
	float: right;
}
#menu {
	height:35px;
	line-height:35px;
	background:url(../images/bg-menu2.png) repeat-x;
	padding:0 10px;
	}
#sidebar {
	float:right;
	width:190px;
	background:#f3f4fb;
	
	}
#content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	float:left;
	background-color:#FBFDB7;
	width:680px;
	min-height:300px;
	height:720px;
	}
	
#Dcontent {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	float:left;
	background-color:#FBFDB7;
	width:710px;
	min-height:300px;
	height:800px;
	}

#footer {
	clear:both;
	height:86px;
	background:url(../images/footer_3.jpg) no-repeat;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	}
	
	

/* Entries */
.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	border: 1px solid gray;
	}
.entry-title {
	font-size: 1em;
	font-weight: bold;
	letter-spacing:-1px;
	}
.entry-image{
    background-color:#99CC33;
	max-width:30px;
    width:30px;
    width:expression(document.body.clientWidth>30?"30px":"auto");
    
    max-height:30px;
    height:30px;
    height:expression(document.body.clientheight>30?"30px":"auto");
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.comments {
	margin-top:-1em;
	}
.comments a {
	color:#6CC7DC;
	background:url(../images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.comments a:hover {
	color:#B4C835;
	}


/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#FBFDB7;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(../images/bg-menu-hover.png) no-repeat center center;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
#sidebar-bottom {
	height:100px;
	background-color:#FBFDB7;
	}

/* Footer */

#footer-valid {
	font-weight: bold;
	float:left;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#F9F9F8;
	}
#footer-valid a {
	color:#F9F9F8;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#F9F9F8;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:bolder;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color: #5177e3;
	font-style:italic;
	}

/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url(../images/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

/* Extra's */

#ad-top {
	background-color:white;
	background:url(../pics/popo.gif) no-repeat right center;
	float:right;
	width:350px;
	height:280px;
	border: 0px solid gray;
	padding:5px;
	}

#ad-top2 {

	background-color:#FBFDB7;
	width:670px;
	height:450px;
	border: 0px solid gray;
	padding:5px;
	}	
	
#entry {
	border: 0px solid gray;
	padding:5px;
	}
	
	
#AD-right{
position:absolute;
top:139px;
left:420px;
float:right;
width:46%;
height:30%;
  

}	

#AD-left{

float:left;
width:60%;
height:30%;
   
}		

#gatherNCU { 
	background:url(../images/blackboard.gif) no-repeat;
	width: 270px; 
	height: 200px; 

}	

	