@charset "utf-8";
/*
Theme Name: Clean Corp
Theme URI: http://www.moozla.co.uk/cleancorp
Author: Moozla
Author URI: http://www.moozla.co.uk/
Description: A clean, minimal and simple theme suitable for corporate and business use. Styled using blue colours, with a right sidebar and a full width page option. The homepage has 3 widget areas suitable for text or lists and an additional full width widget area suitable for a slider.
Version: 1.0
Tags: blue, light, white
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("css/responsive.css");
@import url("css/reset.css");
@import url("css/ie.css");

body {
	font-family: Open Sans, Helvetica, Arial;
	color: #333333;
	background: url('images/bg.png');
}

.container {
	background-color: #ffffff;
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
}

.containerbody {
	background-color: #ffffff;
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	
}

.leftcol {
	margin-top: 20px;
	width: 69%;
	float: left;
}

.rightcol {
	margin-top: 20px;
	width: 29%;
	margin-left: 2%;
	float: right;
}

h1 {
	font-size: 1.5em;
	line-height: 1em;
}

a, a:visited {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

/* ## Header Styling --------------------------------------------- */

#header {
	min-height: 95px;
}

#logo {	
	padding-top: 25px;
	width: 20%;
	float: left;
}

#logo a {
	font-size: 1.9em;
	font-weight: 700;
	text-decoration: none;
	color: #333333;
}

#navigation {
	float: right;
	font-size: 1em;
	width: 80%;
	padding-top: 20px;
}

#navigation ul,li {
	float: right;
	list-style: none;
	padding-left: none;
}

#navigation a {
	margin-left: 20px;
	text-decoration: none;
	color: #7e7e7e;
}

#navigation a:hover {
	color: #3366cc;
}

/* ## Archive Styling --------------------------------------------- */

#postgroup {
	width: 100%;
}

#postgrouptitle a {
	font-size: 1.3em;
	line-height: 1em;
	text-decoration: none;
	color: #333333;
	font-weight: 700;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#byline {
	float: left;
	width: 100%;
	font-size: 0.7em;
	margin-bottom: 10px;
}

#byline a {
	text-decoration: none;
	color: #333333;
}

#postgrouppost {
	font-size: 0.9em;
	margin-bottom: 10px;
}

#postgroupmore a {
	background: #3366cc;
	color: #FFF;
	height: 30px;
	text-decoration: none;
	padding: 5px;
	font-size: 0.8em;
}

#postgroupmore a:hover {
	background: #333333;
	color: #FFF;
	height: 30px;
	text-decoration: none;
	padding: 5px;
	font-size: 0.8em;
}


/* ## Single Post Styling --------------------------------------------- */

#singlepost {
	width: 100%;
}

#singleposttitle  {
	font-size: 1.3em;
	line-height: 1em;
	text-decoration: none;
	color: #333333;
	font-weight: 700;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#byline {
	float: left;
	width: 100%;
	font-size: 0.7em;
	margin-bottom: 10px;
}

#byline a {
	text-decoration: none;
	color: #333333;
}

#singlepostpost {
	font-size: 0.9em;
	margin-bottom: 10px;
}

/* ## Comment Form Styling --------------------------------------------- */

#respond {
	padding: 0 5px 0 5px;
	width: 100%;
	float: left;
}

#respond input[type=text], textarea {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #DDDDDD;
}
 
 
#respond input[type=text]:focus, textarea:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	margin: 5px 1px 3px 0px;
	border: 1px solid rgba(81, 203, 238, 1);
}

#author { 
	font-size: 0.9em;
	color:#333333; 
	letter-spacing:.05em;
} 

#url { 
	font-size: 0.9em;
	color: #333333;
	letter-spacing: .05em;	
}

#email { 
	font-size: 0.9em;
	color: #333333;
	letter-spacing: .05em;	
}

#respond input[type=text], textarea {
	color: #333333;
	font-size: 0.9em;
	letter-spacing: 0.05em;
}

#submit {
	color: #ffffff;
	font-size: 1.0em;
	padding: 8px;
	text-decoration: none;
	background: #3366cc;
	border: none;
} 

#submit:hover {
	background: #333333;
}

/* ## Comment List Display Styling --------------------------------------------- */

ol {
	display: block;
	list-style-type: decimal;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

.commentlist {
	float: left;
	width: 100%;
}

.thread-even { 
	background-color:#ffffff; 
}

.thread-odd { 
	background-color:#f9f9f9; 
}

.comment {
	width: 100%;
	float: left;
	padding: 5px;
	margin: 0px;
}

.comment-author a {
	color: #333333;
	text-decoration: none;
}

.comment-meta a {
	color: #333333;
	text-decoration: none;
	font-size: 0.8em;
}

.reply { 
	float: left;
}

.comment article {
	padding-bottom:2.79rem;
}

a.comment-reply-link,
a.comment-edit-link {
	color: #3366cc;
	font-size: 0.9em;
	line-height: 1em;
	text-decoration:none;
}

a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #333333;
}

#respond a {
	color: #333333;
	text-decoration: none;
}

#cancel-comment-reply a{ 
	text-decoration: none;
	color: #3366cc;
	float: right;
	font-size: 1.1em;
	width: 30%;
}

#cancel-comment-reply a:hover{ 
	text-decoration: none;
	color: #333333;
	float: right;
	font-size: 1.1em;
	width: 30%;
}

/* ## Page Navi Styling --------------------------------------------- */

.navi {
	width: 100%;
	margin-top: 20px;
}

.navi #alignleft {
	float: left;
	width: 49%;
	text-align: left;
	font-size: 0.9em;
}

.navi #alignleft a{
	color: #3366cc;
	text-decoration: none;
}

.navi #alignright {
	float: right;
	width: 49%;
	text-align: right;
	font-size: 0.9em;
}

.navi #alignright a {
	color: #3366cc;
	text-decoration: none;
}

/* ## Sidebar Styling --------------------------------------------- */

.sidebar {
	font-size: 1em;
	float: left;
	text-align: left;
}

h3.widget{
	font-size: 1.3em;
	line-height: 1em;
	font-weight: 700;
	width: 100%;
	text-align: left;
	float: left;
	margin-top: 10px;
	padding-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.sidebar ul {
	padding-left: 0;
	float: left;
	list-style: none;
	margin-bottom: 10px;
}

.sidebar li {
	text-align: left;
	width: 100%;
}

.sidebar li a {
	font-size: 0.9em;
	color: #3366cc;
	text-decoration: none;
}

.sidebar li a:hover {
	color: #333333;
	text-decoration: none;
}	

label.screen-reader-text {
    display:none;
}

#widget input[type=text], textarea {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #DDDDDD;
}
 
 
#widget input[type=text]:focus, textarea:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	margin: 5px 1px 3px 0px;
	border: 1px solid rgba(81, 203, 238, 1);
}

#widget input[type=text] {
	color: #333333;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	padding: 4px;
	border: 1px solid #e3e3e3;
}

#widget input[type=submit] {
	color: #333333;
	background: #3366cc;
	border: none;
	padding: 5px;
	color: #ffffff;
	font-size: 0.9em;
}

/* ## Home Page -------------------------------------------------------------- */

.homeslider {
	width: 100%;
	float: left;
	margin: 0 auto;
	margin-bottom: 20px;
}

.onethird {
	width: 29%;
	float: left;
	margin-right:3%;
}

.onethirdlast {
	width: 29%;
	float: left;
}

#homewidgetleft {
	border: 1px solid #e3e3e3;
	padding: 10px;
	font-size: 0.9em;
	text-align: center;
}

#lefticon {
	height: 64px;
	width: 64px;
	background: url('images/30.png') no-repeat;
	margin: 0 auto;
}

#homewidgetleft a {
	position: center bottom;
	background: #3366cc;
	border: none;
	padding: 5px;
	color: #ffffff;
	font-size: 0.9em;
}

#homewidgetleft a:hover {
	position: center bottom;
	background: #333333;
	border: none;
	padding: 5px;
	color: #ffffff;
	font-size: 0.9em;
}

#homewidgetleft h2 {
	color: #333333;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 0;
	text-align: center;
}

#homewidgetcenter {
	border: 1px solid #e3e3e3;
	padding: 10px;
	font-size: 0.9em;
	text-align: center;
}

#centericon {
	height: 64px;
	width: 64px;
	background: url('images/desktop.png') no-repeat;
	margin: 0 auto;
}

#homewidgetcenter h2 {
	color: #333333;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 0;
	text-align: center;
}

#homewidgetcenter a {
	position: center bottom;
	background: #3366cc;
	border: none;
	padding: 5px;
	color: #ffffff;
	font-size: 0.9em;
}

#homewidgetcenter a:hover {
	position: center bottom;
	background: #333333;
	border: none;
	padding: 5px;
	color: #ffffff;
	font-size: 0.9em;
}

#homewidgetright {
	border: 1px solid #e3e3e3;
	padding: 10px;
	font-size: 0.9em;
	text-align: center;
}

#righticon {
	height: 64px;
	width: 64px;
	background: url('images/hierarchical.png') no-repeat;
	margin: 0 auto;
}

#homewidgetright h2 {
	color: #333333;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 0;
	text-align: center;
}

#homewidgetright a {
	position: center bottom;
	background: #3366cc;
	border: none;
	padding: 5px;
	color: #ffffff;
	font-size: 0.9em;
}

#homewidgetright a:hover {
	position: center bottom;
	background: #333333;
	border: none;
	padding: 5px;
	color: #ffffff;
	font-size: 0.9em;
}

/* ## Page Styles -------------------------------------------------------------- */

.pagetitle {
	width:960px;
	padding: 20px;
	min-height: 50px;	
	background: url('images/slider-bg.jpg') no-repeat center top;
	margin: 0 auto;
}

#pagetitleleft {
	font-size: 1.5em;
	font-weight: 700;
	color: #ffffff;
	padding-top: 5px;
}

.fullwidth {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* ## Footer Styling --------------------------------------------- */

.footer {
	width: 100%;
	font-size: 0.8em;
}

.footer a {
	color: #3366cc;
	text-decoration: none;
}

.footer a:hover {
	color: #333333;
	text-decoration: none;
}

#copyright {
	width: 50%;
	float: left;
	text-align: left;
}

#poweredby {
	width: 50%;
	float: right;
	text-align: right;
}

/* ## WordPress Core -------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
