/*   
Theme Name: Moustachio
Theme URI: http://nicinabox.com/
Description: Moustachio theme created for nicinabox.com
Author: Nic Haynes
Author URI: http://nicinabox.com
Version: 1.0
*/

/************************
		COLORS
Burnt Red	 	C54C1F
Vintage Blue 	90CECB
Brown			463F25
Light Yellow 	F4F0E2

************************/

/************************
		GLOBAL
************************/ 
@font-face {
	font-family: "Qlassik";
	src: url("extras/Qlassik.ttf") format("truetype");
	font-weight: normal;
}
html, body {
	height: 100%;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #463F25;
	margin: 0;
	background: url(img/bg.jpg) repeat;
	line-height: 20px;
}

a {
	color: #C54C1F;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
a:hover {
	border-bottom: 1px dashed;
}
a img {
	border: none;
	outline: none;	
}
a img:hover {
	border: none;
}

input[type="text"], input[type="password"], textarea {
	background: #F4F0E2;
	font-size: 20px;
	color: #333;
	padding: 4px;
	border: 1px solid #463F25;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 10px;
}
textarea {
	width: 275px;
	font-family: helvetica;
}
input[type="submit"], input[type="button"] {
	padding: 4px;
	font-size: 16px;
	background: #C54C1F;
	color: #F4F0E2;
	border: 1px solid #C54C1F;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float: right;
}

h1 {
	font-family: "Qlassik", Helvetica;
	font-size: 40px;
	color: #C54C1F;
	margin-bottom: 20px;
	line-height: 35px;
}
h2, h2 a {
	font-family: "Qlassik", Helvetica;
	font-size: 30px;
	color: #C54C1F;
	font-weight: bold;
	margin-bottom: 15px;
}

h3 {
	color: #C54C1F;
	font-family: "Qlassik", Helvetica;	
}

label {
	padding: 3px 0;
	display: block;
	font-size: 80%;
	text-transform: uppercase;
	font-family: helvetica;
}
p {
	margin-bottom: 10px;
}
pre {
	padding: 10px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 10px 0;
	background: #efefef;
}
/************************
		HELPER CLASSES
************************/
.clean-ul ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clearme {
	clear: both;
}
.nohover:hover {
	border: none;
}
.preview_small {
	width: 100px;
	max-height: 100px;
	overflow: hidden;
	
}
.preview_medium {
	width: 460px;
	max-height: 185px;
	overflow: hidden;
}
.preview_large {
	width: 460px;
	max-height: 500px;
	overflow: hidden;
}
	.preview_large img {
		width: 100%;
	}
/************************
		HEADER
************************/
#header {
	margin-bottom: 20px;
}
#topborder {
	height: 8px;
	background: #463F25;
	border-bottom: #F4F0E2;
}
#logo {
	font-family: Qlassik;
	font-size: 30px;
	margin-top: 50px;
	text-align: center;
}
#tagline {
	padding: 10px;
	text-align: center;
}
.blip_left, .blip_right {
	color: #C54C1F;
	font-style: italic;
	font-size: 0.8em;
	margin-top: 50px;
}
.blip_left {
	text-align: right;
}

#header #moustache {
	height: 140px;
	background: url(img/m_lg.png) no-repeat;
}
#header #moustache:hover {
	background: url(img/m_lg_hover.png) no-repeat;
}

/************************
		NAV MENU
************************/
#nav {
	margin-top: 40px;
	border-top: 1px solid #463F25;
	border-bottom: 1px solid #463F25;
}

ul.menu {
	margin:0;
	padding:0; 
}
ul.menu li { 
	display:block;
	padding:0; 
	float:left;
	text-align:left;
	width: 240px;
	padding: 10px 0 9px 0;
	border-bottom: 1px solid transparent;	
}
ul.menu li:hover, ul.menu .active {
	border-bottom: 1px solid #463F25;
}
ul.menu li a { 
	color:#C54C1F;
	font-family: Qlassik, Helvetica;
	font-size: 26px;
	line-height: 1.3em; 
	display:block; 
}
ul.menu li a:hover {
	border-bottom: 1px solid transparent;
}
ul.menu li span { 
	font:14px Georgia; 
	color:#463F25; 
	margin:0; 
}
/************************
	PORTFOLIO/PROJECTS
************************/
.pf-container {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #463F25;
}
.pf-container .preview_medium {
	border: 1px solid #463F25;
}
.view_irl {
	float: right;
}
.portfolio .preview {
	float: left;
}
.projects .preview {
	float: right;
}
.portfolio .mycontent {
	float: right;
}
.projects .mycontent {
	float: left;
}

.demodl {
	margin: 10px;
	font-family: helvetica;
}
.demodl a:hover {
	border-bottom: 1px solid transparent;
}
.dl-div, .demo-div {
	text-align: center;
}
.dl-div a, .demo-div a {
	font-size: 20px;
	width: 200px;
	display: block;
	font-weight: bold;
	font-style: normal;
	padding: 10px;
	background: #90CECB;
	color: #C54C1F;
}
.dl-div a span, .demo-div a span {
	font-size: 14px;
	color: #463F25;
	font-family: georgia;
	font-weight: normal;
	font-style: italic;
}

/************************
		SINGLE
************************/
.post_nav {
	margin-bottom: 20px;
}
.postmetadata {
	font-size: .8em;
}

/************************
		CONTACT
************************/
#oneliner {
	text-align: center !important;
}
#contact-form input[type="text"], #contact-form textarea {
	width: 290px;
}
.skills li {
	padding: 5px 0;
	border-bottom: 1px dotted #463F25;
	background-image: url(img/tick.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	
}
/************************
		ABOUT
************************/


/************************
		FOOTER
************************/
#footer {
	font-size: .9em;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #463F25;
}
#footer h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
#footer dl {
	margin: 0;
}
#footer dd {
	float: left;
	margin: 8px 0 0 0;
	width: 220px;
}
#footer div dt {
	float: left;
}
#footer div dt img { 
	height: 80px;
}

