
/*- Page Structure */

html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll;
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

* {
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #EDEDED;
	text-align: center;
	}

body a, body a:hover, body a:visited {
	color: #000;
	font-weight: bold;
	}


#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 20px;
	position: relative;
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	width: 780px;
	}

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
	background: #444;
	}

#header2 {
	font-size: 1.3em;
	color: #444;
	letter-spacing: -1px;
	width: 99%;
	position: absolute;
	text-align:right;
	right:25px;
	top:5px;
	}
#header2, #header2 a, #header2 a:hover, #header2 a:visited {
	text-decoration: none;
	color: #000;
}
#header3 {
	font-size: 1.3em;
	color: #444;
	left:25px;
	top:3px;
	position: absolute;
	text-align:left;
	z-index:123;
	}
#header2, #header2 a, #header2 a:hover, #header2 a:visited {
	text-decoration: none;
	color: #000;
}
.sss {
	font-size: 11px;
		text-decoration: none;
		padding:3px;
		line-height: 10px;
		font-weight: 0;
}

.sss a, .sss a:hover, .sss a:visited {
	font-size: 10px;
		text-decoration: none;
		font-weight: 0;
		color: #bb4411;
}

.content {
	padding: 0px;
	padding-right:20px;
	}

#primary {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px;
	}

* html #primary {
	display: inline;
	}






.secondary {
	float: left;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	position: relative;
	z-index: 1;
	}



/*- Headings */

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	}

h3, h3 a, h3 a:visited {
	text-decoration: none;
	color: white;
	font-size: 1.3em;
	width:190px;
	text-align:right;
	position:absolute;
	top:10px;
	right:10px;
	letter-spacing: -1px;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited,
#header .description {
	text-decoration: none;
	color: white;
	}
h1 {
line-height:normal;
}


#header .description { /* Description in header */
	font-size: 1.3em;
	margin: 0 30px;
	letter-spacing: -1px;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 3.3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 105px 30px 0;
	}


.page-head {
	margin: 20px;
	}



.secondary h4 { /* Secondary H4 is sidebar headlines */
	font-size: 1.5em !important;
	font-weight: normal !important;
	padding: 0 !important;
	display: inline;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: -1px;
	}

#primary .entry-content h3 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 25px;
	}

#primary .entry-content h4 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 25px;
	}

#primary .k2-asides h3 {
	font-size: 1.6em;
	font-weight: normal;
	}

.entry-head {
	margin-top: 5px;
	}

body.page .entry-content h3 {
	font-size: 1.7em;
	display: block;
	padding:0;
	}

body.page .entry-content h4 {
	font-size: 1.5em;
	display: block;
	padding:0;
	}

.secondary div {

	padding: 0;
	position: relative;
	}

#primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #999;
	font-weight: normal;
	}

#primary .hentry .entry-head .metalink {
	font-size: 1.8em;
	letter-spacing: -1px;
	text-transform: lowercase;
	}

#primary .k2-asides .entry-head .metalink {
	font-size: 1.4em;
	}

.single #primary .k2-asides .entry-content {
	font-size: 1.5em;
	color: #999;
	}
.entry-conntent-table {
	font-size: 1em;
	color: #000;
	vertical-align:top;
	
}

.comment-meta {
	margin: 0 15px 0 0;
	float: none;
	}

.comment-login, .comment-welcomeback {
	margin-top: 15px;
	color: #777;
}



body.page .entry-edit {
	position: absolute;
	right: 0;
	margin-top: -15px;
	}


h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	}

.entry-meta { /* Time and category for blog entries */
	font-size: 1em;
	line-height: 1.6em;
	display: block;
	margin-top: 1px;
	color: #bbb;
	}

.entry-category {
	text-transform: lowercase;
	}

.entry-meta a, .comment-meta a {
	color: #777;
	}




/*- Primary Contents */

.entry-content {
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: justify;
	color: #444;
	}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content div,
.entry-content blockquote {

	}

.k2-asides .entry-content p,
.k2-asides .entry-content ul,
.k2-asides .entry-content ol,
.k2-asides .entry-content div,
.k2-asides .entry-content blockquote {
	margin:0;
	}

.metalinks {
	margin-top: 3px;
	}



.comments form {
	clear: both;
	padding: 1px 0 10px;
	margin: 0;
	}

.comments input[type=text], .comments textarea {
	font: 1.2em 'Courier New', Courier, Monospace;
	padding: 3px;
	color: #777;
	}

input[type=text]:focus, textarea:focus {
	background: #fff;
	color: #333;
	border-color: #666;
	}

.comments form input[type=text] {
	width: 45%;
	margin: 5px 5px 1px 0;
	}

.comments textarea {
	width: 100%;
	margin: 10px 0;
	}

.comments form #submit {
	margin: 0;
	float: right;
	}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: right;
	color: #777;
	width: 780px;

		}

#footer a {
	color: #000;
	border-bottom: 0px solid #000;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #000;
	}
.fcat, .flinks {
	font-size:11px;
}
/*- Links */

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
	}

h1 a:hover, h1 span a:hover {
	}

a {
	text-decoration: none;
	}

.entry-content a:visited {

	}

/*- Various Tags and Classes */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

.center {
	text-align: center;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright, img[align="right"] {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft, img[align="left"] {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

img.noborder {
	border: none !important;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

small, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Monospace;
	}

.chronodata abbr { border: 0; }

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #333;
	background: url('images/quote.png') no-repeat 10px 0;
	border: none;
	}

hr {
	display: none;
	}

.navigation {
	text-align: center;
	margin: 10px 0;
	padding: 0;
	width: 100%;
	}

.comments .navigation {
	margin: 10px 0;
	}

.navigation .left {
	float: left;
	width: 50%;
	text-align: left;
	}

.navigation .right {
	float: right;
	width: 50%;
	text-align: right;
	}

.navigation p {
	margin: 0;
	padding: 0;
	}

.navigation a {
	color: #999;
	}

.alert {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	}

img.wp-smiley {
	border: none !important;
	padding: 0 0 0 5px !important;
	}

/*- Begin Lists */
.archive-list {
	list-style: none;
	margin: 10px 0 0 0 !important;
	padding-left: 0px !important;
	}

.archive-list li {
	display: block;
	float: left;
	margin: 0 10px 0 0 !important;
	padding: 2px 0 2px 10px !important;
	width: 150px;
	}

.archive-list li:hover {
	background-color: #EDEDED;
	}

.entry-content ol, .entry-content ul {
	padding: 0 0 0 35px;
	}

.entry-content ol li, .entry-content ul li {
	margin: 0 0 3px;
	padding: 0;
	}

.secondary div p {
	margin-top: 0.5em;
	}

.secondary ul, .secondary ol, .secondary div div {
	margin: 5px 0 0;
	padding-left: 0;
	}

.secondary ul ul, .secondary ol ol, secondary div div {
	margin: 0 0 0 10px;
	}

.secondary ul ul ul, .secondary ol ol ol, secondary div div div {
	margin: 0 0 0 20px;
	}


.secondary ol {
	margin-left: 15px;
	}

.secondary ul li, .secondary ol li {
	margin: 0;
	padding: 1px 0;
	}

.secondary ul li {
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}

.sb-links ul li {
	margin-top: 20px;
	}

.sb-links ul ul li {
	margin-top: 0;
	}







/*
	Contact Form
*/

.contactform {
	width: 100%;
	position: relative;
	}

.contactleft {
	width: 15%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	}

.contacterror {
	border: 1px solid #ff0000;
	}



