* {
outline:0;
margin:0;
border:0;
padding:0;
}

.noiphone {
display: none;
}

body {
margin: 0px;
font: 42px Arial, Helvetica, sans-serif;
line-height: 2.5em;
color:#4E4E4E;
background: url('../images/background.png') repeat-x #009ddc;
}

a,a:link,a:visited {
color:#009ddc;
text-decoration:underline;
}

a:hover {
color:#8cd3ef;
}

blockquote {
margin-left:20px;
margin-right:20px;
border: 2px dotted #EAEBEC;
background:#F8FEFF;
}

.clear {
clear:both;
}

/* headings */

h1 a,h1 a:link,h1 a:visited {
font-size:72px;
color:#000;
}

/* article title */

h2 a, h2 a:link, h2 a:visited {
font-size:54px;
text-align: left;
color:#009ddc;
font-weight:300;
text-decoration:none;
}

h2 a:hover {
color:#4E4E4E;
}

h3 {
font-size:20px;
letter-spacing:-2px;
font-weight:300;
text-align:left;
}

h4, h5 {
font-size:19px;
letter-spacing:-2px;
font-weight:300;
text-align:left;
}

h5 a, h5 a:link, h5 a:visited {
font-size:14px;
padding-top:12px;
letter-spacing:-1px;
color:#005160;
}

h5 a:hover {
color:#60B0BF;
}

h6 {
font-size:20px;
margin-top:60px;
font-weight:300;
letter-spacing:-2px;
}

#divwrapper {
width: 96%;
background-color: #fff;
}

/*header & logo */

#header {
border-bottom:4px solid #C2C2C2;
padding: 10px;
background: #fff;
}

#logo {
margin: 30px 0;
}

/* navigation */

#nav {
font-size:48px;
background:#FFF;
margin: 0px 0px 20px 0px;
}

.section_list {
list-style:none;
padding: 0;
}

.section_list li {
display:inline;
position:relative;
}

.section_list li a {
border:2px solid #009ddc;
background:#f6f0b4;
padding:3px 10px;
}

.section_list li a:link, .section_list li a:visited {
color:#009ddc;
text-decoration:none;
}

.section_list li a:hover {
color:#4E4E4E;
background:#F3F3F4;
border-color:#009ddc;
}

.section_list a.current {
background:#F3F3F4;
}

/* main content */

#contentwrapper {
padding: 0 20px;
width: 96%;
background: #fff;
}

#maincontent {
line-height: 54px;
padding: 0px 20px;
width: 96%;
}

#maincontent ul, #maincontent li {
margin-left: 1em;
padding-left: 15px;
}

#maincontent ol, #maincontent ul,  #maincontent p {
margin-bottom: 1em;
}

.articleheading {
padding-top:140px;
}

.articlecontent {
padding-top: 36px;
text-align:justify;
}

.articlecontent img {
border:1px solid #EAEBEC;
margin-bottom:20px;
padding:3px;
}

/* comments */

.commentlink p {
text-align:right;
padding-top:10px;
}

.comments-wrapper {
margin-top:25px;
}

.comment_name_input,.comment_email_input,.comment_web_input {
font-size:14px;
border:1px solid #EAEBEC;
width: 85%;
height:20px;
background:#F3F3F4;
margin-bottom:5px;
}

.txpCommentInputMessage {
color:#4E4E4E;
font-size:14px;
border:1px solid #EAEBEC;
width: 85%;
background:#F3F3F4;
margin-bottom:5px;
}

.checkbox {
margin-left:5px;
}

.button {
border:2px solid #CED2B6;
background-color:#E0E97B;
font-size:16px;
padding:3px 10px;
}

/* forms */

#contactbox input {
font-size:17px;
border:1px solid #ccc;
width:200px;
background:#eee;
}

textarea {
font-size:17px;
border:1px solid #ccc;
background:#eee;
width: 99.5%;
}

#insearchbox input:focus,textarea:focus,select:focus,#contactbox  input:focus,textarea:focus,select:focus {
border-color:#ccc;
border-width:1px;
}

/* footer */
#footer {
display: none;
}


/* archive */

.right {
text-align:right;
}

.clear_right {
text-align:right;
clear:both;
padding-top:30px;
}

/* contact */

input.zemSubmit {
border:1px solid #C2C2C2;
float:left;
height:30px;
margin-top:10px;
width:150px;
}

legend {
display: none;
}