/* CSS for londondogtails.com */

body {
	text-align: center;
	background:url(site-bg.png) top right repeat-x #dadada;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
#wrap {
	text-align:center;
	border:0;
	margin:20px auto;
}

#container {
	text-align:left;
	border:2px solid #cccccc;
	max-width:850px;
	width:expression(document.body.clientWidth > 850? "850px": "auto" );;
	margin:0 auto;
	padding:0;
	background:#BC0322 url(bg.gif) top left repeat-x;
}

#header {
	background-color:#ffffff; 
	height:120px;
	border-bottom:1px solid #BC0322;
	background:#ffffff url(dog-and-cat.jpg) top right no-repeat;
	background-position:100% 11px;
}

#admin-header {
	background:#ffffff; 
	height:80px;
	border-bottom:1px solid #BC0322;
}


#footer {
	background:#292929;
	text-align:center;
	height:20px;
	color:#ffffff;
	font: 0.65em Verdana, Tahoma, Arial, sans-serif;
	font-weight:bold;
	padding:20px;
}

#sidebarwrap {
	float:left;
	width:146px;
	color:#000000;
	padding:0;
}

#sidebar {
	width:120px;
	background:#ffffff; 
	border:2px solid #BC0322;
}

#contentwrap {
	margin-left: 140px;
	margin-right:0;
	padding:6px;
	background-color:transparent;
}

#content {
	border:2px solid #cccccc;
	padding:10px;
	background-color:#ffffff;
}

#homebox {
	border:1px dashed #333333;
	margin:10px;
	padding:10px 10px 10px 160px; 
	background:url(dog-sign.png) no-repeat left;
	line-height:200%;
	clear:right;
}


#storefinderbox {
	border:1px dashed #333333;
	margin:10px;
	padding:10px; 
	line-height:200%;
	clear:right;
}

#subsbox {
	border:1px dashed #333333;
	margin:10px;
	padding:10px; 
	line-height:200%;
	clear:right;
	background-image:url(subs-bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#contactbox {
	border:1px dashed #333333;
	margin:10px;
	padding:10px 10px 10px 220px; 
	line-height:50%;
	clear:right;
	background-image:url(contact-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#advertisebox {
	border:1px dashed #333333;
	margin:10px;
	padding:10px 260px 10px 40px;
	height:260px; 
	line-height:200%;
	clear:right;
	background-image:url(advertise-bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

h4 {
	font: 1.4em Georgia, "Times New Roman", serif; 
	letter-spacing: 1px;
	margin-top:0;
}

h3 {
	font: 1.1em Georgia, "Times New Roman", serif; 
	letter-spacing: 1px;
	margin-top:0;
}

p, li {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.7em;
	line-height:200%;
}



input {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.7em;
}

select {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1em;
}

input#topsearch {
	background:url(bg-input.gif);
	border:1px solid #cccccc;
	width:90px;
	height:20px;
	margin:0 0 4px 0;
}

input#storesearch {
	background:url(bg-input.gif);
	border:1px solid #cccccc;
	width:90px;
	/*height:20px;
	margin:4px 0 4px 0;*/
	font-size: 1em;
}

/*---- contact form ----*/

input.textinput {
	background:url(bg-input.gif);
	border:1px solid #cccccc;
	width:200px;
	font-size: 1em;
}
textarea#message {
	background:url(bg-input.gif) top right repeat-x;
	border:1px solid #cccccc;
	width:200px;
	height:40px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1em;
}

#contactform {
	margin:0 60px 0 0;
	text-align:right;
	height:180px;
}

input#verif_box {
	width:60px;
}

.submit {
	font-size: 1em;
}

/*------------------------------*/
a:link, a:visited {
	background: none;
	color: #BB0422;
	text-decoration: underline;	
}

a:hover {
	text-decoration: none;
}

div#footer a:link, div#footer a:visited {
	color:#ffffff;
	background:none;
	text-decoration: none;	
}

div#footer a:hover {
	color:#ffffff;
	background:none;
	text-decoration: underline;
}


/*-------------------------------------- menu buttons --------------------------------------*/

div#bookmark-icons {
	width:130px;
	height:20px;
	background:url(bookmark-icons.png); 
	margin-bottom:2px; 
	border:2px solid #cccccc;
	margin:6px 0 0 6px;
}

div#button-div {
	width:130px;
	height: auto;
	background:#ffffff; 
	border:2px solid #cccccc;
	margin:6px 0 0 6px;
}

.button a:link, .button a:visited {
	display: block;
	width: 126px;
	font: 11px Verdana, Tahoma, Arial, sans-serif;
	background: none;
	color: #BB0422;
	padding: 6px 2px;
	margin: 0;
	vertical-align: middle;
	text-decoration: none;
	border-bottom:1px dashed #000000;
}

.button a:hover {
	display: block;
	width: 126px;
	font: 11px Verdana, Tahoma, Arial, sans-serif;
	background-color: #eeeeee;
	color:#BB0422;
	padding: 6px 2px;
	margin: 0;
	vertical-align: middle;
	text-decoration: underline;
	border-bottom:1px dashed #000000;
}

.menuseparator {
	border-bottom:1px solid #ffffff;
}
/*-------------------------------------------------------------------	*/

/*------- start search ---------*/
h1.result  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #000000;
	font-weight : bold;
	font-size : 14px;
	text-decoration : none;
}

p.result  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #000000;
	font-weight : normal;
	font-size : 12px;
	text-decoration : none;
}

a.result:link  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #03629C;
	font-weight : bold;
	font-size : 12px;
	text-decoration : none;
}

a.result:visited  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #03629C;
	font-weight : bold;
	font-size : 12px;
	text-decoration : none;
}

a.result:active  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #9D9D9D;
	font-weight : bold;
	font-size : 12px;
	text-decoration : underline;
}

a.result:hover  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #9D9D9D;
	font-weight : bold;
	font-size : 12px;
	text-decoration : underline;
}

span.extract  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #000000;
	font-weight : normal;
	font-size : 11px;
	text-decoration : none;
}

a.ts:link  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #03629C;
	font-weight : normal;
	font-size : 9px;
	text-decoration : none;
}

a.ts:visited  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #03629C;
	font-weight : normal;
	font-size : 9px;
	text-decoration : none;
}

a.ts:active  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #9D9D9D;
	font-weight : normal;
	font-size : 9px;
	text-decoration : underline;
}

a.ts:hover  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #9D9D9D;
	font-weight : normal;
	font-size : 9px;
	text-decoration : underline;
}
/*------- end search ---------*/

#readIssues img {
	border: 1px solid white;
}

#readIssues img:hover {
	border: 1px solid;
}