/*/*
Theme Name: 1. Standard Text
Theme URI: access-bydesign.com
Description: Accessible standard text css Prescription Footwear Associates Ltd theme
Author: http://www.access-bydesign.com

*/

/*pretty stuff*/

.subhead{
	font-weight: bold;
	font-size: x-large;
	color: #008A63;
	text-align: left;
}
.subheadblack{
	font-weight: bold;
	font-size: large;
	color: #000000;
}

.smallersub{
	font-weight: bold;
	font-size: large;
	color: #008A63;
}
.hugetext{
	font-weight: bolder;
	font-size: 4em;
}
.verylargetext{
	font-size: xx-large;
}
.largetext{
	font-size: large;
}
.mediumtext{
	font-size: medium;
}
.smalltext{
	font-size: small;
}
.verysmalltext{
	font-size: x-small;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.bolditalic{
	font-weight: bolder;
	font-style: italic;
}
.underline{
	text-decoration: underline;
}

/*align*/
.alignright{
	text-align: right;
	float:right;
	margin: 1em;
	padding: 1em;
}
.alignleft{
	text-align: left;
	float:left;
	margin: 1em;
	padding: 1em;
}
.align-center{
	text-align:center;
	margin: auto;
	padding: 1em;
}	
.topleft{
	text-align: left;
	vertical-align: text-top;
	margin: 5px;
	float: left;
}
/*image*/
.imagelayout {
	display: inline;
	float: left;
	border:none;
}
.imageleft{
	float:left;
	padding: 2em;
	border:none;
}
imageright{
	float:right;
	padding: 2em;
	border:none;
}
.image-center{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	float:none;
}
.imagewrap {
	margin: 5px;
	padding: 5px;
	float: left;
}
.boxright{
	float:right;
	border: thick solid #5CB4DC;
	margin: 2em;
	padding: 2em;
	color: #008A63;
}


/*layout*/

.linklove
{
	display:none;
}

html{
	margin:0px;
	padding:0px;
} 

body{
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

} 

.boxright
{
	display:none;
}

img
{
	display:none;
}

 
#pagewidth{
	width:100%;
}

#header{
	display:none;
	
}
#header a:link{
	color: #FFFF00;
	font-weight: bold;
	text-decoration: underline;
}

#nav{
	display:none;
}

#breadcrumb
{
	display:none;
}



h2{
	font-weight: normal;
	font-size: medium;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
} 
  
#twocols{
	width:95%;
	height:auto;
	float:left;
	position:relative;
	padding-top: 0px;
	padding-right:  2em;
	padding-bottom: 0px;
	padding-left: 1em;
	
}
 

#content{
	float: none;
	position: relative;
	width:95%;
	min-height:400px;
	text-align: justify;

 }
 #content-xmas{
	float: right;
	display:inline;
	position: relative;
	width:60%;
	min-height:400px;
	text-align: justify;
	color: #000000;

 }
#content ul{
	list-style-position: outside;
	padding-top: 1em;
	font-weight: normal;
	list-style-type: square;
}
.christmasbox{
	display:none;
}

#footer{
	display:none;
 }
.footer_item{
	display:none;
}

.footer_item_small{
	display:none;
}

.inside{
	height:auto;
	min-height:150px;
	width:auto;
	text-align:left;
}
#logo{
	width: 100%;
}
 /*general*/
 .nofloat{
	float: none;
}
 .hide{
 	display:none;}
.nodisplay{
	display:none;}

ul {
	list-style-position: outside;
}

ul li {
	list-style-position: outside;
	list-style-type: square;
}

ol {
	list-style:lower-alpha;
}

ol li {
}

.bluebold{
	color: #000033;
	font-weight: bold;
}
.box {
	text-align: justify;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	width: 100%;
	border: thin dotted #000000;
	font-weight: bold;
	color: #000000;
}
#box {
	width:50%;
	display: block;
	margin-left: 20%;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: thin double #372C28;
}
.boldquote {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	text-transform: none;
}
.postmetadata{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #999999;
}

.boxed {
	margin-bottom: 1em;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.boxed .title {
	padding: 2px 0 0 2px;
	text-transform: uppercase;
	font-size: medium;
	font-weight: bolder;
	color: #000000;
}

.boxed .content {
	padding: 2px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
	list-style-position: outside;
	list-style-type: square;
	}

.entry ul li:before, #sidebar ul ul li:before {
	list-style-position: outside;
	list-style-type: square;
	}

.bluetagline{
	font-size: medium;
	color: #000066;
	font-weight: bold;
}
.blueitalic{
	font-size: medium;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
.widgettitle{
	color: #666666;
	font-size: medium;
	font-weight: bolder;
	text-transform: uppercase;
	text-indent: 1em;
}
#sidebar hr{
	display:none;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
.whitehuge{
	font-family: Tahoma;
	font-size: xx-large;
	color: #FFFFFF;
}

#suckerfishnav {
	display:none;
}