/*
+---------------------------------------------------------------+
|	e107 website system
|
|	http://e107norway.org
|	eelay@e107norway.org
|
|	Released under the terms and conditions of the
|	GNU General Public License (http://gnu.org).
|
+---------------------------------------------------------------+
*/
/* [color=#B4C835][size=22][u]Anime Addicts Information[/u][/size][/color]
[size=11][color=#bbbbbb]Posted by 
[color=#66cccc][size=12][b]Admin[/b] [/size][/color]
on Wednesday 09 January 2008 - 1:08AM[/color]    [/size]         
[b]Showings:[/b] Saturday from 2:00pm to 6:00pm in Sangren 2302             
[b]Office: [/b]1316 Faunce    
[b]Hours:[/b] coming soon

[right][size=10]Web Admin Email: Chae.Shi@gmail.com[/size][/right]


 Generic Styling */

body {
	background:url(images/bg-body.png) repeat-x top center #0f0f0f;
	font:normal 62.5% "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
	/*font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration: underline;
	color:#B4C835;
       
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:700px;
	background:#5a5a5a;
	font-size:1.20em;

	}
#header {
	height:140px;
	background:url(images/bg-header.jpg) no-repeat;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(images/bg-menu.png) repeat-x;
	padding:0 10px;
	}
#sidebar {
	float:right;
	width:180px;
	background:#888888;
	margin-right:10px;
	}
#content {
	float:left;
	width:500px;
	min-height:400px;
	}
#contentBig {
	float:left;
	width:700px;
	min-height:400px;
	}
#footer {
	clear:both;
	height:100px;
	background:url(images/bg-footer.jpg) no-repeat;
	}

/* Entries */

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}
.entry-title2 {
	font-size:1.50em;
	font-weight:normal;
	letter-spacing:-1px;
	padding-left:2px;
	
	}
.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;
	}
.icons {
	margin-top:-1.8em;
	text-align: right;
	}
.sidemenu {
	color:#000;
	padding:0 3px 0 5px;
	}
.sidemenu a {
	color:#6CC7DC;
	/*background:url(images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;*/
	padding-right:2px;
	}
.sidemenu a:hover {
	color:#B4C835;
	}

/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	}

#menu li.active {
	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:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}

/* Footer */

#footer-valid {
	float:left;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}

h1 a, h1 a:hover {

	color:#aaaaaa;
	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;
    background:url("images/button-feed.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	background:url(images/bg-ad-top.png) no-repeat;
	padding:6px 5px 5px 6px;
	}

/* END LAYOUT  */


/* BEGIN E107 CORE CLASSES MAINTAINER QUE~ */

.button{
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	text-align:center;
	background-color: #6CC7DC;
	border: #5e5d63 1px solid;
}

.tbox.chatbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.spacer {
	padding: 2px 0 2px 0;
}

.indent {
  margin: 10px;
  padding: 10px;
  background-color: #B4C835;
  border: #6CC7DC 1px solid;
}

.smalltext {
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	text-align:center;
}

.smallblacktext {
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	text-align:center;
}

.mediumtext {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.tbox{
	background-color: #F4F7FA;
	border: #5e5d63 1px solid;
	color: #333136;
	font: 10px verdana, arial, sans-serif;
}

.helpbox {
	border: 0px;
	background-color: transparent;
	color: #333136;
	font: 9px verdana, arial, sans-serif;
}

.fborder {
	border: #ffffff 0px solid;
	background-color: transparent;
	
}

.forumheader{
	background-color: #444;
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	color: #fff;
	border-bottom: 1px solid #222222;
}

.forumheader2{
	/*background-color: #fff;*/
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	color: #ffffff;
	padding: 4px;
	border-bottom: #222222 1px solid;
}

.forumheader3{
	/*background-color: #fff;*/
	font: 1em verdana, arial, sans-serif;
	color: #ffffff;
	padding: 4px;
	border-bottom: #222222 1px solid;

}

.forumborder{
	border:  #ffffff 1px solid;
	background-color: transparent;
}

.fcaption {
	border-bottom: #222222 1px solid;
	padding: 2px 0 2px 8px;
	/*background-color: #e2e7e0;*/
	font: 0.9em verdana, arial, sans-serif;
	color:#ffffff;
	text-align: left;
}

.fcaption a{
	padding-right: 4px;
	color: #6CC7DC;
	text-decoration: underline;
}

.fcaption a:hover{
	padding-right: 4px;
	color : #B4C835;
	text-decoration: underline;
}


