/* CSS Document */
/* CSS for SEAMUS RYAN'S SUNDAY SHOOTS */
* {
margin: 0;
padding:0;
border: 0;
}

body {
background-color:#A8BDB9;
color: #2E4B48;
margin: 0;
padding:0;
border:0;
text-align:center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
}

img {
margin: 0;
padding:0;
border:0;
}

p {
	padding: 10px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*color: #444444;*/
}

a:link, a:visited, a:active {
/*color: #2E4B48;*/
color: #0074A6;
text-decoration: none;
}

a:hover {
color: #f00;
text-decoration: underline;

}

/* MAIN SITE SECTIONS */

#wrapper {
text-align:left;
width: 770px;
margin-left: auto;
margin-right: auto;
}

#header {
padding-top: 5px;
height: 90px;
text-align: center;
}

#nav {
/*padding-top:10px;*/
height: 30px;
border-top: 1px solid #666;
border-bottom: 1px solid #666;/**/
margin-bottom: 10px;
/*background-color:#000;*/
}

#nav table {
  border-collapse: collapse;
  margin:0 auto;
  padding: 0;
}


#middle_row {
position: relative;/**/
margin: 0;
padding: 0;
background-color: #fff;
/*background: #fff url(../gifs/top_round.gif) no-repeat top center;
background: #fff url(../gifs/page_bg.gif) repeat-y top left;*/
border-left:  1px solid #666;
border-right: 1px solid #666;/**/
width: 770px;
padding-bottom: 25px;/**/
}

#footer {
width: 770px;
border-left:  1px solid #666;
border-right: 1px solid #666;
border-top: 1px solid #9b9b9b;
background-color:#fff;
background: #fff url(../gifs/bottom_round.gif) no-repeat bottom center;
padding-bottom: 0px;
padding-top: 5px;
}

/* ROUND CORNERS */

#top_corners {
width: 772px;
height: 10px;
background: #fff url(../gifs/top_round.gif) no-repeat top center;
}

#bottom_corners {
	width: 772px;
	height: 10px;
	margin-bottom: 20px;
	background-color: #fff;
	background-image: url(../gifs/bottom_round.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* NAVIGATION */

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

#nav li {
margin: 0;
padding: 0;
border: 0;
float: left;
text-align: center;
}

#nav a:link, #nav a:visited, #nav a:active {
display: block;
/*width: 96px; */
width: 128px;
height: 24px;
/*background-color: #89A9BC;*/
color: #000;
text-decoration: none;
padding-top: 6px;
/*padding-bottom: 6px;*/
}

#nav a:hover {
	/*background-color:#C3D2D9;*/
	background-color:#00ADF8;
	color: #fff;
}

#nav a.selected {
	background-color:#00ADF8;
	color: #fff;

}


/* MIDDLE ROW */


#middle_row h2 {
/*color: #009ed8;*/
position: relative;
color: #00ADF8;
font-size: 30px;
font-weight: normal;
padding: 20px 35px 10px 35px;
/*background: transparent url(../gifs/top_round.gif) no-repeat top left;*/
}

#middle_row  h3 {
color: #00ADF8;
font-weight: bold;
margin-top: 10px;
}

#middle_row ul {
list-style: none;
}

#middle_row li {
float: left;
width: 110px;
border: 1px solid #ccc;
margin-right: 5px;
margin-bottom: 5px;
padding: 5px;
text-align: center;
font-size: 9px;
}

#left_col {
float: left;
width: 390px;
padding: 0 15px 0 35px;
}

#right_col {
float: right;
text-align: center;
margin: 0;
padding: 0;
width: 330px;
}

.one_col {
padding: 0 35px;
}

/* THE LISTS - SHOP, PROJECTS ETC */

.list_nav {
position: relative;
padding: 10px 35px;
}

.list_nav_right {
position: absolute;
top:10px;
right: 35px;
}

.shop_nav_right {
position: absolute;
top:10px;
right: 35px;
}

#project_list {
padding:0;
margin:0;
border:0;
border-collapse:collapse;
}

#project_list p {
padding-left: 35px;
padding-right: 15px;
}

#project_list td table {
padding-top: 10px;
padding-bottom: 10px;
}

#project_list td table td {
padding-right: 15px;
padding-left: 35px;
}

#project_list .list_text {
margin:0;
width: 440px;
/*vertical-align: top;*/
}

#project_list .list_image {
padding:0;
margin: 0;
width: 330px;
text-align: center;
}

#project_list img {
border: 1px solid #ccc;
background-color: #fff;
padding: 5px;
margin: 5px;
}

#project_list img.plain {
border: 0;
padding: 0;
margin: 0;
}

.shaded {
background-color: #E3EAE9;
}

/*.left_col {
float: left;
width: 390px;
padding: 0 15px 0 35px;
}

.left_col_shaded {
float: left;
width: 390px;
padding: 0 15px 0 35px; 
background-color: #E3EAE9;
}

.right_col {
float: right;
text-align: center;
margin: 0;
padding: 0;
width: 330px;
}*/

#shop_images1 {
margin-top: 25px;
}

#shop_images2 {
margin-top: 100px;
}

#shop_images3 {
margin-top: 75px;
}

/*#booth_frieze {
clear: both;
padding: 20px 35px;
}*/

/* FOR THE 'YOUR IMAGES' PAGE */

#content {
margin:0;
padding: 0;
border: 0;
}

.thumbslabel {
font-size: 9px;
}

#maintable {
margin-left: auto;
margin-right:auto;
}

/* FOR THE GALLERY PAGE */

#gallery {
padding: 0 25px;
}

#gallery p {
padding: 10px;
}

/* FOR THE 'SPLASH' PAGE */

#homepage {
padding: 0 35px;
}

/* THE COPYRIGHT LINE */

#copyright {
clear: both;
width: 770px;
border-left:  1px solid #666;
border-right: 1px solid #666;
background-color:#fff;
font-size: 9px;
text-align: center;
}

/* ORDER PAGE */

#orderbody {
background-color:#fff;
	margin: 0;
	border: 0;
	padding: 0;
}

p.order {
margin: 0;
padding: 0;
padding: 5px;
		font: 12px arial, helvetica, sans-serif;
		line-height: 120%;
		color: #333;
}

td#thumbnail_cell {
border: 1px solid #ccc;
}

/* GENERAL STUFF */

.clear_all {
clear:both;
height:0;
}

.center {
width: 700px;
text-align: center;
}

.little_announce {
display: none;
font-size: 10px;
position:absolute;
left: 150px;
top: 29px;
color:#f00;
}

.little_announce_inline {
display: none;
font-size: 10px;
color:#f00;
}

/* DATES BOX ON HOME PAGE */

#dates_box {
	background-image:url(../gifs/dates_box.jpg);
background-repeat:no-repeat;
/*	border: 1px solid #ccc;*/
padding: 10px 25px 5px 20px;
width: 335px; 
height: 80px; 
position: absolute;
top: 10px;
right: 35px;
z-index:10;
	}
	
#dates_box p, #dates_box h2 {	 
font-size: 11px;
margin: 0;
padding:0;
}

#dates_box h2 {	
color: #c00;
text-align: center;
font-weight: bold;
margin-bottom: 3px;
}


/* SPECIAL CLASSES */

.make_hidden {
	visibility: hidden;
}

.make_visible {
	visibility: visible;
}

.make_none {
display: none;
}

.make_block {
display: block;
}
