/*  
Theme Name: LUB
Theme URI: 
Description: Lieberman Themes for Lieberman web, based on "Arthemia Premium"
Version: 1.3
Author: divarts
Author URI: http://divarts.net/
Tags: thumbnails, newspaper, magazine, widgets, admin panel
*/

/* 
TABLE OF CONTENTS 

  HTML Elements
  Structure
  Navigation Bar
  Text
  Index Page
  Content Page
  Sidebar
  Form Elements  
  Comments
  Footer
  Clear

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background: #FFFFFF url(images/body_bg.gif) repeat;
	color: #111111;
	}

p {	
	margin: 15px 0;
	}
p.tags {
	font-size: 0.9em;
}
p.tags span {
	color: #0B3D91;
	font-weight: bold;
}
a:link, a:visited {
	color: #000000;
	text-decoration:none
	}

a:hover, a:active {
	color: #808080;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #ececec;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	height: 110px;
	background: transparent url(images/topor.png) bottom  no-repeat;
	margin:0px auto;
	margin-top:10px;
	padding:0;
	width: 1016px;
	position: relative;
	}

#page {
	margin:0px auto;
	font-size:0.7em;
	background: url(images/bgcontent.gif) repeat-y ;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}
#wrap {
	width:988px;
	border: 8px solid #f1f1f1;
	margin: 1px auto 0px auto;
	padding: 6px;
	background: url(images/bg3.png) repeat ;
}
#wrap-featured {
	width:1004px;
	height: 221px;
	margin: 10px auto;
	padding: 6px;
	background: url(images/wrap-f.png) repeat-x ;
}
#wrap-content {
	width:988px;
	border: 8px solid #f1f1f1;
	margin: 0px auto;
	padding: 6px;
	background: url(images/bg3.png) repeat ;
}
/* search module */
#searchschool {
	width: 646px;
	height: 36px;
	background: url(images/search_bg.png) repeat-x;
	float: left;
	color: #ffffff;
	padding: 11px 0 0 10px;
}
#searchschool h3 {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	
}
#searchschool ul {
	float: left;
	width: 220px;
	list-style-position: inside;
}
#searchschool form {
	float:left;
	height:18px;
	margin:0 10px;
	padding:3px;
	text-align:left;
	width:205px;
}
#searchsubmit {
	float: right;
}
#s {
	height:16px;
	margin-top:2px;
}
#selectprogram {
	margin-top: 5px;
	margin-bottom: 7px;
}
#selectprogram select {
	float: left;
	margin: 2px 10px;
}
/* Navigation Bar*/
#navbar {
	margin:5px;
	padding:2px 5px;
	text-transform:uppercase;
	width:700px;
	font-size:0.6em;
	float: left;
	}

#page-bar {
	padding:0px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	/*border-right:1px solid #303030;*/
	}

#page-bar li:hover {
	background: #0B3D91;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:7px 14px;
	font-weight:bold;
	color:#eeeeee;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	color: #FFFFFF;
	}

#page-bar p {
	margin:0;
	padding:0;
	}

#searchform {
	width:184px;
	float:right;
	text-align:right;
	padding-top:3px;
	margin-right:10px;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 132px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	width: 122px;
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	background: #5b5b5b;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #909090;
	padding: 4px 10px 4px 10px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
        z-index: 5;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:2.0em Arial;
	font-weight:bold;
	}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#303030;
	font-weight:bold;
	}

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333333;
	letter-spacing:-0.05em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	margin-bottom:15px;
	color: #838387;
	font-size: 24px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#join {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 9px;
	height: 15px;
	overflow: hidden;
	clear: both;
	float: right;
	padding: 15px 15px 0 0;
	font-weight: bold;
}
#join a {
	text-decoration: underline;
}
#twitter {
	height: 40px;
	overflow: hidden;
	clear: both;
	float: right;
	background: url(images/twitbg.png);
	width: 412px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 12px;
	
}
#twitter p {
	height:14px;
	margin:0;
	overflow:hidden;
	padding:3px 15px 0 10px;
}
#twitter a {
	color: #ffffff;
}
#menu {
	height: 40px;
	width: 1016px;
	float: left;
	overflow: hidden;
}
#logo {
	width:216px;
	height:47px;
	left:15px;
	position:absolute;
	top:21px;
	}
#joinbutton {
	float: right;
	padding: 7px 20px 0 0;
}
#tagline {
	margin-top:10px;
	font-size:1em;
	color:#1d3566;
	font-weight:bold;
	}

#top {
	margin:0 auto;
	padding:0px;
	font-size:0.7em;
	}

#headline {
	width: 636px; /*656*/
	height: 224px; /*244*/
	background: url(images/headline_bg.gif) repeat-x top;
	float: left;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	color:#000000;
	overflow: hidden;
	}
#headline2 {
	width: 966px; /*656*/
	height: 196px; /*216*/
	padding:10px;
	margin-bottom: 7px;
	background: url(images/headline_bg.gif) repeat-x top;
	overflow: hidden;
	}

#headline a {
	color:#333333;
	}


#headline a:hover {
	color:#ffffff;
	}

#top div.label {
	font:1.2em Arial;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:0px;
	padding-top:15px;
	}

#headline div.title {
	font:1.8em Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:1em;
	display:block;
	padding-bottom:5px;
	}
#headline div.title a {
	color: #FF5C00;
}
#headline div.meta {
	display:block;
	padding:4px 0px 4px 0px;
	color:#ececec;
	font-size:0.85em;
	}

#headline p {
	padding-bottom:15px;
	}
#wrap-featured h1 {
	background: url(images/lubicon.gif) no-repeat 7px top;
	font-size: 14px;
	padding-left: 34px;
	padding-top: 5px;
	height: 23px;
	color: #000000;
}
#bg-featured {
	padding: 7px;
	background: url(images/feat-bg.gif) repeat-x;
		height: 176px;
	overflow: hidden;
}
#featured {
	height: 166px;
	background: #ffffff;
	padding:10px 0px 0px 10px;
	font-size:1.05em;
	font-size:0.7em;

	}

#featured .clearfloat {
	margin-top:0px;
	margin-bottom:7px;
	margin-right: 9px;
	width: 186px;
	height: 154px;
	background: #ffffff url(images/single-feat-bg.png) bottom repeat-x;
	float: left;
	overflow: hidden;
	}

#featured .info {
	margin:5px 6px 0 6px;
	padding-top:0px;
	float:right;
	width:174px;
	font-size:0.9em;
	}

#featured .meta {
	margin-top:5px;
	font-size:0.85em;
	}

#featured .title {
	font-weight:bold;
	}

#featured .divider {
	margin-left:95px;
	}



#featured a {
	color: #ffffff;
	}

#featured a:hover {
	color:#808080;
	}

#featured a img {
	border:none;
	margin:0;
	}

#headline a img {
	/*border:3px solid #fff;*/
	margin-right:15px;
	margin-bottom:10px;
	margin-top: 0px;
	}

#single_head {
	width:195px;
	float:left;
	padding:15px 12px 20px 25px;
	margin:0;
	background:#333333;
	color:#fff;
	}

#single_head a img {
	border:3px solid #fff;
	}

#single_desc {
	width:675px;
	float:right;
	padding:0px 10px 5px 10px;
	font-size:1.05em;
	line-height:1.5em;
	}


#single_desc div.title {
	font:2.4em Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;
	padding-top:10px;
	}

#single_desc div.meta {
	display:block;
	padding-bottom:5px;
	font-size:0.85em;
	}

#single_desc p {
	margin:0px;
	padding-bottom:10px;
	}

#single_desc a {
	color:#000000;
	}

#single_desc a:hover {
	color:#808080;
	}

#mores {
	margin:0 auto;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	border-bottom:5px solid #fff;
	width:940px;
	font-size:0.7em;
	}

#more-head {
	background:#333333;
	text-align:center;
	float:left;
	width:560px;
	padding:0px 12px 10px 25px;
	}

#more-feat {
	background:#dedede;
	text-align:center;
	float:right;
	width:320px;
	padding:0px 10px 10px 13px;
	}

#more-head a {
	background:#404040;
	color:#b0b0b0;
	}

#more-feat a {
	background:#d0d0d0;
	color:#505050;
	}

#more-head a, #more-feat a {
	display:block;
	font-weight:bold;
	padding:3px;
	}

#more-feat a:hover {
	text-decoration:none;
	background:#b0b0b0;
	}

#more-head a:hover {
	text-decoration:none;
	background:#505050;
	}

#middle {
	margin:0 auto;
	padding:10px 10px 0px 10px;
	background:#fff;
	width:920px;
	font-size:0.7em;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}
    
.category {
	width:164px;
	float:left;
	border-top:8px solid #333333;
	margin:0px;
	padding:5px 10px 15px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {
	text-transform:uppercase;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
	}

#front-list .cat_title {
	font-size:1.25em;
	}

#front-popular h3 {
	color:#fff;
	}

.more-link {
	display:block;
	margin:15px 0px;
	}

.category a {
	color:#333333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#bottom {
	width: 987px;
	}

#bottom-left {
	float:left;
	background: #ffffff;
	}

#bottom-left .meta, #content.archive .meta {
	font-size:0.85em;
	}

#front-list {
	width: 636px;
	padding:10px;
	background:#fff;
	font-size:1.05em;
	line-height:1.75em;
	margin-bottom:10px;
	border-top:1px solid #ececec;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title {
	font:1.5em Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	}

#front-list .divider {
	margin-left:216px;
	margin-top:0px;
	margin-bottom:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	color:#333333;
	font-weight:bold;
	}

#headline p, #featured p {
	margin:0;
	}


#paged-list {
	width:636px;
	padding:0px 10px;
	background:#fff;
	font-size:1.05em;
	line-height:1.75em;
	border-top:1px solid #ececec;
	}

#paged-list .clearfloat {
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;
	}

.onecolumn {
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}

.onecolumn img {
	float:left;
	margin:0px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox {
	width:275px;
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}

.archive .tanbox {
	width:636px;
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;
	}

.tanbox img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox span.title a, .onecolumn span.title a {
	font:1.2em Arial;
	font-weight:bold;
	}

.tanbox p, .onecolumn p {
	margin:5px 0px;
	}	

#navigation {
	padding:15px 10px;
	background:#fff;
	font-size:1.05em;
	text-align:center;
	width:550px;
	}


/* Content Page*/

#content {
	width:636px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	border-top:1px solid #ececec;
	min-height:300px;
	}

.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px solid #e2e2e2;
	}

.entry ul, .post ol {
	margin-bottom:15px;
	}

#content h2.title {
	letter-spacing:-0.05em;
	border-bottom:1px solid #e2e2e2;
	border-top:3px solid #e2e2e2;
	margin-bottom:0px;
	padding:5px 0px;
	color:#000000;
	}

.entry ul li {	
	list-style:square;
	margin-left:30px;
	}

.entry ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.entry ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.entry img, .post a img, #front-list img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.entry a {
	text-decoration:underline;
	}

.post .ads {
	margin-top:10px;
	}

#stats {
	margin-bottom:15px;
	padding:8px 0px;
	font:0.9em Arial;
	display:block;
	border-bottom:1px solid #e2e2e2;
	font-weight:bold;
	}

span#map {
	font-size:0.9em;
	}

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
}

/* Sidebar*/
#sidebar {
	width:326px;
	float:right;
	margin:0px 0px 0px 0px;
	padding-top: 37px;
	overflow:hidden;
	background: #ffffff url(images/top_content_bg.gif) repeat-x top;
	}

.spoiler { 	
	padding:0px 12px 12px 12px;
	background:#fff;
	margin-bottom:12px; 	
	overflow:hidden;
}

.spoiler img {
	border:1px solid #ccc;
	padding:2px;
	margin-right:10px;
	margin-bottom:5px;
	}


.spoiler h3 {
	font:1.1em Arial, Helvetica, Verdana, Sans-Serif; 	
	font-weight:bold; 	
	color:#fff; 	
	margin:0px 0px 8px 0px; 	
	padding:3px 10px;
	border-bottom:1px solid #ececec; 	}

.spoiler h3 a {
	color:#fff;
	text-decoration:none;
	}

.spoiler p {
	margin:0;
	color:#6d6d6d;
	}

.spoiler h4 {
	font:1.05em Arial, Helvetica, Verdana, Sans-Serif; 	font-weight:bold;
	margin-bottom:5px;
	}

.spoiler h4 a {
	color:#0B3D91;
	}
.postspoiler {
	background:transparent url(images/dots_content.gif) repeat-x scroll center bottom;
	display: block;
	clear: both;
	padding: 10px 0;
}
#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#303030;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:306px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	/*border-top:1px solid #ececec;*/
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:326px;
	float:right;
	}

#sidebar-left {
	width:137px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	/*border-top:1px solid #ececec;*/
	}

#sidebar-right {
	width:137px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	/*border-top:1px solid #ececec;*/
	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #bbbbbb;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar li ul li {
	border-bottom:0px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

#sidebar h3 img { margin-top:1px; }

/* Form Elements */

select {
	border:1px solid #333333;
	}
	
.submitbutton {
	padding: 1px;
	border:1px solid #aaa;
	background:#fff;
	font-size:0.9em;
	color:#aaa;
	cursor: pointer;
	}

.field {
	padding: 1px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background:#fff;
	font-size:1.0em;
	}

#search .searchbutton {
	padding: 1px;
	border:1px solid #333333;
	background:#fff;
	font-size:1.0em;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 0px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	}



/* Comments*/

#comments {
	line-height:1.5em;
	}

.commentlist cite {
	font-style:normal;
	margin-bottom:0px;
	display:block;
	font-size:1.1em;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	color:#4d4d4d;
	padding: 10px 14px 10px 14px;
	background:#f2f2f2;
	border-bottom: 1px solid #dfdfdf;
	list-style:none;
	margin-bottom:3px;
	line-height:1.0em;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	width:542px;
	float:right;
	line-height:1.5em;
	}
	
li.my_comment {
	background: #fff;
	}

li cite strong {
	font-size: 1.1em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #ccc;
	margin:15px 8px 6px 0;
	float:left;
	padding:2px;
	width:45px;
	height:45px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/

#carousel {
	font-size:0.7em;
	color:#fff;
	width: 910px;
	background:#fff;
	margin: 0 auto;
	padding:15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

.carousel-item {
    width:131px;
    float:left;
    padding:0px 20px;
    border-right:1px dotted #ccc;
}

.carousel-item img {
    border:1px solid #ccc;
    padding:2px;
    margin-bottom:5px;
}

.carousel-item .info {
    font-weight:bold;
}

#gallery {
	font-size:0.7em;
	color:#333;
	width: 306px;
	height: 272px;
	background: #000000;
	float: right;
	margin: 0;
	padding:10px;
	}

#gallery #random {
    float:right;
    width:613px;
    padding-bottom:5px;
}

#gallery #random img {
    padding:2px;
    border:1px solid #ccc;
    margin-right:16px;
    margin-bottom:15px; 
    background:#fff;
}
#gallery #video {
    float:left;
    width:306px;
	 border: 1px solid #333333;
}

#gallery h3 {
    display:block;
    padding-bottom:5px;
}
#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 986px;
	background:#303030;
	margin: 0 auto 50px auto;
	padding:15px;
	padding-top: 30px;
	background: #000000 url(images/footer_top_bg.gif) top repeat-x;
	
	}

#mostpopular, #mostcommented {
	width:300px;
	float:left;
	padding:0px 20px 0px 0px;
	border-right:1px solid #808080;
	}

#mostcommented {
	margin-left:20px;
	}

#flickr_rss {
	width:300px;
	float:right;
	padding:0px;
	}

#mostpopular a, #mostcommented a, #flickr_rss a {
	color:#fff;
	}

#mostpopular ul, #mostcommented ul, #flickr_rss ul {
	margin-top:5px;
	}

#mostpopular li, #mostcommented li, #flickr_rss li {
	list-style:none;
	background:url(images/dots_footer.gif) repeat-x top;
    padding-top:1px;
	}

#mostpopular ul li a, #mostcommented ul li a, #flickr_rss ul li a {
	padding:5px;
	display:block;
	text-decoration:none;
	}

#mostpopular ul li a:hover, #mostcommented ul li a:hover, #flickr_rss ul li a:hover {
	background:#000000;
	color:#fff;
	}

#mostpopular ul li:first-child, #mostcommented ul li:first-child, #flickr_rss ul li:first-child {
	background:none;
	}


#footer {
	margin: 0 auto;
	width: 920px;
	font-size:0.6em;
	background:#dedede;
	color:#333333;
	padding:5px 10px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#footer a:hover {
	color:#808080;
	}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
#footer {
	display: none;
}

.onecolumn span.title a {
	color: #666666;
}

.full {width:400px;}

/*edited May 21th 2009*/
#sidebar {
	background: none;
	float: none;
	padding-left: 5px;
	padding-top: 0;
}

#searchschool form {
	margin: 0 0 0 7px;
}
#headline p, #featured p {
margin:0;
max-height:126px;
overflow:hidden;
}
#wrap-title-content {
	width: 1016px;
	margin: 1px auto 0 auto;
}
#wrap-title-content h1.blog {
	width: 630px;
	height: 22px;
	display: block;
	background: #f1f1f1 url(images/lubicon.gif) no-repeat 13px 4px;
	color: #000000;
	font-size: 14px;
	float: left;
	padding: 7px 0 0 40px;
}
#wrap-title-content h1.side {
	width: 300px;
	height: 22px;
	display: block;
	background: #f1f1f1 url(images/lubicon.gif) no-repeat 13px 4px;
	color: #000000;
	font-size: 14px;
	float: right;
	padding: 7px 0 0 40px;
}
#account {
	width: 200px;
	position: absolute;
	left: 265px;
	top: 45px;
}
#account a {
	font-weight: bold;
	font-size: 11px;
	padding-right: 20px;
}