Skip to content

Instantly share code, notes, and snippets.

@mihadaiko
Created February 21, 2013 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mihadaiko/5008645 to your computer and use it in GitHub Desktop.
Save mihadaiko/5008645 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes() ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="content-type" content="<?php bloginfo('html_type') ?>; charset=<?php bloginfo('charset') ?>" />
<title><?php wp_title( '-', true, 'right' ); echo wp_specialchars( get_bloginfo('name'), 1 ) ?></title>
<?php if (get_option('thestars_feedburner') == 'Enable') { ?>
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php echo(get_option('thestars_feedburner_rss')); ?>" />
<?php } else { ?>
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<?php }; ?>
<link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/style.css" type="text/css" media="screen" />
<?php if (get_option('thestars_color_scheme') <> 'Original') { ?>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/css/style-<?php echo(get_option('thestars_color_scheme'));?>.css" type="text/css" media="screen" />
<?php }; ?>
<!--[if lte IE 6]><script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/supersleight-min.js"></script><![endif]-->
<?php wp_enqueue_script('jquery'); ?>
<?php wp_enqueue_script('superfish', get_bloginfo('template_directory').'/js/superfish.js', array('jquery'), '1.0'); ?>
<?php if (trim(get_option('thestars_header_code')) <> "") { echo stripslashes(get_option('thestars_header_code')); } ?>
<?php if (is_singular()) wp_enqueue_script('comment-reply'); ?>
<?php wp_head(); ?>
</head>
<body class="<?php body_class() ?>">
<div id="header">
<div class="pads clearfix">
<center> <a href="<?php echo get_option('home'); ?>"><img id="site-logo" src="<?php bloginfo('template_directory'); ?>/images/evain3.png" alt="<?php bloginfo('name'); ?>" /></a></center>
</div>
</div><!-- #header -->
<div id="nav">
<div class="nav-wrap">
<?php wp_nav_menu( array( 'theme_location' => 'primary-menu', 'sort_column' => 'menu_order', 'container_class' => 'nav' ) ); ?>
</div>
</div>
<div id="container">
<div class="pads clearfix">
<?php get_header() ?>
<div id="content">
<?php while(have_posts()) : the_post(); ?>
<div class="entry-single">
<div class="entry-top">
<div id="circle">
<br>
<span class="month"><?php the_time('M') ?></span><br>
<span class="day"><?php the_time('jS') ?></span><br>
<span class="year"><?php the_time('Y') ?></span></div> <div id="entry-title"><a href="<?php the_permalink() ?>" title="<?php printf( __('Permalink to %s', 'wpbx'), the_title_attribute('echo=0') ) ?>" rel="bookmark"><?php the_title() ?></a></div>
</div>
<div class="entry-content clearfix">
<?php the_content() ?>
<?php wp_link_pages('before=<div class="page-link">' . __( 'Pages:', 'wpbx' ) . '&after=</div>') ?>
</div>
<div class="entry-meta entry-bottom">
<?php the_tags( __( '<span class="tag-links">Tags: ', 'wpbx' ), ", ", "</span>\n" ) ?>
</div>
</div><!-- .post -->
<?php endwhile; ?>
<div class="navigation clearfix">
<div class="nav-previous"><?php next_posts_link(__( 'Previous <span class="meta-nav">Articles</span>', 'wpbx' )) ?></div>
<div class="nav-next"><?php previous_posts_link(__( 'Next <span class="meta-nav">Articles</span>', 'wpbx' )) ?></div>
</div>
</div><!-- #content -->
<?php get_sidebar() ?>
<?php get_footer() ?>
/*
Theme Name: Erica Vain 2.0
Description: Erica Vain Magazine Theme
Author: Terrell Anderson (LLE)
Author URI: http://LittleLadyEnterprises.com
Tags: blog, magazine, red, black, pink, white
Version: 2.0
*/
/* import stylesheets and hide from ie/mac \*/
@import url("css/master.css");
/* end import/hide */
/***** General ********************/
body {
color: #000;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
background: #ccc url('images/evainbg.jpg') repeat fixed;
overflow-x:hidden;
}
/* links */
a:link, a:visited {
color: #3E7AB9;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* global ads */
.adblock {
line-height: 0;
}
.adblock a img {
border: none !important;
line-height: 0;
}
/***** Layout ********************/
.pads {
width: 970px;
margin: 0 auto;
}
#container {
width: 970px;
padding: 0px 0px 0px 0px;
margin: 0 auto;
}
#wrapper {
width: 100%;
float: left;
background: #fff;
}
#content {
float: left;
width: 610px;
margin: 0px 0px 0px 10px;
padding: 0px 0px 0px 0px;
background: #fff;
}
body.blog #content,
body.single #content {
padding: 0;
}
body.attachment #content {
padding: 10px 0 0;
}
#sidebar {
float: right;
width: 320px;
margin: 0px 10px 0px 0px;
}
#contentfull {
width: 970px;
margin: 0px 0px 10px 10px;
padding: 0px 0px 0px 0px;
background: #fff;
}
/***** Header ********************/
#header .pads {
padding: 5px 0 0px 190px;
width:100%;
background:#000;
}
/* site logo */
#header #site-logo {
float: left;
padding: 0 0 0 80px;
line-height: 0;
}
/* top 468x60 ads */
#header .adblock {
top: 10px;
position: relative;
margin: 0 0 0 492px !important;
z-index: 0;
}
/***** Top Navigation Menu ********************/
#top {
margin: 0 auto;
background: url('images/bg-top.png') repeat-x 0 100%;
color: #000000;
text-transform: none;
overflow: hidden;
clear: both;
}
#top ul {
width: auto;
float: right;
list-style: none;
color: #FFFFFF;
text-transform: none;
margin: 0;
padding: 0;
}
#top li {
float: left;
list-style: none;
margin: 0;
padding: 0;
}
#top li a {
color: #000000;
display: block;
font-size: 12px;
margin: 0px 0px 0px 0px;
padding: 5px 10px 5px 10px;
text-decoration: none;
position: relative;
}
#top li a:hover, #top li a:active, #top .current_page_item a {
color: #3E7AB9;
}
#top li a.sf-with-ul {
padding-right: 20px;
}
#top li a .sf-sub-indicator {
background: url(images/arrow-down.png);
display: block;
width: 10px;
height: 10px;
text-indent: -9999px;
overflow: hidden;
position: absolute;
top: 11px;
right: 5px;
}
#top li li a, #top li li a:link, #top li li a:visited {
background: #E0E0E0;
color: #000000;
width: 130px;
font-size: 12px;
margin: 0px 0px 0px 0px;
padding: 3px 10px 3px 10px;
border-bottom: 1px solid #666666;
position: relative;
}
#top li li a:hover, #top li li a:active {
color: #3E7AB9;
background: #E0E0E0;
}
#top li li a .sf-sub-indicator {
background: url(images/arrow-right.png);
top: 7px;
}
#top li ul {
z-index: 9999;
position: absolute;
left: -999em;
height: auto;
width: 150px;
margin: 0;
padding: 0;
}
#top li ul a {
width: 120px;
}
#top li ul a:hover, #top li ul a:active {
}
#top li ul ul {
margin: -26px 0 0 150px;
}
#top li:hover ul ul, #top li:hover ul ul ul, #top li.sfHover ul ul, #top li.sfHover ul ul ul {
left: -999em;
}
#top li:hover ul, #top li li:hover ul, #top li li li:hover ul, #top li.sfHover ul, #top li li.sfHover ul, #top li li li.sfHover ul {
left: auto;
}
#top li:hover, #top li.sfHover {
position: static;
}
/***** Main Navigation Menus ********************/
#nav-wrap {
background: #FFFFFF;
width: 100%;
margin: 0 auto 0;
padding: 0;
}
#nav, #subnav {
width: 100%;
margin: 0 auto;
padding: 0px 0px 0px 190px;
background: #000000;
color: #FFFFFF;
font-weight: bold;
border-top:2px solid white;
text-transform: uppercase;
overflow: hidden;
font-family:Bauer Bodoni;
clear: both;
}
#nav ul, #subnav ul, #header ul.nav, #header ul.menu {
width: 100%;
float: left;
margin: 0;
padding: 0;
}
#nav li, #subnav li, #header ul.nav li, #header ul.menu li {
float: left;
list-style: none;
}
#nav li a, #subnav li a, #header ul.nav li a, #header ul.menu li a {
color: #FFFFFF;
display: block;
font-size: 20px;
margin: 0;
font-family:Bauer Bodoni;
padding: 8px 10px 8px 10px;
text-decoration: none;
position: relative;
}
#nav li a:hover, #nav li a:active, #nav .current_page_item a, #nav .current-cat a, #nav .current-menu-item, #subnav li a:hover, #subnav li a:active, #subnav .current_page_item a, #subnav .current-cat a, #subnav .current-menu-item, #header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item a, #header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a {
background: #333333;
color: #FFFFFF;
}
#nav li a.sf-with-ul, #subnav li a.sf-with-ul, #header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul {
padding-right: 25px;
}
#nav li a .sf-sub-indicator, #subnav li a .sf-sub-indicator, #header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
background: url(images/arrow-down.png);
display: block;
width: 10px;
height: 10px;
top: 14px;
right: 10px;
text-indent: -9999px;
overflow: hidden;
position: absolute;
}
#nav li li a, #nav li li a:link, #nav li li a:visited, #subnav li li a, #subnav li li a:link, #subnav li li a:visited, #header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited, #header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
background: #000000;
color: #FFFFFF;
width: 158px;
font-size: 12px;
margin: 0;
padding: 8px 10px 8px 10px;
border-left: 1px solid #666666;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
position: relative;
}
#nav li li a:hover, #nav li li a:active, #subnav li li a:hover, #subnav li li a:active, #header ul.nav li li a:hover, #header ul.nav li li a:active, #header ul.menu li li a:hover, #header ul.menu li li a:active {
background: #333333;
}
#nav li li a .sf-sub-indicator, #subnav li li a .sf-sub-indicator, #header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
background: url(images/arrow-right.png);
top: 12px;
}
#nav li ul, #subnav li ul, #header ul.nav li ul, #header ul.menu li ul {
z-index: 9999;
position: absolute;
left: -999em;
height: auto;
width: 180px;
}
#nav li ul a, #subnal li ul a, #header ul.nav li ul a, #header ul.menu li ul a {
width: 160px;
}
#nav li ul ul, #subnav li ul ul, #header ul.nav li ul ul, #header ul.menu li ul ul {
margin: -36px 0 0 179px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul, #subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul, #header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul, #header ul.menu li:hover ul ul, #header ul.menu li:hover ul ul ul, #header ul.menu li.sfHover ul ul, #header ul.menu li.sfHover ul ul ul {
left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul, #subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul, #header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul, #header ul.menu li:hover ul, #header ul.menu li li:hover ul, #header ul.menu li li li:hover ul, #header ul.menu li.sfHover ul, #header ul.menu li li.sfHover ul, #header ul.menu li li li.sfHover ul {
left: auto;
}
#nav li:hover, #nav li.sfHover, #subnav li:hover, #subnav li.sfHover, #header ul.nav li:hover, #header ul.nav li.sfHover, #header ul.menu li:hover, #header ul.menu li.sfHover {
position: static;
}
/***** Content ********************/
#container .pads {
padding: 10px 0 0;
background: #fff;
}
/* basic elements */
blockquote {
color: #999;
font-style: italic;
padding: 0 10px 0 25px;
background: url('images/quote.png') no-repeat 0 0;
}
.entry-content ul {
margin: 0 0 0 10px;
list-style: none;
}
.entry-content ul ul {
margin: 0 0 10px;
}
.entry-content ul li {
padding: 0 0 0 13px;
background: url('images/bullet-list-bw.gif') no-repeat 0 8px;
}
.entry-content ol li {
padding: 0;
background: none;
}
/* alignments & images */
img.aligncenter, img[align="center"] {
margin: 0 auto;
display: block;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
.alignleft {
float: left;
margin: 0px 10px 10px 0px;
}
img.alignleft, img[align="left"] {
float: left;
margin: 0px 10px 10px 0px;
}
.alignright {
float: right;
margin: 0px 0px 10px 10px;
}
img.alignright, img[align="right"] {
float: right;
margin: 0px 0px 10px 10px;
}
.entry-content img {
max-width: 558px;
height: auto;
padding: 10px;
background: #fff;
}
.entry-content img.wp-smiley {
background: none !important;
}
/* Caption */
.wp-caption {
max-width: 558px;
padding: 5px 0px 5px 0px;
text-align: center;
background: #f6f6f6;
border: 1px solid #eee;
}
.wp-caption img {
max-width: 558px;
height: auto;
margin: 0;
padding: 0;
background: none;
}
.wp-caption p.wp-caption-text {
margin: 0;
padding: 0 5px;
font-size: .9em;
line-height: 1em;
}
/* navigation */
.navigation {
padding: 10px 0;
background: #f1f1f1;
}
.navigation a {
display: block;
padding: 5px 15px;
background: #3E7AB9;
text-transform: uppercase;
}
.navigation a:link,
.navigation a:visited {
color: #fff;
}
.navigation .meta-nav {
width: 0;
display: none;
}
.nav-previous {
float: left;
text-align: left;
}
.nav-next {
float: right;
text-align: right;
}
#nav-images {
margin: 0;
padding: 10px;
background: #fff;
border-bottom: 10px solid #f1f1f1;
}
#nav-images a {
float: left;
padding: 0;
background: none;
line-height: 0;
border: 1px solid #eee;
}
#nav-images a:hover {
border: 1px solid #3E7AB9;
}
#nav-images img {
width: 60px;
height: 60px;
padding: 3px;
background: #fff;
line-height: 0;
}
#nav-images img:hover {
background: #3E7AB9;
}
/***** Main Content ********************/
.entry {
margin: 10px 10px 10px 10px;
padding: 0px 0px 5px 0px;
border-bottom: 1px solid #cccccc;
}
.entry-single {
margin: 10px 10px 10px 10px;
padding: 0px 0px 5px 0px;
}
.entry-wide {
padding: 10px 10px 10px 10px;
border-bottom: 2px solid #F1F1F1;
}
.ad-entry {
padding: 10px 10px 10px 10px;
border-bottom: 2px solid #F1F1F1;
}
body.archive .entry {
border: none;
}
.page-title {
margin: 0px 0px 15px 0px;
padding: 5px 5px 5px 5px;
font-size: 1.8em;
font-weight: bold;
line-height: normal;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
.search .page-title,
.archive .page-title {
margin: 10px 15px 10px;
}
.author .page-title,
.category-page-title {
margin: 10px 10px 10px 10px;
padding: 5px 5px 0;
font-size: 1.8em;
font-weight: normal;
line-height: normal;
border-top: 1px solid #cccccc;
border-bottom: none;
}
.tag-page-title {
margin: 10px 10px 20px 10px;
padding: 5px 5px 5px 5px;
font-size: 1.8em;
font-weight: normal;
line-height: normal;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
body.attachment .page-title {
margin: 0 10px;
}
.section-title {
clear: both;
margin: 0 15px 10px;
padding: 5px;
font-size: 1.4em;
font-weight: bold;
text-transform: uppercase;
line-height: 1em;
border: solid #ccc;
border-width: 1px 0;
}
.entry-title {
margin: 0;
padding: 5px 8px 5px 8px;
font-size: 1.3em;
font-weight: bold;
line-height: normal;
font-stretch: narrower;
}
#entry-title a:link,
#entry-title a:visited {
color: #fff;
font-family:Bauer Bodoni;
text-transform:uppercase;
font-size:18px;
font-smooth: always;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
font-weight:lighter;
}
#entry-title a:hover {
color: #3E7AB9;
text-decoration: none;
}
.archive-meta {
margin: -10px 10px 15px 10px;
padding: 0px 5px 0px 5px;
color: #6c6c6c;
font-style: italic;
border-bottom: 1px solid #ccc;
}
.entry-meta,
.entry-meta a:link,
.entry-meta a:visited {
color: #999;
text-align: right;
}
.entry-meta a:hover {
color: #3E7AB9;
}
.entry-meta .entry-more a:link,
.entry-meta .entry-more a:visited {
color: #3E7AB9;
font-weight: bold;
}
.entry-meta .entry-more a:hover {
color: #3E7AB9;
text-decoration: underline;
}
.entry-meta .entry-date {
font-size: .8em;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-transform: none;
}
.entry-meta .entry-meta-sep {
padding: 0 2px;
}
.entry-content {
margin: 0px 0 0 0;
padding: 5px 0 0 0;
}
.entry-image {
float: left;
width: 120px;
height: 85px;
padding: 4px;
background: #fff;
border: 1px solid #eee;
}
.entry-caption {
color: #b1b1b1;
font-style: italic;
}
.entry-content .gallery {
max-width: 588px;
margin: 0 0 10px;
}
.entry-content .gallery dl {
margin: 0;
padding: 0;
}
.entry-content .gallery:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.entry-content .gallery {
display: inline-block;
}
* html .entry-content .gallery {
height: 1%;
}
*:first-child+html .entry-content .gallery {
min-height: 1px;
}
.entry-content .gallery {
display: block;
}
.entry-content .gallery a {
float: left;
margin: 0 5px 10px 0;
border: 1px solid #eee;
}
.entry-content .gallery a:hover {
background: #3E7AB9;
border: 1px solid #3E7AB9;
}
.entry-content .gallery img {
float: left;
width: 100px;
height: 100px;
padding: 3px;
background: none;
}
.protected .entry-content input {
margin: 5px 0 0;
padding: 3px 10px;
color: #fff;
background: #3E7AB9;
border: none;
}
.protected .entry-content label input {
color: #000;
background: #fefefe;
border: 1px solid #d5d5d5;
}
.protected .entry-content label input[type="text"]:focus {
background: #fff;
}
#searchform-no-results {
margin: 0px 0px 0px 0px;
padding: 15px;
background: #efefef;
}
#searchform-no-results #s {
width: 300px;
height: 20px;
padding: 5px 5px 0px 5px;
position: relative;
border: none;
}
#searchform-no-results .button {
padding: 5px 10px 5px 10px;
color: #fff;
text-transform: uppercase;
vertical-align: text-bottom;
background: #3E7AB9;
border: none;
}
#searchform-no-results #s-no-results {
border: 1px solid #d5d5d5;
}
/***** Front Page Styles ********************/
#headline {
height: 245px;
width:985;
background: url(http://ronaldmatters.com/wp-content/uploads/2012/03/headbg.jpg) repeat;
padding: 0px 0px 0px 0px;
overflow: hidden;
margin-top:0px;
position: relative;
border: 1px solid #dadada;
}
.featuredtitle {
z-index:2;
margin-top:-65px;
margin-left:4px;
overlay:visible;
width:220px;
height:68px;
position:relative;
padding: 18px 0px 0px 7px;
font-weight:bold;
background: transparent url('') no-repeat;
}
.featuredwt{
width:205px;
}
.featuredwt a:link,
.featuredwt a:visited {
color:#5d0000;
font-family: arial;
font-weight:bold;
font-style:italic;
font-size:14px;
}
.featuredwt a:hover {
color:#000;
font-family: arial;
font-weight:bold;
font-style:italic;
font-size:14px;
text-decoration:none;
}
/* Thumbnail Images */
.entry-list {
float: left;
width: 270px;
display: inline;
margin: 0 5px 0 15px;
padding: 5px;
}
.entry-list-thumb {
margin: 5px 10px 5px 0px;
line-height: 0;
float:left;
}
.entry-list-thumb img {
width: 200px;
height: 150px;
padding: 4px 4px 4px 4px;
border: 1px solid #eee;
}
/***** Archives Page ********************/
.archives-page-left {
float: left;
width: 220px;
margin: 0px;
padding: 0px 0px 0px 0px;
}
.archives-page-right {
float: left;
width: 350px;
margin: 0px;
padding: 0px 0px 0px 0px;
}
/***** Single Post View Styles ********************/
.entry-top {
margin: 0 0 5px 0;
padding: 0 0 7px 0;
text-align: left;
background:#000;
}
.entry-top #circle {
background:#f7008b;
width: 7em; height: 7em;
-webkit-border-radius: 5em; -moz-border-radius: 5em;
text-align:center;
color:white;
margin-left:-50px;
}
.entry-top #entry-title {
font-size: 2.0em;
width:560px;
margin:-70px 0 20px 35px;
font-weight: bold;
font-family: Arial, Helvetica, Georgia, "Times New Roman", Times;
}
.entry-top .entry-author {
font-style: italic;
}
.entry-meta-top {
margin: 0 0 0px 0;
padding: 0px 0px;
font-size: 0.9em;
color: #999;
text-align: left;
position: relative;
border-top: 0px solid #ccc;
border-bottom: 0px solid #ccc;
}
.entry-meta-top .entry-email img {
margin: -2px 0 0;
}
.entry-meta-top .entry-print img {
margin: -1px 0 0;
}
.entry-meta-top .entry-meta-sep {
padding: 0 3px;
}
.entry-meta-top .entry-bookmarks .entry-meta-sep {
vertical-align: super;
}
.entry-meta-top a:link,
.entry-meta-top a:visited {
color: #999;
}
.entry-meta-top a:hover {
color: #000;
text-decoration: none;
}
.entry-meta-top .entry-tools {
float: right;
margin: 2px 0px 0px 0px;
padding: 8px 0px 0px 0px;
line-height: 0;
list-style: none;
}
.entry-meta-top .entry-tools li {
float: left;
margin: 0;
padding: 0px 3px 0px 0px;
}
.entry-bottom {
margin: 15px 0 0;
}
.entry-bookmarks {
margin: 10px auto;
text-align: center;
}
body.single .entry {
border-bottom-width: 10px;
}
/* Author profile - on single post view */
.section-box {
left: 0;
margin: 15px 0 0;
padding: 15px 15px 5px 15px;
position: relative;
border: 1px solid #eee;
}
.section-box .author-avatar {
float: left;
width: 83px;
margin: 0 15px 5px 0;
}
.section-box .author-avatar img {
width: 75px;
height: 75px;
padding: 4px;
background: #fff;
border: 1px solid #eee;
}
.section-box .author-main {
margin: 0 0 5px 100px;
}
.section-box .author-main h3 {
color: #3E7AB9;
font-size: 1.4em;
font-weight: normal;
}
.section-box .the-desc {
color: #999999;
font-size: 0.9em;
font-weight: normal;
}
.section-box .author-contact {
top: 15px;
right: 15px;
position: absolute;
}
.section-box .author-contact .meta-sep {
color: #ccc;
padding: 0 6px 0 4px;
}
.section-box .author-posts {
margin: 5px 0 0;
}
/* Advertising Box - on single post view */
.advertising-box {
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
position: relative;
}
.advertising-box img {
display: block;
margin-left: auto;
margin-right: auto;
}
/***** Comments ********************/
.comments {
padding: 15px;
display: block;
border-bottom: 10px solid #f1f1f1;
}
#comments .navigation {
margin: 1px 0 0;
padding: 10px 0 0;
background: #fff;
}
#comments .section-title {
margin: 0 0 10px;
}
#comments ul {
margin: 0;
padding: 0;
list-style: none;
}
#comments ul ul {
margin: 15px 0 10px;
}
#comments li {
margin: 0 0 -1px;
padding: 15px 15px 5px;
border: 1px solid #eee;
}
#comments li.alt {
background: #f6f6f6;
}
#comments li.odd {
background: #fff;
}
#comments li.even {
background: #f6f6f6;
}
#comments .comment-author {
margin: 0 0 3px;
font-size: 1.2em;
font-weight: bold;
}
#comments #trackbacks-list .comment-author {
margin: 0;
font-size: inherit;
}
#comments #trackbacks-list .comment-meta,
#comments #trackbacks-list .comment-author img,
#comments #trackbacks-list .comm-repl-link {
display: none;
}
#comments .comment-author img {
float: left;
padding: 2px;
margin: 0 10px 10px 0;
background: #fff;
border: 1px solid #eee;
}
#comments .comment-meta {
color: #999;
}
#comments .comment-meta .meta-sep {
padding: 0 4px;
}
#comments .unapproved {
width: 50%;
margin: 10px auto;
padding: 5px 10px;
display: block;
color: #2255AA;
text-align: center;
background: #fff;
border: solid #c6c6c6;
border-width: 1px 0;
}
#comments .comment-content {
clear: both;
margin: 10px 0 0;
}
#comments #respond {
padding: 15px;
position: relative;
background: #fff;
border-bottom: solid #f1f1f1;
border-bottom-width: 10px;
}
#comments #respond .comm-cancel {
top: 21px;
right: 15px;
font-size: 10px;
text-transform: uppercase;
position: absolute;
}
#comments .formcontainer {
padding: 20px 20px 5px;
background: #f6f6f6;
border: 1px solid #eee;
}
#comments #commentform {
padding: 0 0 10px;
}
#comments #commentform .comm-notes {
color: #999;
font-style: italic;
}
#comments #commentform .form-input {
margin: 0 0 10px;
}
#comments #commentform input,
#comments #commentform textarea {
margin: 0 0 5px;
padding: 5px;
color: #999;
font-size: 1em;
font-style: italic;
font-family: Arial, Helvetica, sans-serif;
background: #fff;
border: 1px solid #eee;
}
#comments #commentform input {
width: 250px;
}
#comments #commentform textarea {
width: 97%;
}
#comments #commentform textarea:focus,
#comments #commentform input[type="text"]:focus {
color: #000;
font-style: normal;
background: #fff;
}
#comments #commentform #submit {
float: right;
width: auto;
margin: 0 4px 0 0;
padding: 5px 20px;
color: #fff;
font-style: normal;
text-transform: uppercase;
background: #3E7AB9;
}
/***** Sidebar ********************/
#sidebar .widget-title {
margin: 0 0 8px;
padding: 5px;
font-size: 1.4em;
font-weight: bold;
line-height: 1em;
text-transform: uppercase;
border: solid #ccc;
border-width: 1px 0;
}
#sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}
#sidebar ul ul ul {
margin: 0 0 -4px 15px;
border-top: 1px dashed #e5e5e5;
border-bottom: 1px solid #fff;
}
#sidebar li {
margin: 0 0 10px;
padding: 10px;
background: #fff;
}
#sidebar li li {
margin: 0;
padding: 3px 5px;
background: none;
border-bottom: 1px dashed #e5e5e5;
}
#sidebar a:link,
#sidebar a:visited {
color: #000;
}
#sidebar a:hover {
color: #3E7AB9;
text-decoration: none;
}
#sidebar embed, #sidebar object {
width: 300px;
height: 250px;
margin: 0px 0px 0px 0px;
padding: 0px;
}
/* Ad Spots */
#sidebar .adblock .adtitle {
margin: -5px 0 0;
padding: 0 0 5px;
color: #aaa;
text-align: center;
text-transform: lowercase;
font-family: monospace;
line-height: .8em;
}
/* Archives Link */
#sidebar #archives-link {
position: relative;
}
#sidebar #archives-link .widget-title {
padding: 8px 5px 8px 10px;
background: #3E7AB9;
border: none;
}
#sidebar #archives-link p {
margin: 0;
}
#sidebar .browse {
top: 10px;
right: 10px;
position: absolute;
}
#sidebar .browse a:link,
#sidebar .browse a:visited {
padding: 7px 8px 7px 26px;
display: block;
color: #fff;
font-weight: bold;
background: #ff5d80 url('images/bg-archives.gif') no-repeat 0 50%;
}
#sidebar .browse a:hover {
color: #000;
text-decoration: none;
}
*:first-child+html #sidebar .browse a {
padding-bottom: 6px;
}
/* Tag Cloud */
#sidebar #tag-cloud div {
margin: 0 10px;
}
/* Sidebar Asides */
#sidebar #asides .entry-block {
margin: 0 0 10px;
}
#sidebar #asides .block-image {
width: 75px;
height: 65px;
padding: 2px;
margin: 0 5px;
}
#sidebar #asides .block-title{
margin: 0;
padding: 0 0 5px;
font-size: 1em;
font-weight: bold;
line-height: 1.2em;
}
#sidebar #asides .block-title a:link,
#sidebar #asides .block-title a:visited {
padding: 0;
display: block;
color: #3E7AB9;
text-decoration: none;
}
#sidebar #asides .block-title a:hover {
color: #000;
}
#sidebar #asides .block-content {
margin: 0 5px 0 95px;
}
#sidebar #asides .block-content p {
margin: 0;
line-height: 1.3em;
}
/***** Footer ********************/
#footer {
width: 960px;
margin: 0 auto;
padding: 5px 0px 5px 0px;
background: #000;
color: #FFFFFF;
font-size:12px;
text-align: center;
}
#footer #menu-bottom {
padding: 10px 0px 0px 0px;
margin: 0 auto;
list-style: none;
}
#footer #menu-bottom li {
margin: 0;
padding: 0;
display: inline;
}
#footer #menu-bottom a {
padding: 0 10px;
line-height: 1em;
display: inline;
}
#footer #menu-bottom a:link,
#footer #menu-bottom a:visited {
color: #FFFFFF;
}
#footer #menu-bottom #mb-home a {
border-left: none;
}
.footerlinks {
margin: 0px, 0px, 0px, 0px;
padding: 10px 0px 0px 0px;
font-size:9px;
}
.footerlinks a:link,
.footerlinks a:visited {
color: #FFFFFF;
text-decoration: none;
}
/***** Search Form ********************/
#searchform {
margin: 0px;
padding: 0px;
display: inline;
}
#searchbox {
background: #EEEEEE !important;
width: 220px;
color: #202020;
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
font-weight: normal;
margin: 0px;
padding: 4px 0px 4px 5px;
border: 1px solid #666666;
}
#s {
background: #EEEEEE !important;
width: 160px;
color: #202020;
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
font-weight: normal !important;
margin: 0px;
padding: 4px 0px 4px 5px;
border: 1px solid #666666;
}
#searchsubmit {
background: #000000;
color: #FFFFFF;
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
font-weight: normal !important;
margin: 0px 0px 0px 5px;
padding: 3px 9px 3px 9px;
font-weight: bold;
border: 1px solid #666666;
}
@font-face {
font-family: "Bauer Bodoni";
src: url("fonts/BauerBodoniBoldBT-Bold.eot");
src: local("Bauer Bodoni"), local("Bauer Bodoni"),
url("fonts/BauerBodoniBoldBT-Bold.otf") format("opentype"),
url("fonts/BauerBodoniBoldBT.ttf") format("truetype"),
url("fonts/BauerBodoniBoldBT-Bold.woff") format("woff"),
url("fonts/BauerBodoniBoldBT-Bold.svg#Bauer Bodoni") format("svg");
}
@font-face {
font-family: "Bauer Bodoni";
src: url("fonts/BauerBodoniBoldBT-Bold.eot");
src: local("Bauer Bodoni"), local("Bauer Bodoni"),
url("fonts/BauerBodoniBoldBT-Bold.otf") format("opentype"),
url("fonts/BauerBodoniBoldBT.ttf") format("truetype"),
url("fonts/BauerBodoniBoldBT-Bold.woff") format("woff"),
url("fonts/BauerBodoniBoldBT-Bold.svg#Bauer Bodoni") format("svg");
}
.month {
color:#fff;
font-size:18px;
font-family: Arial Black;
font-weight:bold;
line-height:15px;
text-transform:uppercase;
}
.day {
color:#fff;
font-size:14px;
font-family: Arial;
font-weight:normal;
line-height:15px;
}
.year {
color:#fff;
font-size:16px;
font-family: Arial;
font-weight:bold;
line-height:15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment