/*
Theme Name: Vision Creative Inc.
Theme URI: http://visioncreativeinc.com
Description: The 2010 default theme for Vision Creative Inc.
Author: Adam Patterson
Version: 1.0
*/

/* @group Global */

	body {
		background: #efefef url(images/bd.png) repeat-x 0 top;
		color: #626161;
		font-size: 12px;
		line-height: 17px;
		}
		
	h1 { 
		font-size: 24px;
		margin-bottom: .25em;
		
		}
	
	h1 span, .title span {
		font-weight: normal;
		color: #999999;
		font-size: 12px;
		padding-top: 5px;
		}
		
	h2{
		font-size:24px;
	}
		
	.title {
		margin:0;
		font-size: 24px;
		}
		
	.title a, .title a:hover {
		margin-bottom: .25em;
		text-decoration: none;
		}
		
	.title a:hover {
		color: red;
		}
		
	 .title span a:link {
	 	font-size:  12px;
	 	}
	
	h3 { 
		font-size: 24px;
		margin-bottom: .5em;
		line-height: 20px;
		}
	
	H4 {
		font-size:16px;
		color: #OOO;
		font-family: "Galaxie Med", Arial, Helvetica, sans-serif;
		margin-bottom: 5px;
		margin-top: 10px;
		}
	
	p, body {
		font-size: 13px;
		line-height:18px;
		color: #000;
		font-family:Georgia, "Times New Roman", Times, serif;
		}
	
		body, h1, h2, h3 {
		font-family: "Galaxie", Arial, Helvetica, sans-serif;
		}
	.clearFix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	}
	#content ul li, #blogcontent ul li {
		list-style: disc;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-left:13px;
		}
	
	textarea {
		height: 160px;
		width:  330px;
		}
		
	input[type="text"] {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 2px;
		}
	
	input[type="text"], textarea {
		background-color: #fff;
		border: 1px solid #bbbbba;
		}
		
	input[type="text"]:focus, textarea:focus {
		border: 1px solid #919190;
		}	

	label {
		font-family: Arial, Helvetica, sans-serif;
		}

	ul li {
		list-style-type: disc;
		list-style-position: inside;
		}
	
	.bar {
		border-top: 1px solid #999;
		}
			
	#content img, #sidebar img, #portfolio img {
		margin-bottom: 10px;
		background: white;
		padding: 5px;
		/*
		-webkit-box-shadow: 1px 1px 4px #e8e8e8;
		-moz-box-shadow: 1px 1px 4px #e8e8e8;
		box-shadow: 1px 1px 4px #e8e8e8;
		*/
		}
		
	#content a:hover img, #sidebar a:hover img, #portfolio a:hover img {
		background-color: #d7d7d7;
		padding: 5px;
		}

	/*	
	#content img.left, #sidebar img.left { 
		float: left;
		clear: left; 
		margin: 0 1em 0.5em 0; 
		}
		
	#content img.right, #sidebar img.right { 
		float: right; 
		clear: right; 
		margin: 0 0 0.5em 1em; 
		}
	*/
		
	strong {
		color:#303030;
		}
		
	a:link, a:visited, a:active {
		color:#000;
		}
		
	a:hover {
		text-decoration: underline;
		color:#E12129;
		}
		
	hr {
		background: #c9c9c9;
		color:#c9c9c9;
		margin-bottom: 20px;
		}
		
	.span-full, .span-half { float: left; }
	.span-full { width: 100%; }
	.span-half { width: 49%; }

/* @end */

/* @group Type */

	h1 a:link, h1 a:visited, h1 a:active, h1 {
		border-width:0;
		color:#000000;
		display:block;
		font-family: "Galaxie", Arial, Helvetica, sans-serif;
		text-align:left;
		text-decoration:none;
		vertical-align:baseline;
		}
		
	h2 a:link, h2 a:visited, h2 a:active, h2 {
		border-width:0;
		color:#000000;
		display:block;
		font-family: "Galaxie", Arial, Helvetica, sans-serif;
		text-align:left;
		text-decoration:none;
		vertical-align:baseline;
		}
		
	h3 a:link, h3 a:visited, h3 a:active, h3 {
		border-width:0;
		color: #000;
		display:block;
		font-family: "Galaxie", Arial, Helvetica, sans-serif;
		font-style:normal;
		text-align:left;
		text-decoration:none;
		vertical-align:baseline;
		font-weight: bold;
		}
		
				

/* @end */

/* @group Structure */ 
	
	/* Header and Sub Header
	-------------------------------------------------------------------- */
	#header { padding-top:20px; margin-bottom: 50px }

	#header-secondary, #header-atrium, #subnavigation { margin-bottom: 2em; }

/* @group Secondry Header */
	#header-secondary {
		border: 1px solid #d7d7d7;
		-webkit-box-shadow: 1px 1px 4px #e8e8e8;
		-moz-box-shadow: 1px 1px 4px #e8e8e8;
		box-shadow: 1px 1px 4px #e8e8e8;
		}
		
	#header-secondary h1 {
		color: #000;
		margin: 20px;
		font-weight: bold;
		font: 20px/30px "Galaxie", Arial, Helvetica, sans-serif;
		text-shadow:0px 0px 0px #DDDDDD;
		}

	.colour-home { background-color: #fff; }
	.colour-company { background-color: #fff; }
	.colour-portoflio { background-color: #fff; }
	.colour-casestudie { background-color: #fff; }
	.colour-contact	{ background-color: #fff; }
	.colour-blog { background-color: #fff; }
/* @end */

	#header-atrium {
		background-color: #ececec;
		border: 1px solid #d7d7d7;
		-webkit-box-shadow: 1px 1px 4px #e8e8e8;
		-moz-box-shadow: 1px 1px 4px #e8e8e8;
		box-shadow: 1px 1px 4px #e8e8e8;
		}
		
	#header-atrium h1 {
		margin: 20px;
		padding: 0px;
		color: #454647;
		font: 20px "Galaxie", Arial, Helvetica, sans-serif;
		line-height: 30px;
		}

/* Logo
	-------------------------------------------------------------------- */
	#logo {
		float: left;
		/*background-color: #cecece;
		background-color: #F57E20;*/
		}
	
	#twitter-sidebar ul, #frontSidebar ul{
		margin:0;
		padding:0;
	}
	
	#twitter-sidebar li, #frontSidebar li{
		list-style:none;
		margin-bottom:17px;
	}
	#twitter-sidebar span, #frontSidebar span.tweet_time{
		display:block;
	}

/* @group Blog Post */ 
.title span{
	float:right;
}
	.post { 
		margin-bottom: 20px !important;
		
		}
	.post a, .post a:hover{ color:#EE3124; margin:0; padding:0; text-decoration:none;}
	.post a:hover{text-decoration:underline;}
	.post a:hover{text-decoration:underline;}
	
	.regular .posttitle{color:#EE3124; margin:0; padding:0; float:left; width:235px;}
	.featured .posttitle{color:#EE3124; margin:0; padding:0; float:left; width:565px;}
	.commentcount{float:right;}
	
	.commentcount a, .commentcount a:hover{
		text-decoration:none;
		font-size:14px;
		color:#FFF;
		background:#EE3124; padding:5px 9px;}
	
	.commentcount a:hover{
		color:#000;
		font-weight:bold;
	}
	.commentarrow{
		background:url(images/commentbox.png) no-repeat;
		height:7px;
		padding-left:11px;
		margin:3px 0 0 3px;
	}
	.postcontent{
		padding:20px;
		background:#FFF;
	}
	.regular .postcontent{
		padding:1px 20px 20px;
		background:#FFF;
	}
	
	.regular{
		width:320px;
		float:left;
		
		}
		
	.secondpost:after{
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
		
	.firstpost{
		margin-right:20px;
	}
	
	.regular img{
		width:320px;
	}
	.postimglink{
		line-height:0px;
	}
	.post h1 {
		float:  left;
		font-size:32px;
		margin:0;
		}
		
	.post h1 a:link {
		float: left;
		}
		
	.post span {
		color:#757575;
		font-size: 10px;
		clear: both;
		text-transform:uppercase;
		
		display:block;
		}
	
	.aboutauthor{
		text-transform:uppercase;
		font-family:Arial, Helvetica, sans-serif;
	}
	.author{
		padding: 20px 0;
		border-top:1px solid #999999;
	}
	
	.author h2 a{
		color:#000;
		text-decoration:none;
	}
	
	.authoravatar {
	float: left;
	padding: 0px 10px 2px 0px;
	}
	
	.postcolorbox img{
		float:left;
		margin-right:15px;
	}
	/* @end */
		
	.related  { margin-bottom: 20px; }
		
	.related ul { 
		margin: 0px;
		padding: 0px;
		}
		
	.related ul li { 
		list-style: none;
		margin: 0px;
		}
		
	.info  { margin-bottom: 20px; }



	.item-box { 
		padding-bottom: 15px; 
		padding-top: 5; 
		background-color: white; 
		}
	.item-box img { 
		margin: 0 0 10px 0; 
		padding: 0; 
		}
	.item-box h3 {
		margin-left: 5px;
		margin-right: 10px;
		padding-bottom: 5px;
		}
	
	.item-box p   {
		padding-left: 5px;
		padding-right: 10px;
		}


	/* @group Navigation 
		-------------------------------------------------------------------- */
		#navigation {
			font-family: "Galaxie", Arial, Helvetica, sans-serif;
			text-align: right;
			float: right;
			height: 40px;
			margin-top: 20px;
			}

		#navigation ul { 
			float: right;
			margin: 0;
			padding: 0;
			}
			
		#navigation ul li {
			margin: 0;
			list-style-position: outside;
			list-style: none;
			float: left;
			font-size: 12px;
			margin-top: 5px;
			margin-left: 20px;
			}
			
		#navigation ul li a, #navigation ul li a:visited {
			text-decoration: none;
			color:  #000;
			font-weight: bold;
			text-transform: uppercase;
			}
			
		#navigation ul li a:hover,
		#navigation ul li.current_page_parent a:link,
		#navigation ul .current_page_item a,
		#navigation ul .current_page_item a:visited, 
		#navigation ul .current_page_parent a,
		#navigation ul .current_page_parent a:visited, 
		#navigation ul .current_page_ancestor a,
		#navigation ul .current_page_ancestor a:visited,
		#navigation ul a:hover {
			text-transform: uppercase;
			color: #E12129;
			}
		.pageitem a:hover{
			color:#E12129 !important;
		}
		.mouseoffnav{
			color:#E12129 !important;
		}
	/* @end */

	/* @group Sub-Navigation 
		-------------------------------------------------------------------- */
		#subnavigation {

			}
			
		#subnavigation ul { 
			margin: 0px 0px 10px;
			padding: 0;
			}
			
		#subnavigation ul li {
			margin: 0 0 4px 0;
			list-style-position: outside;
			list-style: none;
			font-size: 11px;
			font-weight: normal;
			float: left;
			padding-right: 20px;
			padding-bottom: 10px;
			text-transform: uppercase;
			}
			
		#subnavigation ul li a:link, 
		#subnavigation ul li a:visited {
			text-decoration: none;
			color:  #000;
			text-transform: uppercase;	
			}
					
		#subnavigation ul li a:hover,
		#subnavigation ul li:hover a,
		#subnavigation ul .current_page a:link, 
		#subnavigation ul .current_page a:visited,
		#subnavigation ul .current a:link {
			text-transform: uppercase;
			color: #E12129;
			}
	
	/* @end */
	
	.projectnavigation { text-align: right;
		padding-top: 25px;
		}
	
	/* @group Client Navigation 
		-------------------------------------------------------------------- */
		#clientnavigation { margin-bottom: 20px; }
		
		#clientnavigation .span-half { width: 45%;}
			
		#clientnavigation ul { 
			margin: 0;
			padding: 0;
			}
			
		#clientnavigation ul li {
			margin: 0;
			list-style-position: outside;
			list-style: none;
			font-size: 14px;
			font-weight: normal;
			padding: 5px;
			float: left;
			}
			
		#clientnavigation ul li a:link, 
		#clientnavigation ul li a:visited {
			text-decoration: none;
			color: #646464;
			}
					
		#clientnavigation ul li a:hover,
		#clientnavigation ul li:hover a,
		#clientnavigation ul .current_page a:link, 
		#clientnavigation ul .current_page a:visited,
		#clientnavigation ul .current_page_ancestor a:link, 
		#clientnavigation ul .current_page_ancestor a:visited  {
			color: #000;
			text-decoration: underline;
			}
	
	/* @end */


	/* @group Content
		-------------------------------------------------------------------- */
		#content {
			position: relative;
			width:670px;
			float:left;
			margin-right:20px;
			}
			
		#sidebar{
			width:260px;
			float:right;
		}
			
		#content ul {
			margin: 0px 0px 2em;
			padding: 0px;
		}
		
		#content .portfolio_item { margin-bottom: 20px; }
	/* @end */ 
	
	/* @group Comments
	-------------------------------------------------------------------- */
	.comment{
		
	}
	
	.commentlist .comment {
		clear: both;
		margin-bottom: 30px;
		padding-top: 5px;
		padding-bottom: 5px;
		}
	
	.commentlist li {
		clear: left;
		padding:0;
		margin:0;
		}
		
	.commentlist img {
		padding: 10px 0 0 15px;	}
		
	.comment-body {
		}
	
	.comment, .commentlist, .commentlist li {
		list-style: none;
		padding:0;
		margin:0;
	}
		
	.odd .comment { }
	
	.even .comment  {
		background-color: #e8e8e8; 
		}
		
	#respond {
		clear: both;
		}
		
	/* @end */
	
	/* @group Sidebar
		-------------------------------------------------------------------- */
		#sidebar h1 { font-size: 16px; padding-top: 11px;
			
			}
			
		#sidebar h4 {
			margin-bottom: 5px;
			}
			
		#sidebar a:link, #sidebar a:visited {
			color:#262626;
			}
			
		#sidebar ul {
			margin: 0 0 20px 0;
			padding: 0;
			}
		
		#sidebar ul li {
			list-style: none;
			}
			
		#sidebar .profile-item {
			background-color: white;
			padding-bottom: 0px;
			margin-bottom: 20px;
			width:260px;
			}	
		#sidebar .profile-item h4, #sidebar .profile-item p{
			font-family:Arial, Helvetica, sans-serif !important;
		}
			
		#sidebar .profile-item img { 
			margin: 0;
			}
			
		#sidebar .description a {
			text-decoration: none;
			}
			
		.wBox{
			background:#FFF;
			padding:10px;
		}
		
			
			#frontSidebar{
				
				width: 260px;
				float: right;
				
			}
			#frontSidebar #twitter-list{
				padding:10px;
				background:#FFF;
			}
			#frontSidebar #twitter-list a{
				color:#8C8E90;
			}
			#frontSidebar #twitter-list a:hover{
				color:#EE3124;
			}
			.frontpagesidepost{
				margin-bottom: 10px;
				background: #FFF;
			}
			.frontpagesidepost h3{
				padding: 5px 10px;
			}
			
			.aboutcall{
				background: #FFF;
				padding: 10px;
				width: 650px;
				clear: both;
				margin: 24px 0 0;
			}
			
			.aboutcall a{
				color: #D60000;
			}
			.calloutcontainer{
				float: left;
				width: 320px;
			}
			.callout{
				background: #FFF;
				width: 320px;
			}
			
			.callout a{
				text-decoration:none;
			}
			.callout a:hover{
				text-decoration:underline;
			}
			
			.callout img{
				margin:0 !important;
				padding:0 !important;
			}
			.callout img:hover{
				margin:0 !important;
				padding:0 !important;
			}
			.callout h2{
				padding:10px !important;
			}
			
			.firstcall{
				margin-right: 18px;
			}
			
			.callout h2{
				padding:10px 10px 5px;
				margin:0;
			}
			.callout a:link, .callout a:visited{
				color:#EE3124;
			}
			
			.callout p{
				padding: 0 10px 10px;
				margin:0;
			}
			
			.callout p a{
				color: #D60000;
				margin: 10px 0;
				float: right;
			}
			
			.callout p a:hover{
				text-decoration: none;
			}
			

	/* @end */

	/* @group Footer 
		-------------------------------------------------------------------- */
		#footer {
			background-color: #231F20;
			margin-top: 4em;
			padding: 30px 0;

			}
			
		.container{
			
		}
		#footer ul {padding: 0; margin: 0; }
		
		#footnav{
			clear: both;
			border-top: 1px solid #999;
			padding-top: 10px;
			margin-top: 10px;
			position: relative;
		}
		
		#footnav li{
			display: inline;
			padding: 0 30px 0 0;
		}
		
		#copy{
			position: absolute;
			bottom: 0px;
			right: 0px;
		}
		
		#footer p, #footer label {
			font-family: "Galaxie", Arial, Helvetica, sans-serif;
			font-weight:normal;
			color: #d9d8d8;
			font-size: 12px;
			}
		#footer a:link,#footer a:visited {
			color: #D9D8D8;
			text-decoration: none;
			font-size: 12px;
			}
		
		#footer a:hover { 
			color: #FFF;
			text-decoration: underline;			
			}
			
		#footer h2 {
			color: #d9d8d8;
			font-size: 20px;
			
			font-family: "Galaxie", Arial, Helvetica, sans-serif;
			
			
			}
		#social{
			margin-left:10px;
		}
		#social ul{
		
			margin: 0;
			padding: 0;
			color: #FFF;
		}
		#social ul li{
			padding-bottom: 5px;
			list-style: none;
		}
		#social a{
			text-decoration: none;
			
		}
		#social a:hover{
			text-decoration: none;
			color: #FFF;
		}
		
		#social img{
			vertical-align: middle; padding-right: 10px;
		}		
		#newsletter{
			float:right;
		}
		#newsletter h2{
			text-align:right;
		}
		#newsletter table, #newsletter table td{
			padding:0;
			margin:0;
		}
		
		.label{
			width:102px;
			padding-right:20px;
			margin-right:20px;
			text-align:right;
		}
		#newsletter input[type="text"]{
			width:195px;
			background:#D9D8D8;
		}
		
		#newsletter input[type="text"]:focus{
			background:#FFF;
		}
		.button input{
			background:url(images/icons/Arrow-Right.png) no-repeat top right;
			border:0;
			height:26px;
			width:35px;
			
			/*#5a5a5a;
			color:#FFF;
			border:1px solid #424242;
			padding:5px 10px;
			font-family: Arial, Helvetica, sans-serif;*/
			cursor:pointer;
			float:right;
			margin:5px 0 0 0;
			
		}
		.button input:hover{
			background:url(images/icons/Arrow-Right-over.png) no-repeat top right;
		}
	/* @end */
/* @end */

/* @group Spice
	-------------------------------------------------------------------- */
	::-moz-selection { 
		background: #f1d530; 
		color: #fff; 
		}
		
	::selection { 
		background: #f1d530; 
		color: #fff; 
		}
	
	:focus { outline: none; }
	
	* p:last-child { margin-bottom:0; }
	
	.bumper-top { margin-top: 30px; }
	
	.hide { display:none; }
	
	.img-wrapper {
		z-index: 1;
		display: block;
		position: relative;
		}

	.wp-caption {
		margin-bottom: 30px;
		background: #fff;
		}
		
	#content .wp-caption img {
		margin-bottom: 5px;
		}
		
	.wp-caption-text {
		font-size: 11px;
		font-family: arial;
		padding-left: 5px;
		padding-bottom: 4px;
		color: #666;
		}

	.admin-edit {
		background-color: #999;
		top: 0;
		left: 0;
		display: block;
		position: absolute;
		float:left;
		left:0px;
		top:97px;
		z-index:2;
		padding: 3px;
		}
	.admin-edit a { text-decoration: none; color: #fff; }

	.new {
		background: url(images/new.png) no-repeat;
		width: 50px;
		height: 50px;
		top: 0;
		left: 0;
		display: block;
		position: absolute;
		float:left;
		left:5px;
		top:5px;
		width:50px;
		z-index:2;
		}
		
	.left { float: left; }
	
	.right { text-align: right;	}
		
	a.study {
		color: #333333;
		font-size: 14px;
		font-weight: bold;
		text-decoration: underline;
		}
	
	a.study:hover {
		text-decoration: none;
		}
		
	.intro-column {
		font-size: 16px;
		line-height: 22px;
		}
		
	.more-link {
		display: none;
		/*background-color: #999;
		padding: 6px 4px 4px 4px;
		font-family: "Galaxie Med", Arial, Helvetica, sans-serif;*/
		}
		
		
	.author .post,	
	.blog .post {
		margin-bottom: 0; 
		}
	.author .entry-utility,	
	.blog .entry-utility {
		margin-bottom: 3em;
		clear: both;
		}
		
	.author .entry-utility a:link, 
	.author .entry-utility a:visited,
	.blog .entry-utility a:link, 
	.blog .entry-utility a:visited {
		text-decoration: none;
		}
		
	.author .entry-comment,
	.blog .entry-comment {
		text-align: right;
		}
		
	.author .entry-comment a:link,
	.author .entry-comment a:visited,
	.blog .entry-comment a:link,
	.blog .entry-comment a:visited {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		text-decoration: none;
		letter-spacing: 1px;
		background-color: #e0e0e0;
		padding: 5px 5px 3px 5px;
		color: red;
		}	
	
	.blog .entry-comment a:hover {
		background-color: #d9d9d9;
		}
		
	input.button, .wpcf7-submit { 
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color: #e0e0e0;
		padding: 4px 4px 2px 4px;
		font-family: "Galaxie Med", Arial, Helvetica, sans-serif;
		color: red;
		border: none;
		text-transform: uppercase;
		cursor:pointer;
		}
		
	input.button:hover, .wpcf7-submit:hover { 
		background-color: #d9d9d9;
		cursor:pointer;
		}
				/*blog styles /////////////////////////////////////////////////////////////////////////////////////////////////  */
				
	#logo{
		float:left;
		width:270px;
		margin-right:10px;
	}
	.head{
		float:right;
		width:660px;
	}
	.current-cat a{
		color:#E12129 !important;
	}
	#blogsidebar{
		width:270px;
		float:left;
		margin-right:20px;
	}
	
	#blogcontent{
		width:660px;
		float:left;
	}
	
	.blogcattitle{
		text-transform:uppercase;
		color:#FFF;
		font-size:24px;
		padding:5px 0 5px 20px;
		background:#EE3124;
	}
	#weathercontainer{
		padding:20px 0 20px 10px;
		background:#FFF;
		margin:auto;
		
	}
	.weather{display:inline-block;
	text-transform:uppercase;
	padding:0 10px;
	}
	.weather p{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
	}
	.borderright{
		border-right:1px solid #999;}
	
	.weather span{
		padding-top:10px;
		display:block;
		text-transform:none;
		font-size:30px;
		color:#878787;
	}
	.sideback{
		margin:10px 0;
		padding:20px;
		width:230px;
		background:#FFF;
	}
	
	
	.sideback p{
		color:#8C8E90;
	}
	.sideback a{
		color:#8C8E90;
	}
	.sideback a:hover{
		color:#EE3124;
	}
	.sideback h2{
		font-size:18px;
		text-transform:uppercase;
		margin-bottom:2px;
	}
	.sideback ul{
		padding:0; margin:0 0 20px;
		
	}
	.sideback li{
		list-style:none;
	}
	.clear{
		clear:both;
	}
/* @group Filter */

	ul#portfolio {
		float: left;
		list-style: none;
		overflow: hidden;
		min-height: 900px;
		margin:0;
		padding:0;
	}
	ul#portfolio li {
		float: left;
		width: 230px;
		margin-right: 6px;
		height: 180px;
		background-color: white;
		margin-bottom: 30px;
		list-style: none;
	}
	ul#portfolio p { 
		padding-left: 5px;
		}
	ul#portfolio a {
		display: block;
		width: 100%;
		text-decoration: none;
	}
	ul#portfolio a:hover { text-decoration: none; }
	ul#portfolio img {
		display: block;
		border: none;

	}
	ul#portfolio img {
		margin-bottom: 10px;
		}

	.hidden { display: none; 
		overflow: hidden;
		}

/* @end */
/* @end */

.frontimage{
	margin-bottom:40px;
}

.errorpage{
	font-size:16px;
	text-align:center;
}
.errorpage p{
	font-size:16px;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	margin:auto;
	color:#878787;
}
.errorpage ul{
	margin:auto;
	padding:0;
}
.errorpage li{
	padding:40px 20px;
	display:inline-block !important;
}

.errorpage a{
	color:#878787;
	text-decoration:none;
}

.errorpage a:hover{
	color:#E12129;
}
