/*
Theme Name: Wedding Centre
Theme URI: http://wordpress.org/
Description: Custom theme created for The Wedding Centre
Version: 1.0
Author: Richard Graham
Author URI: http://www.djrg.co.uk
Tags: black, custom header, custom menu, fixed width, two columns, widgets
*/


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,
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-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	color:#fff;
}
strong {
font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

/*Site Wide Styling*/

	
body {
	font-family: 'lucida sans unicode',verdana, arial, sans-serif;
	background: #000 url(images/bggrad.jpg) repeat-x;
	text-align: left;
	}

	
h1 {
	font-size:2em;
	font-weight:lighter;
	text-transform:uppercase;
        margin-bottom: 8px;
	}
	
.dropcap:first-letter {
    font-size: 4.5em;
    float: left;
    line-height: 0.7em;
    margin: 0.13em 0.13em 0.13em 0;
}

h2 {
	font-size:1.6em;
	text-transform:uppercase;
	font-weight:lighter;
	margin-bottom: 8px;
	}
	
h3 {
	font-size:1.2em;
	margin-bottom: 8px;
	text-transform:uppercase;
	font-weight:lighter;
	}
	
h4 {
	font-size:1.2em;
	margin-bottom: 8px;
	}
	
p {
	font-size:1.2em;
	line-height: 1.5em;
	margin-bottom: 12px;
	margin-right: 5px;
	}
	
a {
	color:#fff;
	text-decoration:none;
	}
	
a.linkbutton {
	padding: 2px 3px 1px 3px;
	background: #333;
	border: 1px #fff solid;
	margin-right: 5px;
	color:#fff;
}

a.linkbutton:active, a.linkbutton:hover {
background: #bbb;
color:#fff;
}

/*Page Quote*/

#quote quote {
font-size: 1.1em;
font-style:italic;
color:#ddd;
}
	
/* Navigation List Styling */
#mainnav ul {
	font-size: 1.8em;
	text-align: right;
}

#subnav ul {
	font-size: 1.4em;
	text-align: right;
}


#mainnav ul li {
margin-left: 8px;
}

#subnav ul li {
margin-left: 4px;
}

#mainnav ul li, #subnav ul li {
	display: inline;
}

#mainnav ul li a, #subnav ul li a {
	color: #333;
	text-decoration: none;
	text-transform:uppercase;	
}

#mainnav ul li a:hover,#subnav ul li a:hover
{
	color: #bbb;
}
#mainnav ul li a:active,
#mainnav ul li.current_page_item a,
#mainnav ul li.current_page_parent a,
#subnav ul li.current_page_item a,
#subnav ul li a:active,
#subnav ul li.current_page_parent a
{
	color: #fff;
}

/*Title Styling*/
#pagetitle h1
{
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 3em;
text-align: left;
margin-bottom: 16px;
}

.parenttitle {
float: left;
color: #333;
}

.childtitle {
float: left;
}

.newstitle, .acctitle, .srvtitle {
font-size: 1.8em;
}

.posttitle {
font-size: 2.5em;
}

/*Content Area Styling*/

/*News Item*/
.pageitem, .accitem, .newsitem {
clear:both;
margin-bottom: 16px;
overflow:hidden;
_height: 100%;
}

.srvitem
{
margin-bottom: 16px;
float:left;
width: 50%;
}

.newstext, .acctext {
float: left;
padding-left:10px;
/*width: 430px;*/
}

.hometext {
float: left;
padding-left:10px;
width: 340px;
}

.pagetext {
float: left;
padding-left:10px;
width: 430px;
}

.newsexcerpt, .acccontent {
margin-bottom: 8px;
}

.newsmetadata {
font-size: 1.1em;
}

#content ul li {
padding-left: 10px;
}

#content li {
list-style-type: circle;
list-style-position: inside;
	font-size:1.2em;
	line-height: 1.5em;
}



/*Image Styling*/

.newsthumb {
float: left;
background: #666;
padding: 5px;
border: 1px #333 solid;
margin-right: 10px;
margin-bottom: 10px;
width: 150px;
}

.searchthumb {
float: left;
background: #666;
padding: 5px;
border: 1px #333 solid;
margin-right: 10px;
margin-bottom: 10px;
width: 120px;
}

.newsimage, .pageimage, .accimage, .srvimage {
float: left;
background: #666;
padding: 5px;
border: 1px #333 solid;
margin-right: 10px;
margin-bottom: 10px;
}

.homeimage {
float: left;
}

img.alignright {
float:right; 
margin:0 0 10px 10px;
background: #666;
padding: 5px;
border: 1px #333 solid;
}
img.alignleft {
float:left; 
margin:0 10px 10px 0;
background: #666;
padding: 5px;
border: 1px #333 solid;
}
img.aligncenter {
display: block; 
margin-left: auto; 
margin-right: auto;
background: #666;
padding: 5px;
border: 1px #333 solid;
}
a img.alignright {
float:right; 
margin:0 0 10px 10px;
background: #666;
padding: 5px;
border: 1px #333 solid;
}
a img.alignleft {
float:left; 
margin:0 10px 10px 0;
background: #666;
padding: 5px;
border: 1px #333 solid;
}
a img.aligncenter {
display: block; 
margin-left: auto; 
margin-right: auto;
background: #666;
padding: 5px;
border: 1px #333 solid;
}

a img.ngg-singlepic {
float:left; 
margin:0 10px 10px 0;
background: #666;
padding: 5px;
border: 1px #333 solid;
}

img.ngg-singlepic {
float:left; 
margin:0 10px 10px 0;
background: #666;
padding: 5px;
border: 1px #333 solid;
}

/*Image Gallery Styling*/

.gallery {
    margin: auto;
    /* gallery clearing*/
    overflow: hidden;
    width: 100%;
}
.gallery .gallery-item {
    float: left;
    text-align: center;
}
.gallery img {
    border: 0px solid #cfcfcf;
}
.gallery .gallery-caption {
    margin-left: 0;
}
.gallery br { clear: both }
 
/* available Columns */
.col-1 { width: 100% }
.col-2 { width: 50% }
.col-3 { width: 33.333% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.666% }
.col-7 { width: 14.285% }
.col-8 { width: 12.5% }
.col-9 { width: 11.111% }


#designergallery
{
width: 50%;
float: right;
}
#designertext
{
width: 100%;
}
#designertext p
{
}



.ngg-galleryoverview {
	overflow: hidden;
	width: 100%;
	float: left;
	/*clear: both; */
	display:block !important;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left; 
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
}

.ngg-gallery-thumbnail img {
	margin: 0px
	background-color:#FFFFFF;
	border:3px solid #A9A9A9;
	display:block; 
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}




/*Layout*/

#bgwrap {
position: relative;
margin: 0px auto;
width: 980px;
background: url(images/bgtop.jpg) no-repeat top left;
font-size: 62.5%;
}

#contentwrap {
position: relative;
top: 30px;
margin: 0px auto;
width: 900px;
background: url(images/bgbottom.jpg) no-repeat bottom right;
text-align: left;
}

#logo {
height: 70px;
width: 500px;
float: left;
}

#phone {
width: 280px;
float: right;
text-align: right;
padding-top: 10px;
padding-bottom: 10px;
background: url(images/phone.jpg) no-repeat center left;
}

#phone li {
	font-size: 3.2em;
	text-transform:uppercase;
	display: inline;
	text-align: right;
	
}


#search {
float: right;
width: 400px;
text-align: right;
}

#quote {
position: relative;
margin: 0px auto;
width: 900px;
height: 10px;
padding: 10px 0px 10px 0px;
text-align:center;
}

#mainnav {
width: 900px;
margin: 4px 0px 4px 0px;
clear: both;
padding: 4px 0px 4px 0px;
border-top: 1px #999 solid;
/*bottom: 1px #ddd solid;*/
}

#pagetitle{
margin-bottom:4px;
width: 680px;
clear: both;
overflow:hidden;
_height: 100%;
}

#subnav {
width: 900px;
margin-bottom:16px;
padding-top: 4px;
}

#footer {
clear: both;
width: 900px;
text-align: center;
font-size: 80%;
}

#content {
float: left;
width: 690px;
margin-bottom:16px;
padding-right: 10px;
}

#sidebar {
float: right;
width: 190px;
margin-bottom:16px;
border-left: 1px #666 solid;
padding-left: 9px;
}



/*Contact & Search Form*/

.formfield, .formtextbox, .searchinput {
background: #333;
border: 1px solid #aaa;
font-family: inherit;
font-size: inherit;
color:#fff;
}

.formfield, .formtextbox {
width:180px;
}

.formtextbox {
height:120px;
}

.searchinput {
width:120px;
}

/*Search Form*/



/*Calendar Elements*/



.wplc_event_list li {
	font-size:1.2em;
	line-height: 1.5em;
	margin-bottom: 12px;
	border: 1px solid #666;
	width: 180px;
}


.eventtitle, .eventtime, .eventdate, .eventdetail {
line-height: 1.5em;
padding: 4px;
}

.eventtitle
{
background: #333;
border-bottom: 1px solid #666;
}

.eventdetail {
 font-size:0.9em;
}

.noevent {
margin-bottom: 12px;
line-height: 1.5em;
font-size:1.2em;
}

.eventtitle {
text-transform: uppercase;
border-bottom: 1px solid #333;
padding-bottom: 4px;
}