/*
Theme Name: Halifax Makeup
Theme URI: www.halifaxmakeup.ca
Description: Child Theme for Thematic created for the Heather Rose Makeup Artistry Website
Author: Graham Rose
Author URI: www.grahamrose.ca
Template: thematic
Version: 1
.
General comments/License Statement if any.
.
*/
/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* =Theme Overrides Follow
-------------------------------------------------------------- */

/* =Global Elements
-------------------------------------------------------------- */
a:link, a:visited {
    color:#F76EB3;
    text-decoration:none;
}

/* =Header
-------------------------------------------------------------- */

#header {
    background:#333333;
}
#blog-title {
    font-size:60px;
    line-height:75px;
    font-weight:bold;
    letter-spacing:-1px;
    padding:99px 0 10px 0;
    border-bottom:1px solid #666;
}
#blog-title a {
    color:#c06;
    text-decoration:none;
}
#blog-description {
    font-style:italic;
    padding:8px 0 63px 0;
    color:#fff;
    font-family: "lucida sans unicode","lucida grande",sans-serif;
    text-transform: uppercase;
}

/************************************************ Style for drop-down menu */
#header{
	z-index:99; /* IE7 z-index bug */
}
#access{
	overflow:visible;
	position:static;
	float:none;
	height:37px;
  	background:#FDCDE5;
    	border-top:1px solid #DCDCDC;
}
#menu{
	position:static;
	width: 940px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;

	padding-top: 7px;
	padding-right: 0pt;
	padding-bottom: 8px;
	padding-left: 0pt;
	overflow-x: visible;
	overflow-y: visible;
	overflow:visible;
}
#menu ul{
	padding:0;
	margin:0;
}
#menu ul li ul{

}
#menu li{
	margin:0;
	padding:0;
}
#menu li a{
	text-align:center;
	margin:0 0px 0 0;
	width:11em;
	padding:5px;
	background:#FF84C2;
    	color:#fff;
    	border-top:1px solid #D8619D;
	border-left:1px solid #D8619D;
}
#menu li li li a{
	background:#FF84C2;
}
#menu a:hover {
    background:#F76EB3;
    color:#fff;
    border-color:#D8619D;
}
#menu .current_page_item a {
    background:#F76EB3;
    color:#fff;
    border-color:#D8619D;
}
#menu a:focus {
    background:#F4258C;
    color:#fff;
    border-color:#D8619D;
}
#main{
	clear:both;
}





/* =Content
-------------------------------------------------------------- */
.hentry {
    margin:9px 0 0 0;
    padding:20px 1px 36px 1px;
    border-bottom:1px solid #e0e0e0;
    border-top:0;
}
.archive-meta {
    border-bottom:1px solid #e0e0e0;
}

.entry-title {
    font-family: "lucida sans unicode","lucida grande",sans-serif;
    color: #666666;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.4;
    padding:8px 0 3px 0;
font-weight: normal;
}
h1.entry-title {
    font-size:34px;
    line-height:46px;
    padding:15px 0 24px 0;
    color:#c06;
}
.entry-title a {
    text-decoration:none;
    color:#000;
}
.entry-title a:hover {
    text-decoration:none;
    color:#c06;
}
.comments-link a {
    font-weight:bold;
    color:#F76EB3;
}
/* =Comments
-------------------------------------------------------------- */

#comments {
    background:#bbbbbb;
    color:#fff;
    margin:54px 0 0 0;
    padding:18px 0;
    overflow:hidden;
}
#comments li {
    background:#787878;
    border-top:1px solid #696969;
    margin:0 20px 18px 20px;
    padding:17px 20px 0 20px;
    position:relative;
}
#comments a {
}
#comments li.byuser {
    background:#5C9BD1;
    border-color:#3B86C7;
}
#comments .fn a {
    color:#fff;
}
#trackbacks-list .comment-author a {
    font-size:14px;
    font-weight:bold;
    color:#fff;
}
#respond {
    background:#787878;
    border-top:1px solid #696969;
    padding:17px 20px 0 20px;
    width:460px;
    margin:0 auto;
}

/* =Author Info
-------------------------------------------------------------- */

#author-info {
    margin:18px 0 36px 0;
}
#author-info p:first-line {
    font-weight:bold;
}
#author-info .avatar {
    float:left;
    width:72px;
    height:72px;
    margin:0 10px 0 0;
    padding:5px;
    background:#B5D1EA;
    position:relative;
    top:4px;
}

/* =Asides (widgetized areas)
-------------------------------------------------------------- */

/* Begin Calendar styles */
.aside table {
    border-top:1px solid #e0e0e0;
    margin:0 0 8px 0;
}
.aside th {
    border-left:1px solid #e0e0e0;
}
.aside tr {
    border-bottom:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    line-height:35px;
}
.aside td {
    border-left:1px solid #e0e0e0;
    padding:0 10px
}
.aside caption { /* Make the caption match h3 styles */
    font-size:14px;
    font-weight:bold;
    text-align:left;
    margin:0 0 9px 0;
}
.aside tfoot tr {
    border:none;
    line-height:36px;
}
.aside tfoot td {
    border:none;
    padding:0;
}
.aside #next {
    text-align:right;
}
/* End Calendar styles */
#content .widgetcontainer {
    border-top:1px solid #e0e0e0;
    padding:35px 1px 18px 1px;
    margin:18px 0 36px 0;
}
#page-top .widgetcontainer {
    border-top:none;
    border-bottom:1px solid #e0e0e0;
    padding:0 1px 53px 1px;
    margin:0 0 36px 0;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
    background:#1f000f;
    color:#fff;
    padding:34px 0 90px 0;
    border-top:2px solid #000;
}
/* =PageNavi
-------------------------------------------------------------- */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color:#2772B3 !important;
    background:#transparent !important;
    border:1px solid #e0e0e0 !important;
}
.wp-pagenavi a:hover {
    color:#000 !important;	
}
.wp-pagenavi span.current {
    border:1px solid #e0e0e0 !important;
}
#nav-above {
margin:0px 0 0px;
height: 0px;
overflow:hidden;
}