/*
contents

	1. Defaults
	2. Structure
	3. Links and navigation
	4. Fonts
	5. Images
	6. Hacks

Notes

*/


/* =Defaults
-----------------------------------------------------------------------------*/
		
/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
a:link, a:visited {
	text-decoration:none;
	color:#000000;
}

/* no list-markers by default, since lists are used more often for semantics */
ul,ol {
	list-style:none;
}

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4 {
	font-size: 0;
}

/* remove the inconsistent (among browsers) default margin and padding */
* {
	margin: 0;
	padding: 0;
	font-weight:normal;
}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img {
	border:none
}
		
/* =Structure
-----------------------------------------------------------------------------*/

body {
	background-color:#f0eddb;
}

#wrapper {
	width: 760px;
	margin:  0 auto;
	text-align: left;
}
		
h1 {
	width: 760px;
	height: 220px;
	position: relative;
}

h1 span {
	background:url(../images/banner.png);
	position: absolute;
	width: 100%;
	height: 100%;
}

#content {
	width:760px;
}
		
#twoColContent {
	background:url(../images/twoColCentre.png);
	width: 760px;
}

#twoColTop {
	background:url(../images/twoColTop.png) no-repeat left top;
	width: 760px;
}

#twoColBottom {
	background:url(../images/twoColBottom.png) no-repeat left bottom;
	width: 760px;
}

#primaryContent {
	float: left;
	width: 460px;
	padding: 20px 17px 25px 23px;
}

ul.bulletList {
	padding: 20px 10px;
	list-style: disc outside;
	line-height: 18px;
}

/*Target nested list items*/
ul.bulletList li ul li {
	padding-left: 10px;
	list-style: none;
}

input.btn {
	margin-top: 10px;
	margin-left: 100px;
}

label {
	float: left;
	width: 100px;
}

input.txt{
	width: 200px;
}

textarea.txt {
	width: 200px;
}

.suggestedWedding {
	float: left;
	width: 210px;
}

.firstWedding {
	margin-right: 40px;	
}

#weddingList p{
	padding-top: 10px;
}

#secondaryContent {
	float: left;
	width: 220px;
	padding: 20px 20px 25px 20px;
}

.activity {
	float: left;
	width: 81px;
	text-align: center;
	padding: 5px;
}

.activity img{
	margin-bottom: 2px;
}

#footer {
	clear:both;
	text-align: center;
}

.listSeparator {
	left: -14px;
	position: relative;
	width:488px;
	height: 5px;
	background:url(../images/listSeparator.png) no-repeat;
	clear: both;
}

#weddingList div:last-child {
	height: 0;
	background: none;
}

.separator {
	clear: both;
}

/* =Links and Navigation
-----------------------------------------------------------------------------*/

a:link {
	color: #003399;
}

a:visited {
	color: #003399;
}

a:hover {
	text-decoration: underline;
}

#navigation a {
	display:block;
	height:29px;
}

#navigation li {
	float:left;
	margin-right: 4px;
}

#navigation ul {
	float:left;
	width:735px;
	margin-left:25px;
}

#navigation #home { width: 115px; background: url(../images/home.jpg);}
#navigation #weddings { width:  115px; background: url(../images/weddings.jpg);}
#navigation #articles { width: 115px; background: url(../images/articles.jpg); }
#navigation #faq { width: 115px; background: url(../images/faq.jpg); }
#navigation #aboutUs { width: 115px; background: url(../images/aboutUs.jpg); }
#navigation #contactUs { width: 115px; background: url(../images/contactUs.jpg); }

		
/* =Fonts
-----------------------------------------------------------------------------*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

b {
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}

h1 {
}

h2 {
	font-size: 18px;
	padding: 10px 0;
}

h3 {
	font-size: 16px;
	padding: 10px 0;
}

/*Side bar headings*/
h4 {
	font-size: 18px;
	color: black;
	background: url(../images/smallRing.png) no-repeat;
	line-height: 24px;
	padding-left: 30px;
	margin-bottom: 15px;	
}
		
#secondaryContent dl {
	margin-bottom:25px;
}

#secondaryContent dt {
	font-size: 18px;
	color: black;
	background: url(../images/smallRing.png) no-repeat;
	line-height: 24px;
	padding-left: 30px;
	margin-bottom: 5px;
}

/* =Images
-----------------------------------------------------------------------------*/

.smallFrame span {
	background-image:url(../images/thumbnail_frame.png);
	position: absolute;
	width: 100%;
	height: 100%;
}

.mediumFrame span {
	background-image:url(../images/medium_frame.png);
	position: absolute;
	width: 100%;
	height: 100%;
}

.largeFrame span {
	background-image:url(../images/large_frame.png);
	position: absolute;
	width: 100%;
	height: 100%;
}

.smallFrame {
	float: left;
	width: 210px;
	height: 150px;
	margin: 10px 0;
	position: relative;
}

#wedding .smallFrame {
	margin-right: 20px;
}

#weddingList .smallFrame {
	margin-right: 10px;
}

.mediumFrame {
	float: left;
	width: 208px;
	height: 82px;
	margin: 10px 10px 10px 0;
	position: relative;
}

.largeFrame {
	float: left;
	width: 460px;
	height: 206px;
	margin: 10px 0;
	position: relative;
}

.suggestedWedding img {
	padding-bottom: 5px;
}

/* =map
-----------------------------------------------------------------------------*/

#map {
	background: url(../images/world.png) no-repeat;
	width: 460px;
	height: 297px;
	position: relative;	
}

#map li {
	display: block;
	position: absolute;
}

ul#map{

}

#northAmerica {
	top: 30px;
	left: 15px;
	width: 190px;
	height: 145px;
	color: red;
}

#southAmerica {
	top: 170px;
	left: 110px;
	width: 65px;
	height: 110px;
	color: red;
}

#asia {
	top: 30px;
	left: 265px;
	width: 175px;
	height: 170px;
	color: red;
}

#europe {
	top: 35px;
	left: 190px;
	width: 110px;
	height: 95px;
	color: red;
}

#africa {
	top: 130px;
	left: 198px;
	width: 90px;
	height: 110px;
	color: red;
}

#australasia {
	top: 200px;
	left: 367px;
	width: 80px;
	height: 60px;
	color: red;
}

#northAmerica a {
	display: block;
	width: 190px;
	height: 145px;
}

#southAmerica a {
	display: block;
	width: 65px;
	height: 110px;
}

#asia a {
	display: block;
	width: 175px;
	height: 170px;
}

#europe a {
	display: block;
	width: 110px;
	height: 95px;
}

#africa a {
	display: block;
	width: 90px;
	height: 110px;
}

#australasia a {
	display: block;
	width: 80px;
	height: 60px;
}

#northAmerica:hover {
	background: url(../images/northAmerica.png) -15px -30px no-repeat;
}

#southAmerica:hover {
	background: url(../images/southAmerica.png) -110px -170px no-repeat;
}

#asia:hover {
	background: url(../images/asia.png) -265px -30px no-repeat;
}

#europe:hover {
	background: url(../images/europe.png) -190px -35px no-repeat;
}

#africa:hover {
	background: url(../images/africa.png) -198px -130px no-repeat;
}

#australasia:hover {
	background: url(../images/australasia.png) -367px -200px no-repeat;
}

/* =forms
-----------------------------------------------------------------------------*/

span#countryLoading, span#activityLoading img {
	vertical-align: bottom;
}

#countryLoading, #activityLoading {
/*	float: left;*/
/*	margin-left: 5px;*/
}

#continentSwap, #countrySwap, #activitySwap {
/*	clear: both;*/
/*	margin-top: 5px;*/
}

#searchWeddings div {
	margin-top: 5px;
}

#searchWeddings form {
	margin: 0 0 25px 0;
}

#searchWeddings input {
	margin-top: 5px;
}

#searchWeddings select {
/*	float: left;*/
	width: 130px;
}