/* 
 * Name:			InsMinimal
 * Copyright:		SUN Ruoyu (insraq) 2010
 * URI:				http://insraq.com/
 * Version:			1.1
 * License:			GPL 2.0 & MIT
 */ 

/* Import */

@import url(reset.css);
@import url(text.css);
@import url(960.css);
 
/* Global Style */

body {
	color: #666;
	font-size: 13px;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	line-height: 1.6;
}

a {
	color: #6666FF;
	text-decoration: none;
}

a img {
	outline: none;
	border: 0;
}

a:hover {
	text-decoration: none;
}

.block a:hover, .footer a:hover {
	color: #fff;
	background-color: #6666FF;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Time, "Times New Roman", serif;
	font-weight: normal;
	margin: 10px 0;
}

h1 {
	font-size: 40px;
	font-style: italic;
	border-top: 5px solid #FF6666;
	padding: 10px 0 20px 0;
	margin: 0;
	float: left;
}

h1 a {
	color: #FF6666;
}

h1 a:hover {
	background-color: #FFFFFF;
	color: #FF6666
}

h2 {
	font-size: 22px;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 18px;
}

small {
	font-size: 12px;
}

p {
	margin: 10px 0;
}

/* Theme Specific Style */

#xo-nav ul {
	font-size: 18px;
	margin: 15px 0 0 50px;
}

#xo-nav li {
	list-style: none;
	float: left;
	display: block;
	margin: 10px;
}

#xo-nav li a {
	display: block;
	padding: 10px;
	color: #666;
}

#xo-nav li a:hover {
	background-color: #FF6666;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.seperate {
	border-top: 1px solid #eee;
}

.slideshow {
	margin: 30px 0 10px 0;
	width: 940px;
	height: 400px;
	overflow: hidden;
}

#slideshow {
	position: relative;
}

.slide_nav {
	position: absolute;
	bottom: 10px;
	left: 0;
	background: #fff;
	padding: 20px;
	z-index: 99999;
	-webkit-box-shadow: 2px -2px 2px #666666;
	-moz-box-shadow: 2px -2px 2px #666666;
	box-shadow: 2px -2px 2px #666666;
	display: none;
}

#btn_prev, #btn_next {
	width: 27px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	margin: 0 10px;
}

#btn_prev {
	background-image: url(img/prev.png);
}

#btn_next {
	background-image: url(img/next.png);
}

#btn_prev:hover, #btn_next:hover {
	background-color: #fff;
}

.block {
	padding: 10px;
	border: 1px solid #eee;
	margin: 20px 0;
}

.footer {
	font-size:9px;
	text-align: right;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 10px;
}

/* XOOPS System Template */
/* The code here is different from Inspire 1-6. I rewrite it based on blanktheme by Kris */
/* Main Menu */
#mainmenu {}
#mainmenu a {
	display: block;
}
#mainmenu a:hover {
	padding: 0 10px;
}
#mainmenu a:active, #mainmenu a.current {}
#mainmenu a:visited {}
#mainmenu a.menuTop  {}
#mainmenu a.menuMain {}
#mainmenu a.menuSub {
	padding: 0 0 0 10px;
	font-size: 12px;
}
#mainmenu a.menuSub:hover  {}
#mainmenu a.maincurrent {}
/* User Menu */
#usermenu {}
#usermenu a {
	display: block;
}
#usermenu a:hover  {
	padding: 0 10px;
}
#usermenu a:active, #usermenu a.current {}
#usermenu a:visited {}
#usermenu a.menuTop {}
#usermenu a.highlight {}
/* Tables and Cells */
table {
	width:100%; 
	margin: .5em 0 1em 0; 
	border-collapse: collapse;
}
caption {}
th, th.head, thead {
	font-weight: bold;
	text-align: center;
	vertical-align : middle;
	background: #f5f5f5;
	padding: 5px;
}
th.head a {}
th.head a:hover {}
.foot, tfoot {}
tbody {}
table.outer {
	border-collapse: separate;
}
table td {
	padding: 5px;
}
.outer {	
	padding: 5px;
s}
.head {
	font-weight: bold;
	vertical-align: top;
}
.even {
	padding: 5px;
}
.odd {
	padding: 5px;
}
tr.even {

}
tr.odd {

}
/* Forms */
button, input[type=submit], input[type=button], input[type=reset], .xo-formbuttons, .formButton {
}
input[type=text], input[type=password], input[type=checkbox], input[type=file], textarea {
}
/* Pages Navigation */
#xo-pagenav {}
.pagneutral {}
.pagact {}
.paginact {}
.xo-counterpage {
	padding: 5px;
	margin: 0 2px;
	border: 1px solid #ccc;
}
.xo-pagarrow {
	padding: 5px;
	margin: 0 2px;
	border: 1px solid #ccc;
}

/* Codes and Quotes */

.xoopsCode {
	max-height: 400px;
	overflow: auto;
	font-family: Consolas, "Courier New", monospace;
}
.xoopsQuote {}
blockquote {
	font-style: italic;
	font-family: Georgia, "Times New Roman", serif;
}