/*
Theme Name: 1. standard text
Theme description: Standard accessible theme for Darrel Gale
Theme URI:http://www.access-bydesign.com
Theme layout orgionally based on Brighthttp://www.kaushalsheth.com/ by  Kaushal Sheth
Author: access-bydesign.com
Author URI: http://www.access-bydesign.com
*/

/* pretty stuff*/

.subhead{
	font-size: medium;
	color: #666666;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.bolditalic{
	font-weight: bold;
	font-style: italic;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.center{
	text-align: center;
}
.verybigtext{
	font-size: xx-large;
}
.bigtext{
	font-size: large;
}
.mediumtext{
	font-size:medium;
	}
.smalltext{
	font-size: small;
}
.verysmalltext{
	font-size: x-small;
}
.address{
	padding-left: 2em;
	font-size: larger;
	display: block;
	margin-left: 1em;
}
/*image*/
.imageright{
	float: right;
	margin: 0.5em;
	padding: 0.5em;
	border: none;
}
.imageleft{
	float: left;
	margin: 0.5em;
	padding: 0.5em;
	border: none;
}
.single-imagestyle{
	margin: 0.5em;
	padding: 0.5em;
	border: none;
	float:none;
}
.image-centre{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.images-in-a-row{
	text-align:center;
	margin: 0.5em;
	padding: 0.5em;
	border: none;
	display:inline;
	position:relative;
}
/* standard elements */
a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #FF6633;
	font-weight: bold;
	text-decoration: underline;
}
a:active{
	color: #FF6633;
	font-weight: bold;
	text-decoration: underline;
}
a:visited{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
/*mainlayout*/
html{
	margin: 0px;
	padding:0px;}

body {
	margin: 0px;
	padding:0px;
	text-align: center;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:small;
	font-family:Tahoma;
	color: #000000;
}
#frame{
	width:100%;
	height:1200px;
	display:block;
	padding-top: 2em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: repeat;
	background-position: left;
		
}
#logo{
	display:inline;
	position:relative;
	float:left;
	width:400px;
	height: 125px;
	text-align:left;
}
#sidebar{
	display:inline;
	position:relative;
	float:right;
	width:15%;
	min-width:225px;
	height: auto;
	font-size: large;
	color: #999999;
	text-transform: uppercase;
	text-align:right;
	line-height: 0.5em;
	font-weight: bold;
	padding-right:1em;
 }
#sidebar li{
	list-style-position: outside;
	list-style-type: none;
	display: block;
	text-align: left;
	line-height:1em;
}
#sidebar a:link{
	font-weight: bold;
	text-align: right;
	color: #999999;
	text-decoration: none;
	width:100%;
	height:auto;
	display: block;
	padding: 1em;
}
#pages a:hover{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	background-image: url(/images/link-hov.png);
	background-repeat: no-repeat;
	background-position: top left;
	width:100%;
	display: block;
	padding: 1em;
	}
	
#sidebar a:active{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	background-image: url(/images/link-hov.png);
	background-repeat: no-repeat;
	background-position: top left;
	width:100%;
	display: block;
	padding: 1em;
	}
	
#sidebar a:visited{
	color: #999999;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	width:100%;
	display: block;
	padding: 1em;}
	
#sidebar .current_page_item a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	background-image: url(/images/link-hov3.png);
	background-repeat: no-repeat;
	background-position: top left;
	width:100%;
	display: block;
}
	
#sidebar ul ul li a:link{
	font-weight: bold;
	text-align: right;
	color: #CCCCCC;
	text-decoration: none;
	width:100%;
	height:auto;
	display: block;
	padding: 1em;
}
#sidebar ul ul li a:hover{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	background-image: url(/images/link-hov2.png);
	background-repeat: no-repeat;
	background-position: top left;
	width:100%;
	display: block;
	padding: 1em;
	}
	
#sidebar ul ul li a:active{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	background-image: url(/images/link-hov2.png);
	background-repeat: no-repeat;
	background-position: top left;
	width:100%;
	display: block;
	padding: 1em;
	}
	
#sidebar ul ul li a:visited{
	color: #CCCCCC;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	width:100%;
	display: block;
	padding: 1em;}


/* header */
.header {
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}

/* mainframe */
#mainframe {
	border: 3px double #999999;
	text-align: center;
	width: 90%;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
}
.container {
	margin: 10px;
}
	
#textoptions{
	font-size: x-small;
	color: #000000;
	display: list-item;
	list-style-position: outside;
	list-style-type: none;
	white-space: nowrap;
	padding-bottom: 1em;
	text-align: left;
}
#textoptions ul{
	display:inline;
	color: #000000;
	
}
#textoptions li{
	display:inline;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 1em;
	
}
.content {
	position:relative;
	display:inline;
	float:left;
	color: #FFFFFF;
	text-align: justify;
	width:62%;
	color: #000000;
	text-align: justify;
	margin-top:1em;
	padding:0.5em;
}
.content2 {
	clear: both;
	color: #FFFFFF;
	text-align: center;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat;
	background-position: top left;
}
.content2 a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.content2 a:hover{
	color: #FFFF00;
	font-weight: bold;
	text-decoration: underline;
}
.content2 a:active{
	color: #FFFF00;
	font-weight: bold;
	text-decoration: underline;
}
.content2 a:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}



blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border: 3px double #cecece;
	font-style: italic;
	}
#flashcontent{
	width:100%;
	height:auto;
	text-align:center;
}
#footer {
	clear:both;
	margin-top:2em;
	padding: 5px;
	color: #666;
	font-size: x-small;
} 


/*post stylng*/
.item{margin:0 0 25px 0;}

.item .info{
padding:2px 3px 3px 8px;
border:1px solid #e3e4e4;
background-color:#f5f5f5;
font-size:0.9em;
color:#505050;
}

/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #f5f5f5;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #f5f5f5;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #f5f5f5;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #f5f5f5;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #f5f5f5;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}
/*general*/
.linklove{
	display:none;
}
.nodisplay{
	display:none;
}
h1{
	display:none;
	}
/*suckerfish*/
#suckerfishnav {
	font-size:x-small;
	font-family:verdana,sans-serif;
	font-weight:bold;
	width:100%;
	color: #000000;
	z-index:21
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0px;
    margin:0px;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#999999;
    text-decoration:none;
    padding:0px 10px;
    }
#suckerfishnav li {
	float:left;
	padding-left: 1em;
	border-left-width: thin;
	border-left-style: inset;
	border-left-color: #999999;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:101px;
    line-height:1;

    }
#suckerfishnav li li {
    width:99px;
    border-bottom:1px solid #666666;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:80px;
    color:#999999;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 100px;
    }
#suckerfishnav li li:hover {
	color: #000000;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#999999;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#999999;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#000000;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
	left:auto;
	color: #000000;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	color: #999999;
	z-index:21    
    }