/*   
Theme Name: A-Theme
Theme URI: http://www.aristocratsboutique.com
Description: A search engine optimized website framework for WordPress.
Author: Matt Edwards
Author URI: http://beansandcroydon.com/
Version: 1.0
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

@import url('styles/wp.css');

.post {
    margin-bottom: 64px;
}

.page-link {
    margin-bottom: 12px;
}

.entry-date {
    color: #fff;
}

.entry-title {
    color: #fff;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -2px;
    margin-top: 0px;
    text-transform: capitalize;
}

.entry-title a {
    text-decoration: none;
}

div.hr {
    border-top: 1px solid #777;
}

/* @group My Group */
.entry-content {
    margin-top: 24px;
}

.entry-content a {

}

.entry-content blockquote {
    border-top: 2px solid #515151;
    border-bottom: 2px solid #515151;
    padding:  18px 10px 0 10px;
    margin-bottom: 12px;
}

/* @end */

.entry-summary {
    margin-top: 18px;
}

/* @group entry-meta */
.entry-meta {
    margin-top: 12px;
}

.entry-meta .author-link a, .entry-meta .comments-link a {
	color: #959595;
    text-decoration: none;	
}


/* @end */


.entry-utility {
    
}

.entry-utility-summary {
    background-color: #202020;
    border: 1px solid #515151;
    font-size: 9px;
    margin: 18px 12px;
}

.entry-utility-summary p {
    margin: 18px 12px;
    text-align: center;
}

.cat-links, .tag-links {
    font-size: 9px;
    font-weight: bold;
    line-height: 12px;
    text-transform: uppercase;
}

.cat-links a, .tag-links a {
    font-weight: normal;
    text-decoration: none;
}



.pagination {
    padding: 18px 5px 0 5px;
}

.pagination .last {
    opacity: 0.25;
}

.pagination .current {
    background-color: #101010;
    border: 1px solid #2a2a2a;
    color: #ebebeb;
    padding: 8px;
}

.pagination span, .pagination a {
    padding: 5px;
    color: #959595;
}

.pagination a {
    text-decoration: none;
}

/* @group sidebar */

/* @group comments */

#comments {
    
}

#comments #form-allowed-tags, #comments #form-allowed-tags code {
    font-size: 9px;
}


/* @end */

#sidebar {
	padding: 18px 0;
}

#sidebar .widget-title {
    text-transform: uppercase;
}

#sidebar .widget-area {
    width: 160px;
    font-size: 9px;
    float: left;
}

#sidebar .widget-area ul.xoxo {
    margin: 0;
}

#sidebar .widget-area ul.xoxo ul {
    margin: 0 0 0 5px;
}

#sidebar .widget-area ul li a {
    text-decoration: none;
}

/* @end */

#searchlink img{
    vertical-align: sub;
}
