/* ------------------------------------------------------------
    Title:     Lindq master styles for screen media
    Author:    info@lindq.se
    Updated:   26 Sep 2006
------------------------------------------------------------ */

body { 

	margin: 50px;

	background-color: #383F44;

	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;

	font-size: .7em;

}

/* links */

/*
a, a:visited { 

	color: #FD2600;
	
	text-decoration: none;
	
	border-bottom: 1px solid #6cf;

}

a:hover {

	color: #6cf;
	
	border-bottom: 1px solid #fff;

}
*/

a:link, a:visited {
	color: #FD2600;
	
	background-color: #f4f4f4; 
	
	text-decoration: none;
	
	-webkit-border-radius: 4px;
	
	-moz-border-radius: 4px;
	
	-o-border-radius: 4px;
	
	border-radius: 4px;

	padding: 3px;
		
}
	
a:hover {
	
	color: #fff; 
	
	background-color: #6cf;

}

a { outline: none; }

a {

	-webkit-transition-duration: .33s;

	-webkit-transition-property: color, background;

	-moz-transition-duration: .33s;

	-moz-transition-property: color, background-color;

	-o-transition-duration: .33s;

	-o-transition-property: color, background-color;  
}
  

/* ------------------------------------------------------------
	structure
------------------------------------------------------------ */

div#page {

	width: 100%;
	
	height: 100%;

}

div#wrap { 

	width: 435px; /*385px;*/

	margin: 0 auto; padding: 15px; /* 15px; */
	
	background-color: #fff;
	
	color: #616A74;
	
	position: relative;
	/*

	box-shadow: 8px 8px 14px #212121;  

	-moz-box-shadow: 8px 8px 14px #212121;
  	
  	-webkit-box-shadow: 8px 8px 14px #212121;
*/
  	
	border-bottom: 4px solid #FD2600;  border-top: 3px solid #FD2600;
	
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);

}

#wrap:before, #wrap:after {
	
	position: absolute;
	
	width: 50%;
	
	height: 20px;
	
	content: ' ';
	
	left: 12px;
	
	bottom: 12px;
	
	background: transparent;
	
	-webkit-transform: skew(-5deg) rotate(-5deg);
	
	-moz-transform: skew(-5deg) rotate(-5deg);
	
	-ms-transform: skew(-5deg) rotate(-5deg);
	
	-o-transform: skew(-5deg) rotate(-5deg);
	
	transform: skew(-5deg) rotate(-5deg);
	
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	
	z-index: -1;

}

div#wrap:after {
	
	left: auto;
	
	right: 12px;
	
	-webkit-transform: skew(5deg) rotate(5deg);
	
	-moz-transform: skew(5deg) rotate(5deg);
	
	-ms-transform: skew(5deg) rotate(5deg);
	
	-o-transform: skew(5deg) rotate(5deg);
	
	transform: skew(5deg) rotate(5deg);

}


/* ------------------------------------------------------------
	content styles
------------------------------------------------------------ */

p { 
	
	margin: 0 0 15px 0;
	
	line-height: 18px;
	
}

h1, h2, h3 { margin: 0 0 8px 0; padding: 0; }

h2 {
	
	margin: 0; padding: 10px 0;
	
	font-size: 110%;
	
	font-weight: normal;
	
	text-transform: uppercase;
	
	letter-spacing: 1px;
	
	text-align: center;
	
	color: #6cf;
	
}

em {

	font-size: .9em;

	font-style: normal;

	color: #777;
	
}

ul {

	margin: 0 0 20px 20px; padding: 0;
	
	list-style-type: none;

}

ul li {

	line-height: 1.5em;
	
	margin-bottom: 8px;

}

/*
ul li:nth-child(odd) {
	background-color: rgba(0, 0, 0, .05);
}
*/

/* Class */

div.box {

	width: 415px;/*365px;*/	
	
	border: 1px dotted #BBC5CF;
	
	margin-bottom: 15px; padding: 5px 10px 0 10px;

}

#footer {
	
	width: 100%;
	
	text-align: center;
	
	color: #fff;
	
	margin-top: 12px;

}

#footer a {
	
	color: #6cf;
	
	border-bottom: 1px;
	
	border-bottom-color: #6cf;
	
	background-color: transparent;
	
	border-radius: 0;
	
}

.left {
	
	float: right;
	
	border: 1px solid #ddd;
	
	padding: 2px;
	
	margin-left: 8px;

/*	margin-bottom: 2em;*/

}

/*.clear {
	clear: both;
}*/
