@charset "utf-8";

@import url("/unique/css/lib/reset.css");
@import url("/unique/css/lib/baseline/20px.css");
@import url("/unique/css/lib/foundation/content.css");
@import url("/unique/css/lib/layout.css");

/*

	SCREEN STYLESHEET
	*****************
	
	INFO
	----
	
	- SITENAME:  Carl Räfting Punkt Com
	- SITE URL:  http://carlrafting.com
	- VERSION:   v.5.0
	- AUTHOR:    Carl Räfting
	- CONTACT:   http://carlrafting.com/kontakt

	COLORS:
	-------
	
	#d31028 dark red
	#ef273f light red
	#f89d1e yellow
	#156fda blue

*/

/* ! SETUP */
/***********/
body {
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	margin: 0;
	text-shadow: #fff 0 0 1px;
	}
	
a,
a:link,
a:visited {
	color: #156fda;
	border-color: #93c0f5;
	}
	
h1 {
	font-style: italic;
	}
	
h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	letter-spacing: -1px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 30px;
	padding: 5px 0 5px;
	margin-bottom: 19px;
	}
	
hr {
	height: 1px;
	background: #e3e3e3;
	border: 0;
	margin-bottom: 19px;
	clear: both;
	}
	
#grid { background: url(/unique/img/grid/32*20.png); }

#wrapper {
	width: 770px;
	overflow: hidden;
	margin: 0 auto;
	}
	
/* Fancyzoom stuff */
#zoom th,
#zoom td,
#zoom a {
	padding: 0;
	border: 0;
	}

/* ! LOGO */
/**********/
#logo {
	background: #d31028;
	margin: 0;
	}
	
#logo span {
	color: #fff;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	font-style: italic;
	letter-spacing: -1px;
	text-align: right;
	display: block;
	border-right: 10px solid #f89d1e;
	margin: 0 20px 0 0;
	padding: 40px 30px 20px 0;
	text-shadow: #000 0 1px 0;
	}
	
/* ! SECTION NAV */
/*****************/
#sec-nav {
	color: #666;
	background: #e3e3e3;
	font-size: 16px;
	font-style: italic;	
	letter-spacing: -1px;
	text-align: center;
	overflow: hidden;	
	width: 200px;
	margin: 0 30px 0 0;
	float: right;
	text-shadow: #fff 0 1px 0;
	-moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
	}

#sec-nav ul {
	overflow: hidden;
	margin: 0;
	}
	
#sec-nav li {
	line-height: 18px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	}
	
#sec-nav li:first-child {
	border-top: 0;
	line-height: 20px;
	}
	
#sec-nav li:last-child {
	border-bottom: 0;
	}
	
	
#pHome #nHome,
#pAbout #nAbout,
#pPortfolio #nPortfolio ,
#pContact #nContact {
	padding: 0;
	border-bottom: 1px solid #990c1d;
	}
	
#pHome #nHome a,
#pAbout #nAbout a,
#pPortfolio #nPortfolio a,
#pContact #nContact a {
	color: #fff;
	padding: 10px 0;
	display: block;
	border: 0;
	background: #d31028;
	text-shadow: #000 0 1px 0;
	}

/* ! CONTENT */
/*************/
#content {
	color: #666;
	float: left;
	width: 500px;
	padding: 40px 0 0;
	}
	
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content hr,
#content p,
#content ul,
#content ol,
#content dl {
	margin-right: 30px;
	margin-left: 60px;
	}

#content .article {
	background: url(../img/article.png) no-repeat 0 center;
	margin-left: 30px;
	padding-left: 30px;
	}
	
#content h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	letter-spacing: -1px;
	}
	
#content h4 {
	font-weight: bold;
	color: #000;
	font-style: italic;
	}
	
.post-info {
	font-size: 12px;
	font-style: italic;
	color: #999;
	}

#content blockquote {
	background: url(../img/blockquote.png) no-repeat;
	margin-right: 90px;
	font-size: 14px;
	}
	
#content blockquote p {
	margin-left: 0;
	margin-right: 0;
	}

.source {
	display: block;
	margin: 0 0 20px 60px;
	}

.software {
	overflow: auto;
	padding: 20px 0 0;
	}
	
.software-title {
	font-size: 18px;
	font-weight: bold;	
	}
	
.software-icon {
	margin: -60px 0 0;
	}
	
.link {
	display: block;
	margin: 0 60px 20px 30px;
	background: url(../img/link.png) no-repeat;
	padding: 0 0 0 30px;
	}
	
.video {}

.play {
	display: block;
	margin: 0 60px 20px 30px;
	background: url(../img/play.png) no-repeat 0 0;
	padding: 0 0 0 30px;
	}
	
a.photo,
div.photo {
	display: block;
	border: 5px solid #d31028;
	height: 190px;
	margin: 0 90px 20px 0;
	overflow: hidden;
	padding: 0;
	}
	
a.photo:hover {
	border-color: #fff;
	}
	
.photo img {
	padding: 0;
	margin-bottom: 0;
	}
	
.status {
	display: block;
	margin: 0 60px 20px 30px;
	background: url(../img/status.png) no-repeat;
	padding: 0 0 0 30px;	
	}
	
/* ! CONTENT NAV */
/*****************/
#con-nav {
	width: 200px;
	margin-right: 30px;
	margin-bottom: 20px;
	padding: 40px 0 0;
	float: right;
	}	
	
#con-nav ul,
#con-nav li {
	list-style-type: none;
	text-align: center;
	}
	
#con-nav ul {
	border: solid #e3e3e3;
	border-width: 1px 0;
	padding: 19px 0;
	font-style: italic;
	}

/* ! SIDEBAR */
/*************/
#sidebar {
	float: right;
	width: 230px;
	clear: right;
	margin-bottom: 20px;
	padding: 100px 0 0;
	}
	
/* !INTRO */
/**********/
#intro {
clear: both;
	padding: 40px 0 0;
	}

#intro h1 {
	margin-right: 60px;
	margin-left: 60px;
	}
	
h2#intro-blurb {
	color: #999;
	margin-left: 60px;
	margin-right: 240px;
	margin-bottom: 84px;
	padding: 0 0 5px;
	}
	
/* ! FOOTER */
/************/
#footer {
	color: #999;
	font-style: italic;
	border-top: 1px solid #e3e3e3;
	padding: 19px 0 0;
	text-align: center;
	clear: both;
	}
	
/* ! FORMS */
/***********/
textarea,
input {
	font-family: Georgia, "Times", "Times New Roman", serif;
	font-size: 14px;
	}

fieldset {
	border-top: 1px solid #e3e3e3;
	padding: 19px 0 0;
	}

#action {
	padding-left: 180px;
	}
	
fieldset label {
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
	
input.comment_name_input,
input.comment_web_input,
input.comment_email_input {
	line-height: 20px;
	width: 256px;
	margin: 0 60px 0 0;
	float: right;
	}
	
textarea {
	line-height: 20px;
	width: 318px;
	height: 98px;
	float: right;
	}	

#search {
	width: 100%;
	}
	
#search fieldset {
	border: 0;
	padding: 20px 0 0 0;
	text-align: center;
	}
