
/*
-----------------------------------------
RESET
----------------------------------------- 
*/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
label, fieldset, input, 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-weight: normal;
}

ol, ul, li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: bold;
}

q:before, q:after {
    content: ''
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a img {
    border: none;
}


/*
-----------------------------------------
LAYOUT
----------------------------------------- 
*/

.aligncenter{display:block; margin:0 auto}
.alignleft{float:left}
.alignright{float:right}
.floatLeft{float:left}
.floatRight{float:right}
.clear{clear:both}

/*
-----------------------------------------
STRUCTURE
----------------------------------------- 
*/

html {
	height: 100%;
	padding-bottom: 1px;
}

html, body{
    /* height: 100%; */
}

body {
    font-size: 62.5%;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #000;
    text-align: center;
}

#page-wrap {
    width: 900px;
    margin: 0 auto;
    text-align: left;
}

#top {
    margin-top: 55px;
    padding-bottom: 70px;
}

.content {
    /* width: 680px; */
    width: 900px;
    float: left;
}

.adsense1 {
	float: right;
	width: 280px;
	height: 336px;
	margin: 0 0 30px 30px;
}

.adsense2 {
	padding-top: 10px;
}



/*
-----------------------------------------
TYPOGRAPHY
----------------------------------------- 
*/

h1 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.8em;
    padding-bottom: 4px;
    border-bottom: 4px solid #c9c9c9;
    margin-top: 28px;
    margin-bottom: 28px;
}

h2 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.4em;
}

h2.logo a {
    float: left;
    font-size: 2.4em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

h3.slogan {
    font-size: 1.2em;
    color: #999;
    font-weight: normal;
    letter-spacing: 2px;
    padding-top: 21px;
}

h4.widgettitle {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.8em;
    padding-bottom: 4px;
    border-bottom: 4px solid #c9c9c9;
    margin-top: 28px;
    margin-bottom: 28px;
}

.post h2 { padding-bottom:0; border-bottom:0; margin-top:0; margin-bottom:0 }

.post ul li,
.post ol li,
div.content ul li {
    list-style-type: square;
    margin: 10px 0 10px 25px;
    font-size: 1.2em;
    line-height: 1.5;
}

#reply {
    border-bottom: 4px solid #C9C9C9;
    font-size: 1.8em;
    margin-top: 28px;
    margin-bottom: 16px;
    padding-bottom: 4px;
}

p {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}


/*
-----------------------------------------
PAGES-NAVI
----------------------------------------- 
*/

#nav {
    /* float: right; */
    margin-top: 0.6em;
    font-size: 1.2em;
}

#nav ul {
    list-style-type: none;
    width: 100%;
}

#nav li {
    display: inline;
    padding: 0 5px;
}

/*
-----------------------------------------
SIDEBAR
----------------------------------------- 
*/

#sidebar{float:right; width:250px; padding-left:30px; overflow:hidden}
#sidebar li a{display:block; width:260px; margin:0; padding:8px 2px; list-style:none; border-bottom:1px solid #c9c9c9; font-size:1.2em; list-style-type:none; text-decoration:none; color:#222}
#sidebar a{color:#e6e6e6; text-decoration:none}
#sidebar ul a:hover{color:#fff; background-color:#888}
#sidebar h4{font-size:1.8em; color:#222; text-align:right; border-bottom:4px solid #c9c9c9; margin-top:28px; margin-bottom:0}

/*
-----------------------------------------
FOOTER
----------------------------------------- 
*/

#footer {
    padding-top: 20px;
    padding-bottom: 55px;
    border-top: 1px solid #C9C9C9;
    width: 900px;
    margin: 40px auto 40px auto;
    height: 30px;
    color: #4d4d4d;
	font-size: 0.8em;
}

#footer p {
    font-size: 1.2em;
    color: #999;
    line-height: 1.5em;
    margin-bottom: 0;
    margin-top: 0.6em;
}

#footer a {
    color: #999;
	text-decoration: none;
}

#footer a:hover {
    color: #990000;
}

/*
-----------------------------------------
POSTS
-----------------------------------------
*/

.post-category{color:#8a8a8a; float:left; margin-bottom:8px}
.post-tags{color:#8a8a8a; float:right}
.post-category p,
.post-tags p{color:#8A8A8A; font-size:1em; line-height:1.5em; margin-bottom:0em; margin-top:0em; text-align:none}
.post img{margin:0.5em 1em;}
.post blockquote p{margin:0 2.6em; font-style:italic}


/*
-----------------------------------------
MISC.
-----------------------------------------
*/

a:link, a:visited {
    color: #003399;
}

a:active, a:hover {
    color: #990000;
}

div.content a {
	font-weight: bold;
}


.mitmargin {
    padding-bottom: 15px;
}

img.picleft {
    float: left;
    margin: 0 30px 30px 0;
}

img.picright {
    float: right;
    margin: 0 0 30px 30px;
}

div.infobox a {
    border-bottom: none;
    color: #003399 !important;
    display: inline;
    font-weight: bold;
    padding: 0;
    text-decoration: underline !important;
    width: 260px;
}

div.infobox a:hover {
    color: #990000;
}

div.infobox {
    margin-top: 20px;
    padding: 12px 12px 12px 12px;
    border: 1px solid #3082CE;
	background: #E0ECF8 url(../images/maleextra.jpg) no-repeat right bottom;
}

p.highlight {
    padding: 12px 12px 12px 12px;
    border: 1px solid #3082CE;
	background: #E0ECF8;
}

div.infobox p {
	margin: 0 0 12px 0;
}

div.content ol {
	list-style-type: decimal; 
	font-size: 1.2em;
	line-height: 1.5;
	margin: 1.5em 0;
}

div.content ol li {
	list-style-type: decimal; 
	margin-left: 20px;
	margin-bottom: 1.5em;
}

hr {
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin-bottom: 1.5em;
}


/* =ContactForm
-------------------------------------------------------------- */

.contactform {
	float: left;
	width: 500px;
}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 180px;
    font-size: 1.2em;
}

#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
    border: 1px solid #c9c9c9;
}

#wpcf textarea {
	width: 200px;
	height: 100px;
	padding: 1px;
	margin: 2px 5px 4px 0;
    border: 1px solid #c9c9c9;
}

#wpcf #contactsubmit {
	width: 100px;
}


