/****** FILE: themes/itheme/css/dbx.css *****/



/****************************************************************
  Docking Boxes core CSS: YOU MUST NOT CHANGE OR OVERRIDE THESE 
*****************************************************************/
.dbx-clone {
	position:absolute;
	visibility:hidden;
	}
.dbx-clone, .dbx-clone .dbx-handle-cursor {
	cursor:move !important;
	}
.dbx-dummy {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	}
.dbx-group, .dbx-box, .dbx-handle {
	position:relative;
	display:block;
	}



/****************************************************************
  avoid padding, margins or borders on dbx-box, 
  to reduce visual discrepancies between it and the clone.  
  overall, dbx-box is best left as visually unstyled as possible 
*****************************************************************/
.dbx-box {
	margin:0;
	padding:0;
	border:none;
	}



/****************************************************************
  otherwise, do what you like :) 
*****************************************************************/




/* group container(s) */
#purple-outer {
	border:1px solid #a382c0;
	margin:0 10px 0 0;
	float:left;
	position:relative;/* additional outer containers must also have position:relative */
	}
.dbx-group {
	clear:both;
	}
* html .dbx-group {
	width:170px;
	padding-bot\tom:0;
	}







	
/* handles */
.dbx-handle {
	font:normal normal bold 1em tahoma,sans-serif;
	position:relative;
	margin:0;
	padding:16px 0 6px 0;
	color:#fff;
	}
* html .dbx-handle { 
	width:150px; 
	}

	
/* handle cursors are in a class of their own
   so they only get applied if the script is supported */
.dbx-handle-cursor {
	cursor:move;
	}
	

	
	

/* toggle images */
	a.dbx-toggle, a.dbx-toggle:visited {
	background:transparent url(../images/sidep-toggle.png) no-repeat scroll top left;
	display:block;
	height:20px;
	overflow:hidden;
	position:absolute;
	right:3px;
	text-decoration:none;
	text-indent:-50px;
	top:0;
	width:20px;
	}
	a.dbx-toggle-open, a.dbx-toggle-open:visited {
	/*background-position:0pt;*/
	}
	a.dbx-toggle-closed, a.dbx-toggle-closed:visited {
	background-position:0pt -20px;
	}
	a.dbx-toggle-hilite-open, a.dbx-toggle-hilite-open:visited {
	background-position:-20px 0pt;
	}
	a.dbx-toggle-hilite-closed, a.dbx-toggle-hilite-closed:visited {
	background-position:-20px 0pt;
	}
	.dbx-tooltip {
	background:#FFFFDD none repeat scroll 0%;
	border:1px solid #000000;
	color:#000000;
	display:block;
	font-family:tahoma,arial,sans-serif;
	font-size:0.85em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:36px 0pt 0pt 125px;
	padding:2px 4px 3px 5px;
	position:absolute;
	text-align:left;
	width:185px;
	}
	* html .dbx-tooltip {
	width:210px;
	}
	*[class="dbx-tooltip"]:lang(en) {
	background:infobackground none repeat scroll 0%;
	border-color:infotext;
	color:infotext;
	font-family:small-caption;
	font-weight:normal;
	}







/* inner content area */	
.dbx-content {
	background:transparent url(../images/sidep-bottom.png) no-repeat scroll 0pt 100%;
	_background:transparent url(../images/sidep-bottom.gif) no-repeat scroll 0pt 100%; /*feed IE6 with a gif image */
	margin:0pt;
	overflow:hidden;
	padding:5px 10px 9px;
	}




.dbx-content li {
	}

.dbx-content a, .dbx-content a:visited {
	color:#000;
	text-decoration:none;
	}

.dbx-content a:hover, .dbx-content a:focus, .dbx-content a:active {
	color:#306;
	text-decoration:underline;
	}





/* toggle state of inner content area */
.dbx-box-closed .dbx-content {
	display:block;
	height:10px;
	padding:0;
	overflow:hidden;
	}
.dbx-box-closed .dbx-content * {
	display:none;
	}





/* additional clone styles */
.dbx-clone {
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	filter:alpha(opacity=80);
	}





			


/****** FILE: themes/itheme/css/layout.css *****/
/*
 SilverStripe iTheme 
 http://www.silverstripe.com
 
 Originally created by Ndesign
 http://www.ndesign-studio.com/resources/wp-themes/itheme/
 */
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}
html {
	background-color: #black;
}
body {
	background: #black;
	color:#333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:75%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:170%;
	margin:0px;
	padding:0px; 
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, td {
	text-align: left;
	font-weight: normal;
}
.clear{
	clear:both;
}
a img {
	border: none !important;
}
/**************
 	Site Container Box
*/
#BgContainer {
/*	background:transparent url(../images/main-bg.jpg) no-repeat fixed center top;*/
	background: #000;
	height: auto !important; /* for modern browsers */
	height: 559px; /* for IE5.x and IE6 */
	min-height: 559px; /* for modern browsers */
}
#Container { 
	margin:0px auto;
	position:relative;
	width:990px;
	}
#Layout {
	margin:0px auto;
	position:relative;
	width:990px;
}
#Content {
	background:#FFFFFF none repeat scroll 0%;
	float: left;
	overflow:hidden;
	padding:25px 25px 15px;
	width:715px;
}
#Content h2 a, Content h2 a:hover {
	color:#333;
	text-decoration:none;
}
/** Header **/
#Header { 
 	height: 120px;
	}
 	#Header h1 { 
	  	color:yellow;
		font-family:"Trebuchet MS",Arial,sans-serif;
		font-size:30px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		left:25px;
		line-height:100%;
		margin:0px;
		padding:0px;
		position:absolute;
		top:40px;
		}
	#Header h1 a {
		text-decoration: none;
		color: yellow;
		}
	#Header p {
		color:yellow;
		font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		left:30px;
		line-height:normal;
		position:absolute;
		top:77px;
	}

/*** Main Nav ***/
#Navigation {
	background:transparent url(../images/content-top-bg.png) no-repeat scroll left top;
	_background:transparent url(../images/content-top-bg.gif) no-repeat scroll left top;/* only IE6 sees this rule*/
	height:26px;
}
#Navigation ul { 
 	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:100%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px 0px 0px 25px;
	padding:0px;
	}
	#Navigation ul li { 
	 	float:left;
		margin:0px 1px 0px 0px;
		padding:0px;
		}
  		#Navigation ul li a { 
			color:#000000;
			display:block;
			padding:5px 7px 6px;
			text-decoration:none;
			}
    		#Navigation ul li a:hover,
			#Navigation ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover { 
			 	background:#2E91C6 url(../images/nav-item-hover.gif) repeat-x scroll 0%;
				color:#FFFFFF;
				text-decoration:none;
				}    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #939b9f;
	text-align: left;
	font-size: 0.9em; 
	margin: -23px 5px 10px 0;
	}
	#Breadcrumbs p {
		margin: 0;
		color: #939b9f;
	}
	#Breadcrumbs a {
		font-weight: bold;
	}

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	font-weight: bold;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
/* Sidebar 
***********************************/
#Sidebar{ 
	color:#666666;
	float:right;
	line-height:160%;
	width:210px;
	margin-top: -25px;
}
	#Sidebar a, #Sidebar a:visited {
		color:#000000;
		text-decoration:none;
	}
	#Sidebar a:hover, #Sidebar a:focus, #Sidebar a:active {
		text-decoration:underline;
	}
	#Sidebar a.current {
		font-weight: bold;
	}
	#Sidebar a.section {
		font-weight: bold;
		color: #666;
	}
	#Sidebar li.section {
		margin-bottom: 5px;
	}
	#Sidebar ul {
		margin: 0;
	}
	#Sidebar li {
		margin: 0;
		list-style: none;
	}
	#Sidebar h3 { 
		color:#666666;
		font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:bold;
		line-height:100%;
		background:transparent url(../images/sidep-handle.png) no-repeat scroll top left;
		_background:transparent url(../images/sidep-handle.gif) no-repeat scroll top left; /* only IE6 sees this rule */
		margin:0pt;
		padding:5px 24px 10px 10px;
	}
	#Sidebar a em {
		font-style: normal;
	}
	ul#Menu2 {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin: 0;
	}
    ul#Menu2 li { 
            background:transparent url(../images/bullet-orange.gif) no-repeat scroll 0 0;
			padding-left:18px;
            }
	ul#Menu2 li li, ul#Menu2 li li li{ background: none; padding-left:5px;} 
	.sidebarBox {
	margin-bottom: 10px;
	}
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #F4F4F4 none repeat scroll 0%;
	padding:5px 10px;
}
	#PageComments li.odd p {
		margin: 0 0 5px 0;
	}
		#PageComments li.odd p.info {
			color: #669900;
			font-weight: bold;
		}
#PageComments li.even {
	background: #fff none repeat scroll 0%;
	padding:5px 10px;
}
	#PageComments li.even p {
		margin: 0 0 5px 0;
	}
		#PageComments li.even p.info {
			color: #669900;
			font-weight: bold;
		}




.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


/* Footer 
*****************************************/

#Footer { 
	background:transparent url(../images/content-bottom-bg.png) no-repeat scroll top left;
	_background:transparent url(../images/content-bottom-bg.gif) no-repeat scroll top left;/* only IE6 sees this rule*/
	color:#007700;
	float: left;
	width:755px;
	padding: 10px 10px 0 0;
	}
	#Footer p {
		text-align: right;
		color:#0a0;
		margin: 0;
	}
	#Footer a, #Footer a:hover{ 
		color: yellow;
		text-decoration: none;
	}
	#Footer a:hover{ 
		text-decoration: underline;
	}  
	
/* Articles */
div.Article {
	margin-bottom: 2em;
}

.Article img, #Banner img {
	max-width: 100%;
}

div.ArticleData {
	clear: both;
	font-size: 0.9em;
}

/* banner */
div#Banner {
	padding: 9px;
	border: 8px outset #ff0;
	background-color: #222;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}

div#Banner p { margin-bottom: 0px; }

div#Banner a {
	text-decoration: underline;
	color: white;
}

div#Banner * {
	color: #505;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 2em;
}


/****** FILE: themes/itheme/css/typography.css *****/
/**
  SilverStripe iTheme
  http://www.silverstripe.com
 
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 
.typography * {
	font-family: Arial,Helvetica,sans-serif;
}

/* PARAGRAPHS */
.typography p { 
 	color: #333;
}
#Layout p {
 	margin:0px 0px 15px;
}
#Sidebar p {
	font-size: 1.1em;
 	clear: both;
 	margin: 10px 10px 0 10px;
}
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
	background-color: #CCC;
	padding: 5px;
}	

/* LINKS */
.typography a { 
 	color:#44A1D0;
	text-decoration:none;
}
.typography a:hover { 
 	text-decoration: underline;
}

/* ICONS */
.typography a[href$=".pdf"],
.typography a[href$=".PDF"],
.typography a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}
.typography a[href$=".doc"],
.typography a[href$=".DOC"],
.typography a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_word.png) no-repeat left center;
}
.typography a[href$=".xls"],
.typography a[href$=".XLS"],
.typography a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_excel.png) no-repeat left center;
}
.typography a[href$=".gz"],
.typography a[href$=".GZ"],
.typography a[href$=".gzip"],
.typography a[href$=".GZIP"],
.typography a[href$=".zip"],
.typography a[href$=".ZIP"],
.typography a.archive {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_zip.png) no-repeat left center;
}
.typography a[href$=".exe"],
.typography a[href$=".EXE"],
.typography a.application {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/application.png) no-repeat left center;
}

/* LIST STYLES */
.typography ul, 
.typography ol {
	margin: 20px;
	color: #666;
}

.typography li {
	margin: 5px 10px;
}

/* HEADER STYLES */

.typography h1,
.typography h2 { 
	border-bottom:1px dotted #CCCCCC;
	color:#333333;
	font-family:"Lucida Grande",Arial,sans-serif;
	font-size:150%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:100%;
	margin:3px 0pt 2px;
	padding-bottom:4px;
}
.typography h1 {
	font-size: 2em;
}
.typography h2 { 
 	font-size: 1.6em; 
}
	
.typography h3 {
	color: #222;
	margin: 25px 0 15px 0;
	font-weight: 300;
	clear: both;
	font-size: 1.2em;
}
.typography h4 {
	font-size: 1.6em;
	width: 95%;
	clear: both;
	font-weight: 300;
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
	margin: 25px 0 15px 0;
}
.typography h5 {
	font-size: 1.4em;
	font-weight: 300;
	margin: 10px 0;
}
.typography h6 {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 10px;
}

/* ADRESS STYLES */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
}

.typography q {
	display:block;
	font-size:0.8em;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;
}

/* TABLE STYLING */
.typography table {
	color: #666;
	border-collapse:collapse;
}

	.typography td, th {
                padding:5px;
        }

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
	margin-right:10px;
}
.typography img.leftAlone {
	float:left;
	margin-right:100%;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/* FORMS */
.typography label {
	font-size: 1em;
}
.typography input.text, .typography textarea {
	font-size: 1em;
}
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}


/****** FILE: themes/itheme/css/form.css *****/
/* Forms
*******************************************************/
#BlogCommentInterface_Form_PostCommentForm label {
	text-align: left;
	margin-left: 5px;
	display: inline;
}
fieldset {
	border: 0;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
}
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	padding: 4px;
	width: 306px;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}

input.text, textarea, select {
	padding: 2px;
	background: transparent url(../images/form-field-bg.gif) no-repeat scroll left top;
	border: none;
	color: #000;
	border-style: solid;
	border-width: 1px;
	border-color:#E6E6E6 rgb(226, 226, 226) rgb(226, 226, 226) rgb(230, 230, 230);
	font-size: 1.1em;
	font-weight: bold;
	width: 300px;
}
select {
	width: auto;
}

input.action {
	padding: 2px;
	font-size: 1em;
	font-family: Verdana, Tahoma, Sans-serif;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}
#Search {
	width: 105px;
}
input#Search_Form_SearchForm_Search {
	width: 110px;
	padding: 3px;
	margin-left: -4px;
	font-size: 1.2em;
	}
#Sidebar input.action {
	font-size: 1.2em;
	float: right;
	padding: 1px;
	margin: -22px 10px 0 0;
}


