/*

Theme Name: Thotheme
Description: Thoth's child theme based on Twenty Twelve
Author: S.K. Thoth
Version: 1.0.0
Template: twentytwelve

 */

@import url('../twentytwelve/style.css');

.site {
    background-color: rgb(255,240,250);
}

a {
    color: rgb(35, 179, 75);
}

.entry-header .entry-title {
		 	font-size: 22px;	 	font-size: 1.571428571rem;
	color: rgb(144,35,40);
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	border-radius: 0px;
	box-shadow: none;
}

.site-header h1 a, .site-header h2 a {
	color: #711439;
}

.main-navigation {
margin-top: 0px;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: 1px solid rgb(100, 100, 100);
    border-top: 0px;
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
    color: rgb(144,35,40);
    font-weight: bold;
}

.main-navigation li a {
    border-bottom: 0px none;
    color: rgb(144,35,40);
    line-height: 3.69231;
    text-transform: uppercase;
    white-space: nowrap;
}

.archive-title {
    color: rgb(168, 30, 34);
}

.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
    font-size: 0.785714rem;
    line-height: 2.18182;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(144,35,40);
}

.template-front-page .widget-area .widget li a:hover {
    color: rgb(35, 179, 75);
}

.widget-area .widget a:hover {
    color: rgb(35, 179, 75);
}

#wp-calendar {
    margin: 20px;
    width: 60%;
    color: rgb(168,30,34);
}

element {
    color: rgb(168,30,34);
}

footer[role="contentinfo"] a {
    color: rgb(184,91,158);
}
footer[role="contentinfo"] a:hover {
    color: rgb(35, 179, 75);
}