/*  
Theme Name: Laurelindon 7.5 (HTML5 edition)
Theme URI: http://www.laurelindon.com
Description: Built from scratch, based on HTML5
Version: 
Author: Bjornar Egede-Nissen
Author URI: http://www.laurelindon.com

*/



/* ### TEXT STYLES ### */



body,
td,
th,
ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D5DFE3;
}

h1,
h2,
h3,
h4 {
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h1 {
	font-size: 2em;
	color: #FFF;/*color: #b5eeff;*/
}

h2 {
	font-size: 1.85em;
	color: #FFF;
}

h3 {
	font-size: 1.6em;
	color: #FFF;
}

h4,
p {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #FFF;
}

small {
	color: #000;
}

blockquote {
	margin-left: 0px;
	border-left-width: 4px;
	border-left-style: none;
	border-left-color: #3CF;
	margin-top: 15px;
	color: #FFF;
	background-image: url(/images/icons/quotation_marks.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-right: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 60px;
	padding-top: 0px;
	margin-bottom: 10px;
}

blockquote p {
	text-align: left !important;
	line-height: 1.5em;
}

a { /* won't bother with a:link, a:visited, a:active */
	color: #6FD3FF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*
a:link h1, a:visited h1, a:active h1, a:link h2, a:visited h2, a:active h2, a:link h3, a:visited h3, a:active h3 {
	color: #FF9900;
	text-decoration: none;
}
a:hover h1, a:hover h2, a:hover h3{
	color: #999999;
	text-decoration: underline;
}
*/
td,
th {
	font-size: 1em;
}

ul {
}

abbr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #183F83;
}

/* text classes */

.emphasis {
	font-weight: bold;
	color: #6F6;
}

.date {
	font-size: 1.2em;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-top-color: #000;
	text-align: left;
	padding-top: 2px;
}

.fineprint {
	font-size: 1em;
}
.more-link {
	font-size: 1.2em;
	font-style: italic;	
}

/* ### ICONS ### */

.icon_category {
	background-image: url(/images/icons/fugue_16/icons/folder-horizontal.png);
	background-repeat: no-repeat;
}

.icon_date {
	background-image: url(/images/icons/famfamfam_silk/calendar.png);
	background-repeat: no-repeat;
}

.icon_tag {
	background-image: url(/images/icons/famfamfam_silk/tag_red.png);
	background-repeat: no-repeat;
}

.icon_comment {
	background-image: url(/images/icons/diagona/16/027.png);
	background-repeat: no-repeat;
}

.icon_author {
	background-image: url(/images/icons/fugue_16/icons/user-white.png);
	background-repeat: no-repeat;
}

.icon_contact {
	background-image: url(/images/icons/famfamfam_silk/email.png);
	background-repeat: no-repeat;
}

.icon_resume {
	background-image: url(/images/icons/famfamfam_silk/attach.png);
	background-repeat: no-repeat;
}

.icon_publications {
	background-image: url(/images/icons/famfamfam_silk/attach.png);
	background-repeat: no-repeat;
}

.icon_trackback {
	background-image: url(/images/icons/trackback.png);
	background-repeat: no-repeat;
}

.icon_copyright {
	background-image: url(/images/icons/copyright_16.png);
	background-repeat: no-repeat;
}

.icon_dropdown {
	background-image: url(/images/icons/fugue_16/icons/chevron-expand.png);
	background-repeat: no-repeat;
}

.icon_expand {
	background-image: url(/images/icons/fugue_16/icons/fill-270.png);
	background-repeat: no-repeat;
}

.icon_contract {
	background-image: url(/images/icons/fugue_16/icons/fill-270.png);
	background-repeat: no-repeat;
}

.icon_download {
	background-image: url(/images/icons/drf/down_alt.png);
	background-repeat: no-repeat;
}

/* Menu */
.icon_generic {
	background-image: url(/images/icons/led-icons_16/blog.png);
	background-repeat: no-repeat;
}

.icon_home {
	background-image: url(/images/icons/fugue_16/icons/home.png);
	background-repeat: no-repeat;
}

.icon_photography {
	background-image: url(/images/icons/diagona/16/058.png);
	background-repeat: no-repeat;
}

.icon_albums {
	background-image: url(/images/icons/fugue_16/icons/picture.png);
	background-repeat: no-repeat;
}

.icon_library {
	background-image: url(/images/icons/fugue_16/icons/books-brown.png);
	background-repeat: no-repeat;
}

.icon_design {
	background-image: url(/images/icons/fugue_16/icons/star.png);
	background-repeat: no-repeat;
}

.icon_family {
	background-image: url(/images/icons/led-icons_16/blog.png);
	background-repeat: no-repeat;
}

.icon_about {
	background-image: url(/images/icons/fugue_16/icons/user.png);
	background-repeat: no-repeat;
}

/* ### PRESENTATION ### */


/* Lists */
article ul,
article ol {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 1.3em;
	color: #fff;
}

article li{
	margin-bottom: 5px;
	color: #C7DEF3;
	line-height: 1.3em;
}
article ul li{
	list-style-type: square;
}
article ol li{
	list-style-type: decimal;
}

article li > ul,
article li > ol {
	font-size: 1em;
}

/* Default formatting */
article img {
	max-width: 100%;
	padding: 3px;
	border: 1px dotted #06374A;
	background-color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* Alignment and position */
.alignright {
	float: right !important;
}

.alignleft {
	float: left !important;
}

img.aligncentre {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	display: inline;
	margin-top: 3px;
	margin-bottom: 1px;
	margin-left: 12px;
	margin-right: 2px;
	clear: both;
}

img.alignleft {
	display: inline;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 2px;
}

img.inline {
	float: none !important;
	border: none !important;
	background: none !important;
	background-color: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
}

aside.alignright,
div.alignright,
section.alignright,
figure.alignright {
	margin-left: 20px;
}

aside.alignleft,
div.alignleft,
section.alignleft,
figure.alignleft {
	margin-right: 20px;
}

p.alignleft,
span.alignleft {
	text-align: left;
}

p.alignright,
span.alignright {
	text-align: right;
}

.break {
	clear: both;
}

.shiftright {
	display: block;
	float: right;
	margin-right: -220px !important;
}

.shiftright img {
	display: block;
	float: right;
	clear: both;
}

/* figures */
figure {
	margin-top: 10px;
	margin-bottom: 10px;
}

figure figcaption {
	display: block;
	clear:both;
	font-size: 1.5em;
	color: #fff;
	padding-top: 10px;
	color: #6FD3FF;
}

figure figcaption a {
	color: #fff;
}

figure figcaption a:hover {
	color: #F33;
}

article figure img {
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: none;
	border: 0 none;
}

figure.aligncentre {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Sizes */
article aside.small,
article div.small,
figure.small,
section.small {
	width: 200px;
}

article aside.medium,
article div.medium,
figure.medium,
section.medium {
	width: 350px;
}

article aside.large,
article div.large,
figure.large,
section.large {
	width: 450px;
}

/* Asides and side divs */
article aside h1,
article div.aside h1 {
	font-size: 1.7em;
	margin-top: 0px;
}

article aside p,
article div.aside p {
	text-align: left;
}

/* Aside lists */

article aside ul li,
article .aside ul li{
	list-style-type: square;
}
article aside ol li,
article .aside ol li{
	list-style-type: decimal  !important;
	;
	;
}


/* Styles */

.blend {
	background: none transparent;
}
.style2 {
	background-color: #2C4874 !important;
	border: 1px solid #000  !important;
	;
}
.style2 p, .style2 h1, .style2 h2, .style2 li {
	color: #FFF;
}
.style2 a {
	color: #F00;
}
.style2 a:hover {
	color: #ccc;
}


.style3 {
	background: none transparent !important;
	border: 2px dashed #0C739A  !important;
	;
}
.style3 p, .style3 h1, .style3 h2, .style3 li {
	color: #FFF;
}
.style3 a {
	color: #F00;
}
.style3 a:hover {
	color: #ccc;
}

/* Quote */

.quote blockquote {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.9em;
	font-style: italic;
	color: #FFF;
	text-align: left;
	margin-top: 0px;
}
.quote > p {
	margin-left: 60px	
}

/* Lede */

.lede {
	padding-bottom: 10px;

}
.lede p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
	color: #FFF !important;
	line-height: 120%;
	font-size: 1.8em;
}
.lede p:first-child:first-letter {
	font-size: 450%;
	color: #6FD3FF;
	display: block;
	float: left;
	/*margin-top: 8px;*/
	margin-right: 0.1em;
	line-height: 0.5em;
	/*margin-bottom: -10px;*/
	margin-top: 6px;
	padding:0;
}

/* Download table */
article .download {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 0px !important;
	float: none;
}

article .download ul {
	margin: 0;
	padding: 0;
}

article .download li {
	background-image: url(/images/icons/drf/down_alt.png);
	font-size: 110%;
	font-weight: bold;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 38px;
	margin-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
	margin-bottom: 10px;
}

article .alignright li,
article .alignleft li {
	/* [disabled]display: block; */
}

article .download li a {
	text-decoration: none;
}

article .download li a:hover {
	text-decoration: none;
	color: #FFF;
}

/* forms */
input,
textarea {
	color: #000;
	background-color: #8AADB7;
	border: 1px solid #FFF;
	padding: 5px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}

textarea {
	width: 600px;
}

label {
	font-size: 1.4em;
	color: #FFF;
	display: block;
}

input[type="submit"] {
	color: #FFF;
	background-color: #3980C6;
	font-weight: bold;
}

input[type="text"] {
	width: 300px;
}
