/* $Id: base-weblog.css 14515 2005-07-12 00:01:26Z mpaschal $ */

/* basic elements */

html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: 'Ubuntu', verdana, 'trebuchet ms', sans-serif;
	font-size: 1em;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width:  100%; /* 820px; */ 
	text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
}


/* banner user/photo */

.banner-user
{
	float: left;
	overflow: hidden;
	width: 64px;
	margin: 0 15px 0 0;
	border: 0;
	padding: 0;
	text-align: center;
}

.banner-user-photo
{
	display: block;
	margin: 0 0 2px 0;
	border: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}

.banner-user-photo img
{
	width: 64px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}


/* content */

.content-nav
{
	margin: 10px;
	text-align: center;
}

.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 240px;
}

#comment-bake-cookie
{
	margin-left: 0;
	vertical-align: middle;
}

.comments-open-header
{
    clear: both;
}

#comment-post
{
	font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img
{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}


/* modules */

.module
{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.module-content
{
	position: relative;
	margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
	border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
	width: 14%;
	text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
	margin: 0;
	padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
	margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item a
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item img
{
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
	width: 14%;
	height: 75px;
	text-align: left;
	vertical-align: top;
}

.day-photo
{
	width: 54px;
	height: 54px;
}

.day-photo a
{
	display: block;
}

.day-photo a img
{
	width: 50px;
	height: 50px;
}
/*
name: orange keys
designer: Dan Archibald
designer_url: http://www.squibix.net/design/
description: simple and lightweight; little hover effects for users of not-IE
layouts: one-column, two-column-left, two-column-right, three-column
*/

h3.entry-header a.entry-header { color : white }

.entry-userpic {
	display: none;
	}

body {
	background: #fff url("OrangeKeys.css/$File/weblog-cn.gif");
            background-repeat : no-repeat;
            background-position : 600px 20px;
	font-family: 'Ubuntu', verdana, "bitsteam vera sans", sans-serif;
	font-size: 1em;
	color: #000;
	}
img {
	border: 0;
	}
a, a:link, a:visited, a:active {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
	}
a:hover, a:focus {
	color: #FF0000;
	}


#container{
     max-width : 950px !important;
     margin:0 auto;
     margin-top:20px !important;
     background:#fff;
     padding:10px;
     }

#old-container {
	margin: 0;
	padding: 0;
	width: 100%;
	}
#pagebody {
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #999;
	margin: 0;
	padding: 100px 0 0 0;
	}

body.layout-one-column #pagebody, body.layout-one-column #banner-inner {
	width: 660px;
	}
body.layout-one-column #alpha {
	margin: 0 10px 0 50px;
	}

body.layout-two-column-left #pagebody, body.layout-two-column-left #banner-inner,
body.layout-two-column-right #pagebody, body.layout-two-column-right #banner-inner {
	width: 100%;
	}
body.layout-two-column-left #alpha {
	position: absolute;
	left: -1px;
	width: 200px;
	border-left: 1px solid #999;
	}
body.layout-two-column-left #beta {
	/* width: 696px; */
	padding: 0 6px 0 0;
	margin: 0 0 0 240px;
	}
body.layout-two-column-right #alpha {
	width: 450px;
	}
body.layout-two-column-right #alpha-inner {
	padding: 0 40px 0 10px;
	}
body.layout-two-column-right #beta {
	position: absolute;
	top: 100px;
	right: 0;
	width: 200px;
	}

body.layout-three-column #pagebody, body.layout-three-column #banner-inner {
	width: 720px;
	}
body.layout-three-column #alpha {
	position: absolute;
	z-index: 100;
	top: 100px;
	width: 180px;
	}
body.layout-three-column #alpha-inner {
	padding: 0 10px 0 0;
	}
body.layout-three-column #beta {
	position: absolute;
	left: -1px;
	width: 355px;
	padding: 0 180px;
	border-left: 1px solid #999;
	}
body.layout-three-column #gamma {
	position: absolute;
	right: 0;
	top: 100px;
	width: 180px;
	}
body.layout-three-column #gamma-inner {
	padding: 0 0 0 10px;
	}

#banner {
	z-index: 100;
	position: absolute;
	left: 0;
	top: 0;
                width : 100%;
	height: 100px;
	border-bottom: 1px solid #ff6600;
	margin: 0;
	padding: 0;
                background: #fff url("OrangeKeys.css/$File/wisselnet.gif") no-repeat;
	}
#banner h1 {
	position: absolute;
	top: 18px;
	margin: 0;
	padding: 2px 0 0 0;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -1px;
                visibility : hidden;
	}
#banner h1 a:focus, #banner h1 a:hover {
	background-color: #ff6600;
                color : #fff;
	border-top: 2px solid #ff6600;
	border-right: 2px solid #ff6600;
	padding-top: 0;
	padding-right: 10px;
	}
#banner h2 {
	position: absolute;
	top: 70px;
	right: 0;
	padding-right: 2px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}

h2.date-header {
	position: relative;
	top: 5px;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 18px;
	color: #ff6600;
	text-transform: uppercase;
	font-weight: bold;
	}
body.layout-one-column .entry, body.layout-two-column-left .entry {
	border-right: 1px solid #ff6600;
	}
body.layout-two-column-right .entry {
	border-left: 1px solid #ff6600;
	}
body.layout-two-column-right .entry-body {
	padding-left: 5px;
	}
body.layout-two-column-right .entry-footer {
	margin-left: -5px;
	}
h3.entry-header {
	background-color: #ff6600;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	}
.entry-body {
	line-height: 140%;
	}
.entry-body ul, .entry-body ol {
	}
.entry-body li {
	}
.entry-body ul li {
	}
.entry-body blockquote {
	}
.entry-footer {
	background-color: #f6f6f6;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	}
.post-footers {
	display: block;
	}
.separator {
	color : #EEEEEE;
            margin-left : 2px; 
            margin-right : 2px;
            display : inline-block;
	}

.module:hover .module-content {
	background-color: #FAE2C8;
                color : #fff;

	}
.module:hover .module-header {
	color: #999
	}
.module:hover .module-header a {
	color: #999
	}
.module {
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
	}
.module-header {
	position: relative;
	top: 5px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	color:  #ff6600;
	text-transform: uppercase;
	font-weight: bold;
	}
.module-header a, .module-header a:link, .module-header a:visited, .module-header a:active {
	color:  #ff6600;
	font-weight: bold;
	border-top: 1px solid #fff;
	}
.module-header a:hover, .module-header a:focus {
	border-top: 1px solid #999;
	}
.module-content {
	background-color: #ddd;
	margin: 0;
	padding: 3px 0;
	}
.module ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.module li {
	margin: 0;
	padding: 0;
	}
.module li a {
	width: 100%;
	display: block;
	margin: 0;
	padding: 1px 2px;
	}
html>body .module li a {
	width: auto;
	}
.module li a:link, .module li a:visited, .module li a:active {
	color: #000;
	font-weight: normal;
	}
.module li a:hover {
                color : #fff;
	background-color: #ff6600;
	}

.module input {
	background-color: #eee;
	border: 1px solid #eee;
	margin: 2px;
	padding: 0;
	color: #000;
	}
input#search {
	width: 90%;
	}
.module label {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
.module input:focus {
	border: 1px solid #000;
	}
.module:hover input:focus {
	border: 1px solid #333;
	}

.module-syndicate .module-content, .module-syndicate:hover .module-content,
.module-powered .module-content, .module-powered:hover .module-content {
	padding: 0 20px;
	background-color: transparent;
	color: #aaa;
	font-size: 10px;
	}
.module-syndicate a, .module-syndicate a:link, .module-syndicate a:visited, .module-syndicate a:active,
.module-powered a, .module-powered a:link, .module-powered a:visited, .module-powered a:active {
	color: #999;
	font-weight: normal;
	text-decoration: underline;
	}
.module-syndicate a:hover, .module-syndicate a:focus,
.module-powered a:hover, .module-powered a:focus {
	text-decoration: none;
	}
.module-syndicate {
	background: transparent url("OrangeKeys.css/$File/rss-icon.png") 1px 50% no-repeat;
	}


.content-nav {
	text-align: center;
	font-size: 10px;
	}
.content-nav a, .content-nav a:link, .content-nav a:visited, .content-nav a:active {
	font-weight: normal;
	color: #999;
	text-decoration: underline;
	}
.content-nav a:focus, .content-nav a:hover {
	color: #ff6600;
	text-decoration: none;
	}

.comments-content, .trackbacks-content, .comments-open {
	font-size: 11px;
	}
.comments-content, .comments-open {
	border-top: 15px solid #999;
	margin: 25px 0 0 0;
	}
.comments-header, .comments-open-header {
	position: relative;
	top: -27px;
	}
.trackbacks-header {
	position: relative;
	top: 12px;
	}
html>.trackbacks-header {
	top: 21px;
	}
html>body .trackbacks-header {
	top: 13px;
	}
.trackbacks h3, .comments h3, .comments h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	}
#trackbacks-info {
	background-color: #999;
	margin: 0;
	padding: 0 10px;
	font-size: 10px;
	color: #fff;
	}
.trackback, .comment {
	padding: 0 0 20px;
	}
.comment-userpic {
	float: left;
	margin: 0 10px 10px 0;
	}
.comment-footer img {
	border: 0;
	}
.trackback-content, .comment-content {
	line-height: 100%;
	}
.trackback-footer, .comment-footer {
	font-size: 10px;
	}
.comments-open input, .comments-open textarea {
	background-color: #eee;
	border: 0;
	}
input#comment-author, input#comment-email, input#comment-url, textarea {
	width: 300px;
	}
label {
	display: block;
	font-size: 10px;
	}
.tag1 {}.tag2 {}.tag3 {}.tag4 {}.tag5 {}.tag6 {}div.Attachment {}div.Attachment a {}div.Attachment p {}div.Attachment img {}div.Thumbnail {}div.Thumbnail a {}div.Thumbnail p {}div.Thumbnail img {}div.AlbumThumbnail {}div.AlbumThumbnail a {}div.AlbumThumbnail p {}div.AlbumThumbnail img {}.BlogPollContents{}.BlogPollTitle {}.PollChoice {}.PollQuestionHelp {}.PollOption {}.PollVotes {}.PollPercent {}.PollTotalTitle {}.PollTotalValue {}.PollButton {}.calendar {}.calCaption {}.calHeader {}.calLinked {}.calUnlinked {}.calToday {}.calNav {}

