/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    http://example.com/twentytwelve-child/
 Description:  Twenty Twelve Child Theme
 Author:       Shannon Hastings
 Author URI:   http://example.com
 Template:     twentytwelve
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwelve-child
*/

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

/* =Theme customization starts here
-------------------------------------------------------------- */

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

.site {
	background-color: transparent;
}

hr, [hr] {
	background-color: #C1644A;
	color: #C1644A;
	border: 0;
	height: 1px;
	margin: 0;
	margin-bottom: 1.714285714rem;
}

.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 16px;
	font-size: 0.785714286rem;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: none;
	color: #660000;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0;
	box-shadow: none;
}

.site-content {
	margin: 0;
}
.widget-area {
	margin: 0;
}

/* Header */
.site-header {
	padding: 0;
    /*margin-bottom: 19px;*/
}

.site-header h1 a,
.site-header h2 a {
	color: #660000;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #660000;
}
.site-header h1 {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 36px;
	line-height: 1.285714286;
	margin-bottom: -14px;
	margin-bottom: -1rem;
}


.site-header h2 {
    color: #660000;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 14px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.3em;
    line-height: 1.84615;
    margin-top: -12px;
    padding-left: 20px;
    text-transform: uppercase;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

body.custom-font-enabled {
	font-family: Georgia, serif;
}
a {
	text-decoration: none;
	color: #AD3D23;
}
a:hover, a:visited, a:link, a:active {
	color: #AD3D23;
}


	
.site-content {
	float: right;
	width: 65.104166667%;
}

.widget-area {
		float: left;
		width: 26.041666667%;
	}
	
/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}

/* Navigation */
	
.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: none;
		border-top: none;
		/*display: inline-block !important;*/
		display: none;
		text-align: left;
		width: 100%;
	}
	
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
	.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: #636363;
		font-weight: bold;
	}

.widget-area .widget h2 {
	margin-bottom: 0;
    color: #660000;
	font-size: 14px;
	font-size: 1rem;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 11px;
	font-size: 0.785714286rem;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.5;
}

.widget-area .widget img {
	margin-top: 0;
}

/* Footer */

footer {
    border-top: 1px solid #C1644A;
    clear: both;
    float: left;
    font-size: 90%;
    margin: 10px 20px 0 0;
    padding: 15px 0;
    width: 100%;
    line-height: 1.5em;
	max-width: 960px;
	max-width: 68.571428571rem;
}

footer[role="contentinfo"] a {
    color: #AD3D23;
}
footer[role="contentinfo"] a:hover {
    color: #AD3D23;
}

.entry-header .entry-title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: bold;
	color: #660000;
	border-bottom: 1px solid #C1644A;
	padding-bottom: 5px;
}

.entry-content h2,
.comment-content h2,
.mu_register h2 {
	line-height: 0;
	color: #AD3D23;
	font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-size: 1.33928504rem;
	margin-bottom: 15px;
}
.entry-content h3,
.comment-content h3 {
	color: #444;
	font-family: Georgia, serif;
	font-size: 15px;
	font-size: 1.071428571rem;
	margin-bottom: 0;
}

.entry-content table,
.comment-content table {
	border-bottom: none;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {

	border-top: none;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 0;
	margin-bottom: 0;
	margin-top: 50px;
	margin-top: 3.57142855rem;
	padding-bottom: 0;
	word-wrap: break-word;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

#post-36 h1 {
	display: none;
}

.site-content #post-36 {
    background: url("http://kailaflexer.com/wp-content/uploads/2013/02/swirl-background01.gif") no-repeat scroll 0 0 transparent;
}

.widget-area .widget h3 {
	display: none;
}

.widget-area .widget a {
	color: #AD3D23;
}
.widget-area .widget a:hover {
	color: #AD3D23;
}

.widget-area .widget a:visited {
	color: #AD3D23;
}

.entry-content a:visited,
.comment-content a:visited {
	color: #AD3D23;
}

/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	
	.site-content {
		float: right;
		width: 70.104166667%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: left;
		width: 26.041666667%;
	}

	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 36px;
		line-height: 1.846153846;
		margin-bottom: -1rem;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 0;
		border-top: 0;
		display: inline-block !important;
		text-align: left;
		width: 100%;
		background-color: #660000;
		padding: 5px 10px;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #F0DCBC;
		line-height: 0;
		text-transform: none;
		letter-spacing:0.1em;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #AD3D23;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		padding: 7 0 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		border-top: 5px solid #660000;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #C1644A;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 12px;
		font-size: 0.85714277rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e1c49a;
		color: #444;
	}
	.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: #F0DCBC;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	
	a {
	text-decoration: none;
	color: #AD3D23;
}
a:hover, a:visited, a:link, a:active {
	color: #AD3D23;
}

#entry-content a:hover, a:visited, a:link, a:active {
	color: #AD3D23;
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: none;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	a {
	text-decoration: none;
	color: #AD3D23;
	}
	a:hover, a:visited, a:link, a:active {
	color: #AD3D23;
}