/*Theme Name:  Bethan Jenkins
Theme URI: http://www.webswonder.co.uk
Description: A  3 column theme
Version: 1.0
Author: WJC
Author URI: http://www.webswonder.co.uk*/


/*BROWSER RESET*/

/*See http://perishablepress.com/  */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}
	
	
/*End browser reset*/


	
	
	
	
	/* This hack lets you to have a containing element expand to the size
of it's contents by giving it a class of "clearfix" */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Basic typography */


html { font-size: 100%; /* IE hack */ }


body{
padding: 0px;
	background: url(images/backtop.jpg) repeat-x top left #E6E6E6;
	font-size:75%;
	font-family:Verdana,Helvetica,sans-serif;
	color:#000;

	
}

#wrapper{
	margin: 0px auto 0px auto;
	padding:0px;
	width: 970px;
	text-align: left;
	border: 0px dashed red;
	background:url(images/bodyback.jpg) top center repeat-y transparent;
}


h1,h2,h3,h4{
font-family:  verdana, arial,helvetica,  sans-serif;
}


a:link{
	text-decoration: underline;
	color:#0000FF;
}

/*a:hover{
	text-decoration: none;
	color: #FF0000;
}

a:visited{
	text-decoration: none;
	color:#990099;
}	
*/




.entry{
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size:90%;
background: url(images/logoback.png) top center repeat-y;
}



.entry p, .entry li, .entry blockquote.p { 
line-height:1.5em;
font-size:120%;
}

.entry p{
margin: 0.7em 0 0.7em 0em; 
}

.entry strong{
	font-weight:bold;
}

/*Summary at top of Issues pages*/

.entry .summary{
margin:5px 5px 10px 0px;
	border:1px solid #DDDDDD;
	padding: 3px 12px;
	font-size:100%;
	line-height:1.2em;
	background-color:#FFFFEE;
	-moz-border-radius: 15px;
border-radius:15px;
-webkit-border-radius: 15px;	

}

.entry .summary p{
	line-height:1.3em;
}














em{
font-style: italic;
}



.entry h3 { 
color:#630031;
font-weight:normal;
padding: 10px 0 3px 0;
font-size:160%;
line-height:1.3em;
}


.entry h4{
color:#000099;
font-weight:normal;
padding: 8px 0 1px 0;
font-size:140%;
}


.entry a:link, .entry a:visited{
color:#0000FF;
text-decoration:underline;
}

.entry a:hover{
color:#0000FF;
text-decoration:none;
}



.entry ul, .entry ol { 
	margin: 0.5em 0em 1.0em 3em; 
	line-height:1.6em;

}
	
.entry blockquote { 
font-style: italic; 
margin: .5em 2em .5em 2em; 
}




	
.entry li { 
	margin: 0.4em 2em 0.4em auto; 
line-height:1.5em;
}



.entry table{
	background-color: #FFFFEE;
	border:1px solid #DDDDDD;
	margin:1em auto;
}

.entry table td{
	background-color: transparent;
	border-left:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:2px;
}

.entry table th{
	background-color: transparent;
	border-left:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:2px;
	text-align:center;
	font-weight:bold;
}


/*LAYOUT TABLE NO BORDERS*/



.entry div.noborders table{
	background-color: transparent;
	border:0px;
	margin:1em auto;
}

.entry div.noborders table td{
	background-color: transparent;
	border:0px;
}

.entry div.noborders table th{
	background-color: transparent;
	border:0px;
	font-weight:bold;
}







/*IMAGES*/


.entry img {
	border: 2px solid #CCC;
	padding: 4px;
	margin:2px;
}

.entry img.float-right, .entry p.float-right {
  margin: 5px 0px 5px 15px;  
  float: right;
}
.entry img.float-left, .entry p.float-left {
  margin: 5px 15px 5px 0px;
 float: left;
}






/*----HEADER----*/

#header{
	width: 950px;
	height: 180px;
	margin: 0px auto;
	padding:0px;
	background:url(images/plaid-logo.png) top right no-repeat transparent;
}


#header h1, #header h2{
visibility:hidden;
display:none;
}



/*----TOP NAVIGATION BAR----*/

 #top-menu{
	clear: both;
	width: 100%;
	font-family: Verdana, sans-serif;
	font-size: 90%;
	background:url(images/bg-top.jpg) repeat-x  #515151;
height:28px;
line-height:1.3em;
margin-top:0px;
text-align:center;
border-bottom:1px solid black;
color:white;
padding:2px 0px 2px 0px;
font-weight:bold;

}




#header a{
	text-decoration: none;
	color: #FFFFEE;
}




/*----POST----*/

#container{
	float: left;
	width: 580px;
	padding: 0px;
border:0px dashed blue;
}

.post{
	padding: 5px 10px 10px 20px;	
_padding: 5px 20px 10px 20px;	
_width:100%;
}


.post h1{
	font-size: 1.4em;
	padding: 10px 0px 0px 0px;
	color:#CCC;
	border-bottom: 1px solid #CCC
}



.post h2{
	font-size: 190%;
	padding: 10px 0 5px 0;
font-family:Georgia, Serif;
font-weight:bold;
line-height: 1.1em;
}



.post h2 a:link, .post h2 a:visited{
color:#873D28;
text-decoration:none
}


.post h2 a:hover{
text-decoration:underline;
}




.entry{
	line-height: 1.4em;
}





/*----SIDEBAR STYLES----*/

/*Right sidebar*/

.sidebar{
	float: right;
	width: 182px;
	padding: 0px ;
   margin:15px 10px 30px 0px;
	display: inline;
	background-color: #f9f3d6;
}


.sidebar h3{
	font: normal normal bold 100%/1.3em Verdana, Sans-serif ;
	color: #FFF;
	padding: 5px 5px 6px 10px;
	margin: 5px 0px 5px 0px;
	background: #FFB70D;
}



.sidebar ul{
	margin: 0;
	padding: 0 10px 0 20px;
	list-style: square;
}



.sidebar ul li{
	padding: 5px 0px 5px 0px;
	line-height: 1.3em;

}


.sidebar img, .leftbar img{
border:0px;
}



.sidebar a:link, a:visited{
	text-decoration: none;
	color:#00497A;
}

.sidebar a:hover{
	text-decoration: underline;
	color: #FF0000;
}







/*------Left Sidebar-------*/

.leftbar{
	float: left;
	width: 180px;
	margin: 10px auto 5px 10px;
	padding-top: 5px;
	padding-bottom: 15px;
}





/*----COMMENT FORM----*/

#comment-form{
	width: 475px;
	margin: 30px 0 0 0;
	border: 1px solid #CCC;
	padding: 5px 5px 15px 15px;
	background-color: #F3FAF1;
}


#comment-form p{
	margin: 0.5em 0 0.5em 0;
	padding: 0px;
	line-height:1.3em;
	font-family:verdana, sans-serif;
	font-size:80%;

}

.comments-form #submit{
font-family:arial, sans-serif;
font-size:80%;
}


.comments-template h2, .comments-template h3{
	color: #900;
	font-weight:normal;
	margin:0.5em 0;

}





.commentmetadata{
	margin:0px;
	border-bottom:1px solid gray;
	padding: 10px 0 5px 0;

}


.commentmetadata strong { 
	font-size: 110%; 
	color: #900;

}


.commentmetadata .comment_time { 
	font-size: 80%; 
}




.comment-form textarea, .comment-form input{
font-size:90%;	
font-family:arial,sans-serif;
}




.comments-template p.nocomments{
}

./*comments-template input{
font-family:arial,sans-serif;
font-size:90%;
}*/

.comments-template textarea{
	margin: 0px 15px 15px 0;
font-family:arial,sans-serif;
}

/*.commentlist{
	padding:5px 10px;
	margin:0px 20px 0px 0px;
	background-color:#EFEFEF;
}
*/

.commentlist li{
	padding:0px;
	margin:0px 0px 0px -20px;
	font-size:90%;
}



.commentlist li .entry p{
	font-size:95%;
	line-height:1.5em;
}










/*----FOOTER----*/

#footer{
	clear: both;
	width: 970px;
	height: 63px;
	line-height: 1.0em;
	color:#333;
text-align:center;
padding-top:0px;
	background:url(images/footerback.jpg) no-repeat #E6E6E6;
	border:0px dashed red;
}


#footer ul {
	list-style: none;
	padding: 0px;
	margin-left:300px;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	display: block;
	float: left;
	padding: 0px 25px 5px 0px;
	color: #0000FF;	
	text-decoration: underline;
	font-size: 100%;
}

#footer ul li a:hover {
	color: #FF0000;	
}

#footer p{
clear:both;
font-size: 80%;
}


#footer strong{
	font-weight:bold;
}



/*************************************
 +Search Form
 *************************************/


#searchform #s{
	border: 1px solid #CCCCCC;
	width: 120px;
	height: 1.7em;
	padding-left:3px;
}



#searchsubmit{
height:1.9em;
background-color: #D4D0C8;
border-bottom: 1px solid black;
border-right: 1px solid black;
border-top: 1px solid #EFEFEF;
border-left: 1px solid #EFEFEF;
color:black;
font-size:100%;
padding: 1px 5px;
}















.postdate{
font-size:80%;
margin:0px;
padding:0px;
color:#990000;
}








/*************************************
 +Calendar
 *************************************/
 
 
 #wp-calendar{
font-family: Arial, Hevletica, Sans-serif;
 margin: 0px;
 background-color:#FFFFFF;
 padding:0px;
width: 150px;
 }


 

 #wp-calendar td{
padding:1px 1px 1px 0px;
font-size:70%;
text-align:right;
 }
 

  #wp-calendar th{
font-weight:normal;
color:#990000;
font-size:80%;
text-align:right;
 }

 

#wp-calendar td a:link, #wp-calendar td a:visited{
color: #0000FF;
font-weight:bold; 	
text-decoration:underline;
font-size:larger;
 }
 

#wp-calendar #today{
font-weight:bold; 
border:1px solid black;
 }


 
#wp-calendar caption{
text-align:left;
padding:10px 0px 8px 20px ;
font-family: Arial, Hevletica, Georgia, Sans-serif;
color: #990000;
font-size:90%;
	
  }
  
  
 #wp-calendar #prev, #wp-calendar #next{
font-weight:bold;
color:blue;
font-size:80%;
  }

  
  
  
 /* EVENT CALENDAR PLUGIN*/
  
  .entry h2 table, .entry  h2 table td, .entry  h2 table td img{
  border:0px;
  font-size:90%;
  color:#990000;
  font-family:verdana,sans-serif;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
	.gone{
		visibility:hidden;
		display:none;
	}
	

	
	.dateline{
	font-size:120%;
	font-family: verdana, sans-serif;
	color:#050472;
	font-weight:normal;
	margin-top:0px;
	padding-top:0px;
	}
	
	
	
/*SEARCH HIGHLIGHTING*/	


	.entry .hilite {
			color: #000;
			background-color: #FFFF00;
			}
   .entry .hilite1 {
			color: #000;
			background-color: #FFFF00;
			}
   .entry .hilite2 {
			color: #000;
			background-color: #FFFF00;
			}
   .entry .hilite3 {
			color: #000;
			background-color: #FFFF00;			
			}
	
	
	
	/*ACCESSIBILITY*/


/*TAB navigation color*/

/*a:focus, a:active, #header a:focus, #header a:active {
color: yellow !important; 
background-color: black;
}

*/






/*MENU SYSTEM*/


/*  General Submenu */

div.submenu {
	margin-bottom:15px;
}

div.submenu h3 {
	padding:0;
	margin:0;
	color:#fff;
	background:#44741A;
}

div.submenu h3 img {
	display:block;
}

div.submenu ul {
	margin:0 0 10px 0;
	padding:10px 0 15px 0;
}


div.submenu ul li {
	list-style-type:none;	
	padding:0;
	margin:0;
	display:inline;
}


div.submenu li a:link,
div.submenu li a:visited,
div.submenu li a:active {
	color:#333;
	text-decoration:none;
	display:block;
	padding:3px 10px 4px 18px;
}

div.submenu li a:hover{
	color:red;
}




/*Second Level*/


div.submenu ul ul {
	padding:0;
	margin:2px 0 0 0;
	background:transparent !important;
}

div.submenu li li {
	font-size:100%;
	padding:0; 
	border:0;	
}


div.submenu li li a:link,
div.submenu li li a:visited,
div.submenu li li a:active {
	padding:2px 10px 3px 20px;
	background-image:none !important;
}





/*ISSUES SECTION*/


div#submenu_green h3{
	background:	#44741A url(images/nav/green_top.png) top right no-repeat;
height:30px;
overflow:hidden;

}

div#submenu_green ul {
	background:#DEEFD3 url(images/nav/green_bott.png) bottom right no-repeat;
}

div#submenu_green li a{
	background:transparent url(images/nav/green_bull.png) 5px 5px no-repeat;

}

div#submenu_green li a:hover{
	color:#fff;
	background-color:#44741A;
	background-position:5px -75px;
}


/*TWITTER ONLY*/


div#submenu_green_twitter h3{
	background:	#44741A url(images/nav/green_top.png) top right no-repeat;
height:30px;
overflow:hidden;

}

div#submenu_green_twitter ul {
	background:#DEEFD3 url(images/nav/green_bott.png) bottom right no-repeat;
}

div#submenu_green_twitter li a{
	background:transparent url(images/nav/green_bull.png) 5px 5px no-repeat;

}

div#submenu_green_twitter li a:hover{
	color:#fff;
	background-color:#44741A;
	background-position:5px -75px;
}
















div#submenu_blue h3 {
	background:	#00497A url(images/nav/blue_top.png) top right no-repeat;
	height:30px;
   overflow:hidden;
}

div#submenu_blue ul {
	background:#D1DEE7 url(images/nav/blue_bott.png) bottom right no-repeat;
}

div#submenu_blue li a {
	background:transparent url(images/nav/blue_bull.png) 5px 5px no-repeat;
}

div#submenu_blue li a:hover {
	color:#fff;
	background-color:#00497A;
	background-position:5px -75px;
}





div#submenu_red h3 {
	background:	#990000 url(images/nav/red_top.png) top right no-repeat;
	height:30px;
   overflow:hidden;
}

div#submenu_red ul {
	background:#F6E8E8 url(images/nav/red_bott.png) bottom right no-repeat;
}

div#submenu_red li a {
	background:transparent url(images/nav/red_bull.png) 5px 5px no-repeat;
}

div#submenu_red li a:hover {
	color:#fff;
	background-color:#990000;
	background-position:5px -75px;
}







div#submenu_brown h3 {
	background:	#C27C2D url(images/nav/brown_top.png) top right no-repeat;
	height:30px;
   overflow:hidden;
}

div#submenu_brown ul {
	background:#E9CFB3 url(images/nav/brown_bott.png) bottom right no-repeat;
}

div#submenu_brown li a {
	background:transparent url(images/nav/brown_bull.png) 5px 5px no-repeat;
}

div#submenu_brown li a:hover {
	color:#fff;
	background-color:#C27C2D;
	background-position:5px -75px;
}









div#submenu_pink h3 {
	background:	#c2322d url(images/nav/pink_top.png) top right no-repeat;
	height:30px;
   overflow:hidden;
}

div#submenu_pink ul {
	background:#F7EFDE url(images/nav/pink_bott.png) bottom right no-repeat;
}

div#submenu_pink li a {
	background:transparent url(images/nav/pink_bull.png) 5px 5px no-repeat;
}

div#submenu_pink li a:hover {
	color:#fff;
	background-color:#c2322d;
	background-position:5px -75px;
}


.naw{
	border:1px solid #FFB70D;
	background-color:#FFFFEE;
	padding:3px 5px 5px 5px;
		-moz-border-radius: 15px;
border-radius:15px;
-webkit-border-radius: 15px;	

}


#langswap{
	position:relative;
	top:150px;
	left:25px;
	border:1px solid white;
	width: 100px;
	height:15px;
	background-color:#006600;
	padding:5px;
	font-weight:bold;
	text-align:center;
	-moz-border-radius: 5px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}

#langswap:hover {
display:block;
color:#D6BE7E;
background-color:red;
}


hr{
	border-top:1px dashed gray;
	margin: 10px auto;
}










			
/*EDITOR CLASSES FOR IMAGES*/

/*Change .content if not apply*/

.entry img {
	border: 2px solid #CCC;
	padding: 4px;
	margin:2px;
}

/*Caption positioned central to picture*/

.entry .wp-caption p{
	font-size:smaller;
	margin:0px;
	padding:0px;
text-align:center;
}


/*Center or float*/



img.aligncenter, div.aligncenter{
margin:0px auto;	
text-align:center;
}

img.alignleft, div.alignleft 
{
float:left;
margin: 8px 15px 3px 0px;
}

img.alignright, div.alignright {
float:right;
margin: 8px 0px 3px 15px;
}




/*Legacy Positioning*/

img.float-right, .content p.float-right {
  margin: 8px 0px 5px 15px;  
  float: right;
}

img.float-left, .content p.float-left {
  margin: 8px 15px 5px 0px;
 float: left;
}

			
			
			
		


















/*TWITTER PLUGIN*/

#twitter_update_list{
font-family:arial,tahoma,sans-serif;
font-size: 95%;
width:174px;
padding-left:5px;
}


#twitter_update_list li a{
color:#990000
}


/*ARCHIVE SPAN HEADER*/

#container h2.archivespan{
font: normal bold 150%/1.0em verdana,sans-serif;
color:#FFB70D;
margin:10px 0px 0em 20px;
padding-bottom:2px;
border-bottom:1px solid #FFB70D;
}

