/* ----------------------------------------------------------------------------------------------------------
* - HTML global tags
---------------------------------------------------------------------------------------------------------- */
html {
	height: 100%;
	margin-bottom: 0;
}
body {
	font-size: 62.5%;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0.5px;
}
img,table { border: none; }
#centerColumnContainer img { margin: 10px; }
a {
	text-decoration: none;
	font-weight: normal;
}
a:hover { text-decoration: none; }
p {
	margin: 10px 0 0 0;
	text-align: justify;
	line-height: 18px;
}
iframe { margin: 5px 0 0 0; }

/* ----------------------------------------------------------------------------------------------------------
* - Universal styles
---------------------------------------------------------------------------------------------------------- */
#clear { clear: both; }
.noBackground,
.noBackground * { background: none; }

/* Tables */
	.sobi2CompDesc table,
	.contentTable {
		width: 100%;
		margin: 20px 0 0 0;
		border-collapse: collapse;
	}
	.sobi2CompDesc table td,
	.contentTable td {
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		padding: 5px;
	}
	.sobi2CompDesc table td p,
	.contentTable td p,
	.sobi2CompDesc table td,
	.contentTable td {
		margin: 0;
		padding: 0;
		text-align: left;
	}
	.sobi2CompDesc table thead td,
	.contentTable thead th,
	.contentTable thead td {
		font-weight: bold;
		padding: 3px 0 5px 0;
		border: none;
		vertical-align: middle;
	}
	.sobi2CompDesc table thead td p,
	.contentTable thead th p,
	.contentTable thead td p,
	.sobi2CompDesc table thead td,
	.contentTable thead th,
	.contentTable thead td { text-align: center; }

/* ----------------------------------------------------------------------------------------------------------
* - List style
---------------------------------------------------------------------------------------------------------- */
ul {
	margin: 5px 0 15px 20px;
	padding: 0;
	list-style: none;
}
ul li {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	line-height: 20px;
}
ul ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
ul ul li {}

ol {
	margin: 5px 0 15px 20px;
	padding: 0;
	list-style-type: decimal;
}

/* ----------------------------------------------------------------------------------------------------------
* - Layout
---------------------------------------------------------------------------------------------------------- */
#global {
	overflow: visible;
	padding: 0px 0px 50px 0px;
}
#contentWrapper {
	width: 980px;
	margin: 0 auto;
	border-top: 1px solid transparent;
}
#contentContainer {
	width: 940px;
	margin: 0 auto;
	
	padding: 0px 0px 30px 0px;
}

/* Header */
	#headerWrapper { height: 140px; }
	#headerContainer {
		width: 960px;
		margin: 0 auto;
	}
	#headerContainer .logo { float: left; }
	#headerContainer .logo img { margin: 0; }
	
	/* Top Banner */
		#topBannerWrapper {
			width: 580px;
			float: right;
		}
		#topBannerContainer { height: 100px; }
		
/* Top Slider */
	#topSliderWrapper {
		width: 960px;
		margin: 0 auto;
	}
	#topSliderContainer {
		height: 400px;
		padding: 5px;
	}

/* BreadCrumbs */
	#breadcrumbsWrapper {
		width: 940px;
		float: right;
		height: 20px;
	}
	#breadcrumbsContainer {
		padding: 5px 10px 10px 0px;
		font-size: 1.2em;
		text-align: left;
	}

/* Left Column */
	#leftColumnWrapper {
		width: 220px;
		float: left;
		margin: 15px 0px 0px 0px;
	}
	#leftColumnContainer { font-size: 1.4em; }
	#leftColumnContainer p a { text-decoration: underline; }
	#leftColumnContainer #columnContent {}
	
	/* SideBoxes style */
		#sideBoxWrapper { margin: 20px 0 0 0; }
		#sideBoxContainer {}
		#sideBoxContainer .subtitle {
			margin: 0;
			padding: 0;
		}

/* Center Column */
	#centerColumnWrapper {
		width: 700px;
		float: right;
		margin: 15px 0px 0px 0px;
	}
	#centerColumnContainer { font-size: 1.4em; }

/* Right Column */
	#rightColumnWrapper {
		width: 340px;
		float: right;
	}
	#rightColumnContainer { font-size: 1.4em; }

/* Footer */
	#footerWrapper { padding: 25px 0px 0px 0px; }
	#footerContainer {
		width: 940px;
		margin: 0 auto;
		
		font-size: 1.1em;
	}
	#footerContainer p {
		margin: 5px 0 0 0;
		padding: 0;
		
		text-align: center;
	}
	
/* ----------------------------------------------------------------------------------------------------------
* - Navigation
---------------------------------------------------------------------------------------------------------- */
/* Top menu */
	#mainMenuWrapper {
		width: 940px;
		margin: 0 auto;

		font-size: 1.4em;
	}
	#mainMenuContainer {
		overflow: hidden;
		height: 40px;
	}
	#mainMenuContainer .menu { margin: 0 5px 0 5px; }
	#mainMenuContainer .menu li {
		padding: 0 7px 0 7px;
		height: 40px;
		line-height: 40px;
		display: block;
		float: left;
		background: none;
	}
	#mainMenuContainer .menu li a {
		padding: 10px 10px;
		font-weight: lighter;
	}
	#mainMenuContainer .menu li a:hover { text-decoration: underline; }
	#mainMenuContainer .menu li.current a { font-weight: bold; }
	
/* Side menu */
	#sideMenuWrapper {}
	#sideMenuContainer {}
	#sideMenuContainer .menu {
		margin: 9px 0px 0px 0px;
		border-top: 1px solid transparent;
	}
	#sideMenuContainer .menu li {
		background: none;
		list-style: none outside none;
		margin: 0;
		padding: 0;
	}
	#sideMenuContainer .menu li a {
		height: 30px;
		line-height: 30px;
		padding: 0 10px 0 20px;
		display: block;
		font-weight: normal;
		border-bottom: 1px solid transparent;
	}
	#sideMenuContainer .menu li a:hover {}
	#sideMenuContainer .menu li ul a { padding: 0 10px 0 30px; }

/* ----------------------------------------------------------------------------------------------------------
* - Global Joomla style
---------------------------------------------------------------------------------------------------------- */
td.middle_pad { width: 20px; }
#banner_l {
	text-align: left;
	padding: 0 0 0 24px;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/
div.offline {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
}

/* headers */
	div.componentheading {}
	table.blog {}
	div.componentheading,
	h1,
	.contentheading {
		font-family: "Times New Roman", Times, serif;
		font-weight: normal;
		text-align: left;
		margin: 0;
		padding: 3px 10px 6px 0;
		
		font-size: 1.8em;
	}
	h2 {
		font-family: "Times New Roman", Times, serif;
		font-weight: normal;
		text-align: left;
		margin: 0;
		padding: 3px 10px 6px 0;
		
		font-size: 1.8em;
	}
	table.contentpaneopen h3 { margin-top: 25px; }
	h4 {}
	h3 {
		font-size: 0.9em;
		text-align: left;
		font-weight: normal;
	}
	table.moduletable th,
	legend {
		margin: 0;
		text-align: left;
		padding: 0;
	}

/* small text */
	.small {
		font-size: 1em;
		font-weight: normal;
		text-align: left;
	}
	.modifydate {
		height: 20px;
		vertical-align: bottom;
		font-size: 1em;
		font-weight: normal;
		text-align: right;
	}
	.createdate {
		height: 20px;
		vertical-align: top;
		font-size: 1em;
		font-weight: normal;
		vertical-align: top;
		padding-top: 0;
	}
	a.readon {
		display: block;
		float: right;
		line-height: 14px;
		font-size: 1em;
		text-decoration: none;
		padding: 1px 2px 1px 2px;
	}
	a.readon:hover {}

/* form validation */
	.invalid {}
	label.invalid {}

/** overlib **/
	.ol-foreground {}
	.ol-background {}
	.ol-textfont { font-size: 1em; }
	.ol-captionfont { font-weight: bold; }
	.ol-captionfont a { text-decoration: none; }
	.ol-closefont {}

/* spacers */
	span.article_separator {
		display: none;
		height: 0;
	}
	.article_column {}
	.column_separator {}
	td.buttonheading {
		margin: 0;
		padding: 0;
		text-align: right;
		width: 0;
	}
	.clr { clear: both; }
	table.blog span.article_separator {
		display: block;
		height: 20px;
	}

/* table of contents */
	table.contenttoc {
		margin: 5px;
		border: 1px solid transparent;
		padding: 5px;
	}
	table.contenttoc td { padding: 0 5px; }

/* content tables */
	td.sectiontableheader {
		font-weight: bold;
		padding: 4px;
		border-bottom: 1px solid transparent;
	}
	
	tr.sectiontableentry0 td,
	tr.sectiontableentry1 td,
	tr.sectiontableentry2 td { padding: 4px; }
	td.sectiontableentry0,
	td.sectiontableentry1,
	td.sectiontableentry2 {
		padding: 3px;
		font-size: 10px;
	}

/* content styles */
	.contentpaneopen,
	table.contentpane {
		margin: 0;
		padding: 10px;
		width: 100%;
	}
	table.contentpane td { text-align: left; }
	table.contentpane td.contentdescription { width: 100%; }
	table.contentpane  {
		text-align: left;
		float: left;
		width: 100%;
		margin: 8px;
	}
	table.contentpane ul li a .category {}
	table.contentpane ul li {}
	table.contentpaneopen li { margin-bottom: 5px; }
	table.contentpaneopen fieldset { border: 0; }
	table.contentpaneopen h3 { margin-top: 25px; }
	table.contentpaneopen h4 {}
	.highlight {}

/* module control elements */
	table.user1user2 div.moduletable { margin-bottom: 0; }
	div.moduletable, div.module { margin-bottom: 25px; }
	div.module_menu, div.module {
		margin: 0;
		padding: 0;
	}
	div.module_menu div, div.module {}
	div.module_menu  div, div.module  div{
		margin-bottom: 14px;
		margin-left: 3px;
		padding: 0;
	}
	div.module_menu div div div,
	div.module div div div{
		padding: 0;
		margin: 0;
	}
	div.module_menu div div div div,
	div.module div div div div {
		background: none;
		padding: 4px 8px;
	}
	div.module div div div form {
		padding: 4px 0 0 0;
		width: 164px;
		margin: 0 auto;
	}
	div.module div div div form div.module_menu ul { list-style: none; }
	div.module_menu ul li{
		margin: 0;
		padding: 0;
	}
	div.module_menu ul li a:link, div.module_menu ul li a:visited {
		font-weight: bold;
		padding: 2px 0 2px 25px;
		line-height: 24px;
	}

/* forms */
	table.adminform textarea {
		width: 540px;
		height: 400px;
	}
	form#form-login fieldset { /* SideBar login form */
		border: 0 none;
		margin: 0;
	}
	form#form-login ul li {}
	
	form#form-login ul li a {
		text-align: left;
		padding: 0;
		font-size: 10px;
	}

/* thumbnails */
	div.mosimage { margin: 5px; }
	div.mosimage_caption {}
	div.caption { padding: 0 10px 0 10px; }
	div.caption img { border: 1px solid transparent; }
	div.caption p { text-align: center; }

/* Parameter Table */
	table.paramlist { margin-top: 5px; }
	table.paramlist td.paramlist_key {
		width: 128px;
		text-align: left;
		height: 30px;
	}
	table.paramlist td.paramlist_value {}
	div.message {
		text-align: center;
		width: auto;
		border: 1px solid transparent;
		margin: 3px 0 10px;
		padding: 3px 20px;
	}

/* Banners module */
/* Default skyscraper style */
	.bannergroup {}
	.banneritem {}

/* Text advert style */
	.banneritem_text {
		padding: 4px;
		font-size: 11px;
	}
	.bannerfooter_text {
		padding: 4px;
		font-size: 11px;
		text-align: right;
	}

/* System Messages */
/* see system general.css */
	.pagination span { padding: 2px; }
	.pagination a { padding: 2px; }

/* Polls */
	.pollstableborder td { text-align: left; }

/* Frontend Editing*/
	fieldset {
		border: 1px solid transparent;
		margin-top: 15px;
		padding: 15px;
	}
	legend {}
	td.key { border-bottom: 1px solid transparent; }

/* Tooltips */
	.tool-tip {
		float: left;
		border: 1px solid transparent;
		padding: 5px;
		max-width: 200px;
	}
	.tool-title {
		padding: 0;
		margin: 0;
		font-size: 100%;
		font-weight: bold;
		margin-top: -15px;
		padding-top: 15px;
		padding-bottom: 5px;
	}
	.tool-text {
		font-size: 100%;
		margin: 0;
	}

/* System Standard Messages */
	#system-message { margin-bottom: 20px; }
	#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.html) 4px center no-repeat; }

/* System Error Messages */
	#system-message dd.error ul {
		color: #c00;
		background: #E6C0C0 url(../../system/images/notice-alert.html) 4px center no-repeat; 
		border-top: 3px solid #DE7A7B;
		border-bottom: 3px solid #DE7A7B;
		margin: 0;
		padding-left: 40px;
		text-indent: 0;
	}

/* System Notice Messages */
	#system-message dd.notice ul {
		color: #c00;
		background: #EFE7B8 url(../../system/images/notice-note.html) 4px center no-repeat;
		border-top: 3px solid #F0DC7E;
		border-bottom: 3px solid #F0DC7E;
	}
	
/* Blog layout visualization style */
	.blog .items-row {
		margin: 5px 0 15px 0;
		border-bottom: 1px solid transparent;
	}
	.blog .items-more { margin: 20px 0 0 0; }
	.blog .pagination .counter { text-align: center; }
	.blog .pagination ul {
		margin: 0 5px 0 5px;
		width: 400px;
		margin: 0 auto;
	}
	.blog .pagination ul li {
		height: 30px;
		line-height: 30px;
		display: block;
		float: left;
		background: none;
	}
	.blog .pagination ul li a { padding: 5px 10px; }
	.readmore { text-align: right; }
	.blog .published {
		text-align: right;
		font-size: 0.8em;
		padding: 5px 0 5px 0;
	}

/* Category view */
	.category-list .category {
		width: 100%;
		margin: 20px 0 0 0;
		border-collapse: collapse;
	}
	.category-list .category td {
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		padding: 5px;
	}
	.category-list .category td p {
		margin: 0;
		padding: 0;
		text-align: left;
	}
	.category-list .category td.list-title { width: 30%; }

/* ADEJ ****************************************************************************** */
input[type="checkbox"],
input[type="radio"] {
	background: transparent;
	border: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	border: 1px solid transparent;
	padding: 5px 10px 5px 10px;
	margin: 3px;
	width: 90%;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
textarea { width: 96%; }
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	border: none;
	font-weight: normal;
	padding: 5px 15px 5px 15px;
	margin: 3px;
	border: 1px solid transparent;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {}

/* Contact form */
	#emailForm input[type="text"] { width: 300px; }
	.contact h2 {
		margin: 20px 0 0 10px;
		padding: 0;
		letter-spacing: 2px;
		
		font-size: 1em;
	}
	.contact h3 {
		text-align: right;
		border-bottom: 1px solid #dddddd;
	}
	.contact-address,
	.contact-contactinfo { padding: 0 0 0 10px; }
	#jform_contact_email_copy-lbl { float: left; }
	#jform_contact_email_copy {
		float: left;
		margin: 3px 0 0 10px;
	}
	.contact button {
		display: block;
		clear: both;
		float: right;
	}
	#centerColumnContainer .jicons-icons img { margin: 0 10px 0 0; }
	#contact-form input[type="text"],
	#contact-form input[type="password"],
	#contact-form input[type="email"] { width: auto; }

/* Contact category */
	.contact-category .filters {
		display: none;
		height: 0;
		width: 0;
	}
	.contact-category .category {
		width: 100%;
		margin: 20px 0 0 0;
		border-collapse: collapse;
	}
	.contact-category .category td {
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		padding: 5px;
	}
	.contact-category .category td p { text-align: left; }
	.contact-category .category thead th {
		font-weight: bold;
		padding: 3px 0 5px 0;
		border: none;
		background: #f9f9f9;
	}
	.contact-category .category thead th p { text-align: center; }

/* HAKS & FIX */
	img.gk_is_slide,
	#topBannerContainer img { margin: 0; }
	#shadowbox_body_inner img { margin: 0; }
	strong,
	b { font-weight: bold; }
	#jflanguageselection {
		width: 290px;
		float: none;
		padding: 15px 0 10px 0;
	}
	#leftColumnContainer div:first-child { margin-top: 0; }
/* ----------------------------------------------------------------------------------------------------------
* - HTML global tags
---------------------------------------------------------------------------------------------------------- */
body {
	background: #ebf8ff url("../images/topBarBg.jpg") repeat-x center top;
	color: #444444;
}
img {}
a {	color: #5289aa; }
a:hover { color: #111111; }

/* ----------------------------------------------------------------------------------------------------------
* - Universal styles
---------------------------------------------------------------------------------------------------------- */
#clear {}
.noBackground,
.noBackground * {}

/* Tables */
	.sobi2CompDesc thead td,
	.contentTable thead td {
		background: #5289aa;
		color: #f0f0f0;
	}

/* ----------------------------------------------------------------------------------------------------------
* - List style
---------------------------------------------------------------------------------------------------------- */
ul {}
ul li { background: transparent url("../images/listBullet.png") no-repeat left 5px; }
ul ul {}
ul ul li { background: transparent url("../images/listBullet-2.png") no-repeat left 5px; }

/* ----------------------------------------------------------------------------------------------------------
* - Layout
---------------------------------------------------------------------------------------------------------- */
#global {}
#contentWrapper {
	background: transparent url("../images/pageBg.png") repeat-y center top;
	border-color: #1e6d9d;
}
#contentContainer {}

/* Header */
	#headerWrapper {}
	#topBannerContainer { background: transparent url("../images/topBanner.jpg") no-repeat center bottom; }
	#breadcrumbsWrapper {}

/* Top Slider */
	#topSliderWrapper { background: transparent url("../images/topSliderIllusion.jpg") repeat-x center top; }
	#topSliderWrapper2 { background: transparent url("../images/topSliderBg.png") repeat; }
	#topSliderContainer {}

/* Content */
	#leftColumnWrapper {}
	
	#rightColumnWrapper {}
	#rightColumnWrapper #columnContent a:hover {}

/* Footer */
	#footerWrapper { background: transparent url("../images/pageFooter.jpg") no-repeat center top; }
	#footerContainer {}
	#footerContainer a:hover { color: #444444; }

/* ----------------------------------------------------------------------------------------------------------
* - Navigation
---------------------------------------------------------------------------------------------------------- */
/* Top menu */
	#mainMenuWrapper {}
	#mainMenuContainer {}
	#mainMenuContainer a { color: #f0f0f0; }
	#mainMenuContainer a:hover { color: #e0e0e0; }
	#mainMenuContainer .menu li.current a { color: #444444; }

/* Side menu */
	#sideMenuWrapper {}
	#sideMenuContainer .menu { border-color: #dddddd; }
	#sideMenuContainer .menu li a {
		color: #444444;
		border-color: #dddddd;
	}
	#sideMenuContainer .menu li a:hover { color: #5289aa; }
	#sideMenuContainer .menu li.current a { font-weight: bold; }

/* ----------------------------------------------------------------------------------------------------------
* - Global Joomla style
---------------------------------------------------------------------------------------------------------- */
td.middle_pad {}
#banner_l {}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/
div.offline { background: #d9ffbb; }

/* headers */
	div.componentheading {}
	table.blog {}
	div.componentheading,
	.contentheading,
	h1,
	h2 { color: #5289aa; }
	table.contentpaneopen h3 {}
	h4 { color: #555555; }
	h3,
	.componentheading,
	table.moduletable th,
	legend { color: #999999; }
	
/* small text */
	.small { color: #a0a0a0; }
	.modifydate { color: #a0a0a0; }
	.createdate { color: #a0a0a0; }
	a.readon {}
	a.readon:hover { color: #e0e0e0; }

/* form validation */
	.invalid { border-color: #ff0000; }
	label.invalid { color: #ff0000; }

/** overlib **/
	.ol-foreground {
		background-color: #f1f1f1;
		color: #e0e0e0;
	}
	.ol-background {
		background-color: #f1f1f1;
		color: #e0e0e0;
	}
	.ol-textfont {}
	.ol-captionfont { color: #f6f6f6; }
	.ol-captionfont a {
		background-color: #f1f1f1;
		color: #e0e0e0;
	}
	.ol-closefont {}

/* spacers */
	span.article_separator {}
	.article_column {}
	.column_separator {}
	td.buttonheading {}
	.clr {}
	table.blog span.article_separator {}

/* table of contents */
	table.contenttoc { border-color: #cccccc; }
	table.contenttoc td {}

/* content tables */
	td.sectiontableheader {
		color: #e0e0e0;
		border-color: #666666;
	}
	tr.sectiontableentry0 td,
	tr.sectiontableentry1 td,
	tr.sectiontableentry2 td {}
	td.sectiontableentry0,
	td.sectiontableentry1,
	td.sectiontableentry2 { color: #e0e0e0; }

/* content styles */
	.contentpaneopen,
	table.contentpane {}
	table.contentpane td {}
	table.contentpane td.contentdescription {}
	table.contentpane {}
	table.contentpane ul li a .category { color: #57a2f0; }
	table.contentpane ul li { color: #e0e0e0; }
	table.contentpaneopen li {}
	table.contentpaneopen fieldset {}
	table.contentpaneopen h3 {}
	table.contentpaneopen h4 { color: #800000; }
	.highlight { background-color: #f7c659; }

/* module control elements */
	table.user1user2 div.moduletable {}
	div.moduletable,div.module {}
	div.module_menu,div.module {}
	div.module_menu div,div.module {}
	div.module_menu div,div.module div {}
	div.module_menu div div div,
	div.module div div div {}
	div.module_menu div div div div,
	div.module div div div div {}
	div.module div div div form {}
	div.module div div div form div.module_menu ul {}
	div.module_menu ul li {}
	div.module_menu ul li a:link,div.module_menu ul li a:visited {}

/* forms */
	table.adminform textarea {}
	form#form-login fieldset{}
	form#form-login ul li {}
	form#form-login ul li a {}

/* thumbnails */
	div.mosimage {}
	div.mosimage_caption { color: #e0e0e0; }
	div.caption {}
	div.caption img { border-color: #cccccc; }
	div.caption p { color: #e0e0e0; }

/* Parameter Table */
	table.paramlist {}
	table.paramlist td.paramlist_key {}
	table.paramlist td.paramlist_value {}
	div.message {
		color: #5289aa;
		background: #f9f9f9;
		border-color: #d5d5d5;
	}

/* Banners module */
	/* Default skyscraper style */
		.bannergroup {}
		.banneritem {}

	/* Text advert style */
		.banneritem_text {}
		.bannerfooter_text {}

/* System Messages */
	/* see system general.css */
	.pagination span {}
	.pagination a {}

/* Polls */
	.pollstableborder td {}

/* Frontend Editing*/
	fieldset { border-color: #cccccc; }
	legend {}
	td.key {
		border-color: #eeeeee;
		color: #e0e0e0;
	}

/* Tooltips */
	.tool-tip {
		background: #ffc;
		border-color: #f2feca;
	}
	.tool-title { background: url(../../system/images/selector-arrow.png) no-repeat; }
	.tool-text {}

/* Blog layout visualization style */
	.blog .items-row { border-color: #dddddd; }
	.blog .published { color: #999999; }

/* ----------------------------------------------------------------------------------------------------------
* - Custom MODS
---------------------------------------------------------------------------------------------------------- */
input[type="checkbox"],
input[type="radio"] {}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	background: #f9f9f9;
	color: #444444;
	border-color: #dddddd;
}
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #5289aa;
	color: #ffffff;
	border-color: #5289aa;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	background: #ffffff;
	color: #444444;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	color: #f0f0f0;
	border-color: #232323;
	background: #232323;
}

/* Contact form */
	.contact h2 { background: none; }