/* Start of CMSMS style sheet 'Typography' */
/*-----------------------------------------------------------------------------
 Copyright: Copyright (C) Ardanaiseig. All rights reserved.
 Filename: typography.css
 Description: CSS Typography
 Version: 1.0
 Author: John Ellis
 Date Created: Oct 21st, 2009
 Last Updated: Oct 21st, 2009
 Last Updated By: John Ellis
-------------------------------------------------------------------------------
 Email: john [dot] ellis [at] 360innovate [dot] co [dot] uk

 Website: www.ardanaiseig.com
-------------------------------------------------------------------------------

 This file is not a template and may not be reproduced.

------------------------------------------------------------------------------*/


/* CSS Style reset by Eric Meyer */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---- begin basic typography ----*/


body {

	font-family:arial, sans-serif;
	color:#fff;
}

#navigation-wrap ul li a, a:visited, a:link {

	line-height:165%;
	font-size:12.5px;
	letter-spacing:0.2px;
        font-family:tahoma;
        text-decoration:none;
        color:#fff;
}

#navigation-wrap ul li a:hover {

       	text-decoration:underline;

}

li.currentpage h3 {

        font-size:12.5px;
        font-weight:bold;
        line-height:115%;
        font-family:arial;

}

li.menuactive, li.menuparent  a {

       font-weight:bold;
       color:#fff !important;
       font-size:12.5px;
       line-height:120%;
}

h1 {

	color:#FFFFFF;
        padding-bottom:10px;
        font-size:13px;
}

h2 {

	color:#aaa;
        font-size:12px;
        font-weight:bold;
        line-height:125%;
        padding:10px 0 15px;
        letter-spacing:0.6px;


}

#content p {

        color:#fff;
        font-family:arial, sans-serif;
	font-size:12px;
	letter-spacing:0.3px;
        line-height:145%;
        padding-bottom:10px;
        padding-right:5px;
}

#copy p {

        color:#fff;
        font-family:arial,sans-serif;
        font-size:12px;
        letter-spacing:0.3px;
        line-height:145%;
        padding-bottom:10px;
        padding-right:5px;
}

.press-links a, a:visited{

        color:#eee;
        font-family:arial, sans-serif;
	font-size:12px;
	letter-spacing:0.3px;
        padding-right:5px;
        text-decoration:none;
        line-height:100%;

}

.press-links a:hover {
    
        text-decoration:underline;

}

#content-gallery p {

        color:#fff;
        font-family: arial, sans-serif;
	font-size:12px;
	letter-spacing:0.3px;
        line-height:145%;
        padding-bottom:7px;
}

div#content-gallery p.comments {

       color:#DEDEDE;
       font-family:tahoma;
       font-size:10px;
       letter-spacing:0.3px;
       line-height:120%;
       padding-top:5px;

}

#content a, a:visited {

       color:#ddd;
       font-size:1em;
       text-decoration:underline;
       line-height:100%;
}

#content a:hover {

       text-decoration:none;
}

#content li a {
       line-height:115%;
       font-size:12px;


}

#content li, li a {

      line-height:115%;

}

div#parent-menu li {

     padding-bottom:5px;

}

div#parent-menu li a, a:visited {

     text-decoration:none;
     line-height:100%;

}

div#parent-menu li a:hover {

     text-decoration:underline;

}

div#child-menu li a {

       line-height:100%;

}

div#child-menu li {

       padding-bottom:5px;

}
div#navigation-wrap li.parent a, a:visited {

        color:#ddd !important;
        font-family: arial !important;
        letter-spacing:0px !important;

}

#bookingIframe {

      font-family:arial;
      height:550px;

}

tr.SessionBannerText {

color:#ccc!important;
font-family:Arial,Helvetica,sans-serif!important;
font-size:16px!important;
font-weight:bold!important;

}

.vcard {
	
	font-size:12px;
	line-height:140%;
        font-family:arial;
}

.vcard a, a:hover, a:visited {

	color:#fff;
       
}

div#content .brochure-request, .contactform {

font-size:12px;
text-align:left;

}

div#content-gallery .brochure-request {

font-size:12px;
text-align:left;

}

tr, td {

font-size:12px;
font-weight:normal;
padding:10px 10px 10px 0;

}

td {

border-bottom:1px solid #ccc;
border-left:1px solid #ccc;
color:#666;


}

tr, td {

font-size:12px;
font-weight:normal;

}

a.main-link a {

   text-decoration:underline;
   color:#fff;
   size:1em;

}

h2.no-padding {

padding:0px;

}

div.error_message{

font-size:12px;
padding-bottom:15px;

}
/* End of 'Typography' */

