/*

Theme Name:Axis
Theme URL: http://www.web2feel.com/axis/
Description: Free WordPress theme released by web2feel.com
Author: Jinsona
Author URI: www.web2feel.com
Version: 1.0.0
Tags: Fullscreen, Photography, Portfolio, Slideshow, jQuery, fixed-width, theme-options, threaded-comments, banner ads, adsense,fab themes.

*/

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

:focus {
/* remember to define focus styles! */
    outline: 0;
}

ol, ul {
    list-style: none;
}

table {
/* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* BASIC */

body {
    font-family:Helvetica, Arial, sans-serif; font-weight:500; letter-spacing:1px;
    color: #333;
    font-size: 12px;
    background: #000;
    margin: 0 auto;
    padding: 0px 0px;
}

img {
    border: 0;
    margin: 0;
}

a {
    color: #CCC;
    text-decoration: none;
    outline: none;
}

ul.dropdown li.parent > a:after { display:none;}

a:hover {
    color: #fff;
    text-decoration: none;
}

blockquote {
    color: #59666f;
    font-style: italic;
    font-family: Georgia;
    padding: 10px;
}

.clear {
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
	margin:0 auto;
    

}
tr, td { margin-left:10px;}
table td,table th {
    text-align: left;
	
   
	margin-left:10px;
	
}

table th {
   
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    
	
}

table td {
    
    
    color: #000;
	margin-left:20px;
	
	cellpadding:20px;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding-right:30px;
	line-height:15px;
	max-width:500px;
	
}

table tr.even td {

}

table tr:hover td {

}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 0;
}

img.alignnone {
    display: inline;
    background: #eee;
    margin: 0 0 10px;
    padding: 5px;
}

img.alignright {
    display: inline;
    background: #eee;
    margin: 5px 0 10px 10px;
    padding: 5px;
}

img.alignleft {
    display: inline;
    background: #eee;
    margin: 10px 15px 10px 0;
    padding: 5px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.alignleft {
    float: left;
    margin: 10px 15px 10px 0;
}

.wp-caption {
    text-align: center;
    background: #eee;
    margin: 10px;
    padding: 4px 0 5px;
}

.wp-caption img {
    border: 0;
    margin: 0 0 5px;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: #444;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* FONTS */

@font-face {
    font-family: 'helveticaneueregular';
    src: url('fonts/aller_rg-webfont.eot');
    src: url('fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_rg-webfont.woff') format('woff'),
         url('fonts/aller_rg-webfont.ttf') format('truetype'),
         url('fonts/aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


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

}





/* OUTER  */

#wrapper {
    margin: 0px auto;
 }

/* HEADER */

#masthead {
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
}

#top {
    height: 60px;
    margin: 0px auto;
	background:url(img/bg-black.png);
}

#blogname {
    width: 250px;
    float: left;
    font-family: Helvetica, Arial, Tahoma, Sans-serif;
}

#blogname h1 {
    font-size: 24px;
    margin: 15px 0px 0px 20px;
    font-weight: normal;
}

#blogname h1 a:link, #blogname h1 a:visited {
    color: #ddd;
}

#blogname h3 {
    font-size: 12px;
    margin: 5px 0px 0px 0px;
    font-weight: normal;
}


/* TOP-MENU */

#botmenu {
    height: 60px;
    margin: 0px auto;
	float:left;
}
	
#submenu {
    margin: 0px auto;
    width: auto;
    padding: 0px 0px;
}
	
#submenu ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 0px;
}
	
#submenu li {
    float: left;
    list-style: none;
    margin: 0px 1px 0px 0px;
    padding: 0px;
    color: #999;
    text-shadow: 1px 1px 0px #000;
	font-size: 12px;
	font-weight:normal;
	font-family: Helvetica, Arial, Tahoma, Sans-serif;
}

#submenu li span.menudescription{
	display:block;
	font-size:12px;
	line-height:14px;
	color:#cbc6bd;
	font-family: Helvetica, Arial, Tahoma, Sans-serif;
}	

#submenu li a {
	color: #fff;
	display: block;
    margin: 0;
	padding: 23px 15px 23px 15px;
	text-decoration: none;
	position: relative;
	text-shadow: 1px 1px 0px #000;
	
	}
	
#submenu li a:hover, #submenu li a:active{
	color: #F00;
	text-shadow:1px 1px 0px #000;
	background:#000;
	}
	

#submenu li a.sf-with-ul {
	padding-right: 10px;
	}	
	
#submenu li .sf-sub-indicator{
	display:none;
}	

#submenu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px;
	background:#000;
	}	

#submenu li ul li a, #submenu li ul li a:link, #submenu li ul li a:visited {
	color: #fff;
	font-size: 12px;
	text-shadow:none;
	width: 150px; 
	font-family: Helvetica, Arial, Tahoma, Verdana;
	margin: 0;
	padding: 0px 5px;
	line-height:35px;
	height:35px;
	text-transform: none;
	position: relative;
	}

#submenu li ul li a:hover, #submenu li ul li a:active {
	background:transparent;
	color: #F92525; 
	}
	
ul.sub-menu li a{

}

#submenu li ul a { 
	width: 150px;
	}

#submenu li ul a:hover, #submenu li ul a:active { 
	}

#submenu li ul ul {
	margin: -40px 0 0 165px;

	}

#submenu li:hover ul ul, #submenu li:hover ul ul ul, #submenu li.sfHover ul ul, #submenu li.sfHover ul ul ul {
	left: -999em;
	}

#submenu li:hover ul, #submenu li li:hover ul, #submenu li li li:hover ul, #submenu li.sfHover ul, #submenu li li.sfHover ul, #submenu li li li.sfHover ul {
	left: auto;
	}

#submenu li:hover, #submenu li.sfHover { 
	position: static;
	}
	
	ul.dropdown ul li a { letter-spacing:1px !important; font-family:helvetica !important; line-height:18px;}

/* SEARCH FORM	 */
	
	
#search {
    width: 258px;
    padding: 0px;
    margin: 0px 0px 20px 10px;
    display: inline-block;
    height: 31px;
    float: left;
	border: 1px solid #e8e8e8;
	background:#fff;
}

#search form {
    margin: 0px 0px 0px 0px;
    padding: 0;
}

#search fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#search p {
    margin: 0;
    font-size: 85%;
}

#s {
    width: 250px;
    background: transparent;
    margin: 0px 0px 0px 3px;
    padding: 5px 5px;
    height: 20px;
    border: none;
    font: helveticaneueregular;
    color: #555;
    float: left;
    display: inline;
}

#searchsubmit {
    background: #222;
    border: none;
    color: #fff;
    display: block;
    padding: 7px 7px;
    float: right;
    cursor: pointer;
}	

	
/* BELOW HEADER */	


.header-wrapper {max-width:2000px; height:auto; padding-bottom:50px;  background: rgba(0,0,0,0.7); border-bottom:3px solid #FFF; position:relative; z-index:9999999; overflow:visible;}

.header-container { display:block; height: auto;  max-width:1166px; margin: 0 auto; position:relative;overflow:visible;z-index:999999;}

.video-wrapper {
	max-width:630px !important;
}

.menu-left { width:300px; height:70px; background:#; float:left; position:relative; margin-top:-7px; display:block;}

.menu-right { width:300px; height:70px; background:#; float:right; position:relative; margin-top:-7px;}

.logotyp { position:absolute; top:-3px; height:70px; width:380px;  left:50%; margin-left:-190px; background: url(http://www.niclasgillis.com/wp-content/uploads/2013/10/gillis-logo36pt.png) no-repeat; text-indent:-9999px; }



/*

nya loggo

http://www.niclasgillis.com/wp-content/uploads/2013/10/gillis-logo-2.png

http://www.niclasgillis.com/wp-content/uploads/2013/10/logo_playfair-2.png

http://www.niclasgillis.com/wp-content/uploads/2013/10/gillis-logo3.png

http://www.niclasgillis.com/wp-content/uploads/2013/10/gillis-logo4.png
*/

div.logotyp a h1 { margin-top:15px; text-align:center; font-size:41px;color:#fff;}
div.logotyp a h1:hover { margin-top:15px; text-align:center; font-size:31px; color:#fff;}

 div.shailan-dropdown-menu {font-size:13px; font-weight:700; color:#fff;  background:none;}
 
 	ul.dropdown li a { padding:0.3em 1.8em !important;}

 
#menu-director{ display:inline; letter-spacing:4px; position: absolute; left:90px; width:auto; display:block;height: auto; margin-top:26px;}
#menu-writer{display:inline; letter-spacing:4px; position: absolute;width:auto; display:block;height: auto;margin-top:26px; left:-25px; }

#menu-about{ display:inline; letter-spacing:4px; position: absolute; right:110px; width:auto; display:block;height: auto; margin-top:26px;  }
#menu-contact{display:inline; letter-spacing:4px; position: absolute;right:-25px;width:auto; display:block;height: auto;margin-top:26px;  }

div.contact-wrapper div#post-15.post div.entry div.nrone h4{ margin-bottom:15px;}
 div.contact-wrapper div#post-15.post div.entry div.nrtwo h4 { text-indent:42px;margin-bottom:15px;}
 div.contact-wrapper div#post-15.post div.entry div.nrthree h4{ margin-bottom:15px;}


ul#menu-writer.dropdown li#menu-item-130 { color:#fff !important;} 


.menu-item ul.sub-menu {  font-size:12px; padding-top:0px; padding-bottom:15px; line-height:15px; padding-top:21px; position: absolute; z-index:999999 !important; background:url(img/blank.gif) repeat; }
ul.dropdown ul li, ul.dropdown-vertical{  background: rgba(0,0,0,0.7); }

.menu-item .last-child { padding-bottom:10px;}
.menu-item .first-child { padding-top:12px; }

ul.dropdown ul li { display:block !important;}

#casing {
    width: 100%;
	height:0;
	
	
	
}

/* CONTENT AREA */



#thumb-tray { display:none !important;}
.trayopen{ display:none !important;}

#content {


}

#full-content {
    width: 1024px;
	margin:0 auto;

	

	
	
	}


.post {
    margin: 0 auto;
    padding: 10px;
	max-width: 1024px;
}

.post p{
    
    color: #fff;
}

.video-wrapper .post {
    margin: 0 auto;
    padding: 0px;
	
}

html body.page html body.page div#wrapper div#casing div#block2 div#full-content div.entry  { color:#000 !important; margin-bottom:15px;}
e{ width:100%; display:block; background:;}

 table.contact-table tbody tr td { margin-left:10px; width:200px; background:; display: inline-block; vertical-align: top; line-height:20px; color:#fff;}
 
 .right { text-align:right;}



.contact-wrapper{ width:680px;  height:217px; margin: 0 auto; padding:; position: absolute; top:50%; margin-top:-60px; left:50%; margin-left:-340px;}
	div.contact-wrapper div#post-12.post div.entry p { margin-bottom:14px; margin-top:0px;}
	html body.page div#wrapper div#casing div#full-content div.contact-wrapper div#post-12.post {background:rgba(0,0,0,.8);}

.video-wrapper{ max-width:960px; background:;margin:0 auto; margin-top:10%;}

	div.video-wrapper div.entry p { line-height:25px;}
	
	
	html body.page div#wrapper div#casing div#full-content div.contact-wrapper div#post-15.post{background:rgba(0,0,0,.8);}

.articel-wrapper{ width:100%; background:;margin:0 auto; font-family:"Times New Roman", Times, serif;}

html body.page div#wrapper div#casing div#block2 div#full-content div.articel-wrapper div#post-46.post div#scroll.entry table tbody tr td p {  }

#block1{  float:left; position:relative; z-index:9; display:block; width: 100%; height: auto; background:#000; margin-top:-63px; overflow:hidden;}
#block2 {display:block; width: 100%; min-height:200px; background:#fff;}

img.attachment-top-image { display:block; margin:0 auto; min-width:1024px; max-width:1920px; width:100%; height:auto;}

div#full-content div.contact-wrapper div#post-12.post div.entry { padding:10px;}

div#scroll.entry table tbody tr td { line-height:17px; font-size:13px; font-family:Helvetica, Arial, sans-serif; font-weight:500;margin-bottom:15px; margin-top:10px;color:#000; text-align:justify; vertical-align:top;}

div#scroll.entry table tbody tr td p { color:#000;}

.title {
    margin: 0px 0px;
    padding: 0px 0px;
	font-family: Arial,Tahoma,Century gothic,sans-serif;
}

.title  h2 {
    
	padding:0px 0px 5px 0px;
    font-size: 24px;
    font-weight: normal;
    color: #222;
    line-height: 120%;
}

.title  h2 a, .title  h2 a:link, .title  h2 a:visited {
    color: #fff;
    background-color: transparent;
	
}

.title  h2 a:hover {
   
    background-color: transparent;
}
.articel-wrapper h2 { color:#000; font-weight:700; font-family: "Times New Roman", Times, serif; padding-bottom:5px; text-transform:uppercase;font-size:25px;}
.video-wrapper h2 { color:#fff; font-weight: normal; letter-spacing:4px; font-family: Helvetica, sans-serif; padding-bottom:5px;text-transform:uppercase; padding-top:6px; padding-bottom:10px; 
font-size:14px;
font-family: 'Roboto Condensed', sans-serif;}

div#post-30.post { }

 div#scroll.entry p { color:#000;}

.video-wrapper .title h2 a { display:none;}

html body.page div#wrapper div#casing div#block2 div#full-content div.articel-wrapper div#scroll.entry div table.artikel-table tbody tr td p{ color:#000; font-size:12px; text-align: justify;}
html body.page div#wrapper div#casing div#block2 div#full-content div.articel-wrapper div#scroll.entry div p{ color:#000; font-size:12px; text-align: justify;}
html body.page div#wrapper div#casing div#block2 div#full-content div.articel-wrapper div#post-372.post div#scroll.entry table.artikel-table tbody tr td p{ color:#000; font-size:12px; text-align: justify;}

table.artikel-table tbody tr td p em { color:#000;}
div#scroll.entry div table.artikel-table tbody tr td p em a { color:#000;}

.artikel-table{ margin-top:20px;}


div.entry div.nrone { width:33.3333%; float:left; color:#fff; line-height:10px; padding:10px;	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */}
div.entry div.nrtwo { width:33.3333%; float:left;color:#fff;line-height:10px;padding:10px;	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */}
div.entry div.nrthree { width:33.3333%; float:left;color:#fff;line-height:10px; text-align:right;padding:10px;	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */}
html body.page div#wrapper div#casing div#full-content div.contact-wrapper div#post-15.post { height:180px;}

.entry {
 
}

.entry a:link,
.entry a:visited {
    color: #fff;
}

.entry a:hover {
    color: #CCC;
}


.entry ul, .entry ol {
    margin: .4em 0 1em;
    line-height: 150%;
}

.entry ul li, .entry ol li {
    list-style-position: outside;
    margin-left: 1.6em;
}

.entry p {
    margin-bottom:15px; margin-top:10px; line-height:17px; color:#fff; 
	font-size:12px;
}

div#full-content div.contact-wrapper div#post-15.post div.entry table.contact-table tbody tr td{ padding-top:17px; padding-bottom:12px; font-size:12px; padding-left:0;}

html body.page div#wrapper div#casing div#full-content div.contact-wrapper div#post-15.post div.entry table.contact-table tbody tr td.right { margin-left:10px;}

	div.contact-wrapper div.entry p { margin-top:0px; margin-bottom:3px;}
	
	 div.entry div.nrtwo p { text-indent:42px;}

.postmeta{

	padding:0px 0px;
	margin:0px 25px 20px 25px;
	font-size:12px;
    color: #999;	
	text-transform:uppercase;
}
.postmeta a:link,
.postmeta a:visited {
    color: #D71A21;
}


span.smore{
	float:left;
	padding: 0px 10px 0px 20px;
    background: url(images/plus.png) left center no-repeat;
	color: #999;
}

span.author{
	margin-right:5px;
}
.comm {
	float:left;
	font-family: Arial,Tahoma,Century gothic,sans-serif;	
	font-size:24px;
	margin:0px 10px 25px 25px;
	height:50px;
	width:50px;
	line-height:50px;
	text-align:center;
    background:#D71A21;
	color:#fff;
	display:inline;
}

.comm a:link,
.comm a:visited {
    color: #fff;
}


.singleinfo{
	padding:0px 0px;
	margin:0px 25px 20px 25px;
	font-size:12px;
    color: #999;	
	text-transform:uppercase;
}

.categori{
	float:left;
	padding: 0px 10px 0px 0px;
	color: #999;
}

.categori a:link,.categori a:visited {
    color: #D71A21;
}




/* SIDEBAR */

#right {
    width: 280px;
	padding:20px 10px;
    float: right;

}

/* Banners */


.squarebanner {
    margin: 0px 0px 10px 10px;
	width:260px;
}

.squarebanner ul {
    list-style-type: none;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.squarebanner ul li {
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    float: left;
    display: inline;
}

.squarebanner ul li.rbanner {
    margin-left: 10px;
	margin-right:0px;
	margin-top:0px;	
}

/* WIDGETS */
.sidebar {
    float: left;
}

h3.sidetitl {
    color: #fff;
	font-family: Arial,Tahoma,Century gothic,sans-serif;	
    font-size: 12px;
    margin-bottom: 10px;
    padding: 10px 0px 10px 10px;
	background:#D71A21;
	font-weight:bold;
}

.sidebox {
    width: 260px;
    list-style: none;
    color: #666;
    margin: 0px 0 30px 10px;
}

.sidebox ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 5px;
}

.sidebox li {
    list-style-type: none;
    margin: 0;
    padding: 0;
   
}

.sidebox ul ul {
    list-style-type: none;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.sidebox ul li {
    height: 100%;
    line-height: 18px;
    clear: left;
    width: 260px;
    list-style-type: none;
    margin: 0;
    font-size: 12px;
    color: #777;	
}

.sidebox ul li a:link,.sidebox ul li a:visited {
    color: #777;
    text-decoration: none;
    display: block;
    padding: 5px 0px;
}

.sidebox ul li a:hover {
    color: #D71A21;
}

.sidebox.widget_categories ul li,.sidebox.widget_pages ul li,.sidebox.widget_archive ul li,.sidebox.widget_links ul li,.sidebox.widget_meta ul li {
    border-bottom: 1px solid #f3f3f3;
}

.sidebox.widget_recent_entries ul li a {
    border-bottom: 1px solid #f3f3f3;

}

ul#recentcomments li.recentcomments {
    border-bottom: 1px solid #f3f3f3;
    padding: 5px 0px 5px 0px;
	
}

div#calendar_wrap {
    border: 1px solid #fff;
    margin: 0 auto;
    padding: 0;
}

table#wp-calendar {
    width: 100%;
    border: none;
    margin: 0!important;
    padding: 0;
}

#wp-calendar caption {
    font-size: 12px;
    color: #375752;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 5px 5px;
	text-align:center;
}

#wp-calendar th,#wp-calendar td {
    text-align: center;
    color: #fff;
    background: #555;
    padding: 7px 5px;
}

#wp-calendar tr {
    margin: 0!important;
}

#wp-calendar td {
    background-color: #eee;
    color: #444;
    margin: 0!important;
}

#wp-calendar td a {
    border: none;
    color: #D1512A;
}

.sidebox ul ul ul,.sidebox ul ul ul ul {
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
}





/* COMMENTS */
#commentsbox {
    margin: 0px 25px 0px 25px;
}

h3#comments {
    padding: 10px 0px;
	font-family: 'AllerRegular', Arial,Tahoma,Century gothic,sans-serif;	
    font-size: 20px;
    margin: 20px 0px 20px 0px;
    color: #D71A21;
}

ol.commentlist {
    clear: both;
    overflow: hidden;
    list-style: none;
    margin: 0;
}

ol.commentlist li {
    line-height: 18px;
    background: #fff;
    margin: 0px 0 20px 0px;
    padding: 20px;
    border: 1px solid #e8e8e8;
}

ol.commentlist li .comment-author a:link,ol.commentlist li .comment-author a:visited {
    color: #333;
    font-weight: 700;
    text-decoration: none!important;
}

cite.fn {
    color: #eee;
    font-style: normal;
}

ol.commentlist li .comment-author .avatar {
    float: right;
    border: 1px solid #eee;
    background: #fff;
    padding: 3px;
}

ol.commentlist li .comment-meta .commentmetadata {
    color: #000;
}

ol.commentlist li .comment-meta a {
    color: #D71A21;
    text-decoration: none!important;
}

ol.commentlist li p {
    line-height: 22px;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}

ol.commentlist li .reply {
    margin-top: 10px;
    font-size: 12px;
}

ol.commentlist li .reply a {
    background: #D71A21;
    border: 1px solid #B21117;
    color: #fff;
    text-decoration: none;
    padding: 3px 10px;
}

ol.commentlist li ul.children {
    list-style: none;
    text-indent: 0;
    margin: 1em 0 0;
}

.comment-nav {
    height: 20px;
    padding: 5px;
}

.comment-nav a:link,.comment-nav a:visited {
    color: #E88F02;
}

#respond {
    margin: 10px 0;
    padding: 0;
}

#respond h3 {
    font-size: 12px;
    font-weight: 400;
    color: #444;
    padding: 5px 0 0;
}

#commentform {
    padding: 10px 0;
}

#commentform a {
    color: #E1512A;
}

#commentform p {
    color: #999;
    margin: 5px 0;
}

#respond label {
    display: block;
    color: #999;
    padding: 5px 0;
}

#respond input {
    background: #fff;
    border: 1px solid #ddd;
    color: #02070F;
    margin: 0 10px 10px 0;
    padding: 5px;
}

#commentform input {
    width: 50%;
}

#respond input#commentSubmit {
    width: 100px;
    background: #B21117;
    border: 1px solid #6D0306;
    color: #fff;
    cursor: pointer;
    margin: 10px 0;
    padding: 3px 5px;
}

textarea#comment {
    background: #fff;
    border: 1px solid #ddd;
    width: 70%;
    color: #02070F;
    margin: 10px 0 0;
    padding: 5px;
}

ol.commentlist li .comment-author,ol.commentlist li .comment-author .fn {
    color: #333;
}

ol.commentlist li .comment-meta,#respond label small {
    font-size: 10px;
}

ol.commentlist li ul.children li.depth-2,ol.commentlist li ul.children li.depth-3,ol.commentlist li ul.children li.depth-4,ol.commentlist li ul.children li.depth-5 {
    margin: 0 0 0 50px;
}

/* Archive title and pagination */	
	
h1.pagetitle {
    font-size: 12px;
    margin-bottom: 20px;
    color: #777;
}	
	

	
/* --- FOOTER --- */

#footer {
	
}

#footer a:link , #footer a:visited {
    color: #aaa;
}

#footer a:hover {
    color: #aaa;
}

.fcred {
  
    margin: 0px auto;
	padding:8px 20px;
	font-size:10px;


}

/* Pagenavi */
#tnavigation {
   margin:0px 0px 20px 25px;	
}

.wp-pagenavi {
    font-size: 12px;
    text-align: center !important;

}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
    text-decoration: none;
    background: #666!important;
    border: 1px solid #333 !important;
    color: #fff !important;
    padding: 3px 7px !important;
    display: block;
    text-align: center;
    float: left;
    margin-right: 4px;
}

.wp-pagenavi a:hover {
    color: #ffffff;
}

.wp-pagenavi span.pages {
    display: none;
}

.wp-pagenavi span.current {
    text-decoration: none;
    background: #D71A21 !important;
    border: 1px solid #A8080D!important;
    color: #fff !important;
    padding: 3px 7px !important;
    display: block;
    text-align: center;
    float: left;
    margin-right: 4px;
}

.wp-pagenavi span.extend {
    text-decoration: none;
    background: #D71A21 !important;
    border: 1px solid #A8080D !important;
    color: #fff !important;
    padding: 3px 7px !important;
    display: block;
    text-align: center;
    float: left;
    margin-right: 4px;
}	


html body.home ul#supersized.speed li.slide-0 a img{ top:0px !important;}
#supersized li.prevslide img, #supersized li.activeslide img{ top:0px !important;}

.vimeography-bugsauce .vimeography-thumbnails { margin:0 !important; padding:0 !important; display:none;}

#slidecaption { display: none;}

#slidecaption2 a { color: #FFFFFF;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 14px;
    letter-spacing: 3.5px;
    margin: 0 0 18px;
	text-transform: uppercase !important;
	
}


