/* base css */
@import url(/.shared/themes/common/base-weblog.css);

/* portal css */

/* theme css */
@import url(/.shared/themes/vox/artnouveau-red/screen.css);



/* user css */
body {
	margin: 10px 0 10px 0;
	font-family: verdana,arial,helvetica,sans-serif; /* AMD */
	font-size: 12px;
	color: #333;
        background-color:rgb(240,240,240);
}
.entry-content {
	line-height: 1.5em;
}

a {
	color: #055D90;
	text-decoration: none;
}
a:hover {
	color: #e47911;
	text-decoration: underline;
}
.entry a {
	text-decoration: underline;
}



img {
	padding: 10px;
}

#container-inner{
	margin: 0 0 10px 0;
	padding: 0 0 9px 0;
	background-color: #FFF;
	background-image: url(images/css/page-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#banner {
	width: 100%;
	border: none;
        background-color: #FFF;
}

#banner-inner {
	margin: 0px auto 0 auto;
	padding: 15px 0 97px 20px;
	background-color: #4d1d11;
	background: url("images/css/bread-header.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

#banner-header,
#banner-header a {
	color: #e47911;
	font-size: 24px;
	letter-spacing: 3px;
	display: inline;
}
#banner-header a span {
	color: #000;
}
#banner-header a:hover {
	text-decoration: underline;
}

#banner-description {
	color: #888;
	display: inline;
}
#header-components {
	float: right;
	color: #999;
	font-weight: bold;
	margin-right: 20px;
	margin-top: 6px;
}
#header-components a.component {
	color: #055D90;
	font-size: .9em;
	font-weight: normal;
}
#header-components a.feed {
	padding-left: 19px;
	padding-top: 1px;
	background-image: url(images/css/rss_icon.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
#header-components a.component:hover{
	color: #e47911;
}

div#pagebody {
	border: none;
	padding-top: 0px;
	margin-top: 20px;
	padding-bottom: 10px;
}

h1.entry-header {
	margin-bottom: 0px;
	color: #e47911; /* #055D90; */
	font-size: 1.5em;
}
h1.entry-header a {
	color: #e47911; /* #055D90; */
	text-decoration: none;
}


.by-line {
	color: #888;
	font-size: .8em;
	margin-bottom: 10px;
}
.by-line a {
	text-decoration: none;
}
.by-line a:hover {
	text-decoration: underline;
}


.entry-footer {
	color: #888;
	font-size: .8em;
	border-top: 1px dotted #e4e4e4;
}
.entry-footer a {
	color: #055D90;
}
.entry-footer a:hover {
	color: #e47911;
}

span.entry-footer-categories {
	display: block;
	float: right;
	max-width: 450px;
}


#alpha,
#alpha-inner {
	border: none;
}

.module {
	background-image: url(images/css/right-column-background.gif);
	background-position: bottom left;
	background-repeat: none;
	border-bottom: none;
	margin-bottom: 10px;
}
.module-header {
	margin: 0px;
	padding: 10px 15px 10px 15px;
	background-image: url(images/css/right-column-background.gif);
	background-position: top left;
	background-repeat: none;
}
.module-content {
	margin-bottom: 15px;
	border-bottom: none;
}
.layout-two-column-right 
#pagebody-inner {
	background: none;
}

h2.content-header{
	color: #000;
}
.aboutAuthor {
	margin-bottom: 0px;
}
.postsBy {
	margin-bottom: 15px;
	margin-top: 30px;
}



h1#banner-header {
	display: inline;
}
h2#banner-description {
	display: inline;
	margin-left: 5px;
}
#banner-logo,
#banner-logo img {
	margin: 0px;
	padding: 2px 0px 0px 0px;
}
#banner-logo img {
	margin-left: 20px;
}

.moreblogs {
	background-image: url(images/css/flyout-icon.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 1.5em;
}

.typelist-thumbnailed .module-list-item {
	background-color: #FFF;
	margin: 0px;
	border-bottom: none;
}
.typelist-thumbnailed .module-list-item .typelist-thumbnail {
	background-color: #FFF;
}
.typelist-thumbnailed .module-list-item .typelist-thumbnail img {
	margin: 0px;
	padding: 10px 5px 10px 10px;
}

/* popover styling */
div#moreBlogsHover {
	display: none;
	font-size: .9em;
	position: absolute;
	border: 1px solid #999;
	background-color: #FFF;
	width: 115px;
	top: 2em;
	left: 825px;
	padding: 5px 10px 5px 10px;
	z-index: 10;
}
div#moreBlogsHover h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
}
div#moreBlogsHover a {
	color: #055D90;
	font-weight: normal;
	display: block;
}
div#moreBlogsHover a:hover {
	color: #e47911;
}
div#moreBlogsHover li {
	margin: 0px 0px 0px 10px;
}

.module-calendar td a {
	text-decoration: underline;
	font-weight: bold;
}
.contact {
	margin-top: 15px;
	font-weight: bold;
}

#bookshelf {
	padding: 0px 10px 15px 10px;
	font-size: 11px; 
	line-height: -.8em; 
}
#bookshelf a {
	text-decoration: underline;
}
#banner-logo2 {
	padding: 4px 0 3px 0;
	margin: 0px;
}
#banner-logo2 img {
	padding: 0px;
	margin: 0px;
}


.blog-menu {
	line-height: 1.5em;
}


/* Two Column (Right) modifications */
.layout-two-column-right #alpha {
    width: 740px;
}


.comment-footer {
	margin: 10px 0 0 0;
}
.comment-content {
	border-bottom: 1px dotted #ddd;
	line-height: 1.5em;
	margin: 5px 0 5px 0;
}
.comment-content p {
	margin: 5px 0 10px 0;
}


div.comment-teaser {
	margin: 0 0 5px 0;
}
span.entry-footer-categories a,
div.comment-teaser a,
span.entry-footer-nav a {
	text-decoration: none;
}
span.entry-footer-categories a:hover,
div.comment-teaser a:hover,
span.entry-footer-nav a:hover {
	text-decoration: underline;
}

.copyright {
	border-top: 1px solid #EEE;
	font-size: 10px;
	padding: 5px;
	color: #999;
	text-align: center;
}

img.rightColumn {
        padding-left: 0px;
}

/* =========== cross blog nav =========== */

div#crossBlogBar {
         width: 940px;        
         height: 2em;
         background-color: #4d1d11;
}

ul#crossBlogBarList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
        margin: 0;
        padding: 0;
}
ul#crossBlogBarList li.logo {
        margin: 0 2em 0 0;
}
ul#crossBlogBarList li {
	float: left;
	margin: 0 1.35em 0 1.35em;
	list-style: none;
}
ul#crossBlogBarList li.active a {
	color: #FF9900;
        font-weight: bold;
}
ul#crossBlogBarList li a {
	color: #FFF;
	text-decoration: none;
}
ul#crossBlogBarList li a:hover {
	text-decoration: underline;
}
ul#crossBlogBarList li img {
        margin: 0;
        padding: 0;
}
ul#crossBlogBarList li.moreBlogs {
        float: right;
        margin: 0 0 0 0;
        list-style: none;
}
ul#crossBlogBarList li.moreBlogs a:hover {
        text-decoration: none;        
        border-bottom: 1px dashed #FFF;
}

/* ===========  header =========== */

h1.blogTitle {
    color: #e47911;
    font-size: 225%;
    font-weight: bold; font-family: Arial, Helvetica, sans-serif;
    margin: -2px 0 0 0;
    letter-spacing:-0.03em;"
}
span.blogTagLine {
    font-weight: bold;
    color: #666;
    font-size: 90%;
}


/* ph=1 */

