@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,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: 0;
  position: relative;
  min-height: 100%;
  background-color:transparent;
}

#header {
	margin-bottom:40px;
}

#main {
   width:100%;
   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;
	padding-right:33px;
}

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

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

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

#content a:link     { color:#bb0000; text-decoration:none;}
#content a:visited  { color:#bb0000; text-decoration:none;}
#content a:hover    { color:#dd0000; text-decoration:none;border-bottom:1px dotted #bb0000;}
#content a:active   { color:#bb0000; 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: 'Open Sans',sans-serif;
	font-weight: normal;
	font-size: 32px;
	line-height: 35px;
	padding:16px 0px 10px 0px;
	margin:0px;
	color:#bb0000;
	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: 'Open Sans',sans-serif;
	font-weight: bold;
	font-size:1.30em;
	line-height:1.6em;
  color:#000000;
  text-decoration:none;
  padding: 19px 0px 6px 0px;
  border:0px;
  margin:0px 0px 0px 0px;
  display:block;
}

#content div.moduletable_login h3
{
	font-weight: normal;
	font-size: 32px;
	line-height: 35px;
	padding:16px 0px 10px 0px;
	margin:0px;
	color:#bb0000;
	letter-spacing:-1px;
}

#content h4
{
  font-weight: bold;
  font-size: 1em;
  line-height: 1.1em;
  color:#bb0000;
  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;
	float: right;
	margin: 11px 0 22px 22px;
	background: #eeeedd;
}

#content .pullquote
{
	width: 197px;
	float: right;
	margin: 11px 0 22px 22px;
	font-size:1.5em;
	line-height:1.3em;
	font-style:italic;
	background:#bb0000;
	color:#ffffff;
	padding:11px;
}

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

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

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

#content .error_message
{
  color:#cc0000;
}

#content div.icons {display:none;}



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


#menu
{
	position:relative;
	display:block;
	width:342px;
	margin:30px auto 50px auto;
}

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


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

#menu a
{
	font-family: 'Open Sans',sans-serif;
	display:block;
	margin:0px;
	font-size:14px;
	line-height:22px;
	font-weight:normal;
	text-decoration:none;
	width:70px;
	text-align: center;
}

#menu li.active a {
	color:#bb0000;
	border-bottom:6px solid #bb0000;
	}



#menu a:link, #menu a:link *,
#menu a:visited, #menu a:visited * {
  color:#bbb;
	border-bottom:1px solid #bbb;
}

#menu a:hover, #menu a:hover * {
	border-bottom:6px solid #bbb;
}

/* -------------------------------- #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 {
	float:left;
	margin:0;
	padding:0 0 100px 0px;
}

#ad h3
{
  font-weight: normal;
  font-size: 26px;
  line-height: 28px;
  color:#bb0000;
  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 #bb0000;
}

#ad .moduletable_flash h3
{
	color:#bb0000;
	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:#bb0000;
	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:#bb0000; text-decoration: none;}
#ad .moduletable_flash ul li:visited  { color:#bb0000; text-decoration: none;}
#ad .moduletable_flash ul li:hover    { color:#bb0000; text-decoration: none;background: rgba(240,220,220,0.95);}
#ad .moduletable_flash ul li:active   { color:#bb0000; text-decoration: none;}

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

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

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

.masthead
{
	letter-spacing:1px;
	font-size:15px;
	text-transform: uppercase;
	width:600px;
	margin:22px 0 0 105px;
	display:block;
position:absolute;
	color:#ffffff;
	display:none;
}

#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:#ccaaaa;
}


#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:#ccaaaa;
	margin:0 20% 0 20%;
}

#errormessage p.credit
{
	font-weight:bold;
	color:#886666;
	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:#ccaaaa;
	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;

}

/* ----------------------------   masthead  --------------------------------- */
/*#masthead {
  position: absolute;
  top: 30px;
  left: 214px;
}*/

#logo {z-index:100; width:100%;border-bottom:1px solid #ccc;}
#logo .wordmark {display:block;margin:0 auto 0 auto;top:5;left:5;width:312px;height:auto;}
#logo .cutout {display:block;margin:0 auto 0 auto;right:5;width:auto;height:100px;}

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

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

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

/*----------------------------------------  Twitter feed -----------------------------------*/

.gkTweet {border-bottom:1px dotted #ccc;padding-bottom:6px;margin-bottom:6px;}
.gkTweet img {float:left;border-radius:25px;margin:4px 6px 0 0;}
.gkTweet a {color:#bb0000;}
.gkTweet .gkTweetName {float:left;font-weight:bold;padding-right:4px;}
.gkTweet small {display:none;}
#ad p.gkTweetContent {padding-bottom:2px;}
.gkTweetInfo {font-size:12px;color:#888;}

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

@media (min-width:530px)
{
	#logo {height:155px;}
	#logo .wordmark {position:absolute;margin:0;left:5px;top:94px;width:400px;height:auto;}
	#logo .cutout {position:absolute;margin:0;right:5px;top:5px;width:auto;height:150px;}
#menu a:link, #menu a:link *,
#menu a:visited, #menu a:visited * {
	border-bottom:none;
}
#menu a:hover, #menu a:hover * {
	border-bottom:6px solid #bbb;
}

}

@media (min-width: 764px)
{
	#content{width:678px;}
}

@media (min-width: 998px)
{
	#logo .wordmark {left:25px;}
	#logo .cutout {right:25px;}
	#main {width:994px;}
	#ad {float:right;right:98px;width: 306px;margin: 10px 0px 0px 0px;}
}

@media (min-width: 1080px)
{
	#logo .wordmark {left:55px;}
	#logo .cutout {right:55px;}
	#menu {position:absolute;top:90px;left:480px;}
	#menu a {font-size:18px;width:80px;line-height:34px;margin-right:4px;}
}

@media (min-width: 1440px)
{
	#logo .wordmark {left:225px;}
	#logo .cutout {right:225px;}
	#menu {position:absolute;top:90px;left:680px;}
}

/*-------------------------------------- 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; }


}

