*{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* 
   Single line IE-fix
------------------------------------------------------------------- */
* html #main, * html #dashboard {
	height: 0.01%;
	min-height: 0.01%;
}

:focus {
	outline: 0;
}

a {
	color: #335577;
	text-decoration: none;
	border-bottom: 1px dashed;
}

img{
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #DDDDDD;
}

a img {
	border: none;
}

a:focus,a:hover {
	color: #000000;
	border-bottom: 1px solid;
}

abbr, acronym {
	border-bottom: 1px dotted #666666;
}

address {
	margin-bottom: 1.5em;
}

blockquote {
	margin: 1.5em;
}

blockquote, q {
	quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

body {
	background: url('./body.jpg') #797E84;
	color: #444444;
	font: normal 80% sans-serif;
	line-height: 1.5;
}

caption {
	background: #EEEEEE;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

dl{
	margin-left: 1.5em;
	padding: 1.5em;
	background-color: #FFFFFF;
	border: 1px dashed #DDDDDD;
}

dt{
	/*margin-left: 1.5em;	*/
	font-size: 15px;
}

dd {
	margin: .5em 1.5em;
	font-style: italic;
}

del, blockquote {
	color: #666666;
}

/* 
   Comments 
------------------------------------------------------------------- */
div.comment_list {
	border-top: 1px solid #D6D6D6;
	margin: 1em 0 2em;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

em, dfn, blockquote, address {
	font-style: italic;
}

fieldset {
	border: 1px solid #CCCCCC;
}

h1 {
	font-size: 2.6em;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

/* 
   Typography 
------------------------------------------------------------------- */
/* Headings */
h1,h2,h3,h4,h5,h6 {
	color: #555555;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}

h2 {
	font-size: 2em;
}

h3 {
	margin-top: 1em;
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h4,h5,h6 {
	font-weight: bold;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

/* 
   General 
------------------------------------------------------------------- */
html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

img.alignleft, img.left {
	margin: 0 1.5em 1em 0;
}

img.alignright, img.right {
	margin: 0 0 1em 1.5em;
}

/* Images */
img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 3px;
}

input.button {
	background: #F9F9F3;
	border: 1px outset #AAAAAA;
	padding: 4px 5px;
}

input.button:active {
	border-style: inset;
}

input.text, textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAAAAA;
	padding: 4px 5px;
}

input.text:focus, textarea:focus, select:focus {
	background: #FFFFF5;
}

/* 
   Forms 
------------------------------------------------------------------- */
label {
	cursor: pointer;
	font-weight: bold;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
}

/* Lists */
li ul, li ol {
	margin-left: 1.5em;
}

ol {
	list-style-type: decimal;
}

/* Text elements */
p {
	margin-bottom: 1em;
}

pre {
	margin: 1.5em 0;
	/*white-space: normal;*/
	white-space: pre;
	background-color: #FFFFFF;
	border-left: 3px solid #CCCCCC;
	border-right: 3px solid #CCCCCC;
	padding: 5px 10px;
	width: 605px;
}

.pre, pre,code,tt {
	font: 12px monospace;
	line-height: 1.4;
}

.nowrap{
	white-space: pre;
}

strong, dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Tables */
table {
	margin-bottom: 1.4em;
	width: 100%;
}

table, td, th {
	vertical-align: middle;
}

table.data_table {
	border: 1px solid #CCCCBB;
	margin-bottom: 2em;
	width: 100%;
}

table.data_table td {
	background: #F0F0F0;
	border: 1px solid #E0E0E0;
}

table.data_table td, table th {
	padding: 10px;
}

table.data_table th {
	background: #E5E5E5;
	border: 1px solid #D5D5D5;
	color: #555555;
	text-align: left;
}

table.data_table tr {
	border-bottom: 1px solid #DDDDDD;
}

table.data_table tr.even td {
	background: #F5F5F5;
}

textarea {
	overflow: auto;
}

tfoot {
	font-style: italic;
}

th {
	font-weight: bold;
}

th,td,caption {
	padding: 4px 10px 4px 5px;
}

thead th {
	background: #C3D9FF;
}

tr.even td {
	background: #F2F6FA;
}

ul {
	list-style-type: disc;
}

ul, ol {
	margin: 0 1px 1.5em 1.5em;
}

ul.tabbed {
	display: inline;
	margin: 0;
}

ul.tabbed li {
	float: left;
	list-style: none;
	margin: 0;
}

/* Archives */
.archive_pagination {
	margin-bottom: 1.6em;
}

.archive_post {
	margin-bottom: 14px;
}

.archive_post .post_date {
	border: none;
	padding: 3px 0 0;
}

.archive_post_date {
	background: #FAFAFA;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}

.archive_post_day {
	font: normal 1.6em Georgia,serif;
}

.archive_post_title {
	padding-top: 3px;
}

.archive_separator {
	margin: 0 0 14px;
}

/* 
   Box
------------------------------------------------------------------- */
.box {
	margin-bottom: 0.6em;
}

.box li:first-child {
	border-top: none;
}

.box_content {
	padding: 8px 0 8px;
}

.box_title {
	background: #D2D5D8;
	border-bottom: 1px solid #C6C9CB;
	color: #70767A;
	font: bold 1.3em sans-serif;
	padding: 7px 10px 6px;
}

/* 
   Alignment 
------------------------------------------------------------------- */
/* General */
.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear,.clearer {
	clear: both;
}

.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
}

.comment {
	border-bottom: 1px solid #D6D6D6;
	padding-top: 10px;
}

.comment_body {
	padding-top: 4px;
}

.comment_date {
	font-size: 0.9em;
}

.comment_date a {
	color: #556677;
	text-decoration: none;
}

.comment_date a:hover {
	color: #000011;
	text-decoration: underline;
}

.comment_gravatar {
	width: 48px;
}

.comment_gravatar img {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 2px;
}

/* 
   Separators 
------------------------------------------------------------------- */
.content_separator, .archive_separator {
	background: #D5D5D5;
	clear: both;
	color: #FFFFEE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}

.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8A1F11;
}

.error a {
	color: #8A1F11;
}

.error, .notice, .success {
	border: 1px solid #DDDDDD;
	font-size: 1.1em;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.form_property {
	text-align: right;
	width: 110px;
}

.form_property, .form_value {
	float: left;
}

.form_required {
	font-weight: bold;
}

.form_row {
	background: #F5F5F5;
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #FFFFFF;
	padding: 10px 0;
}

.form_row_submit .form_value {
	padding-left: 132px;
}

.form_row_submit, .legend {
	background: #E5E5E5;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #FAFAFA;
	padding: 4px 0 8px;
}

.form_value {
	padding-left: 24px;
}

.hidden {
	display: none;
}

.highlight {
	background: #FFFF00;
}

.large {
	font-size: 1.1em;
}

.larger {
	font-size: 1.2em;
}

.largest {
	font-size: 1.3em;
}

/* Floats */   
.left,.alignleft {
	float: left;
}

.legend {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.4em;
	padding: 8px 18px 6px;
}

.loud {
	color: #000000;
}

.nobborder {
	border-bottom: 0;
}

.nobmargin {
	margin-bottom: 0;
}

/* 
   Misc overriding classes
------------------------------------------------------------------- */
/* Border */
.noborder {
	border: 0;
}

.nobpadding {
	padding-bottom: 0;
}

.nolborder {
	border-left: 0;
}

.nolmargin {
	margin-left: 0;
}

.nolpadding {
	padding-left: 0;
}

/* Margin */
.nomargin {
	margin: 0;
}

/* Padding */
.nopadding {
	padding: 0;
}

.norborder {
	border-right: 0;
}

.normargin {
	margin-right: 0;
}

.norpadding {
	padding-right: 0;
}

.notborder {
	border-top: 0;
}

.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}

.notice a {
	color: #514721;
}

.notmargin {
	margin-top: 0;
}

.notpadding {
	padding-top: 0;
}

/* 
   Posts 
------------------------------------------------------------------- */
.post {
	margin-bottom: 24px;
}

.post_date {
	border-top: 1px solid #D5D5D5;
	color: #777777;
	font-size: 0.9em;
	padding: 8px 0 12px;
}

.post_date a {
	color: #444444;
}

.post_meta {
	background: #E7E7E7;
	border: 1px solid #D7D7D7;
	color: #777777;
	font-size: 0.9em;
	padding: 6px 10px;
}

.post_meta a {
	color: #334455;
}

.post_meta a:hover {
	color: #000011;
}

.post_title a,.post_meta a, .post_date a {
	text-decoration: none;
}

.post_title a:hover,.post_meta a:hover, .post_date a:hover {
	text-decoration: underline;
}

.quiet {
	color: #666666;
}

.right,.alignright {
	float: right;
}

/* Misc classes */
.small {
	font-size: 0.9em;
}

.smaller {
	font-size: 0.8em;
}

.smallest {
	font-size: 0.7em;
}

.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}

.success a {
	color: #264409;
}

.text_center {
	text-align: center;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

/* 
   Thumbnails
------------------------------------------------------------------- */
.thumbnails {
	margin: 0 0 1em -8px;
}

.thumbnails .thumb img {
	display: block;
}

.thumbnails a.thumb {
	background: #D5D5D5;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
	border-bottom: 0;
}

.thumbnails a.thumb:hover {
	background: #C0C0C0;
}

#content {
	padding: 0 20px;
}

#content_wrapper {
	width: 690px;
}

#dashboard {
	background: url('./dashboard.gif') #C9CDCF repeat-x;
	border: 1px solid #ACAFB0;
	color: #404448;
	margin-bottom: 3px;
	padding: 16px;
}

#dashboard .col_title {
	color: #606669;
	font-size: 1.5em;
}

#dashboard .col3 {
	width: 288px;
}

#dashboard .col3mid {
	width: 370px;
}

#dashboard .col3mid .col3_content {
	border-left: 1px solid #B0B4B8;
	border-right: 1px solid #B0B4B8;
	margin: 0 20px;
	padding: 0 20px;
}

#dashboard li {
	border-bottom: 1px solid #BABEBF;
	list-style: none;
	padding: 5px 0;
}

#dashboard li a {
	color: #404448;
	text-decoration: none;
	border-bottom: 0;
}

#dashboard li a:hover {
	color: #202428;
	text-decoration: underline;
}

#dashboard ul {
	margin: 0;
}

/* Dashboard */
#dashboard_wrapper {
}

/* Footer */
#footer {
	background: #DDDDDD;
	border: 1px solid #CCCCCC;
	padding: 8px 12px;
}

#footer .right a:hover {
	color: #222233;
	text-decoration: underline;
}

#footer .right, #footer .right a{
	color: #777777;
	text-decoration: none;
	border-bottom: 0;
}

#footer .left a {
	color: #444444;
	border-bottom: 0;
	text-decoration: none;
}

#footer .left a:hover {
	text-decoration: underline;
}

#header {
	padding: 25px 48px 0 48px;
}

/* Header */
#header_wrapper {
	background: url('./header.jpg') #222222 repeat-x;
	height: 150px;
}

/* 
   Layout 
------------------------------------------------------------------- */
/* General wrappers */
#layout_wrapper {
	background: url('./layout_wrapper.jpg') repeat-x;
	padding-bottom: 16px;
}

#layout_wrapper2 {
	background: url('./layout_wrapper2.jpg') no-repeat center top;
	padding-top: 5px;
}

#layout_wrapper3 {
	background: #FFFFFF;
	margin: 0 auto;
	width: 992px;
}

#layout_wrapper4 {
	padding: 6px;
}

#layout_wrapper5 {
	padding: 6px;
	background-color: #FFFFFF;
	border: 1px dashed #DDDDDD;
	margin: 10px 0;
	padding: 10px;
}

#main {
	background: url('./main.gif') no-repeat;
	padding: 10px 0 24px 0;
}

/* Main */
#main_wrapper {
	background: url('./main_wrapper.gif') repeat-y;
	border-bottom: 1px solid #C3C4C1;
	margin-bottom: 3px;
}

#nav a {
	font-size: 1.3em;
	padding: 10px 16px;
}

#nav a:hover {
	background: #5E6D75;
}

/* Main navigation */
#nav li {
	border-right: 1px solid #54646C;
}

#nav li.current_page_item a {
	background: #7E8C93;
/*	color: yellow;*/
	color: #FFFFFF;
}

/* Navigation */
#navigation {
	background: url('./navigation.gif') #6E7D85 repeat-x;
	margin-bottom: 3px;
	padding-top: 4px;
}

#navigation a {
	color: #E0E6EA;
	display: block;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0;
}

#navigation a:hover {
	color: #F0F6FA;
}

#sidebar {
	padding: 0 18px;
}

/* Sidebar */
#sidebar_wrapper {
	width: 290px;
}

#site_title .h1 {
	color: #A0C3D0;
	font-size: 2.5em;
}

#site_title .h1 a {
	color: #A0C3D0;
	text-decoration: none;
	border-bottom: 0;
}

#site_title .h1 a:hover {
	color: #DDDDDD;
}

#site_title .h2 {
	color: #999999;
	font-size: 1.3em;
}

/* Sub-navigation */
#subnav {
	background: #60656A;
	border-top: 1px solid #555A5F;
}

#subnav a {
	font-size: 1.1em;
	padding: 9px 12px;
}

#subnav a:hover {
	background: #555A5F;
}

#subnav li {
	border-right: 1px solid #50555A;
}

/* Synet navigation */
.navigator{
	font-size: 11px;
	text-decoration: none;
	margin-bottom: 10px;
}

.navigator a{
	border-bottom: 0;
}

.navigator a:hover{
	border-bottom: 1px dashed ;
}

ul.menu-subdomain li ul{
	margin-bottom: 0;
}

li span.active{
	font-weight: bold;
}

.date{
	font-size: 10px;
	color: #aaaaaa;
}

#site_title .title-main{
	
}

#site_title .title-sub{
	
}

.red{
	color: red;
}

img.icon{
	background-color: transparent;
	border: none;
}

.feed{
	background-color: #FFFFFF;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #CCCCCC;
	padding: 5px;
	margin: 0px 0;
}

.feed a{
	text-decoration: none;
	border-bottom: 0;
}

.feed a:hover{
/*	border-bottom: 1px dashed;*/
	color: #999999;
}


/* ############################ jquery tools */
a#fancybox-close, a#fancybox-right, a#fancybox-left{
	border-bottom: 0;
}