* {
    margin: 0;
    padding: 0;
    quotes: "\201E" "\201C" "\201A" "\2018";
}

* html img,  * html .png {
    position:relative;
    behavior:expression((this.runtimeStyle.behavior="none")&& (this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src = "/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}

header,footer,article,section,hgroup,nav,figure,aside {
    display:block;
}

#panel {
    position: fixed;
    background-color: #444;
    color: #FFF;
    bottom: 0;
    left: 5%;
    right: 5%;
    border-left: 0.1em solid #555;
    border-top: 0.1em solid #555;
    border-right: 0.1em solid #555;
    text-align: center;
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    line-height: 14px;
    z-index: 9999;
    font-size: small;
}

#panel a {
    color: #FFF;
    text-decoration: none;
    vertical-align: middle;
}

#panel a img, #panel img { vertical-align: middle; height: 24px; line-height: 24px; }

#panel .left, #panel .right { width: 25%; }
#panel .right { text-align: right }

#panel ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

#panel ul li {
    float: left;
    margin: 0 0.5em 0 0;
    text-align: left;
}

#panel ul.right li {
    margin: 0 0 0 0.5em;
    float: right;
}

#panel ul li a {
    color: #FFF;
    text-decoration: none;
    padding: 0.5em;
    display: block;
    line-height: 1em;
    height: 1em;
}

#panel ul li:hover {
    background: #7188A8;
}

#panel ul li ul {
    position: absolute;
    bottom: 2em;
    background: #7188A8;
    display: none;
    padding: 0.3em;
}

#panel ul li ul li {
    float: none;
    margin: 0;
}

#panel ul li ul li a:hover {
    background: #444;
}

#panel ul li ul li a {
    border: 0 none;
    padding: 0.2em 0.5em;
}

#panel ul li:hover ul {
    display: block;
}

#panel a img {
    border: 0 none;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.pointer { cursor: pointer; }
.half { width: 50% }
.noBullet { list-style-type: none; padding: 0; }
.create { color: #D00; }
.fakedLink {
    cursor: pointer
}
.halfBreak {
    height: 0.5em;
    line-height: 0.5em;
}

.icon {
    width: 21px;
    height: 21px;
    background-image: url('System/theme/../../Resources/tango-icons.png');
}

.smily {
    width: 15px;
    height: 15px;
    background-image: url('System/theme/../../Resources/tango-icons.png');
}
.smile {
    background-position: -489px -208px;
}
.twinkle {
    background-position: -537px -208px;
}

.previous { background-position: -475px -550px; }
.next { background-position: -444px -550px; }

.formImageSelectorImage {
    border: 1px solid #000;
    float: left;
}
.formImageSelectorBox {
    margin: 64px 0 0 182px;
}
input, select, textarea, label {
    vertical-align: middle;
}

.expand {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.caption {
    font-size: smaller;
    margin: 0;
}

.upload {
    font-size: large;
}

.errors, .infos {
    background: #d00;
    color: #FFF;
    padding: 1em;
    margin: 0 0 1em 0;
}

.infos {
    border: 1px solid #070;
    background: #A3D9A3;
}

.system.edit, .system.cancel, .system.link {
    display: block;
    background: #070;
    color: #FFF;
    padding: 0 5px;
    text-decoration: none;
    font-weight: bold;
}

.system.edit { position: relative; float: right; z-index: 9999; }
.system.cancel { position: relative; float: right; background: #D00; z-index: 9999; }

#widgetSelection {
    font-family: Verdana, sans-serif;
    font-size: 11pt;
    padding: 1em;
    color: #333;
}

#widgetSelection #widgetSelect {
    list-style-type: none;
}

#widgetSelection #widgetSelect li {
    margin: 1em 0;
}

#widgetSelection #widgetSelect li a {
    display: block;
    text-decoration: none;
    border: 1px solid #CCC;
    padding: 0.5em;
}

#widgetSelection #widgetSelect li a .title {
    display: block;
    font-weight: bold;
    color: #004880;
}

#widgetSelection #widgetSelect li a .text {
    color: #333;
}

#widgetSelection .formSelection {
    list-style-type: none;
}

.feed {
    list-style-type: none;
    padding: 0;
}

.feed .item {
    margin: 1em 0 0 0;
    clear: both;
}

.feed .item a {
    text-decoration: none;
}

.feed .item a .title {
    display: block;
    font-size: larger;
}

.feed .item a .text {
    display: block;
    color: #444;
}

.feed .item a:hover .title {
    text-decoration: underline;
}

.feed .item a .teaser {
    float: left;
    margin: 0 1em 1em 0;
}

a img { border: 0 none }
.iconset {
    background-image: url('System/theme/../../Resources/tango-icons.png');
}

.lampOn { background-position: -353px -458px; }
.lampOff { background-position: -52px -722px; }

.tag10, .tag10 a { font-size: 20pt }
.tag9, .tag9 a { font-size: 19pt }
.tag8, .tag8 a { font-size: 18pt }
.tag7, .tag7 a { font-size: 17pt }
.tag6, .tag6 a { font-size: 16pt }
.tag5, .tag5 a { font-size: 15pt }
.tag4, .tag4 a { font-size: 14pt }
.tag3, .tag3 a { font-size: 13pt }
.tag2, .tag2 a { font-size: 12pt }
.tag1, .tag1 a { font-size: 11pt }
.tag0, .tag0 a { font-size: 10pt }

.preferences { margin: 20px; font-family: "Verdana", sans-serif; }
.preferences h1 { text-align: center; line-height: 200%; }
.preferences table { margin: auto; border-collapse: collapse; }
.preferences td { padding: 5px }
.preferences td a { color: inherit }
.preferences tr { color: #666 }
.preferences tr.active { color: #000 }

.facebookConnect { background: url('System/theme/../../Resources/connect-with-facebook.png'); width: 85px; height: 22px; display: block; }
.facebookConnect span { display: none; }

#plexusDebugBox {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	background: #FFF;
	border: 10px solid #333;
	padding: 20px;
	z-index: 10000;
	overflow: auto;
	color: #333;
}

#plexusDebugBox button { float: right; }body {
    font-size: 16px;
    font-family: "Verdana", sans-serif;
    background: #E6E6E6;
    color: #333;
}

p, ul, ol, h2, h3, h4, h5, h6 {
    margin: 1em 0 0 0;
}

ul {
    list-style-type: square;
    padding: 0 0 0 1em;
}

ol {
    padding: 0 0 0 1.5em;
}

a {
    color: #039;
}

code.code {
    white-space: pre;
    overflow: auto;
    max-height: 300px;
    border: 1px solid #CCC;
    padding: 10px;
    display: block;
}

table {
    width: 100%;
    border-collapse: collapse;
}

caption {
    margin: 1em 0 0 0;
    border: 1px solid #CCC;
}

th {
    padding: 5px;
    background: #333;
    color: #FFF;
    font-weight: normal;
}

td {
    border: 1px solid #CCC;
    padding: 5px;
}

#outerWrap {
    width: 970px;
    margin: 20px auto 50px auto;
    -moz-box-shadow: 0 0 10px #808080;
    -webkit-box-shadow: 0 0 10px #808080;
    box-shadow: 0 0 10px #808080;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=0, Strength=10);
}


#innerWrap {
    background: #333;
    padding: 3px;
}

#container {
    background: #FFF;
    padding: 3px;
}

header.page {
    height: 75px;
    line-height: 75px;
    background: #333;
    padding: 0 20px;
}

header.page h1 {
    font-family: "Georgia", serif;
    font-style: italic;
    font-weight: normal;
    float: left;
}

header.page h1 a {
    text-decoration: none;
    color: #FFF;
    font-size: larger;
}

#search {
    float: right;
}

#contents  {
    background: #FFF;
}

#content {
    width: 468px;
    float: left;
    padding: 20px;
}

#content h1 {
    font-size: x-large;
    margin:0 0 1em 0;
}

#content h2 {
    border-bottom: 1px solid #CCC;
    font-size: larger;
}

aside.page {
    width: 430px;
    float: right;
    padding: 20px 20px 0 0;
}

aside.page h2 {
    margin: 0 0 20px 0;
}

footer.page {
    height: 24px;
    line-height: 24px;
    padding: 10px;
    background: #333;
    color: #FFF;
}

footer.page a {
    color: #FFF;
    text-decoration: none;
}

footer.page a img { vertical-align: top; }




.siteFeed .item { margin: 20px 0 0 0; }
.siteFeed .item:first-child { margin: 0; }
.siteFeed .item .meta { background: #F3F3F3; }
.siteFeed .item .type { font-weight: bold; padding: 0 5px; background: #333; color: #FFF; }
.siteFeed .item .date { float: right; color: #000; }
.siteFeed .item .teaser { float: left; margin: 10px 10px 0 0; }
.siteFeed .item .teaser img { padding: 2px; border: 1px solid #CCC; }
.siteFeed .item h2 { font-size: larger; margin: 4px 0 0 0; }
#content .siteFeed .item h2 { border: 0 none; }
.siteFeed .item p { color: #333; margin: 0; }
.siteFeed .item .footer { line-height: 150%; border-top: 1px solid #CCC; }
.siteFeed .item .footer .tags a { border: 1px solid #E6E6E6; text-decoration: none; background: #F3F3F3; font-size: smaller; padding: 0 5px; color: #333; }

.siteFeed .item.micro .type { background: #265399; }
.siteFeed .item.link .type { background: #359926; }
.siteFeed .item.image .type { background: #99262C; }
.siteFeed .item.video .type { background: #6E2699; }

.comment { padding: 10px; background: #F5F5F5; margin: 1em 0 0 0; }
.comment .meta .teaser { float: left; }
.comment .meta .author { padding: 0 0 0 10px; }
.comment p { /*width: 423px;*/ padding: 0 0 0 85px; }
#postComment { position: relative; }
#postComment .meta .author { padding: 0; }
#postComment .metaLogin { float: right; }
#postComment .meta span { display: block; }
#postComment.comment p { padding: 0; }
#postComment .noTeaser { display: none; }

#postComment.user .content { width: 353px; margin: 0 0 1em 10px; float: left; }
#postComment.user button { margin: 0 0 0 85px; }

input, textarea { border: 2px solid #333; }
#search input, #search button {  }
#search input { border: 2px solid #FFF; }
#search button { border: 1px solid #FFF; background: #FFF; color: #000 }

.widget h2 {
    font-size: larger;
    color: #FFF;
    background: #333;
    padding: 0 5px;
    line-height: 150%;
}

.widget .siteFeed h2 {
    background: transparent;
    color: #039;
    padding: 0;
}

.widget { margin: 0 0 20px 0; }
button.special {
    width: 50%;
    padding: 5px 0;
}

.identLoginWidget br {
    display: inline;
}

ul.menu { margin: 0; list-style-type: none; padding: 0; }
ul.menu li { border-bottom: 1px solid #CCC; }
ul.menu li a { display: block; text-decoration: none; }

a.downloadTeaser { padding: 16px 7px; text-decoration: none; font-weight: bold; background: #265399; color: #FFF; text-align: center; display: block; }

dl.dl { font-size: smaller; }
dl.dl dt { font-weight: bold; float: left; width: 37% }
dl.dl dd { margin: 0 0 0.5em 2em; float: left; width: 57%  }.editorialAuthor .portrait {
    float: right;
}

.flipPages {
    font-size: larger;
    margin: 1em 0 0;
}

.flipPages .previous {
    float: left;
    font-size: larger;
}

.flipPages .next {
    float: right;
    font-size: larger;
}#ExtensionIdent label {
    float: left;
    width: 25%;
    line-height: 200%;
}

#ExtensionIdent input, #ExtensionIdent select, #ExtensionIdent textarea {
    float: right;
    width: 75%;
    line-height: 200%;
}

#ExtensionIdent h3 {
    margin: 0 0 0.5em 0;
}.siteFeed .item.thread .type { background: #070; }

.threadNav {
	margin: 1em 0 0 0;
	font-size: larger;
}

.firstPost { padding: 10px; background: #DAE3F3; }
.firstPost .teaser { float: left; margin: 0 10px 0 0; }

.threadList section.thread { margin: 1em 0 0 0; }
.threadList section.thread .teaser { padding: 2px; border: 1px solid #CCC; float: left; margin: 0 10px 0 0; }
.threadList section.thread a { text-decoration: none; }
.threadList section.thread h1 {}