﻿/* WED (Wedding Exhibitions Dublin) - CSS Stylesheet by The IT Company (www.theitcompany.ie) */

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #8C8C8C;
	font-family: Georgia, "Times New Roman", Times, serif;
/*	background-color:  #F0EBDC;  */
	background-color: #E1D7B9
}

#content {
width: 900px ;
margin-top:10px;
margin-left: auto;
margin-right: auto;
margin-bottom:10px;
border-left: medium #D5AC15 solid;
border-top: medium #D5AC15 solid;
border-right: medium  #D5AC15 solid;
border-bottom: medium #D5AC15 solid;
background-color: white;
}

option {
	font-family: Georgia, "Times New Roman", Times, serif;
}

select {
	font-family: Georgia, "Times New Roman", Times, serif;
}

textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
}

input {
	font-family: Georgia, "Times New Roman", Times, serif;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

th {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-weight: normal;
	color: #D5AC15;
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	font-weight: normal;
	color: #D5AC15; 
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-weight: normal;
	color: #D5AC15;
	font-size: 1em;
}

.MakeTextRed
{
	font-weight: bold;
	text-align: center; 
	color: red ;
	font-size: 1em;
}

.MakeTextGold
{
	font-weight: bold;
	text-align: center; 
	color: #D5AC15;
	font-size: 1em;
}

ol {
	line-height: 200%;
}

ul {
	line-height: 200%;
}

p {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote ol {
	line-height: normal;
	font-style: italic;
}

blockquote ul {
	line-height: normal;
	font-style: italic;
}

blockquote p {
	line-height: normal;
	font-style: italic;
}

a {
	color: #3AA0B9;
}

a:hover {
	text-decoration: none;
	color: #EB42A3;
}

/* Float An Image To The Right*/
.ImageFloatRight
{
 float: right;
 padding-top: 0px;
 padding-bottom: 5px;
 padding-left: 5px;
 padding-right: 5px;
}

/* Float An Image To The Left*/
.ImageFloatLeft
{
 margin: 5px 20px;
	padding: 5px;
	float: left;
}

/* Centre An Image*/
.ImageCentered
{
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.CentreIt {
	text-align: center;
}

.CentreBoldIt {
	text-align: center;
	font-weight: bold;
}

.LinkIt {
	text-align: right;
	font-size: small;
}

/* Header */
#header {
	width: 900px;
	height: auto;
}

#header p {
	margin: 0;
}

#header h1 {
	margin: 0;
	color: #FDC915;
	padding-top: 0px;
}

#header a {
	color: #EB42A3;
}

/* Page */

#page {
	width: 900px;
}

/* Content */
#pagecontent {
	float: left;
	width: 500px;
	background-color: white;
	text-indent: 5px;
	padding: 10px 10px 10px 10px;
}

#pagecontent h2 {
	margin: 0;
	padding: 0px 0 0 0;
	border-bottom: 2px solid #D70070;
}	

#pagecontentSubPages {
	float: left;
	width: 485px;
	background-color: white;
	text-indent: 5px;
	padding: 10px 10px 10px 10px;
}

#pagecontentSubPages h2 {
	margin: 0;
	padding: 0px 0 0 0;
	border-bottom: 2px solid #D70070;
}	

#pagecontentSubPagesGallery {
	float: left;
	width: 800px;
	background-color: white;
	text-indent: 5px;
	padding: 10px 10px 10px 10px;
}



.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #D70070;
}

.TagLine {
	margin: 0;
	color: #D70070;
}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Sidebar */
#sidebarShowHighlights {
	float: right;
	width: 350px;
	background-color: white;
	padding: 10px 10px 10px 10px;
}

#sidebarShowHighlights ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebarShowHighlights li ul {
	padding: 15px 0;
}

#sidebarShowHighlights li {
	padding-left: 20px;
	border-bottom: 1px dotted #0F0F0F;
/*	background: url(images/img02.gif) no-repeat 5px 50%;   */
}

#sidebarShowHighlights h2 {
	margin: 0;
	padding: 0px 0 0 0;
	border-bottom: 2px solid #D70070;
}

#sidebarShowHighlights a {
	text-decoration: none;
}


/* Sidebar */
#sidebar {
	float: right;
	width: 350px;
	background-color: white;
	padding: 10px 10px 10px 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #0F0F0F;
/*	background: url(images/img02.gif) no-repeat 5px 50%;   */
}

#sidebar h2 {
	margin: 0;
	padding: 0px 0 0 0;
	border-bottom: 2px solid #D70070;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

#sidebarSubPages {
	float: right;
	width: 350px;
	background-color: white;
	padding: 10px 10px 10px 10px;
}

#sidebarSubPages ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebarSubPages li ul {
	padding: 15px 0;
}

#sidebarSubPages li li {
	padding-left: 20px;
	border-bottom: 1px dotted #0F0F0F;
	background: url(images/img02.gif) no-repeat 5px 50%;
}

#sidebarSubPages h2 {
	margin: 0;
	padding: 0px 0 0 0;
	border-bottom: 2px solid #D70070;
}

#sidebarSubPages a {
	text-decoration: none;
}

#sidebarSubPages a:hover {
}

.IndentNames
{
 padding-left: 150px;
 font-size: 0.9em;
 font-family:Georgia;
 color: gray;
 font-style: italic
}

/* Footer Images */
#FooterImages {
/*	border-top: 2px solid #D70070; */
	width: auto;
	height: auto;
	clear: both;
	padding: 0 5px 0px 5px;
	font-size: small;
}


/* Footer */
#footer {
	border-top: 2px solid #D70070;
	width: auto;
	height: auto;
	clear: both;
	padding: 0 5px 0px 5px;
	font-size: small;
}

/* Footer Menu */
#FooterMenu ul
{
 margin: 0 ;
 padding: 0 ;
 list-style: none ;
 display: inline ;
}

#FooterMenu ul li
{
 margin: 0 ;
 padding: 0 ;
 display: inline ;
 text-align: center ;
 list-style: none ;
 font-family: Georgia ;
}

#FooterMenu li a
{
 font-weight: bold;
 color:  #808000;
 padding: 20px ;
 text-decoration: none ;
 display: inline ;
}

#FooterMenu li a:hover
{
 color: #C6AF3B;
 text-decoration: underline;
 font-weight: bold;
}

#ITCOFooter
{
width: 900px;
text-align:right;
margin-top: 15px;
margin-left: auto;
margin-right:auto;
margin-bottom:15px;
}

