/*
Theme Name: 	DASHing
Theme URI: 		http://www.refreshtech.co.uk
Description: 	Blue Accessible theme for Disability Advice & Information St Helens
Author: 			Refresh Technology www.refreshtech.co.uk
Version: 		v0.9
*/

/*==========================
		Structure
============================*/

*{padding: 0; margin: 0;}

body{
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	background-color: #ddd;
	text-align: center;
}

#skiptag {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
}

#wrapper {
	margin: 0 auto;  
	width: 780px;
	background-color: #fff;
}

#header {
	/*display: block;*/
	margin: 0 auto;
}

.clear {
	clear: both;
	padding: 0;
}

#content {
	position:relative;
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	text-align: left;
}

#sidebar-outer {
	float: left;
	padding: 5px;
	width: 18%;
	height: 100%;
	text-align: center;
	background-color: #fff;
}


#main {
	float: left;
	padding: 5px;
	width: 70%;
	margin-left: 2em;
	word-wrap: break-word;
	text-align: left;
}

#blog {
	float: left;
	padding: 5px;
	width: 50%;
	margin-left: 2em;
	word-wrap: break-word;
	text-align: left;
}

.meta {
	margin-bottom: 1em;
	text-align: left;
}


#widgetbar {
	background-color: #c7e5ff;
	float: left;
	padding: 5px;
	margin-left: 1.5em;
	max-width: 20%;
	word-wrap: break-word;
	border: 0.2em solid #036;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
}	
	
#footer {
	display: block;
	margin: 0 auto;
	width: 780px;
	height: 240px;
	background-color: #fff;
	background-image: url('images/dashfooter.png');
	background-repeat: no-repeat;
	text-align: left;
}

.insole {
	float: left;
	margin: 0 auto;
	padding: 10px;
	width: 80%;
	color: #000;
	text-align: left;
}

.feedback {
	clear: both;
	float: right;
	padding: .2em;
	margin-bottom: 1em;
	width: 30%;
	background-color: #c7e5ff;
	height: 2em;
	line-height: 2em;
	color: #0d2474;
	text-align: center;
	font-weight: bold;
	border: 0.2em solid #0d2474;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.postHead {
	clear: both;
	padding: 0;
}

.oddrow {
	background-color: #c7e5ff;
}

#outsole {
	text-align: left;
}


/*==========================
		Images
============================*/

img {
	border: none;
}

#header img{
	width: 100%;
}

img.bg{
	width: 100%;
}

/* Wordpress image classes */

p img {
    padding: 0;
    max-width: 100%;
    }

img.aligncenter {
    display: block;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 5px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 5px;
    margin: 0 7px 2px 0;
    display: inline;
    }

img.alignnone {
	padding: 5px;
}
   
.alignright {
    float: right;
    }

.alignleft {
    float: left;
    }
    
.aligncenter {
	margin: auto;
}


/*==========================
		Typography
============================*/

/* Headings */

h1 {
	font-family: "arial black", arial, helvetica, sans-serif; 
	font-size: 2em;
	font-weight: normal;
	color: #036;
	margin-bottom: 0.4em;
	border-bottom: 2px solid #036;
}

h2 {
	font-family: "arial black", arial, helvetica, sans-serif; 
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.4em;
	
}

h3 {
	font-family: "arial black", arial, helvetica, sans-serif; 
	font-size: 1.2em;
	margin-bottom: 0.4em;
	font-weight: normal;
}

/* Paragraphs*/

#main p{
	margin-bottom: 1em;
	line-height: 1.2em;
}

#blog p{
	margin-bottom: 1em;
	line-height: 1.2em;
}

.insole p{
	margin-left: 5px;
	margin-top: 5px;
}

p.charity {
	display: inline;
	float: right;
}

/*==========================
		Unordered Lists
============================*/

#main ul {
	margin-left: 2em;
	margin-bottom: 1em;
}

#main ul li {
	line-height: 1.4em;
}

#blog ul {
	margin-left: 2em;
	margin-bottom: 1em;
}

#blog ul li {
	line-height: 1.4em;
}

#widgetbar ul {
	list-style: none;
}

#widgetbar ul li {
	padding-bottom: 0.5em;
}

#sidebar-outer ul {
	text-align: center;
	list-style: none;	
}

#footerwidget ul {
	list-style: none;
}

/* outsole nav list 
--------------------*/
#outsole ul {
	display: inline;
}

#outsole li {
	list-style: none;
	display: inline;
}

#outsole li:before { content: " | "; }
#outsole li:first-child:before { content: ""; }


/* Database navigation (not in wordpress) */
#topnav li {
	list-style: none;
	display: inline;
}

.dbpagenav li {
	list-style: none;
	display: inline;
}

.dbpagenav li:before { content: " | "; }
.dbpagenav li:first-child:before { content: ""; }



/*==========================
		Ordered Lists
============================*/

/* This will be for the comments.php styling */


/*==========================
		Hyperlinks
============================*/

#outsole a {
	text-decoration: none;
}

#outsole a:visited {
	text-decoration: none;
}

#outsole a:hover {
	text-decoration: none;
}

.postHead a {
	text-decoration: none;
	color: #036;
}

.postHead a:visited {
	text-decoration: none;
}

.postHead a:hover {
	text-decoration: none;
}

.feedback a {
	text-decoration: none;
}

.feedback a:visited {
	text-decoration: none;
}

.feedback a:hover {
	text-decoration: none;
}


/*==============================
	Nav Menu
================================*/



#menu-contents li {
	margin: 0.15em;
	list-style: none;
}


#menu-contents li a {
	background-color: #c7e5ff;
	height: 2em;
	line-height: 2em;
	display: block;
	width: 90%;
	border: 0.2em solid #0d2474;
	margin-top: 0;
	margin-left: auto;
	margin-bottom: 0.2em;
	margin-right: auto;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#menu-contents li a:hover {
	color: #c7e5ff;
	background-color: #0d2474;
}

#menu-contents li a:active {
	color: #c7e5ff;
	background-color: #0d2474;
}


/* End of line */

