/*
Theme Name: PaulMama
Theme URI:
*/

/* Global styles */
html {
	height: 100%;
}
body {
	margin:0;
	height: 100%;
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	color: #6d6d49;
	min-width: 1002px;
	background: url(images/bg-body.jpg) repeat 50% 0;
}
img{border:none;}
a{text-decoration: none; color: #cb5e12;}
a:hover{text-decoration: underline;}
a:focus{outline: none;}
/* form styles */
form, fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}
input, select{
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #6d6d49;
}
.holder{
	width: 100%;
	overflow: hidden;
}
.logo{
	position: absolute;
	top: 46px;
	left: 18px;
	z-index: 2;
	width: 282px;
	height: 58px;
	text-indent: -9999px;
	overflow: hidden;
}
.logo a{
	display: block;
	height: 100%;
	background: url(images/logo.gif) no-repeat 0 0;
}
#main-container {
	overflow:hidden;
	position:relative;
	width:100%;
}
.mc-holder-1 {
	float:left;
	left:50%;
	position:relative;
	width:1002px;
}
.mc-holder-2 {
	float:left;
	left:-50%;
	position:relative;
	width:1002px;
}
/* wrapper styles */
#wrapper{
	width: 1002px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background: url(images/bg-round-m.gif) repeat-y;
}
* html #wrapper{
	height: 100%;
	overflow: visible;
}
#wrapper .side-banner{
	position: absolute;
	top: 169px;
	right: -175px;
	width: 160px;
	height: 600px;
	background: #808080;
}
.inner-wrapper{
	background: url(images/bg-round-t.gif) no-repeat;
	padding: 221px 12px 86px 12px;
}
/* header block styles */
#header {
	width:1002px;
	position:absolute;
	top:28px;
	left:0;
	height: 195px;
	overflow: hidden;
	padding: 0;
	z-index: 1;
	background: url(images/bg-header.gif) no-repeat 12px 100%;
}
#header h1{
	position: absolute;
	top: 31px;
	left: 353px;
	color: #989865;
	font-size: 14px;
	margin: 0;
}
#header h1 span{font-weight: normal;}
#header h1 a{
	color: #989865;
	font-weight: normal;
	text-decoration: underline;
}
#header h1 a:hover{text-decoration: none;}
/* Main menu Styles start */
.menu{
	position: absolute;
	top: 157px;
	left: 186px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.menu li{
	float: left;
	padding: 0 10px;
}
.menu li a{
	float: left;
	font-size: 17px;
	color: #fff;
	padding: 10px 0 0;
	text-decoration: none;
}
.menu li a:hover, .menu li.current_page_item a{
	color: #c00;
	text-decoration: none;
}

/* ------------------------------------------------------------------------------------------------------------- BUTTON */

.uibutton { 
    position: relative; 
    z-index: 1;
    overflow: visible; 
    display: inline-block; 
    padding: 0.3em 0.6em 0.375em; 
    border: 1px solid #999; 
    border-bottom-color: #888;
    margin: 0;
    text-decoration: none; 
    text-align: center;
    font: bold 11px/normal 'lucida grande', tahoma, verdana, arial, sans-serif; 
    white-space: nowrap; 
    cursor: pointer; 
    /* outline: none; */
    color: #333; 
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f6f6), to(#e4e4e3));
    background-image: -moz-linear-gradient(#f5f6f6, #e4e4e3);
    background-image: -o-linear-gradient(#f5f6f6, #e4e4e3);
    background-image: linear-gradient(#f5f6f6, #e4e4e3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f6f6', EndColorStr='#e4e4e3'); /* for IE 6 - 9 */
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    /* IE hacks */
    zoom: 1; 
    *display: inline; 
}

.uibutton:hover,
.uibutton:focus,
.uibutton:active {
    border-color: #777 #777 #666;
}

.uibutton:active {
    border-color: #aaa;
    background: #ddd;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* overrides extra padding on button elements in Firefox */
.uibutton::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* ............................................................................................................. Icons */

.uibutton.icon:before {
    content: "";
    position: relative; 
    top: 1px; 
    float:left;
    width: 10px; 
    height: 12px; 
    margin: 0 0.5em 0 0; 
    background: url(fb-icons.png) 99px 99px no-repeat;
}

.uibutton.edit:before  { background-position: 0 0; }
.uibutton.add:before  { background-position: -10px 0; }
.uibutton.secure:before  { background-position: -20px 0; }
.uibutton.prev:before  { background-position: -30px 0; }
.uibutton.next:before  { float:right; margin: 0 -0.25em 0 0.5em; background-position: -40px 0; }

/* ------------------------------------------------------------------------------------------------------------- BUTTON EXTENSIONS */

/* ............................................................................................................. Large */

.uibutton.large {
    font-size: 13px;
}

/* ............................................................................................................. Submit, etc */

.uibutton.confirm {
    border-color: #29447e #29447e #1a356e;
    color: #fff;
    background-color: #5B74A8;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#637bad), to(#5872a7));
    background-image: -moz-linear-gradient(#637bad, #5872a7);
    background-image: -o-linear-gradient(#637bad, #5872a7);
    background-image: linear-gradient(#637bad, #5872a7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#637bad', EndColorStr='#5872a7'); /* for IE 6 - 9 */
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
}

.uibutton.confirm:active {
    border-color: #29447E;
    background: #4F6AA3;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* ............................................................................................................. Special */

.uibutton.special {
    border-color: #3b6e22 #3b6e22 #2c5115;
    color: #fff;
    background-color: #69a74e;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#75ae5c), to(#67a54b));
    background-image: -moz-linear-gradient(#75ae5c, #67a54b);
    background-image: -o-linear-gradient(#75ae5c, #67a54b);
    background-image: linear-gradient(#75ae5c, #67a54b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#75ae5c', EndColorStr='#67a54b'); /* for IE 6 - 9 */
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #98c286;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #98c286;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #98c286;
}

.uibutton.special:active {
    border-color: #3b6e22;
    background: #609946;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* ............................................................................................................. Disable */

.uibutton.disable {
    z-index: 0;
    border-color: #c8c8c8;
    color: #b8b8b8;
    background: #f2f2f2;
    cursor: default;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.uibutton.confirm.disable {
    color: #fff;
    border-color: #94a2bf;
    background: #adbad4;
}

.uibutton.special.disable {
    color: #fff;
    border-color: #9db791;
    background: #b4d3a7;
}

.uibutton.disable.icon:before,
.uibutton.disable.icon:after {
    opacity: 0.5;
}

/* ------------------------------------------------------------------------------------------------------------- BUTTON GROUPS */

.uibutton-group {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    /* IE hacks */
    zoom: 1; 

    *display: inline; 
}

.uibutton + .uibutton,
.uibutton + .uibutton-group,
.uibutton-group + .uibutton,
.uibutton-group + .uibutton-group {
    margin-left: 3px;
}

.uibutton-group li {
    float: left;
    padding: 0;
    margin: 0;
}

.uibutton-group .uibutton {
    float: left;
    margin-left: -1px; 
}

.uibutton-group .uibutton:hover,
.uibutton-group .uibutton:focus,
.uibutton-group .uibutton:active {
    z-index:2;
}

.uibutton-group > .uibutton:first-child,
.uibutton-group li:first-child .uibutton { 
    margin-left: 0; 
}

/* ------------------------------------------------------------------------------------------------------------- BUTTON CONTAINER */
/* For mixing buttons and button groups, e.g., in a navigation bar */

.uibutton-toolbar {
    padding: 6px;
    border-top: 1px solid #ccc;
    background: #f2f2f2;
}

.uibutton-toolbar .uibutton,
.uibutton-toolbar .uibutton-group {
    vertical-align: bottom;
}


/* Main menu Styles end */
/* main block styles */
#main{
	display:table;
	width: 793px;
	padding: 0 0 0 185px;
}
/* leftcolumn styles */
#leftcolumn{
	float: left;
	width: 174px;
	margin: 0 0 0 -978px;
}
#leftcolumn .topbar{
	background: #ff822b url(images/bg-topbar-b.gif) no-repeat 0 100%;
	padding: 10px 10px 22px 11px;
	width: 153px;
}
.search-form{ margin: 0 0 10px;}
.search-form .txt{
	float: left;
	border: solid 1px #676701;
	background: #fff;
	padding: 1px 5px;
	margin: 0 7px 0 0;
	width: 79px;
	height: 14px;
}
.search-form .btn{
	float: left;
	position: relative;
	background: url(images/btn-suche.gif) no-repeat;
	width: 55px;
	border: 0;
	height: 18px;
	cursor: pointer;
}
#leftcolumn .line{
	width: 154px;
	height: 21px;
	padding: 18px 0 17px 0;
	background: url(images/line3.gif) no-repeat 0 20px;
}
#leftcolumn .topbar .line{
	padding: 20px 0 26px 0;
	background: url(images/line2.gif) no-repeat 0 20px;
}
#leftcolumn .topbar h3{
	margin: 0 0 10px;
	font-size: 16px;
	color: #fff;
}
/* .sidenav Styles */
.sidenav{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
.sidenav li{
	padding: 0 0 5px 0;
}
.sidenav li a{
	display: block;
	background: #ffab2d;
	font-size: 14px;
	color: #fff;
	padding: 0 0 0 7px;
	height: 17px;
	text-decoration: none;
}
.sidenav li a:hover{
	text-decoration: underline;
}
.google-box{
	width: 160px;
	overflow: hidden;
	padding: 0 0 0 6px;
}
.google-box img{display:block;}
/* blocks for the required backgrounds */
#bg-holder{
	float: left;
	width: 793px;
	padding: 11px 0 0;
}
.bg-middle{
	background: url(images/bg-rightcolumn-m.gif) repeat-y 100% 0;
}
.right-bottom{
	width: 100%;
	background: url(images/bg-rightcolumn-b.gif) no-repeat 100% 100%;
}
.right-bottom:after {
	display: block;
	content: "";
	clear: both;
}
/* rightcolumn styles */
#rightcolumn{
	float: right;
	width: 326px;
	padding: 0 0 10px;
}
#rightcolumn .banner{
	width: 300px;
	height: 249px;
	background: #808080;
	margin: 0 0 19px;
}


.tagcloud{
	width: 287px;
	padding: 0 0 15px;
	margin: 0 0 0 6px;
	overflow: hidden;
}
.tagcloud-c{
	background: url(images/tagcloud-c.gif) repeat-y;
}
.tagcloud-b{
	padding: 20px 24px 34px 30px;
	background: url(images/tagcloud-b.gif) no-repeat 0 bottom;
}
.tagcloud h3{
	margin: 0;
	color: #b60501;
	font-size: 15px;
	padding: 20px 0 0 54px;
	letter-spacing: -1px;
	background: url(images/tagcloud-t.gif) no-repeat;
	height: 28px;
}

.tagcloud .header{
	margin: 0;
	color: #b60501;
	font-size: 15px;
	padding: 20px 0 0 54px;
	letter-spacing: -1px;
	background: url(images/tagcloud-t.gif) no-repeat;
	height: 28px;
	font-weight: bold;
}


.tagcloud ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.tagcloud ul li{
	display: inline;
}
.tagcloud  a{
	color: #989865;
	text-decoration: none;
	text-transform: capitalize;
}
.tagcloud a:hover{ text-decoration: underline;}
.tagcloud ul li.bigxx a{font-size: 26px;}
.tagcloud ul li.bigx a{font-size: 24px;}
.tagcloud ul li.big a{font-size: 22px;}
.tagcloud ul li.middle a{font-size: 20px;}
.tagcloud ul li.small a{font-size: 12px;}
/* content block styles */
#content {
	float: left;
	width: 456px;
	margin: 0 0 -17px;
}
/* module style */
.module{
	width: 100%;
	overflow: hidden;
	padding: 10px 0 33px;
	background: url(images/line.gif) no-repeat 0 100%;
}

.module .cat{
	margin: 0 0 8px;
	color: #cb5e12;
	font-weight: normal;
	font-size: 12px;
}

.module h1{
	margin: 0 0 8px;
	color: #cb5e12;
	font-weight: normal;
	font-size: 20px;
}

.module h2{
	margin: 0 0 8px;
	color: #cb5e12;
	font-weight: bold;
	font-size: 16px;
}

.module h3{
	margin: 0 0 8px;
	color: #cb5e12;
	font-weight: bold;
	font-size: 14px;
}

.module li{
	color: #222;
	font-size: 12px;
	line-height: 16px;
}

.module ul{
	color: #222;
	font-size: 12px;
	line-height: 16px;
}

.module img{
	border: none;
	/*margin: 3px 28px 10px 0px;*/
	margin: 6px;
}

.module p li{
	color: #222;
	font-size: 12px;
	line-height: 16px;
}

.module p ul{
	color: #222;
	font-size: 12px;
	line-height: 16px;
}

.module p img{
	border: none;
	/*margin: 3px 28px 10px 0px;*/
	margin: 6px;
}
.module p{
	margin: 0 0 5px;
	color: #222;
	font-size: 12px;
	line-height: 16px;
}
.module p a{
	color: #d82410;
	text-decoration: none;
}
.module p a:hover{ text-decoration: underline;}
/* comment module styles */
.module-comment{
	overflow: hidden;
	padding: 34px 0 58px 12px;
	background: url(images/line.gif) no-repeat 0 100%;
	font-size: 11px;
}
.module-comment .comment{
	color: #6d6d49;
	font-weight: bold;
	text-decoration: none;
	background: url(images/arrow.gif) no-repeat 100% 3px;
	padding: 0 14px 0 0;
}
.module-comment .comment:hover{text-decoration:underline;}
.module-comment .url{
	color: #6d6d49;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 3px;
}
.module-comment .url:hover{text-decoration:underline;}
.module-comment .date{
	font-style: normal;
	color: #f90;
}
.module-comment p{
	margin: 0;
	padding: 4px 0 0;
	line-height: 16px;
	color: #6d6d49;
}
.module-contact{
	width: 434px;
	overflow: hidden;
	padding: 15px 9px 44px;
	background: url(images/line.gif) no-repeat 19px 100%;
	font-size: 11px;
}
.module-contact .bg-bottom{
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px;
	background: url(images/bg-bottom.gif) no-repeat 100% 100%;
}
.contact-box{
	width: 434px;
	overflow: hidden;
}
.contact-box-c{
	background: url(images/bg-contact-box-m.gif) repeat-y;
}
.contact-box-b{
	padding: 19px 21px 8px 22px;
	background: url(images/bg-contact-box-b.gif) no-repeat 0 bottom;
}
.module-contact .title{
	margin: 0;
	height: 28px;
	padding: 20px 0 0 35px;
	letter-spacing: -1px;
	font-size: 15px;
	color: #fff;
	background: url(images/bg-contact-box-t.gif) no-repeat;
	font-weight: bold;
}
/* contact form styles */
.module-contact .contact-form .holder{
	padding: 0 0 5px 0;
}
.module-contact .contact-form .button-holder{
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0;
}
.module-contact .contact-form .button-holder p {margin:0;}
.module-contact .contact-form .txt{
	float: right;
	border: 1px solid #a8a87b;
	padding: 1px 5px;
	height: 15px;
	width: 268px;
}
.module-contact .contact-form label{
	float: left;;
	padding: 0 0 0 20px;
	font-size: 12px;
	color: #989865;
	background: url(images/label-image.gif) no-repeat 0 1px;
}
.module-contact .contact-form textarea{
	float: right;
	width: 258px;
	height: 109px;
	border: 1px solid #afaea9;
	padding: 5px 10px;
	margin: 0 0 10px;
	overflow: auto;
}
.module-contact .contact-form .btn{
	float: right;
	border: 0;
	width: 139px;
	height: 18px;
	margin: 0 22px 0 0;
	display: inline;
	position: relative;
	cursor: pointer;
	background: url(images/btn-kommentar.gif) no-repeat;
}
.weitere{
	padding: 16px 0 0;
	text-align: center;
}
.weitere a{
	font-size: 11px;
	color: #e64d32;
	background: url(images/arrow2.gif) no-repeat 100% 4px;
	padding: 0 7px 0 0;
}
.roundbox{
	width: 326px;
	background: url(images/bg-rightcolumn-t.gif) no-repeat;
	padding: 6px 0 0;
	overflow: hidden;
}
.roundbox-c{
	padding: 6px 12px 0 12px;
}
.mainroundbox{
	width: 456px;
	background: url(images/bg-content-t.gif) no-repeat;
	padding: 6px 0 17px;
	overflow: hidden;
}
.mainroundbox-m{
	background: url(images/bg-content-m.gif) repeat-y;
}
.mainroundbox-b{
	padding: 6px 0 19px 0;
	background: url(images/bg-content-b.gif) no-repeat 0 bottom;
}
.paddings{
	padding: 0 19px;
}
/* content tags cloud styles */
.tagscloud{
	width: 418px;
	padding: 20px 0 0;
	overflow: hidden;
}
.tagscloud ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.tagscloud ul li{
	display: inline;
}
.tagscloud ul li a{
	white-space: nowrap;
	color: #d82410;
	text-decoration: none;
	text-transform: capitalize;
}
.tagscloud ul li a:hover{ text-decoration: underline;}
.tagscloud ul li.bigxx a{font-size: 22px;}
.tagscloud ul li.bigx a{font-size: 20px;}
.tagscloud ul li.big a{font-size: 18px;}
.tagscloud ul li.middle a{font-size: 14px;}
.tagscloud ul li.small a{font-size: 11px;}
/* footer block styles */
#footer {
	width: 100%;
	margin: -57px auto 0 auto;
	padding: 0 0 0 0;
	position: relative;
	overflow: hidden;
	height: auto;
	background: url(images/bg-round-b.gif) no-repeat 0 100%;
}
.wrap-left {
	position: relative;
	float: left;
	left: 50%;
}
.wrap-right {
	position: relative;
	left: -50%;
}
* html .wrap-right {float:left;}
#footer .footer-area{
	float: left;
}
#footer .copy{
	float: left;
	margin: 0;
	padding: 0 10px 0;
	color: #7e7e7e;
	font-size: 13px;
	font-weight: bold;
}
/* bottomnav Styles */
.bottomnav{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.bottomnav li{
	float: left;
	margin: 0 8px 0 -2px;
	padding: 0 0 0 8px;
	background: url(images/bullet.gif) no-repeat 0 3px;
}
.bottomnav li a{
	font-size: 13px;
	color: #7e7e7e;
	text-decoration: none;
}
.bottomnav li a:hover{
	text-decoration: underline;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.cloud{
	width: 456px;
	/*padding: 0 0 5px;
	margin: 0 0 0 6px;*/
	margin-bottom: 20px;
	overflow: hidden;
}
.cloud-c{
	background: url(images/cloud-c.gif) repeat-y;
}
.cloud-b{
	padding: 20px 24px 34px 30px;
	background: url(images/cloud-b.gif) no-repeat 0 bottom;
}
.cloud h3{
	margin: 0;
	color: #b60501;
	font-size: 15px;
	padding: 20px 0 0 54px;
	letter-spacing: -1px;
	background: url(images/cloud-t.gif) no-repeat;
	height: 28px;
}

.poll{
	width: 416px;
	overflow: hidden;
  margin-bottom: 20px;
}
.poll-c{
	background: url(images/poll-c.gif) repeat-y;
}
.poll-b{
  padding: 20px 24px 24px 20px;
	background: url(images/poll-b.gif) no-repeat 0 bottom;
}
.poll h3{
	margin: 0;
	color: #b60501;
	font-size: 15px;
	padding: 20px 0 0 54px;
	letter-spacing: -1px;
	background: url(images/poll-t.gif) no-repeat;
	height: 28px;
}



/**
* sidebar content (ueber-uns)
*/
div.content-sidebar
{
	padding: 13px;
	te-xt-align: justify;
	color: #222222;
	font-size: 12px;
}

div.content-sidebar img {
	height: 80px;
}

div.content-sidebar more-link {
	font-size: 12px;
}

div.content-sidebar div.sidebarline {
	text-align: center;
}

div.content-sidebar div.sidebarline img {
	height: 21px;
	margin: 6px;
}

.pagelink p
{
  font-size: 12pt;
  font-weight: bold;
}

.extraliste .header {
    font-family:  Arial;
    font-size: 13pt;
    line-height: 15pt;
    font-weight:bold;
    margin: 0px 0px 10px 0px;
    padding-top: 5px;
    color:#6d6d49;
}


.community_box{
	width: 287px;
	left: 5px;
	overflow: hidden;
	position: relative;
}

.community_box-c{
	background: url(images/tagcloud-c.gif) repeat-y;
}

.community_box-b{
	padding: 20px 24px 34px 30px;
	background: url(images/tagcloud-b.gif) no-repeat 0 bottom;
}

.community_box .header{
	margin: 0;
	color: #b60501;
	font-size: 15px;
	padding: 20px 0 0 54px;
	letter-spacing: -1px;
	background: url(images/tagcloud-t.gif) no-repeat;
	height: 28px;
	font-weight: bold;
}

.community_box ul{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.community_box ul li{
	padding: 6px 6px 6px 6px;
	border-top: 1px solid #DEDEDE;
}

.community_box ul .first{
	padding: 6px 6px 6px 6px;
	border-top: none;
}

.community_box  a{
	color: #989865;
	text-decoration: none;
}

.community_box a:hover{ text-decoration: underline;}

#header .text{
	position: absolute;
	top: 31px;
	left: 353px;
	color: #989865;
	font-size: 14px;
	margin: 0;
}

#header .subtext{
  float: left;
	font-size: 13px;
	font-weight: normal;
	margin-right: 5px;
}

#header .subtext2{
  float: left;
	font-size: 13px;
	font-weight: normal;
	margin-top: -10px;
}

#header .text .big{
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}
#header .text span{font-weight: normal;}
#header .text a{
	color: #989865;
	font-weight: normal;
	text-decoration: underline;
}
#header .text a:hover{text-decoration: none;}

.login-form {
	margin-top: -10px;
}

.login-form .txt{
	float: left;
	border: solid 1px #676701;
	background: #fff;
	padding: 1px 5px;
	margin: 0 7px 0 0;
	/*width: 79px;*/
	height: 16px;
}

.login-form .btn{
	float: left;
	position: relative;
	background: url(./images/btn-login.gif) no-repeat;
	width: 55px;
	border: 0;
	height: 18px;
	cursor: pointer;
}

.login-form .text{
	float: left;
	margin-right: 10px;
}










/* ads */
#glamlogo {
	position: absolute; 
	top: -30px; 
	left: 478px;
}

#ads728 {
	padding: 0px 32px 8px 32px; 
	width: 728px; 
	float: right; 
	background-color: #fff; 
	m-in-height: 90px;
	margin: 0 auto;
}

#ads300 {
	padding-bottom: 15px; 
	width: 300px;
	margin: 0 auto;
}

#ads160600 {
	position: absolute; 
	top: 230px; 
	left: 1015px; 
	width: 200px; 
	max-width: 200px; 
	height: 600px; 
	text-align: left; 
	z-index: 90;
}



/* social crap */
div.sociable {
  display: inline-table;
}
div.sociable ul li {
  float: left !important;
  list-style-type: none !important;
  width: 23px !important;
}

#mlnks.entry-meta{display:none !important;}
