@charset "utf-8";

@font-face {
    font-family: 'TizaRegular';
    src: url('/fonts/tiza-webfont.eot');
    src: url('/fonts/tiza-webfont.eot?iefix') format('eot'),
         url('/fonts/tiza-webfont.woff') format('woff'),
         url('/fonts/tiza-webfont.ttf') format('truetype'),
         url('/fonts/tiza-webfont.svg#webfontWoJLeYM3') format('svg');
    font-weight: normal;
    font-style: normal;

}


header {
	background-color: #7c6a45;
}

#logo a {background-image:url(/images/blog/starwars/logo.png);}

#mainNav a {
	color: #dac3ac;
}

#mainNav a:hover {
	color: #9e5106;
}

#content {
	font-family: Arial, sans-serif;
	color: #312202;
	background-color: #e1d9d1;
	margin: 0;
}


h2 {
	color: #4f390b;
	font-size: 2em;
	padding: 30px 0 40px 0;
	font-family: 'TizaRegular', Arial, sans-serif;
}

h3 {
	color: #9e5106;
	font-family: 'TizaRegular', Arial, sans-serif;
}

article {
	padding: 0 14px;
}	


article img {
	width: 90%;
	margin: 0 auto;
	max-width: 267px;
}


article a {
	color: #f16b34;
}

article a:hover {
	color: #531e17;
}

#toTop, #mainNav a#pull {
	background-color: #a15810;
}

footer {
	background-color: #7c6a45;
}

footer p, footer h4 {
	color: #dac3ac;
}

#pkIcon {
	background: url(/images/blog/starwars/pk-icon.png) no-repeat center top;
}

@media screen and (min-width: 48em) { /* 768 and up */

header, footer {
	background: #7c6a45 url(/images/blog/starwars/bg-pattern1.gif) repeat center top;
}

#content {
	background: #e1d9d1 url(/images/blog/starwars/bg-pattern2.gif) repeat center top;
}

h2 {
	font-size: 3em;
	padding: 30px 0 40px 26%;
}

h3 {
	font-size: 1.7em;
	padding: 1.2em 0 .3em 26%;
}

article p {
	padding-left: 26%;
}

article img {
	position: absolute;
	top: 120px;
	width: 24%;
	max-width: 267px;
}

}


@media screen and (min-width: 60em) { /* 1024 and up */
h2 {
	font-size: 3em;
}	

}

@media screen and (min-width: 75em) { /* 1200 and up */
h2 {
	font-size: 4.2em;
}
}


@media screen and (max-width: 47.5em) { /* mobile nav */
#mainNav li {
	background-color: #0f0a00;
}
}