/*  
Theme Name: Ringstone.ie Theme
Theme URI: http://www.paulmc.org/
Description: WordPress theme developed for ringstone.ie
Author: Paul McCarthy
Author URI: http://www.paulmc.org/
Version: 1.0

*/

@font-face {
    font-family: 'BankGothicLtBTLight';
    src: url('fonts/bankgthl-webfont.eot');
    src: url('fonts/bankgthl-webfont.eot?#iefix') format('eot'),
         url('fonts/bankgthl-webfont.woff') format('woff'),
         url('fonts/bankgthl-webfont.ttf') format('truetype'),
         url('fonts/bankgthl-webfont.svg#webfontykbrTS4i') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* reset css styles */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color: #000;
	font-family: arial, verdana, sans-serif;
	width: 100%;
}
ol, ul {
	list-style-type: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset css styles */

/* DEFAULT STYLES */
h1, h2, h3, h4, h5, h6 {
	font-family: BankGothicLtBTLight, Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin: 15px auto;
}

h1 {
	font-size: 48pt;
}

h2 {
	font-size: 24pt;
}

h3, h4, h5, h6 {
	font-size: 18pt;
}

small {
	font-size: 8pt;
}



/* Wordpress Styles */
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* MAIN STYLES */
html {
	background: #000 url('images/bg.png');
}

body {
	width: 960px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

#container {
	width: 960px;
	display: block;
	margin: 0 auto 20px auto;
	border: 2px solid #111;
	-moz-box-shadow: 0 0 25px #444;
	-webkit-box-shadow: 0 0 25px #444;
	box-shadow: 0 0 25px #444;
	float: right;
	background: #052966;
}

#head_pic {
	position: relative;
	top: -240px;
	left: 790px;
	display: inline-block;
	width: 125px;
	height: 150px;
	background-color: #fff;
	-moz-box-shadow: -5px 8px 10px #08101f;
	-webkit-box-shadow: -5px 8px 10px #08101f;
	box-shadow: -5px 8px 10px #08101f;

}

#head_pic img {
	width: 125px;
	height: 150px;
	float: right;
}

#nav {
	position: absolute;
	top: 240px;
	width: 960px;
}

#nav ul {
	display: block;
	width: 918px;
	height: 40px;
	margin-left: 8px;
	margin-right: auto;
	list-style-type: none;
	color: #fff;
}

#nav ul li {
	display: block;
	width: 110px; 
	height: 38px;
	float: left;
	margin: 0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #052966;
	-moz-box-shadow: 0 1px 0 #3468C1;
	-webkit-box-shadow: 0 1px 0 #3468C1;
	box-shadow: 0 1px 0 #3468C1;
}

#nav ul li a {
	text-shadow: -1px 1px 0 #000;
}

#nav ul li a:link, #nav ul li a:visited {
	display: block;
	height: 38px;
	width: 110px;
	line-height: 40px;
	text-align: center;
	color: #4175ce;
	text-decoration: none;
	background: #052966;
}

#nav:hover a {
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	-webkit-transition: opacity .5s linear;
	transition: opacity .5s linear;
	opacity: .5;
	background: #052966;
	border: 0;
}

#nav:hover ul:hover a:hover {
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	-webkit-transition: opacity .5s linear;
	transition: opacity .5s linear;
	opacity: 1;
	border: 0;
}

#subnav {
	width: 960px;
	height: 50px;
	background: #052966 url('images/subnav.png') repeat-x;
	color: #fff;
	position: relative;
	top: -150px;
	clear: both;
	display: block;
	margin-bottom: -130px;
	font-weight: bold;
	font-size: 12pt;
	border-top: 2px solid #031940;
}

#subnav ul {
	width: 960px
	height: 40px;
	list-style-type: none;
}

#subnav ul li:first-child {
	color: #fff;
	text-shadow: 0 2px 0 #031940;
}

#subnav ul li {
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	margin: 0 15px;
}

#subnav ul li a:link, #subnav ul li a:visited {
	display: block;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	background-color: transparent;
	text-shadow: 0 2px 0 #031940;
}

#subnav ul li a:hover, #subnav ul li a:active {
	text-decoration: underline;
}

.current_page {
	font-weight: bold;
}

#content {
	font-size: 12pt;
	line-height: 14pt;
	position: relative;
	top: -100px;
	width: 940px;
	padding: 0 10px;
	color: #fff;
	clear: both;
}

#content > h1, h2, h3, h4, h5, h6 {
	color: #fff;
	text-shadow: -1px 2px 4px #000;
	padding: 0;
}

#content a:link, #content a:visited {
	color: #4175ce;
	text-decoration: underline;
}

#content a:active, #content a:hover {
	text-decoration: none;
}
	
#content a img {
	margin-left: -10px;
}

#content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 10px 30px;
}

#content ul li {
	font-weight: normal;
}

#content ul ul {
	list-style-type: circle;
}

#content ul ul li {
	font-weight: normal;
}

#content ul ul li {
	list-style-type: disc;
}

.main_head {
	color: #fff;
	text-align: center;
	text-shadow: -5px 5px 10px #031940;
	margin-bottom: 40px;
}

.main_head a:link, .main_head a:visited, .main_head a:hover, .main_head a:active {
	text-decoration: none !important;
}

.blue {
	color: #052966;
	margin-top: 40px;
	text-shadow: 0 1px 0 #fff;
}

.blue a {
	color: #052966;
}
	
#mainwrap {
	width: 960px;
	padding: 0;
	margin: 0;
	clear: both;
}

#cat_titles {
	display: block;
	text-align: center;
}

#cat_titles h3 {
	display: inline;
	margin: 0 40px;
}

.hidden {
	position: absolute;
	top: -1000px;
	display: none;
}

#pholder {
	margin: 50px auto;
}

.product, .content_wrap {
	float: left;
	width: 100%
	min-height: 300px;
	display: block;
	margin: 0 auto;
	color: #052966;
	padding: 5px 20px 40px 20px;
	text-shadow: 0 1px 0 #fff;
	font-size: 12pt;
}

.content_wrap {
	background: #fff url('images/cat_desc.png');
	-moz-box-shadow: -5px 8px 10px #031940;
	-webkit-box-shadow: -5px 8px 10px #031940;
	box-shadow: -5px 8px 10px #031940;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid #aaa;
}

.gallery_wrap {
	width: 100%
	min-height: 300px;
	display: block;
	margin: 0 auto;
	color: #052966;
	padding: 5px 20px 40px 20px;
	text-shadow: 0 1px 0 #fff;
	font-size: 12pt;
	background: #fff url('images/cat_desc.png');
	-moz-box-shadow: -5px 8px 10px #031940;
	-webkit-box-shadow: -5px 8px 10px #031940;
	box-shadow: -5px 8px 10px #031940;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid #aaa;
}

.content_wrap p {
	margin: 20px 10px;
}

.cat_img_lg {
	display: inline;
	width: 480px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #aaa;
}

.cat_img_sm {
	display: inline;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	width: 480px;
	border: 1px solid #aaa;
	-moz-box-shadow: inset 3px 3px 5px #000;
	-webkit-box-shadow: inset 3px 3px 5px #000;
	box-shadow: inset 3px 3px 5px #000;
}

.prod_item {
	width: 95%;
	display: block;
	margin: 20px 10px;
	border: 1px solid #888;
	padding: 10px;
	-moz-box-shadow: -5px 8px 10px #888;
	-webkit-box-shadow: -5px 8px 10px #888;
	box-shadow: -5px 8px 10px #888;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #E1E1FF;
	background-color: rgba(225, 225, 255, .5);
	color: #000;
	clear: both;
}

.prod_head {
	color: #052966 !important;
	font: arial, verdana, sans-serif !important;
	font-size: 18pt !important;
	text-shadow: 0 1px 0 #fff !important;
}

.sub_prod_item {
	width: 75%;
	display: block;
	margin: 20px 10px;
	border: 1px solid #888;
	padding: 10px;
	-moz-box-shadow: -5px 8px 10px #888;
	-webkit-box-shadow: -5px 8px 10px #888;
	box-shadow: -5px 8px 10px #888;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #E1E1FF;
	background-color: rgba(225, 225, 255, .5);
	color: #000;
	clear: both;
}

.prod_item_r {
	float: right;
	width: 400px;
	min-height: 250px;
	display: block;
	margin: 20px 10px;
	border: 1px solid #888;
	padding: 10px;
	-moz-box-shadow: -5px 8px 10px #666;
	-webkit-box-shadow: -5px 8px 10px #666;
	box-shadow: -5px 8px 10px #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #eee;
	color: #000;
	clear: right;
}

.prod_item p, .sub_prod_item p {
	text-shadow: 0 1px #fff;
	font-size: 10pt;
	line-height: 12pt;
	margin-right: 10px;
}

.prod_item a, .sub_prod_item a {
	clear: none;
	display: inline;
	margin-left: 10px;
	margin-bottom: 10px;
}

.prod_img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 2px;
	border: 1px solid #fff;
	width: 240px;
}

.cat_desc {
	display: block;
	width: 100%;
	color: #052966;
	text-align: center;
	font-size: 18pt;
	padding: 20px 0;
	margin-top: 10px;
	margin-left: -20px;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
}

.cat_desc a:link, .cat_desc a:visited {
	color: #052966 !important;
}

.cat_desc a:hover, .cat_desc a:active {
	text-decoration: none;
}

.product h4 {
	color: #052966;
	font-family: Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-shadow: 0 2px 1px #fff;
}

#frontwrap {
	width: 500px;
	float: left;
	margin: 30px 20px 0 0;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	min-height: 300px;
}

#frontwrap p {
	padding: 15px 10px; 
	font-size: 12pt;
	line-height: 14pt;	
	letter-spacing: 0px;
	text-align: left;
}

#broc_button, #plant_button, #contact-sub {
	display: block;
	background: #0e439d url('images/broc_bg.png') repeat-x;
	color: #fff;
	font-size: 18pt;
	text-align: center;
	line-height: 50px;
	border: 1px solid #0e439d;
	width: 300px;
	height: 50px;
	padding: 0;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	text-shadow: -3px 3px 2px #052966;
}

#plant_button {
	margin: 40px auto;	
	border: 1px solid #052966;
}

a.plant_button_link {
	text-decoration: none !important;
}

.broc_submit, .plant_button {
	-moz-box-shadow: 0 1px 0 #000;
	-webkit-box-shadow: 0 1px 0 #000;
	box-shadow: 0 1px 0 #000;
}

.broc_submit_active, .plant_button_active {
	-moz-box-shadow: 0 -2px 0 #000;
	-webkit-box-shadow: 0 -2px 0 #000;
	box-shadow: 0 -2px 0 #000;
}

.plant_button_active {
	padding-left: 1px;
}

#slideshow {
	margin-top: 40px;
	padding: 0;
	float: left;
	width: 400px;
	height: 267px;
	background-color: #052966;
	-moz-box-shadow: -3px 3px 10px #031940;
	-webkit-box-shadow: -3px 3px 10px #031940;
	box-shadow: -3px 3px 10px #031940;
	border: 1px solid #031940;
}

#plantwrap {
	width: 960px;
	background: #E0DED9 url('images/cat_desc.png') top left;
	color: #052966;
	float: right;
	line-height: 12pt;
	font-size: 10pt;
	margin-top: -25px;
	text-shadow: 0 1px 0 #fff;
}

#plantwrap p {
	padding: 10px;
}

.head_link {
	width: 960px;
	display: block;
	background: transparent url('images/planthire.png') no-repeat top left;
	margin-top: 0;
	height: 120px;
	line-height: 120px;
}
	
#planthire {
	width: 480px;
	height: 320px;
	float: left;
	margin-left: 10px;
	border: 1px solid #444;
	-moz-box-shadow: -3px 3px 10px #444;
	-webkit-box-shadow: -3px 3px 10px #444;
	box-shadow: -3px 3px 10px #444;
	margin-bottom: 40px;
}

.plantpic {
	float: left;
	width: 200px;
	height: 200px;
	margin: 20px 10px;
	border: 1px solid #444;
	-moz-box-shadow: -3px 3px 10px #444;
	-webkit-box-shadow: -3px 3px 10px #444;
	box-shadow: -3px 3px 10px #444;
}

#plantfloat {
	width: 400px;
	float: left;
	margin-top: 0;

}

#footer {
	clear: both;
	width: 960px;
	margin: 20px 0;
	text-align: center;
	color: #666;
}

#footer a {
	color: #666;
}

/* MISC STYLES */
#dform {
	margin-top: 60px;
}

#googlemap {
	display: block;
	width: 900px;
	height: 600px;
	margin: 40px auto;
	border: 2px solid #031940;
	-moz-box-shadow: -5px 8px 10px #031940;
	-webkit-box-shadow: -5px 8px 10px #031940;
	box-shadow: -5px 8px 10px #031940;
}

#donedeal {
	display: block;
	margin: 0 auto 40px auto;
	width: 900px;
	height: 600px;
	border: 2px solid #333;
	-moz-box-shadow: -5px 8px 10px #031940;
	-webkit-box-shadow: -5px 8px 10px #031940;
	box-shadow: -5px 8px 10px #031940;
}

/* CONTACT FORM STYLES */
.contact-info {
	width: 90%;
}

.contact-info .contact-head {
	font-size: 18pt;
	line-height: 20pt;
	margin: 20px auto 40px auto;
	display: block;
	width: 100%;
}

.contact-info p {
	margin: 20px 0;
}

.contact-info tr {
	display: block;
	margin: 20px;
}

.contact-info td {
	margin: 20px;
	padding: 20px auto;
	width: 40%;
	vertical-align: top;
}

.contact-info .contact-label {
	width: 200px;	
}

.contact-info label {
	font-size: 10pt;
	padding: 5px;
	margin: 20px 0;
	color: #052966;
	height: 40px;
	line-height: 40px;
}

.contact-info input, .contact-info textarea {
	font-size: 10pt;
	padding: 5px;
	margin: 10px 0;
	color: #052966;
	line-height: 12pt;
	border: 2px solid #052966;
	background: #fff;
	background: rgba(255, 255, 255, 0.25);
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: 300px;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	-khtml-box-shadow: 0 1px 0 #fff;
	box-shadow: -1px 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;
}

.contact-info input {
	height: 20px;	
}

.contact-info #contact-submit {
	width: 100%;
}

.contact-info .red {
	color: #f00;
}

p #footer-upgrade .alignright {
	display: none;
}

.searchbox {
	width: 200px;
	padding: 5px;
	margin: 40px auto;
	font-style: italic;
	font-size: 10pt;
	color: #666;
}

#searchsubmit {
	background: #0e439d url('images/broc_bg.png') repeat-x;
	color: #fff;
	font-size: 12pt;
	text-align: center;
	line-height: 12px;
	border: 1px solid #0e439d;
	width: 100px;
	height: 25px;
	padding: 0;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	text-shadow: -3px 3px 2px #052966;
}

.list404 {
	list-style-type: none !important;
	padding-left: 0;
	margin-left: 0;
}

.list404 li {
	background: url('images/bullet.png') no-repeat left center;
	padding-left: 15px;
}
	