/* 
	megite.com css
	created by simplifive
	web: www.simplifive.com
	email: contat@simplifive.com
        a:link { color: #e1a400; text-decoration: none;}
        a:hover { color: #333; text-decoration: underline;}
 */

#tabs
	{
	position: absolute;
	left: 100px;
	top: 97px;
        width: 100%;
	}

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
  		list-style-type: none;
	}

#tabnav li
	{
  		display: inline;
		margin: 0; 
		padding: 0;
  	}
	
#tabnav li div a:link, #tabnav li div a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#tabnav li div a:link.active, #tabnav li div a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#tabnav li div a:hover
	{
		color:#fff;
                background: #118;
	}
 
body {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica light', sans-serif;
	font-size: 14px;
	color: #000;
	background: #fff;
	}

/*a:link { color: #118; text-decoration: none;}
a:visited { color: #927; text-decoration: none;}
a:hover { color:#fff; background:#118; text-decoration: underline;}
*/
a:link { color: #118;}
a:visited { color: #927;}
a:hover { color:#fff; background:#118; text-decoration: none;}

h1 { margin-top: 10px;
     margin-bottom: 0; }
h2 { }
h3 { margin-top: 10px;
     margin-bottom: 4px; }

p { line-height: 1.2;}

#container {
	margin: 0;
	padding: 0;
	}
		
#header {
	height: 125px;
	background: url(images/stripe.jpg) repeat-x;
	padding: 0;
	}

#logo {
	height: 100px;
        width: 100%;
	background: url(images/logo.jpg) 100px no-repeat;
	margin: 0;
	float: left;
	}

#splash {
	float: right;
	margin: 0 0 0 30%;
	padding: 0 100px 0 0;
	height: 100px;
	background: url(images/splash.jpg) no-repeat;
	width: 200px;
	}

.date {
	padding: 1em;
	margin: 40px 0 0 35px;
	font-size: 18px;
	color: #555;
	}

/* ---------- navigation ---------- */
#nav {
	float: right;
	width: 225px;
	margin: 0;
	padding: 1em 100px 5em 0;
	}
		
#nav p { margin-top: 0; }

#navcontainer {
	width: 200px;
	margin: auto;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	/*text-transform: lowercase;*/
	}

ul#navlist {
	text-align: left;
        font-size: 12px;
	list-style: none;
	padding: 0;
	margin: 0;
	}

ul#navlist li {
	display: block;
	margin: 0;
	padding: 2px 0 0 10px;
	background: #e7f5fa /*url(images/nav_bg.gif) no-repeat*/;
	border-bottom: 2px solid #ccc;
	}

ul#navlist li a {
	/* height: 24px; */
	/*display: block;*/
	padding: 2px 0 0 10px;
	color: #333;
	text-decoration: none;
	/*border-bottom: 1px dotted #ccdfe4;*/
	/*background: url(images/nav_bg.jpg) no-repeat;*/
	}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #fff; background: #118;
	/*color: #333;*/
	/*padding: 2px 0 0 20px;*/
	/*background: #FFFCE1 url(images/arrow.gif) 16px 10px no-repeat*/;
	}


/* ---------- mission ---------- */

#mission {
	width: 220px;
	background: url(images/gradient.jpg) no-repeat;
	height: 400px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 20px auto 0 auto;
	padding: 20px 0 0 0;
	}

#mission p { padding: 0 20px 10px 20px;}

#mission ul {list-style: none;  text-indent: -20px;}

#mission li {
	background: url(images/paper_bullet.gif) no-repeat;
	}

#mission li a {
	padding: 0 0 0 35px;
	list-style: none;
	text-decoration:none;
	color: #4f8598;
	}

/* ---------- content / posts ---------- */
#content {
	margin: 0 325px 0 100px;
        min-height: 1700px;
	}

#content p {text-indent: 1em; padding: 0 0 0 0;}
	
#content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666;
        margin-bottom: 0;
	}

#content p {
        font-size: 14px;
        margin-top: 0;
	}

.postnumber, {font-size: 150%; color: #e1a400;}

.postdate { 
	font-size: 12px;
        color: #328dac;
        text-transform:capitalize;
        font-style: italic;
	}

.permalink {
        font-size: 8px;
	color: #333;
        }

.snapshot { 
        float: right;
        margin-left: 8px;
        margin-bottom: 4px;
        border: solid black 1px; 
        margin-top: 4px;
        }

.post_title { color: #fff; font-size: 120%; text-decoration: underline; }
.post_title a { color: #0099CC; background: none; text-decoration: none; }
.blockquote {
	color: #333;
	line-height: 1.2;
	font-size: 14px;
	background: #444;
	padding: 0em 0.8em 0.4em 1em;
	margin: 0 0 0.2em 1.2em;
	background-color: #FFF;
	border: 1px solid #eeeeee;
	-moz-border-radius: 15px 0 15px 0;
	}

.blockquote h3 {
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;
	color: #328dac;}

.blockquote table, .blockquote div {
	color: #333;
        background: #fff;
	font-size: 11px;
	line-height: 1.2;
	font-size: 97%;
        width: auto;
	}

.blockquote div {
	padding: 2px;
}

.blockquote table, .blockquote table tr, .blockquote table tr td {
        padding: 0;
	margin: 0;
      }

/*.blockquote a {color: #555; text-decoration:underline;}*/
/*.blockquote a:hover {background: #fcf9dd;}*/
.blockquote a:hover {color:#fff; background:#118;}

.blockquote table a, .blockquote div a {
	}

.post-source, .post-source img { 
    vertical-align: middle;
	color: #333;
	line-height: 1.2;
	font-size: 12px;
	margin: 10px 0 10px 0;
	}
	
.post-source img, .post-source a { 
    display: inline;
    margin: 0;
	}
/*
.post-source a { 
    color: #00f;
	}
*/
.post-source a:hover { 
    text-decoration: underline;
}

/* ---------- discussions / related items ---------- */
.more_content ul{ 
	list-style:none; 
	text-decoration:none; 
	}

.more_content li {
	padding: 0 1em 0 0;
	display:inline; 
	list-style:none; 
	text-decoration:none; 
	}

.more_content li a { 
	list-style:none; 
	text-decoration:none; 
	display:inline; 
	text-align: center;
	padding: .1em .4em;
	background: #fff2e1;
	color: #333;
	border: 1px solid #C7C7C7;
	}

/*	background: #FFFCE1;
	color: #333;*/
.more_content li a:hover { 
	padding: .1em .4em;
        color:#fff; background:#118;
	border: 1px solid #DBDBDB;
	}


#footer {
	clear: both;
	background: #e7f5fa;
	text-align: center;
	border-top: 1px solid #666;
	height: 50px;
	padding: 2em;
	margin-top: 50px;
	}

.clearme {clear:both; padding: 10px;}

/* ---------- paging ---------- */

#paging_container {
	margin: auto;
	width: 200px;
	}

.paging ul {
	list-style: none;
	width: 300px;
	margin: 30px auto 0 auto;
	}

.paging li {
	padding: 0;
	margin: 0 ;
	color: #333;
	background: #e7f5fa;
	border: 1px solid #CFCFCF;
	display: inline;
	text-decoration:none;
	font-size: 12px;
	}
	
.paging li a {
	color: #fff;
	background: #ec8719;
	text-decoration: none; 
	padding: 0 4px 2px 4px;
	font-weight:bold;
	}
	
.paging li a:hover {
	color: #333;
	background: #FFFCE1;
	}	
	
.arrows a{ border: none; text-decoration:none;}

h2#info {
        padding-top: 4px;
        font-size: 14px;
        line-height: 18px;
        border-top: 3px solid #000;
        border-bottom: 1px solid #000;
        }

