/** 
 * Ionize CMS CSS
 * Importing styles
 *
 * Design by : 	Partikule Studio, http://www.partikule.net 
 *
 */


/* Reset */
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	list-style: none;
	font-style: normal;
	font-weight: normal;
	font-family: inherit;
	text-decoration: none;
}
img {
	display: block;
}

/* Global typography */
body {
	font-family: "Lucida grande", Arial, sans-serif;
	font-size: 62.5%;
	background-color: #555;
	text-align: center;
}
strong, b {
	font-weight: bold;
}


/* Containers
 * ------------------------------------------- */

#container {
	margin: 0 auto 0 auto;
	width:940px;
	text-align: left;
	padding-right:45px;
	background-color: #fff;
	padding-bottom: 30px;
	overflow: hidden;
}

#main {
/*	background: url(../images/main_top.gif) no-repeat top;*/
	clear:both;
	margin:0px 0 0 45px;
}

#header {
	background-color: #222;
	padding-bottom: 20px;
	margin: 0 auto 0 auto;
	width:985px;
}
#header h1{
	height: 166px;
	width: 380px;
	background: url(../images/logo_ionize.jpg) no-repeat top left;
}
#header h1 a{
	display:block;
	height: 166px;
	width: 380px;
}
#header h1 span {
	display:none;
}
#sidebar { 
	float:right;
	padding:30px 0 0 0px;
	width:270px;
}

#content { 
	margin-right:310px;
	overflow: hidden;
}

/* What about */
#what-about {
	clear:both;
	padding:0 45px 20px 45px;
	background-color: #ddd;
	margin: 0 auto 0 auto;
	text-align: left;
	overflow: hidden;
	width:895px;
}
#what-about .article h2 {
	margin-bottom: 20px;
	text-shadow:1px 1px #FFFFFF;
}
#what-about .article h3 {
	font-size: 2em;
	margin-top: 0;
	text-shadow:1px 1px #f8f8f8;
}

#what-about .article p {
	text-shadow:1px 1px #f0f0f0;
}


/* Logo
 * ------------------------------------------- */
#logo{
	display: block;
}
#logo img {
	display: block;
}


/* Sidebar
 * -------------------------------------------- */

/* Sidebar bloc container */
.sidebloc {
	overflow: auto;
	margin-bottom:10px;
}

h2.sidebar {
	font-size:1.8em;
	font-weight: normal;
	color:#000;
	padding: 0 0 3px 5px;
	margin: 20px 0 10px 0;
	border-bottom: solid 3px #ddd;
}

/* Sidebar buttons  */
#sidebar a.button.first {
	margin-top: 20px;
}
#sidebar a.button, #sidebar a.button:visited {
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 15px;
	margin-bottom: 15px;
	display: inline-block;
	overflow: hidden;
	height: 75px;
	width: 255px;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	opacity: 0.75;
}
#sidebar a.button:hover{
	opacity: 1;
}

#sidebar a.button span h2{
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	padding-top: 10px;
	font-size: 24px;
}
#sidebar a.button span {
	font-size: 1.2em;
	font-weight: normal;
	padding: 15px 15px 0 0px;
	line-height: 16px;
	margin:0;
	height: 60px;
	width: 240px;
	display:block;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}
#sidebar a.button b{
	float:left;
	margin-right: 15px;
	font-size: 48px;
	padding-top: 20px;
}
#sidebar a.button.download, #sidebar a.button.download:visited {
	background: url(../images/bg_btn_download.png) no-repeat left 0px;
}
#sidebar a.button.download span, #sidebar a.button.download:visited span {
	background: url(../images/bg_btn_download.png) no-repeat right 0px;
}
#sidebar a.button.doc, #sidebar a.button.doc:visited {
	background: url(../images/bg_btn_doc.png) no-repeat left 0px;
}
#sidebar a.button.doc span, #sidebar a.button.doc:visited span {
	background: url(../images/bg_btn_doc.png) no-repeat right 0px;
}
#sidebar a.button.forum, #sidebar a.button.forum:visited {
	background: url(../images/bg_btn_forum.png) no-repeat left 0px;
}
#sidebar a.button.forum span, #sidebar a.button.forum:visited span {
	background: url(../images/bg_btn_forum.png) no-repeat right 0px;
}
#sidebar a.button.admindemo, #sidebar a.button.admindemo:visited {
	background: url(../images/bg_btn_demo_admin.jpg) no-repeat right 0px;
	height:96px;
	width: 270px;
	padding:0;
	margin-bottom: 5px;
}
#sidebar .sidebloc p {
	font-size: 1.2em;
	padding: 0 5px;
	margin: 10px 0;
}
#sidebar .sidebloc p a, #sidebar .sidebloc p a:visited {
	color:#2162a6;
}
#sidebar .sidebloc p a:hover {
	text-decoration:underline;
}
#sidebar h2 a:link,
#sidebar h2 a:visited,
#sidebar h2 a:active {
	color:#2162a6;
	display: block;
}
#sidebar h2 a:hover {
	color:#000;
}

/* Tweets
/* -------------------------------------------- */
#tweets {
	margin-left: 0px;
}
#tweets p.tweet {
	margin:15px 0;
}
h2.tweet {
	background: url(../images/logo_twitter2.png) no-repeat top right;
}
#tweets .tweetdate {
	color:#999;
	display: block;
}




/* Date
 * -------------------------------------------- */

.date {
	width:40px;
	float:left;
	clear:both;
	margin-top: 44px;
	text-align: center;
	padding:0;
}
.date .day,
.date .month,
.date .year {
	color:#222;
	margin:0;
	padding: 0;
	line-height: 1.2em;
}
.date .day {
	font-size: 3em;
	line-height: 1em;
}


/* Content
 * -------------------------------------------- */

.article {
	padding:0;
	overflow: auto;
}

/* Titles */
.article h2,h3,h4 {
	font-family: "Myriad Pro","Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}
.article h2 {
	font-size: 3.6em;
	font-weight: normal;
	margin: 1.2em 0 5px 0;
	color:#555;
}
.article h3 {
	font-size: 2.2em;
	font-weight: normal;
	margin: 20px 0 0 0;
}
.article h4 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 20px 0 0 0;	
}
.article h2.home-slogan {
	font-size: 4.6em;
	margin-top:50px;
}
.article h3.home-slogan {
	font-size: 3em;
	color:#2162A6;
	margin: 0 0 40px 0;
}
.article h3.subtitle {
	color:#555;
	margin: -12px 0 20px;
}

.article p, 
.article ul,
.article ol {
	font-size: 1.3em;
	line-height:1.5em;
	margin:0 0 10px 0;
	color:#444;
}

/* ul & ol */
.article ul li {
	line-height:1.5em;	
}
.article ul,
.article ol {
	margin:1em 20px;
	font-size: 1.2em;
}
.article ul li{
	list-style: none;
	padding-left: 1.5em;
	background: url(../images/li.png) no-repeat 0 5px;
}

.article ol {
	color:#2162a6;
	font-weight: bold;
}
.article ol li {
	padding-left: 0;
	margin-left: 20px;
	color:#444;
	font-weight: normal;
	list-style-type:decimal;
}


.article p.description,
.article p .description
{
	font-style: italic;
	font-size: 11px;
	color:#888;
}

/* Links */
.article a:link,
.article a:visited,
.article a:active {
	color:#2162a6;
	padding:2px;
}
.article a:hover {
	text-decoration: underline
}

.article p a:link,
.article p a:visited,
.article p a:active {
	padding:2px;
}
.article p a:hover {
	text-decoration: underline;
}

.article .important {
	color:#c00;
	font-weight: bold;
}

.article h3.arrow:before {
	content:url(../images/bg_h3_a.png);
}

.article h3 a {
	padding-bottom: 3px;
}
.article h3 a:hover {
}


/* Pictures list */
.article .pictures{
	overflow: auto;
	margin-top:10px;
}
.article a.picture {
	border: solid 4px #ddd;
	padding:0px;
	display: block;
	float:left;
	margin:0 12px 12px 0;
}
.article .picture:hover {
	border: solid 4px #496d99;
}

/* Code */
.article pre {
	background-color: #f2f2f2;
	overflow: auto;
	padding:10px;
}

/* Columns
 * -------------------------------- */
@media screen{
	.multiColumn, .multiColumn-screen{ 
		display:block; 
		position:relative;
	}
	.multiColumn-print{ display:none; 	}
}

@media print{
	.multiColumn, .multiColumn-print{ 
		display:block; 
		position:relative;
	}
	.multiColumn-screen{ display:none; } 
}
.column{ padding-bottom:10px; }	

/* Tables
 * -------------------------------- */
table {
	margin: 10px 0;
	border-collapse: collapse;
}
table thead {
} 
table tr th {
	border-bottom: solid 1px #ddd;
	background-color: #fff;
	padding: 5px 10px;
	text-align: left;
}
table tr td {
	padding: 5px 10px;
	vertical-align: top;
	font-size: 12px;
	color: #444;
}
table tr {
	background-color: #f5f5f5;
}
table tr.even {
}
.table-tr-odd {
	background-color: #fff;
}
/* Lang menu
   -------------------------------------------- */

#languages {
	margin:15px 10px 0 5px;
	overflow: hidden;
}
#languages ul {
	list-style:none;
	margin: 0;padding: 0;
}
#languages ul li {
	float:right;
	margin-right:10px;
	font-size:10px;
}
#languages ul li a:link, #languages ul li a:visited {
	color:#888;
	display: block;
	text-decoration:none;
}
#languages ul li a:hover{
	text-decoration:underline;
	color:#2162a6;
}


/* Main navigation										
   -------------------------------------------- */

ul#navigation {
	list-style: none;	
	display:block;
	margin: 75px 39px 20px 0;
	float:right;
	overflow: hidden;
}
ul#navigation li {
	float:left;
	margin:0 0 0 20px;
	padding:0;
	cursor:pointer;
}

ul#navigation li a .navigation-subtitle {
	font-size: 0.6em;
	color:#888;
}

ul#navigation li a:link,
ul#navigation li a:visited,
ul#navigation li a:active {
	text-align: left;
	font-size: 2.0em;
	padding:6px 10px;
	margin: 0;
	text-decoration: none;
	color:#508FD1;
/*
	color:#666;
	color:#589316;
*/
	display:block;
}

ul#navigation li a:hover .navigation-subtitle  {
	color:#aaa
}
ul#navigation li a:hover{
	color:#fff;
	border-bottom: solid 3px #ccc;
}

ul#navigation li a.active {
	border-bottom: solid 3px #ddd;
	color:#000;
	color:#fff;
}


/* Sub navigation										
   -------------------------------------------- */
ul#subnavigation.home {
	margin-top:20px;
}
ul#subnavigation {
	list-style: none;
	display:block;
	margin:0 0 0 0;
	width:100%;
	height:30px;
}
ul#subnavigation li {
	font-size: 13px;
	margin: 0 15px 0 0;
	padding: 0;
	float:left;
}
ul#subnavigation li a:link,
ul#subnavigation li a:visited,
ul#subnavigation li a:active {
	margin: 0;
	padding:2px 0;
	text-decoration: none;
	color:#666;
	border-bottom: solid 1px #fff;
}
ul#subnavigation li a:hover {
	text-decoration:none;
	color:#2162a6;
	border-bottom: solid 1px #2162a6;
}
ul#subnavigation li a.active {
	color:#000;
	border-bottom: solid 1px #ccc;
}

/* Side navigation										
   -------------------------------------------- */
ul.sidenavigation {
	list-style: none;
	display:block;
	margin:10px 0 0 5px;
}
ul.sidenavigation li {
	font-size: 13px;
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}
ul.sidenavigation li a:link,
ul.sidenavigation li a:visited,
ul.sidenavigation li a:active {
	display:block;
	margin: 0;
	padding:2px 0;
	text-decoration: none;
	color:#666;
}
ul.sidenavigation li a:hover {
	text-decoration:underline;
	color:#2162a6;
}
ul.sidenavigation li a.active {
	color:#000;
}


ul.sidenavigation li ul {
	margin-left:10px;
}


/* User guide navigation										
   -------------------------------------------- */
ul#guide-navigation {
	list-style: none;
	display:block;
	margin:0;
	overflow: hidden;
}
ul#guide-navigation li {
	font-size: 13px;
	margin-left: 5px;
	padding: 0;
	list-style: none;
}
ul#guide-navigation > li {
	margin-top: 5px;
}
ul#guide-navigation > li > a,
ul#guide-navigation > li > a.active{
	border-bottom: dotted 1px #ddd;
}

ul#guide-navigation  li a:link,
ul#guide-navigation  li a:visited,
ul#guide-navigation  li a:active {
	display:block;
	margin: 0;
	padding:1px 0;
	text-decoration: none;
	color:#666;
}
ul#guide-navigation  li a:hover {
	color:#2162a6;
	text-decoration: underline;
}
ul#guide-navigation li a.active {
	color:#000;
	text-decoration: underline;
}

ul#guide-navigation  li ul {
	margin-left: 10px;
}

ul#guide-navigation  li ul li {
	font-size: 0.9em;;
}


/* Footer
/* -------------------------------------------- */
#footer {
	clear:both;
	padding:0 0 0 45px;
	background-color: #222;
	margin: 0 auto 0 auto;
	text-align: left;
	overflow: hidden;
	width:940px;
}
#footer div.fbloc {
	float:left;
	width:275px;
	padding:20px 35px 10px 0px;
}

#footer h2{
	color:#fff;
	font-size: 2em;
	margin-bottom: 10px;
	padding-top:20px;
/*	border-bottom: solid 1px #444;*/
}
#footer h2 a{
	display: block;
	color: #fff;
}

#footer p {
	color:#ddd;
	font-size: 1.1em;
	margin-bottom: 5px;
}
#footer p span{
	color:#555;
}

#footer #copyright {
	clear:both;
	text-align: right;
	padding:20px 20px 10px 10px;
	font-size: 0.9em;
}
#footer #copyright p{
	font-size: 1em;
	color:#aaa;
}

#footer p a {
	color:#508fd1;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
	background: none;
}



