/* Stylesheet for blarney speeches */

/* this eliminates browser defaults for the following properties */
html, body, p, h1, h2, h2, h3, h4, h6, form, select, option, fieldset, label, div, ul, li, span, img, br{  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

/*//////////////////////////////////////////////////////////
/////////////// Stylesheet begins //////////////////////////
//////////////////////////////////////////////////////////*/
	
html, body {
	height:100%;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	color:#000;
	}
	
p {
	font-size:.7em;
	padding-bottom:10px;
	letter-spacing:.01em;
	color:#000;
	}
	
h1 {
	font-size:1.1em;
	color:#de4f07;
	line-height:1.5em;
	letter-spacing:.12em;
	}
	
h2 {
	font-size:1.2em;
	}
	
h4 {
	font-size:.8em;
}

#left_column h3 {font-size:.8em;
	line-height: 1.25em;
	letter-spacing:.01em;
	line-height:1.5em;
	padding:10px 0 10px 0;
	}
	
#left_column a {font-size:.7em;
	}

#emailaddress {font-size:1.5em;
	}
	
select {
	font-size:.85em;
	}
	
input {
	font-size:.85em;
}

/*//////////////////////////////////////////////////////////
/////////////// div styles begin //////////////////////////
//////////////////////////////////////////////////////////*/

	
#page_wrap {
	height:100%;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}

#main_navigation{
	float:left;
	width: 170px; 
	margin-left:50px;
	margin-top:3px
	}
	
#background_gradient {
	background-image:url(images/bg_grad.png);
	margin-top:-318px;
	float: left;
	width:625px;
	margin-left:190px;
	}

#main_content {
	height:95%;
	width:585px;
 	margin:auto;
	margin-top:38px;
	}
	
#header {
	/*height:200px;*/
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	padding: 20px 20px 20px 230px;
	}
	
#header_text{
	font-size:0.7em;
	letter-spacing:.01em;
	color:#000;
	font-weight:bold;
	}
	
#left_column {
	width:350px;
	float:left;
	margin: -48px 0 0 0;
	padding: 20px;
	}
	
#right_column{
	width:150px;
	float:right;
	padding: 20px;
	line-height: 25px;
	}
	
#footer { 
	clear:both;
	text-align:center;
	height:2%;
	background-image:url(images/bg_footer.png);
	}

#base { 
	clear:both;
	height:100%;
	background-image:url(images/bg_grad.png);
	padding:10px 0px 0 30px;
	}
	
	
#dropdown_menu{
	background-color: #fdf3ee;
	background-image:url(images/weddingring.jpg);
	background-repeat: no-repeat;
	height:50px;
	width:262px;
	border: 1px solid #de4f07;
	text-align:right;
	margin-left:40px;
	margin-top:20px;
	}
		
#dropdown_menu_header{
	color:#FF00CC;
	font-size: .88em;
	font-weight: bold;
	padding-right: 14px;
	margin-top:100px;
	letter-spacing:.1em;
	}
	
#wedding_dropdown_menu{
	padding-right:4px;
	padding-top:5px;
	}
	
#searchbar{
	float:right;
	width: 250px;
	text-align:right;
	padding-right:8px;
	}
	
#viewcart{
	float: left;
	width: 200px;
	text-align:left;
	padding-left: 8px;
	}
	

.bold {
	font-weight: bold;
	}	
	
.logo_bottom_margin {
	margin-bottom:15px;
	margin-left: -30px;
	}
	
	
.hide_me {
	display:none;
	}
	
#site_map_links {
	margin-left:20px;
}

#site_map_links li{
	padding-bottom:7px;
}
	
.nudge_up {
	margin-bottom:5px;
	}

.noscript_error {
	font-size:.7em;
	color:#FF0000;
	background-color:#FFFFFF;
	font-weight:bold;
	}
	
.error_message {
	font-weight:bold;
	color:#FF0000;
	}


/*//////////////////////////////////////////////////////////
/////////////// Main Link styles begin //////////////////////////
//////////////////////////////////////////////////////////*/
	
#main_navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#main_navigation ul li {  /*all list items*/ 
	line-height : 2em;
	margin-bottom: 15px;
	font-size: .75em;
	border-bottom-width: 1px;  
	border-bottom-style: solid;
	border-bottom-color: #363636; /* I changed the code a little here, I applied the bottom borders to the list item 
	instead of the links themselves, this means the border is drawn all the way across by default and the display:block
	which forced that behavior isn't needed and so gets rid of the spacing bug with IE6 */
	}
	
#main_navigation ul li a {
	color : #363636;
	font-weight : bold;
	background-repeat:no-repeat;
	border : none;
	padding-left:.5em;
	text-transform: uppercase;	
	}
	
#main_navigation ul li a:link {
	text-decoration:none;
	color:#363636;
	}
	
#main_navigation ul li a:visited {
	text-decoration:none;
	color:#363636;
	}
	
#main_navigation ul li a:hover {
	text-decoration:underline;
	color:#363636;
	}
	
	
#main_navigation ul li a:active {
	text-decoration:none;
	color:#363636;
	}


/*//////////////////////////////////////////////////////////
/////////////// Right Column Link styles begin ///////////////
//////////////////////////////////////////////////////////*/
	
	
	

#right_column ul li  {
	list-style-image:url(images/square.gif);
	list-style-type: disc;
	
	font-size:.75em;
	}
	
#right_column ul li  a{
	color:#359027;
	padding:0px;
	letter-spacing:.01em;
	}


/*//////////////////////////////////////////////////////////
/////////////// Footer Link styles begin ///////////////
//////////////////////////////////////////////////////////*/
	
	
#footer ul {
	list-style-type: none;
	padding-top:10px;
	}
	
#footer ul li{
	display:inline;
	}
	
#footer ul li a:link {
	font-size:.7em;
	text-decoration:underline;
	color:#363636;
	}
	
#footer ul li a:visited {
	font-size:.7em;
	text-decoration:underline;
	color:#363636;
	}
	
#footer ul li a:hover {
	font-size:.7em;
	text-decoration:none;
	color:#363636;
	}
	
	
#footer ul li a:active {
	font-size:.7em;
	text-decoration:underline;
	color:#363636;
	}


/*//////////////////////////////////////////////////////////
/////////////// Back to top link styles begin ///////////////
//////////////////////////////////////////////////////////*/

#left_column a:link {
	font-size:;
	text-decoration:underline;
	color:#de5008;
	}
	
#left_column a:visited {
	text-decoration:underline;
	color:#de5008;;
	}
	
#left_column a:hover {
	text-decoration:underline;
	color:#de5008;
	}
		
#left_column a:active {
	text-decoration:underline;
	color:#de5008;
	}

/*//////////////////////////////////////////////////////////////////////////////////////
/////////////// Best Man and other pages besides index.html styles begin ///////////////
//////////////////////////////////////////////////////////////////////////////////////*/
		
bestmanCol2Left{
	width:350px;
	float:left;
	padding: 20px;
	}

