/*
Theme Name: Netmonic 4
Theme URI: http://netmonic.com/
Description: The Netmonic theme.
Version: 4.0
Author: Daniel Marian
Author URI: http://www.danielmarian.com/
*/

/************************ wordpress ***************************/
/************************ wordpress ***************************/


#page {
	background-color: white;
	text-align: left;
	}


.entry p {
	font-size: 1.05em;
	}

.entry {
	line-height: 1.4em;
	}

.postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#right_sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #right_sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#right_sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #right_sidebar ul ul li, #right_sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 100%;
}

.post {
	margin: 0 0 100px;
	text-align: justify;
	}

.post h2 {
	font-size: 1.5em;
}

.post hr {
	display: block;
	}

.postmetadata {
	padding-top: 5px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#right_sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #right_sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#right_sidebar ul, #right_sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#right_sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#right_sidebar ul p, #right_sidebar ul select {
	margin: 5px 0 8px;
	}

#right_sidebar ul ul, #right_sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#right_sidebar ul ul ul, #right_sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #right_sidebar ul ol li {
	list-style: decimal outside;
	}

#right_sidebar ul ul li, #right_sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#right_sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#right_sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#right_sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/************************ normalize ***************************/
/************************ normalize ***************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}








/************************ base ***************************/
/************************ base ***************************/

body {
	position: relative;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	font-family: Helvetica;
	font-weight: normal;
	color: #444444;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	font-size: 14px;	
}

h1 {
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

h2 {
  margin: 0.83em 0;
}

ul {
  padding-left: 40px;
  margin: 1em 0;
}

ul li {
  list-style: disc;
}

p {
  margin: 1em 0;
  line-height: 1.5em;
}

input {
  padding: 1px 0;
}

a {
  color: #067aae;
}

input[type="checkbox"] {
  margin: 4px 3px 3px 3px;
}

#content {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 970px;
}

#left_sidebar {
  margin-left: 20px;
  float: left;
  width: 210px;
}

.left_sidebar_nav h2 {
	padding-top: 2px;
	font-size: 18px;
	border-width: 1px;
	border-top-color: #067aae;
	border-top-style: solid;
	color: #067aae;
}
.left_sidebar_nav li:first-child {
	border-top-style: none;
	border-width: 1px;
}

.left_sidebar_nav li:last-child {
	padding-bottom: 2px;
	border-bottom-color: #067aae;
	border-bottom-style: solid;
	border-top-style: dotted;
	border-top-color: #067aae;
	border-width: 1px;
}

.left_sidebar_nav li {
	text-decoration: none;
	border-width: 1px;
	border-top-color: #067aae;
	border-top-style: dotted;
}

.left_sidebar_nav a {
	color: #444444;
	text-decoration: none;
}

#main_content {
  margin-left: 65px;
  float: left;
  width: 655px;
}

#illWrapper {
	min-width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	text-align: center;
	background-repeat: repeat-x;
	height: 250px;
	clear: both;
}

#illustration {
	display: inline-block;
	text-align: center;
	background-repeat: no-repeat;
	position: relative;

	max-height: 250px;
	min-height: 250px;
	height: 250px;
	max-width: 970px;
	min-width: 970px;
	width: 970px;
	overflow: hidden
}


#ibl {
	
	float: left;
	background-image: url(/images/public/i01bl.png);
	background-repeat: repeat-x;
	height: 250px;
	width: 50%;
}

#ibr {
	
	float: left;
	background-image: url(/images/public/i01br.png);
	background-repeat: repeat-x;
	height: 250px;
	width: 50%;
}

#illconer {
	max-height: 25px;
	min-height: 25px;
	height: 25px;
	width: 100%;
}

#confuter {
	padding-left: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	position: relative;
	max-height: 50px;
	min-height: 50px;
	height: 50px;
	width: 970px;
}

.footnote {
	line-height: 10px;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	color: #666666;
	font-size: 9px;
	font-family: Helvetica;
}

#slogan {
		text-align: right;
		color: black;
		margin-left: -75px;
		top: 20px;
		left: 50%;
		position: absolute;
		background-repeat: no-repeat;
		max-height: 85px;
		min-height: 85px;
		height: 85px;
		max-width: 550px;
		min-width: 550px;
		width: 550px;
	}

#slogan h1 {
	letter-spacing: 1px;
	font-weight: bold;
	color: #067aae;
	text-transform: none;
	text-decoration: none;
	text-align: right;
	font-variant: normal;
	font-size: 36px;
	font-family: Helvetica;
}

#slogan a:link, #slogan a:visited {
    text-decoration: none;
    color: #444444;
}

#slogan a:active, #slogan a:hover {
    text-decoration: none;
    color: #444444;
}

.clearfix {
	font-size: 14px;
	line-height: 0px;
	content: ".";
	display: inline-block;
	clear: both;
	visibility: hidden;
	
}

.wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	text-align: center;
}

label {
		font-size: 12px;
	}

#top_bar {
  width: 970px;
	margin-bottom: 0px;
	position: relative;
	max-height: 48px;
	min-height: 48px;
	height: 48px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#navigation {
  margin-top: 24px;
  float: right;
  margin-right: 0;
  padding-right: 0;
}

#navigation ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#navigation ul li {
	padding-left: 15px;
	margin-left: 0;
	list-style: none;
	display: inline;
}

#navigation ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#navigation a:link, #navigation a:visited {
    text-decoration: none;
    color: #444444;
}

#navigation a:active, #navigation a:hover {
    text-decoration: underline;
    color: #444444;
}

#top_logo {
    margin-top: 24px;
		position: absolute;
		left: 90px;
		max-height: 16px;
		min-height: 16px;
		max-width: 86px;
		min-width: 86px;
		height: 16px;
		width: 86px;
}

#footer {
  text-align: center;
	line-height: 20px;
	border-top-color: #067aae;
	border-top-style: dotted;
	border-width: 1px;
	width: 1000px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}


#footer a {
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #067aae;
}

#footer ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#footer ul li {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 0;
	list-style: none;
	display: inline;
}

#footer ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

.inline {
		display: inline;
	}

.right {
		float: right;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0px;
		margin-top: 0px;
		text-align: right;
	}

.left {
		float: left;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0px;
		margin-top: 0px;
		text-align: right;
	}

.spacerA42 {
		min-width: 42px;
		width: 42px;
	}

html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
#credits {
	text-align: center;
	width: 100%;
	position: relative;
	line-height: 10px;
}

.place_go_to_top_link {
  color: #067aae;
  text-align: right;
  margin-top: 30px;
}

  
.place_go_to_top_link a {
  padding-left: 10px;
  background-image: url(/images/public/to_top.png);
  background-repeat: no-repeat;
  background-position: 0px 4px;
}

.greybox_content h4 {
  color: #f37940;
  font-size: 14px;
  border-bottom: 1px solid black;
  font-style: italic;
  padding-bottom: 4px;
  margin-bottom: 10px;
}

.greybox_content table {
  width: 100%;
}

.greybox_content th {
  font-weight: bold;
  padding: 1px;
  border-bottom: 1px dotted black;
}

.greybox_content td {
  vertical-align: top;
  padding: 1px;
  padding-top: 5px;
}

.greybox_content br {
  line-height: 26px;
}







/************************ blog ***************************/
/************************ blog ***************************/




#content {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 970px;
}

#right_sidebar {
  float: right;
  width: 210px;
}

#main_content {
  float: left;
  width: 655px;
}


#illWrapper {
	background-image: url(images/index_illustration_background.png);
}

#illustration {
	background-image: url(images/index_illustration.png);
}









