/*  

*/


/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background: #FFF;
	color: #333;	
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {	
	color:#DE1B5D;
	text-decoration:none;
	font-size:100%;
	}

a:hover, a:active {
	color: #9DA742;	
	text-decoration:underline;
	font-size:100%;
	}

a img {
	border:0;
	}
	
.white
{
	color:#fff;
}

.clear
{
clear:both;
}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	


.post img.catThumb
{
width:80px;
height:80px;
}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:960px;
	margin:0px auto;
	margin-top:15px;
	padding:0px;
	font-size:0.7em;
	
	}


#page {
	width:940px;
	margin:0px auto;
	padding:10px;
	background:#ececec;
	font-size:0.7em;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	padding:0px 10px;
	text-transform:uppercase;
	background:#2c2c2c url(http://www.gaelick.com/wp-content/themes/branfordmagazine/images/navbar.png);
	}

#page-bar {
	width:522px;
	
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #333;
	}

#page-bar li:hover {
	background: red;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px;
	font-weight:bold;
	color:#FFF;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#searchform {	
	float:right;
	text-align:right;
	margin-right:10px;
	
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #8a9602;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 5px 10px 5px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}

#page-bar a:hover
{
	background:#8a9602;
}

/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:2.3em Georgia, "Times New Roman";
	color:#DE1B5D;
	}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	background:#889700;
	font-weight:bold;
	}


h3 {
	font: 1.2em Arial, Helvetica, sans-serif;
	background:url(http://www.gaelick.com/wp-content/themes/branfordmagazine/images/Gaelick_smallhdr.jpg) no-repeat;
	text-transform:uppercase;
	letter-spacing:0.3em;
	margin-bottom:4px;
	font-weight:bold;
	color:#FFFFFF;	
	padding-left:10px;
	height:25px;	
	}
	
	

h4 {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:160%;
	letter-spacing:-0.05em;	
	color:#DE1B5D;
	}

h5 {
	font:140% Arial;
	margin-bottom:3px;
	color: #9DA742;	
	font-weight:bold;
	}	
	
h6
{
font:120% Arial;
color:#DE1B5D;
font-weight:bold;
margin-top:6px;
line-height:1em;
margin-bottom:6px;
}

h3.cat_title a:link, h3.cat_title a:visited, h3.cat_title a:link, h3.cat_title a:visited {
	color:#fff;
	letter-spacing:-0.01em;
	font-size:0.90em;	

	}

h3#respond {
	margin-top:0px;
	}
	

h3#comments {
	margin-top:32px;
	padding-top:4px;
	padding-left:10px;
	
	}
h3#comments a:link, #comments a:visited
{
	color:#DE1B5D;
	font-weight:bold;
}
h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:250px;
	
	}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	width:570px;
}

#headline {
	width:560px;	
	float:left;
	background:#fff;	
	font-size:1.05em;
	line-height:1.75em;
	margin:0;	
	height:250px;	
	
}

#headline  div.title {
	font-weight:bold;
	font:1.7em Georgia;
	letter-spacing:-0.05em;
	display:block;
	padding-bottom:5px;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	
	}

#headline p {
	padding-bottom:15px;
	}

#featured {
	width:315px;
	background:#fff;
	float:right;
	padding-left:6px;
	padding-bottom:6px;
	margin-bottom:10px;	
	
	}


.galas {	
	padding-top:16px;	
	width:310px;
	margin-bottom:10px;
	padding-right:8px;			
	text-align:center;	
	}
	
#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#featured .info {
	margin-top:5px;
	padding-top:5px;
	float:right;
	width:180px;
	}

#featured .title {
	font-weight:bold;
	}
	
#featured img
{
border:0px;
}


	


#featured h3
{
	font:1.1em Arial;
	font-weight:bold;
	background:#889700;
	color:#fff;
	margin:5px 0px 5px 0px;	
	padding:3px 10px;	
}	





#headline a img, #featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}

.restH
{
	width: 920px;
	background:#fff;	
}

#middle {
	width: 940px;
	background:#fff;	
	padding:10px;
	margin: 0 auto;	
	height:190px;
	background-color: #ececec;	
	/*border-left:1px solid #333;
	border-right:1px solid #333;
	border-top:1px solid #333;*/
	}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	height:130px;
}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #333333;}
#cat-2, #cat-4 {border-top:8px solid #889700;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	color:#fff;
	letter-spacing:-0.05em;
	
	}

#front-popular h3 {
	color:#fff;
	
	}

.category a {
	color:#333;
	display:block;
	background:none;
		font: 80% Arial, Helvetica;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	font-size: 80% Arial, Helvetica;
	}
	



#cat-1 a:visited,#cat-2 a:visited, #cat-4 a:visited,#cat-3 a:visited,#cat-5 a:visited
{
	color:#333;
	display:block;
	background:none;

}

#cat-1 a:hover, #cat-3 a:hover, #cat-5 a:hover {background:#333333; color:#fff; font-size: 80%}
#cat-2 a:hover, #cat-4 a:hover {background:#889700; color:#fff;font-size: 80% }
#cat-1 a:hover, #cat-3 a:hover, #cat-5 a:hover {background:#333333; color:#fff;font-size: 80%}
#cat-2 a:hover, #cat-4 a:hover {background:#889700; color:#fff; font-size: 80%}

.category a:visited {
	color:#333;
	display:block;
	background:none;
	font-weight:normal;
	padding:0px;
	}	

#bottom {
	width: 940px;
	float:right;
	
	}

#front-list {
	/*width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.80em;
	float:left;	
	border:2px solid red;
	height:auto; */
	
	width:590px;
	height:auto;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	border-bottom:10px solid #ececec;
	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font:160% Georgia;
	letter-spacing:-0.05em;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;	
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	margin:0px;
	line-height:120%;
	padding:0px;
	}
	
#front-list a:link, #front-list a:visited
{
	font-size:100%;

	
}

#front-list .title a:link, .title a:visited
{
	color: #de1b5d;
}

#front-list .title a:hover
{
	color: #9DA742;	
}


.aboutAuthor {
	font-size:100%;	
	border:2px solid red;
	float:left;
	width:150px;
	}

.aboutAuthor a:link,.aboutAuthor a:active, aboutAuthor a:visited
{
	font-weight:bold;
}
	
.list_author_image
{	
		float:left;
	margin-right:10px;
	margin-bottom:6px;
}

.aboutAuthor
{
	

}

.meta {	
	color:#333;
	font-size:100%;
	}

.meta a:link, .meta a:visited {
	color:#333;
	font-size:100%;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/

#content {
	width:590px;
	height:auto;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	border-bottom:10px solid #ececec;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#content h2.title {
	font:2.2em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;
	padding:5px 0px;
	}

.post {
	font-size:120%;
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}
	
.post .wp-smiley
{
	padding:0px;
	margin:0px;
	border:0px;
}

#front-list .spoiler .wp-smiley
{
	padding:0px;
	margin:0px;
	border:0px;
	
}

.post .ads {
	margin-top:10px;
	}

.archiveEntry {
	font: 100% Arial, Helvetica;
	line-height:120%;
	height:100px;	
	}
	
.entry {
	font: 100% Arial, Helvetica;
	line-height:120%;
	}


#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	margin-bottom:20px;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;	
	}

#sidebar a:link,#sidebar a:visited
{
	font-size:120%;
	font-weight:normal;
	padding:0px;
	
	
}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#889700;
	color:#fff;
	margin:0px 0px 5px 0px;	
	padding:3px 10px;
	}

#sidebar-top{
	width:300px;
	float:right;
	padding:10px 10px 10px 10px;
	background:#fff;
	}

#sidebar-bottom
{
background:#fff;
width:310px;
	float:right;
border-top:10px solid #ececec;
padding:5px;
text-align:center;
}


#sidebar-middle {
	width:310px;
	float:right;
	background:#fff;
	padding:5px;
	
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	}



#sidebar li {
	list-style:none;	
	display:block;
	padding:2px 0px 2px 13px;
	
	}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(http://www.gaelick.com/wp-content/themes/branfordmagazine/images/sub.png) no-repeat 0 0px;
	}
	


/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	

input.search{
			border: none;
			background:#fff;
			width: 105px;			
		}
		.rounded {
			background:  url(http://www.gaelick.com/wp-content/themes/branfordmagazine/images/backgrounds/searchBG.gif) no-repeat left top;
			padding:8px;						
			padding-right:23px;
			float:left;
			margin:0px;
		
		}

.button {		
	background:  url(http://www.gaelick.com/wp-content/themes/branfordmagazine/images/backgrounds/searchBtn.gif) no-repeat left top;
	padding:8px;
	color:#fff;
	border:none;
	margin:0px;
	font-weight:bold;
	margin-left:-4px;
	padding-right:25px;
	}
	
#searchform {margin-top:6px;}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/


.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	background: url(tip-rounded.gif) no-repeat left top;
	padding-top:10px;
	margin-left:100px;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#fcf2f6;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#707c08;
	display: block;	
	text-align:right;
	font-size:0.9em;
	margin-top:-10px;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}
	
	.myBox {
    /*margin: 0.5in auto;*/
    margin-left: auto;
    color: #000;
    width: 80%;
    padding: 20px;
    text-align: left;
    background-color: #f9edf2;
    

}
.myBox p {
  padding:0;
  margin:1ex 0;
}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 940px;
	background:#2c2c2c url(http://www.gaelick.com/wp-content/themes/branfordmagazine/images/bottombar.png) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;

	}
	


#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	font-size:100%;
	padding:0px;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#889700;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}


#footer {
	margin: 0 auto;
	width: 960px;
	font-size:0.7em;
	padding-top:10px;
	padding-bottom:10px;
	}


/* Float Properties*/

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

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}

/* Shelly Additions*/
	
#leadpic
{
	width:250px;
	height:200px;
	float:left;
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
}


.details { /*Styling for Date - Category and Comment section at the bottom of Featured Entry*/			
	text-align:right;	
	margin-top:-4px;	
	font-size:120%;
	margin-top:10px;
	height:40px;
	border:2px solid red;
	width:100%;
}
.details  a{color: #9DA742;	font-weight:bold;}
.details  a:hover{color:#DE1B5D;text-decoration:underline;}
.folder { /* the date shown on featured area and on the gray bar below the left column stories */
	background: url(images/folder.gif) no-repeat left center;
	
}

.commentLink { /* the comment link on featured area and on the gray bar below the left column stories */
	background: url(http://www.gaelick.com/wp-content/themes/branfordmagazine/images/comment.jpg) no-repeat center center;
	padding:10px;
	padding-right:10px;
	padding-left:20px;
}

.comment
{
	text-align:center;
}

.comment a:link
{	
	color:#DE1B5D;
	padding-right:5px;	
}

.padding
{
	border:2px solid red;
	margin-right:20px;
}

.pinkH
{
	color:#DE1B5D;
	font-size:120%;
	font-weight:bold;
}

.spacer
{
	margin-top:10px;
}

.catThumb
{
	float:left;
	margin:4px;
	margin-right:10px;
	width:100px;
	height:100px;
	border:1px solid #fff;
}

.userpic
{
	float:left;
	margin-right:10px;
	padding:10px;
}

.userinfo
{
	float:left;
	width:400px;
	font: 120% Arial, Helvetica;
	padding:2px;
	line-height:1.4em;
}

.userinfo a:link,.userinfo a:visited
{
	
	font: 100% Arial, Helvetica;
}


.clear
{
	clear:both;
}


.narrowcolumn li {
	list-style:none;		
	padding:2px;
	display:block;
	
	}
	
.profile
{
	color:#B95915;
	font-weight:bold;	
	
}

.bannerAd
{
	float:right;	
	background: url(images/Gaelick_menuhdr.jpg) no-repeat;
	width:650px;
	margin:0 auto;	
	padding-top:10px;
	margin-top:10px;
	height:70px;
	text-align:center;
}

img.scroller-thumb{
padding: 0.3em 0.4em;
border: 0.1em solid #2b2b2b;
width: 13.3em;
}

#slider {
  width: 620px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  height: 250px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: #FFFFFF url(http://www.gaelick.com/wp-content/themes/branfordmagazine/images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
  padding: 20px;
  height: 210px;
  width: 580px; /* change to 560px if not using JS to remove rh.scroll */
}

.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}

.green
{
	color:#9DA742;
	font-weight:bold;
}

.clear
{
clear:all;
}

div.img
  {
  margin:2px;
  border:1px solid #0000ff;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }
  
  /* new styles defined for Fringe Festival Post*/


.description
{
	float:left;
	width:350px;
	font-size:90%;
	line-height:1.3em;
}

.pic
{
	float:right;
}

.h
{
	color:#DE1B5D;
	font-weight:bold;
}

.picCaptionTextLeft
{
color:#333;
font-style:italic;
line-height:1.5em;
font-size:80%;
text-align:center;
float:left;
}

.picCaptionTextRight
{
color:#333;
font-style:italic;
line-height:1.5em;
font-size:80%;
text-align:center;
float:right;
}

#navmenu
{
padding-top:5px;
background: #555f0e;
padding-bottom:5px;
width:960px;
border-top:1px solid #859420;
border-bottom:1px solid #859420;
}

#category-bar {
	width:960px;
	
	}

#category-bar ul {
	list-style: none;
	}

#category-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	}

#category-bar a, #category-bar a:visited {
	margin: 0px;
	padding:5px 5px;
	font-weight:bold;
	color:#FFF;
	display:block;
	}

#category-bar a:hover {
	text-decoration:none;
	display:block;
	}
	
	

#category-bar a:hover
{
	background:#DE1B5D;
	
}

.post-comment-link 
{
float: right;
background-color: transparent;
margin-top:10px;
}

.post-comment-link a:link,.post-comment-link a:visited
{
padding:6px;
padding-left:10px;	
padding-right:10px;
margin-top:10px;
color:#DE1B5D;
width: 40px;
height: 38px;
font-weight:bold;
margin-top:20px;
background-image: url(http://www.gaelick.com/wp-content/themes/branfordmagazine/images/comment.jpg);
background-repeat: no-repeat;
background-position:top top;
}


#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	border-bottom:10px solid #ececec;
	}

#sidebar-ads img
{
padding:4px;
width:70px;
height:70px;
}

#sidebar-ads .titleNotice {
	font-weight:bold;
	font:130% Georgia;
	letter-spacing:-0.05em;
	background-color: transparent;
	background-image: url(http://www.gaelick.com/wp-content/themes/branfordmagazine/images/icons/Warning.png);
	background-position: 0pt 0pt;
	background-repeat: no-repeat;
	padding-left:50px;
	height:50px;
	}

#sidebar-ads .spoiler{
	display:block;
	margin-top:3px;
	font: 120% Arial, Helvetica;
	line-height:120%;
	}

#tools img
{
	border:0px;
}

.icon
{
float:left;
padding-right:6px;
width:22px;
height:24px;
}

img{ behavior: url(iepngfix.htc) }

#relatedPosts
{
margin-bottom:10px;
}

#relatedPosts li {
	list-style:none;
	display:block;
	padding:2px 0px 2px 13px;	
	font-size:90%;
	
	}

#relatedPosts li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	
	}	
	
	
#relatedPosts h3 {
	font: 120% Arial, Helvetica, sans-serif;	
	background:#fff;
	letter-spacing:0.3em;
	margin-bottom:4px;
	font-weight:bold;
	color:#889700;
	padding-left:10px;
	height:25px;	
	}

.socialIcons
{
	float:left;
	width:230px;
	text-align:right;	
	padding:0px;	
	margin:0px;	
	}
	

#contact-wrapper {
	width:430px;
	padding:20px;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:16px;
	width:auto;
}
form#contactform input {
	border-color:#889700;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color:#333;
}

form#contactform .sub {
	border:0px;
	padding:5px;
	font-size:16px;
	color:#333;
	text-align:right;
	color:#DE1B5D;
	border:1px solid #DE1B5D;
	background:#fff;
}

form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#889700;;
	border-style:solid;
	border-width:1px;
}

form#contactform .error {
 font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: .9em;
   color: #DE1B5D;
   display:none;

  }
  
 .googleAds
 {
 text-align:center;
 padding-bottom:10px;
 }
 
 
 .ads
 {
clear:both;
width:310px;
 background:#fff;
 border-top:10px #ececec;
 border-bottom:10px #ececec;
 margin-top:10px;
 margin-bottom:10px;
 text-align:center;
 }
 

 
  .mpu
 {
width:310px;
padding:4px;
 background:#fff;
 margin-bottom:10px;
 text-align:center;
 }
 
 .ads img
 {
 padding:10px;
 }
 
 .adsMPU
 {
 clear:both;
 width:310px;
 padding:4px;
 background:#fff;
 margin-bottom:10px;
 margin-top:10px;
 text-align:center;
 height:250px; 
 }
 
  /*  A or A Slide show*/
 
 /* Easy Slider */
 
 #AorASlideshowImage
{
	width:290px;
	height:240px;
	float:left;
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
}


	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:300px;
		height:241px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:20px;	
		margin-left:40px;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:20px;
		line-height:20px;
		}
	ol#controls li a{
		float:left;
		height:20px;
		line-height:20px;
		border:1px solid #ccc;
		background:#F5BDF5;
		color:#555;
		padding:0 5px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#9DA742;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
