@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');
/* basics */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
abbr,acronym,address,big,cite,code,
del,dfn,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td
{
								margin: 0;
								padding: 0;
								border: 0;
								font-family: Arial,san-serif;
								font-weight: normal;
								font-style: normal;
								font-size: 15px;
								line-height: 19px;
								text-align: left;
								list-style-type: none;
								text-rendering: optimizeLegibility;
								box-sizing: border-box;
}


html, body
{
								min-height: 100%; /* important*/
								height: 100%; /* important*/
}


body {
	background: #ffffff;
}


#container {
  margin: auto;
  position: relative;
  min-height: 100%;
  background-color:transparent;
}

#header {
	margin-bottom:40px;
}

#main {
   margin:0 auto 0 auto;
   padding:0 5px 150px 5px;
height:100%;
overflow:auto;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   min-height:90px;   /* Height of the footer */
   background:#fff;
   padding:0px 0 11px 0;
}


strong {
  font-weight:bold;
}

a, a:link, a:visited, a:hover, a:active
{
	text-decoration:none;
	color:inherit;
}


/* --------------------------------------- #content -------------------------- */

#content {
	float:left;
	overflow:hidden;
	background:transparent;
}

#content img {max-width:100%;height:auto;}

#content p,
#content li,
#content blockquote
 {
	padding:8px 0px 8px 0px;
	font-size:16px;
	line-height:21px;
}

#content p span
{
	font-size:inherit;
	line-height:inherit;
}

#content a:link     { color:#0000bb; text-decoration:none;}
#content a:visited  { color:#0000bb; text-decoration:none;}
#content a:hover    { color:#0000dd; text-decoration:none;border-bottom:1px dotted #0000bb;}
#content a:active   { color:#0000bb; text-decoration:none;}

#content a.modal:hover
{
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    border:0;
}


#content ul
{
  margin:0 0 0 3px;
}

#content li
{
	margin:6px 0px 6px 28px;
	padding:0 0 0 6px;
	list-style-type:square;
}

#content blockquote
{
	margin:6px 0px 6px 28px;
	font-style:italic;
}

#content table
{
  width:100%;
  padding:0;border:0;
  margin:11px 0 11px 0;
}

#content hr
{
	border:0;height:0;border-bottom:1px dotted #444;
}

#content table hr
{
	border:0;height:0;border-bottom:1px dotted #444;
	padding:0;margin:11;
  vertical-align:top;
}

#content table td
{
  padding:5px 22px 5px 0;
	border-bottom:1px solid #878787;
  vertical-align:top;
}

#content table td p
{
  font-size: 1em;
  line-height: 1.4em;
  padding:0px 0 0px 0;
}

#content table td li
{
  font-size: 1em;
  line-height: 1.3em;
  padding:6px 0 6px 0;
}

#content table td p + p
{
	padding-top:11px;
}

#content table td:nth-last-child(-n+1)
{
  padding:5px 0px 5px 0;
}

#content table thead td
{
  font-weight: bold;
  text-transform: uppercase;
  padding: 7px 9px 5px 9px;
}

#content table img
{
	padding:0;margin:0;border:0;
}

#content table span
{
	font-size:1.0em;
	line-height:1.0em;
}

#content h1,
#content h2,
#content h2 span
{
	font-family: 'roboto slab', serif;
	font-weight: normal;
	font-size: 32px;
	line-height: 35px;
	padding:16px 0px 10px 0px;
	margin:0px;
	color:#000;
	letter-spacing:-1px;
}

#content h1 a, #content h1 a:link, #content h1 a:visited, #content h1 a:hover, #content h1 a:active,
#content h2 a, #content h2 a:link, #content h2 a:visited, #content h2 a:hover, #content h2 a:active
{
	color:inherit;
	text-decoration:none;
}

#content h3
{
	font-family: 'roboto slab', serif;
	font-weight: bold;
	font-size:1.4em;
	line-height:1em;
  color:#000000;
  text-decoration:none;
  padding: 19px 0px 6px 0px;
  border:0px;
  margin:0px 0px 0px 0px;
  display:block;
}

#content h4
{
  font-weight: bold;
  font-size: 1em;
  line-height: 1.1em;
  color:#0000bb;
  text-decoration:none;
  padding: 19px 0px 6px 0px;
  border:0px;
  margin:0px 0px 0px 0px;
  display:block;
}

#content h6
{
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  font-size:14px;
  line-height:17px;
  border-bottom:1px dotted #333;
}

#content h6 img
{
  height:32px;
  width:32px;
}

#content p.caption
{
  font-size:0.8em;
  line-height:1.2em;
  font-weight:normal;
  color:#878787;
  padding-top:0;
  margin-top:-12px;
}

#content .items-row {clear:both;}


td.list-date {white-space:nowrap;}
td.list-hits {white-space:nowrap;}


img.avatar_wall
{
max-width:100%;
max-height:100%;
}

div.avatar_wall
{
     width:64px;
     height:100px; 
     display:inline-block; 
     position:relative;
     overflow:hidden;
	margin:0px 4px 0px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

div.avatar_wall a:hover { border-bottom:none;}
{}

#content .moduletable_all li {list-style-type:none;}
#content .moduletable_all li.default,
#content .moduletable_all_interact li,
#content .moduletable_all_member li,
#content .moduletable_all_bottom li,
#content .moduletable_all li.parent
 {margin-left:0!important;border-bottom:1px dotted #666;}
 
#content .boxout
{
	width: 306px;
	margin: 11px auto 22px auto;
	background: #f4f4fa;
}


#content .pullquote
{
	width: 320px;
	margin: 11px auto 22px auto;
	font-size:1.5em;
	line-height:1.3em;
	font-family: 'roboto slab',serif;
	font-style:italic;
	background:none;
	color:#0000bb;
}

#content .pullquote::before { content: '“';}
#content .pullquote::after  { content: '”';}

#content .boxout h3
{
	padding: 6px 11px 6px 11px;
}

#content .boxout p
{
	font-size:1em;
	line-height:1.3em;
	padding: 0 11px 11px 11px;
}

#content .error_message
{
  color:#0000cc;
}

#content div.icons {display:none;}




/* -------------------------------- frontpage ------------------------------- */

.moduletable_frontpage_lead
{
	position:relative;
	height:300px;
	overflow:hidden;
	top:50%;
}

.moduletable_frontpage_lead img {width:100%;}

.floating
{
	position:absolute;
	background:black;
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	bottom:0px;
	left:0px;
}

.floating a:active, .floating a:link, .floating a:visited, .floating a:hover
{
	color:#fff!important;
}

#content .frontpage h1,
#content .frontpage h3,
#content .frontpage p,
#ad .moduletable_frontpage h3,
#ad .moduletable_frontpage p
{
	color:#fff;
}

#content .moduletable_frontpage_lead h1,
#content .moduletable_frontpage_lead p
{
  padding: 0 8px 0 8px;
  line-height:1.35;
}

#ad .moduletable_frontpage p
{
  padding: 1px 8px 1px 8px;
  line-height:1;
}

#content .moduletable_frontpage_lead p
{
	padding: 2px 7px 2px 9px;
}

#content .frontpage-col1,
#content .frontpage-col2
{
	width:320px;
	margin: 0px auto 20px 0;
}

#content .frontpage .item { position:relative;}
#ad .moduletable_frontpage .item { position:relative; margin-bottom:20px;padding:0;}


#content .frontpage h3,
#ad .moduletable_frontpage h3
{
	font-family:'roboto slab',serif;
	font-weight:normal;
  padding: 0 8px 0 8px;
  font-size:1.2em;
  line-height:1.35;
}

#content .frontpage h4
{
	font-family:'roboto slab',serif;
	font-size:1em;
	padding:0 0 8px 0;
}

#content .frontpage h2.section-head
{
	font-weight:bold;
	text-transform:lowercase;
}

#content .frontpage-jargon
{
	width:100%;
	clear:both;
	border:1px solid #0000bb;
	padding:11px;
}

#content .frontpage-jargon h2.section-head {padding-top:0;}

/* ----------------------------- content bottom --------------------------- */

#content-bottom
{
	margin-top:50px;
}

/* -------------------------------- #footer ------------------------------- */

#footer address {
  position:absolute;
  padding:10px 200px 0px 0px;
  font-size:11px;
  line-height:12px;
  text-align:left;
  color:#bbb;
  bottom:30px;
  left:30px;
}

#footer_credit
{
	position:absolute;
	right:22px;
	bottom:11px;
}

/* --------------------------- right column #ad ----------------------------- */


#ad {
	width:306px;
	margin: 10px auto 0px auto;}
	padding:0px;
}

#ad h3
{
  font-weight: normal;
  font-size: 26px;
  line-height: 28px;
  color:#0000bb;
  text-decoration:none;
  padding: 11px 0px 8px 0px;
  margin:0px 0px 0px 0px;
  display:block;
	letter-spacing:-1px;
  text-rendering:optimizeLegibility;
}

#ad .moduletable,
#ad .moduletable_menu
{
	margin:0px 0px 40px 0px;
}

#ad p
{
	padding:0 0 8px 0;
}

#ad ul li
{
	border-bottom:1px dotted #ddd;
	padding:6px;
}

#ad .moduletable_flash
{
	background: url('../../../images/2017/guild-logo-perspective.jpg') center/cover no-repeat;
	margin:0px 0px 40px 0px;
	border:1px solid #0000bb;
}

#ad .moduletable_flash h3
{
	color:#0000bb;
	font-weight:bold;
	font-size:40px;
	letter-spacing:-1px;
	line-height:38px;
	padding:6px;
    background: rgba(255,255,255,0.95);
    border-bottom:1px solid #ffffff;
}

#ad .moduletable_flash ul li
{
	color:#0000bb;
	font-weight:bold;
	font-size: 17px;
    background: rgba(255,255,255,0.95);
    border-bottom:1px solid #ffffff;
    width:100%:
}

#ad .moduletable_flash ul li:link     { color:#0000bb; text-decoration: none;}
#ad .moduletable_flash ul li:visited  { color:#0000bb; text-decoration: none;}
#ad .moduletable_flash ul li:hover    { color:#0000bb; text-decoration: none;background: rgba(240,220,220,0.95);}
#ad .moduletable_flash ul li:active   { color:#0000bb; text-decoration: none;}

#ad .moduletable_adsense_300x250
{
	width:306px;
	padding:3px;
	margin:11px 0 40px 0;
}

#ad .element-invisible {display:none;}

/*------------------------------ masthead -------------------------*/

	#logo {height:156px;z-index:100; width:100%;}
	#logo img {display:block;width:340px;height:auto;position:absolute;margin:0;left:5px;top:114px;}

/* ----------------------------   pagination  --------------------------------- */


#content .pagination ul
{
	margin:44px 0 44px 0;
}

#content .pagination li
{
	display:inline;
	margin:0;
	padding: 4px 12px 4px 12px;
	border: none;
	list-style-type:none;
	font-size:inherit;
}

#content .pagination li,
#content .pagination li span
{

	color:#878787;

}

#content .pagination li:first-child
{
	border:none;
	padding-left:0;
}

#content .pagination li a:link     { font-size:inherit; color:#000000; text-decoration: none; border:none;}
#content .pagination li a:visited  { font-size:inherit; color:#000000; text-decoration: none; border:none;}
#content .pagination li a:hover    { font-size:inherit; color:#000000; text-decoration: none; border:none;}
#content .pagination li a:active   { font-size:inherit; color:#000000; text-decoration: none; border:none;}

#content .pagination .active a
{
	background-color:#aaaacc;
}


#mceu_2 {display:none;}
#mceu_13-body {display:none;}
#content a[title="online social networking"]:link,
#content a[title="online social networking"]:visited,
#content a[title="online social networking"]:hover,
#content a[title="online social networking"]:active
{
	margin-top:50px;
	color:#aaaaaa;
}

#content dt.result-title
{
  margin:11px 0 0 0;
}

#content p.blog img
{
  float:left;
  margin:5px 11px 0 0;
  min-height:42px;
  width:auto;
}

.tooltip-inner {display:none;}

#content dl.article-info
{
  margin:0 0 10px 0;
}

#content time
{
  font-size:13px;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#878787;
}

#content p.footnote
{
  font-size:0.8em;
  font-style:italics;
  color:#878787;
}

form#login-form {margin:22px 0 0 0;}

#content .controls label.control-label { font-weight:bold;}

#content .controls input
{
  display:block;
  margin:0 0 22px 0;
  font-family:arial,sans-serif;
  font-size:16px;
  padding:8px;
  -moz-border-radius: 5px;border-radius: 5px;
}

#content .controls button
{
  font-size:14px;
  margin:22px 0 0 0;
  -moz-border-radius: 5px;border-radius: 5px;
}

#converter input
{
  margin:0 11px 6px 0;
  font-family:arial,sans-serif;
  font-size:16px;
  padding:8px;
  text-align:right;
  -moz-border-radius: 5px;border-radius: 5px;
}

#error401
{
	width:100%;
	min-height:100%;
	background: url('../../../images/2015/401.jpg') center/cover no-repeat;
}
#error403
{
	width:100%;
	min-height:100%;
	background: url('../../../images/2015/403.jpg') center/cover no-repeat;
}
#error404
{
	width:100%;
	min-height:100%;
	background: url('../../../images/2015/404.jpg') center/cover no-repeat;
}
#error500
{
	width:100%;
	min-height:100%;
	background: url('../../../images/2015/500.jpg') center/cover no-repeat;
}

#errormessage
{
	position:absolute;
	width:100%;
	min-height:100%;
	margin:0px auto 0px auto;
	background: rgba(30,0,0,0.8) url('../../../images/guild-logo.png') 50px 50px no-repeat;
}

#errormessage h1
{
	font-weight:bold;
	font-size:40px;
	line-height:42px;
	color:#ffffff;
	margin:200px 20% 20px 20%;
}

#errormessage p
{
	font-weight:normal;
	font-size:19px;
	line-height:25px;
	color:#aaaacc;
	margin:0 20% 0 20%;
}

#errormessage p.credit
{
	font-weight:bold;
	color:#666688;
	font-size:12px;
	line-height:14px;
	margin-top:33px;
	margin-bottom:50px;
}

#errormessage ul
{
	margin: 20px 0 20px 0;
}
#errormessage li
{
	font-weight:normal;
	font-size:19px;
	line-height:25px;
	color:#aaaacc;
	margin:0 20% 6px 25%;
	list-style:square;
}

#errormessage a:link   { border-bottom:1px dotted #aba;}
#errormessage a:visited    {  border-bottom:1px dotted #aba;}
#errormessage a:hover    { color:#ffffff; border-bottom:1px dotted #ffffff;}
#errormessage a:active    { border-bottom:1px dotted #aba;}


#form-login-links li {list-style-type:none;margin:22px 0 0 0;padding:0;}

.fancybox-title { display:none;}
#content li.sigFreeThumb
{ 
	margin:0px 0px 1px 0px;
	padding:1px 1px 0px 0px;
    border:0px;
}
#content li.sigFreeThumb a:hover
{
	margin:0px;
	padding:0px;
    border:0px;

}



/*----------------------------------------  fields -----------------------------------*/

.field-label
{
	display:block;
	font-weight:bold;
}

.field-entry
{
	padding-bottom:11px;
}

/* ----------------------------   #menu   ----------------------------------- */


#menu
{
	position:relative;
	display:block;
	width:100%;
	margin:34px auto 50px auto;
	background:#333;
}

#menu ul
{
	display:block;
	margin:auto;
	overflow:hidden;
}


#menu li {
	list-style-type:none;
	text-align:left;
	float:left;
}

#menu a
{
	display:block;
	text-transform:lowercase;
	margin:0px;
	font-size:15px;
	font-family: 'roboto slab',serif;
	line-height:24px;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
	margin:0;
	border-right:1px solid #fff;
	padding: 0 9px 0 9px;
}

#menu li.active a {
	color:#fff;
	background: #0000bb;
	}



#menu a:link, #menu a:link *,
#menu a:visited, #menu a:visited * {
  color:#f0f0f0;
	background:none;
}

#menu a:hover, #menu a:hover * {
	color:#fff;background: #0000dd;
}

#content img a:hover {border:none;}

/*----------------------------------------  responsiveness -----------------------------------*/

@media (min-width:672px)
{
	#content .boxout {float: right;margin: 11px 0 22px 22px;color:#333;}
	#content .pullquote {float: left;margin: 11px 22px 22px 0px;color:#333;}
	#content .frontpage-col1 {float:left;}
	#content .frontpage-col2 {float:right;}
	
}

@media (min-width: 1024px)
{
	#ad {float:right;margin:0;}
	#main {width:1024px;}
	#content {float:left;max-width:672px;}
	#menu {position:absolute;top:89px;left:350px;height:24px;}
}

/*-------------------------------------- styles for printing ---------------------------------*/

@media print
{

	* { font-family:Arial,sans-serif; }

	#menu, #search, #footer ul, #footer_credit
	{
		  visibility:hidden !important;
	}
	
	#ad { display:none !important; }

	#footer { border-top:0px; position:relative;}
	
	#logo
	{
 	 left:0px;
 	 position:relative;
	}
	#main  { width: 100%; padding:0;}
	#content { width: 100%; float:none; }
	
	#container, #main {height:auto;}

	a[href]:after { content: " (" attr(href) ")"; }
	a[href^="/"]:after { content: " (http://www.gomw.co.uk" attr(href) ")"; }
	
	/* Don't show javascript, internal, image or home links */
	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	a[href="/"]:after,
	a[href$=".jpg"]:after
	{
	 content: "";
	}  

	p, h1, h2, h3 { orphans: 3; widows: 3; }

	h1, h2, h3, h4, h5, h6, img {
 	 page-break-after:avoid;
 	 page-break-inside:avoid
	}

	ul, ol, dl {
	  page-break-before:avoid
	}
	blockquote, tr, pre {
	  page-break-inside:avoid
	} 

	img { max-width: 100% !important; }
	@page { margin: 2cm; }


}

