/* 

//////////////////////////////////////////////////////////////////////////////////////////////
//////                                                                                  //////
//////  []    []                                                                        //////
//////	[]    []                                                                        //////
//////	[]    []                                         []                             //////
//////	[]    []                                         []                             //////
//////	[][][][]  [][][]  [][][]  [][][] []  []  [][[]  [][]    [][][] [] [][] [][][]   //////
//////	[]    []  []  []  []  []  []  [] []  [] []       []     []  [] [][]    []  []   //////
//////	[]    []  []  []  []  []  [][]   []  [] [][][]   []     []  [] []      [][]     //////
//////	[]    []  []  []  []  []  []     []  []     []   []  [] []  [] []      []       //////
//////	[]    []  [][][]  []  []  [][][]   [][] [][][]    [][]  [][][] []      [][][]   //////
//////                                       []                                         //////
//////                                       []                                         //////
//////                                       []                                         //////
//////                                   [][]]                                          //////
//////                                                                                  //////
//////	[]      []                  [][][]                                              //////
//////	[]      []                  []   []                                             //////
//////	[]      []        []        []   []               []                            //////
//////	[]      []        []        []   []                                             //////
//////	[]  []  [] [][][] [][][]    []   [] [][][]  [][[] []  []][] [][][]              //////
//////	[]  []  [] []  [] []   []   []   [] []  [] []     [] []	 [] []  []              //////
//////	[]  []  [] [][]   []   []   []   [] [][]   [][][] [] []  [] []  []              //////
//////	[]  []  [] []     []   []   []   [] []         [] [] []  [] []  []              //////
//////	 [][][][]  [][][] [][][]    [][][]  [][][] [][][] []  []][] []  []              //////
//////                                                           []                     //////
//////                                                           []                     //////
//////                                                           []                     //////
//////                                                       [][]]                      //////
//////                                                                                  //////
//////                                                                                  //////
//////////////////////////////////////////////////////////////////////////////////////////////
///////////////                                                         //////////////////////
///////////////            http://www.thehoneystore.co.uk               //////////////////////
///////////////                                                         //////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////

*/ 

/* CSS Reset */
html, body, div, span,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
img, ins, kbd, q, s, samp,  
small, strike, strong,  
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: baselinebaseline;  
    background: transparent;  
}  
ol, ul {  
    list-style: none;  
}  
blockquote, q {  
    quotes: none;  
}  
blockquote:before, blockquote:after,  
q:before, q:after {  
    content: '';  
    content: none;  
}  
/* End of CSS reset */
/* Start of LAYOUT CSS */
body {
	background-color: #ffffff;
	font-family:  Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #002244;
	background-image: url(../assets/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}
#wrapper {
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../assets/wrapper-bg.png);
	background-repeat: repeat-y;
	background-position: center top;	
}
#sidebar {
	padding: 20px;
	width: 161px;
	float: left;
	position: fixed;
}
/* End of LAYOUT CSS */
/* Start of NAVIGATION CSS */

#sidebar #nav {
	margin-top: 20px;
}
#sidebar #nav ul {
	list-style-type: none;
}
#sidebar #nav a {
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	width: 127px;
	display: block;
	padding-left: 30px;
	color: #055476;
	font-weight: bold;
	outline: none;	
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #CAD5DF;
	border-right-color: #CAD5DF;
	border-bottom-color: #B6C6D3;
	border-left-color: #CAD5DF;
}
#sidebar #nav a:hover {
	font-size: 13px;
	border:solid 2px #055476;
	border-radius :10px;
	-moz-border-radius : 10px;	
	-webkit-border-radius : 10px;
	background-image: url(../assets/current-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: uppercase;
	font-weight: normal;
	background-color: #FFFFFF;
}

.current {
	background-image: url(../assets/current-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
/* End of NAVIGATION CSS */


/* Start of MAIN CONTENT CSS */
#wrapper #container {
	width:758px;
	margin-left:200px;
	position:relative;
	float: right;
}

#wrapper #container #content {
	float: right;
	width: 758px;
	min-height:1000px;
	border:none;
}
#wrapper #container #content #main-page {
	float: left;
	width: 555px;
	
}
#wrapper #container #content #main-page #main-page-header {
	height: 145px;
	background-image:url(../assets/theme-2012.jpg);
}
#wrapper #container #content #main-page #body-text {
	min-height: 800px;
	padding: 20px;
}


#wrapper #container #content #main-page #body-text h1 {
	font-size: 18px;
	font-weight: normal;
	color: #c72616;
	text-transform: uppercase;
	line-height: 40px;
}
#wrapper #container #content #main-page #body-text h1 em {
	font-size: 12px;
	text-transform: lowercase;
	font-style: normal;
	line-height: 22px;
	vertical-align: super;
}
#wrapper #container #content #main-page #body-text h2 {
	font-size: 16px;
	font-weight: normal;
	color: #c72616;
	line-height: 30px;
}
#wrapper #container #content #main-page #body-text h3{
	font-size: 14px;
	font-weight: bold;
	color: #05547B;
	line-height: 26px;
}
#wrapper #container #content #main-page #body-text h4 {
	font-size: 13px;
	font-weight: bold;
	color: #c72616;
	line-height: 24px;
}
#wrapper #container #content #main-page #body-text h5{
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
}
#wrapper #container #content #main-page #body-text h6 {
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
}
#wrapper #container #content #main-page #body-text p {
	margin-left: 10pt;
	
}
#wrapper #container #content #main-page #footer {
	font-size: 11px;
	line-height: 40px;
	text-align: center;
}
#wrapper #container #content #main-page #footer a {
	color: #05547B;
	text-decoration: none;
	font-weight: normal;
}
#wrapper #container #content #main-page #footer a:hover {
	color: #000000;
}
#wrapper #container #content #main-page hr {
	color: #c72616;
}
#wrapper #container #content #main-page a {
	color: #05547B;
	text-decoration: underline;
	font-weight: bold;
	padding: 3px;
}
#wrapper #container #content #main-page a:hover {
	text-decoration: none;
	background-color: #CAD5DF;
	color: #000000;
	
}
#wrapper #container #content #main-page ul {
	padding-left: 40px;
	list-style-type: none;
}
#wrapper #container #content #main-page ul li {
	list-style-position: outside;
	list-style-image: url(../assets/bullet.jpg);
}
#wrapper #container #content #main-page #body-text table {
	font-weight: bold;
	text-align: left;
}
#wrapper #sidebar #current {
	position: relative;
	left: 2px;
	top: -248px;
	z-index: 100;
	height: 500px;
	width: 20px;
}

.paypal-button {
	display: block;
	margin-left: 350px;
	width: 150px;
}





/* End of MAIN CONTENT CSS */
/* Start of RIGHT COLUMN CSS */
#wrapper #container #content #right-col {
	float: right;
	width: 180px;
	min-height: 800px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
#wrapper #container #content #right-col #header {
	height: 145px;
	width: 100%;
	background-image: url(../assets/main-header-3.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#wrapper #container #content #right-col h1 {
	font-size: 16px;
	line-height: 40px;
	color: #E1F0FF;
	font-weight: normal;
}
#wrapper #container #content #right-col p {
	color: #FFFFFF;
}
#wrapper #container #content #right-col img {
	border: 2px solid #c72616;
}
#wrapper #container #content #right-col a {
	color: #66BBFF;
	font-size: 16px;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	
	border: 1px solid #044768;
	border-radius :10px;
	-moz-border-radius : 10px;	
	-webkit-border-radius : 10px;
	background-color: #055C87;
	text-indent: 10px;
}
#wrapper #container #content #right-col a:hover {
	color: #333333;
	background-color: #0782BC;
	
	
}
#wrapper #container #content #right-col a.selected {
	background-color: #056A9A;
	color: #FFFFFF;
}
#wrapper #container #content  #obit {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #000000;
	padding: 10px;
	margin-top: 10px;
}



.img-caption {
	text-align: center;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	color: #e1f0ff;
	display: block;
	height: 20px;
	margin-bottom: 10px;
}
blockquote {
	margin-left: 50px;
}
.col {
	float: left;
	width: 245px;
}


/* End of RIGHT COLUMN CSS */


.clearboth {
	clear: both;
	float: none;
}
#wrapper #container #content #main-page th {
	font-size: 14px;
	color: #c72616;
}
#wrapper #container #content #main-page td {
	text-align: center;
}
.fontBlue{
	color:#436da8;
	}
.img-right {
	float: right;
	border: 2px solid #c72616;
}
.img-left {
	float: left;
}
.text-40 {
	padding-top: 20px;
}

.artist {
	overflow: hidden;
	width: 510px;
}
.artist img{
	margin-top: 10px;
	margin-bottom: 10px;
	
}
#wrapper #container #content #main-page #body-text .entry-form a {
	margin: 20px;
	font-size: 18px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #DD0000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border:2px solid #CAD5DF;
	border-radius :8px;
	-moz-border-radius : 8px;	
	-webkit-border-radius : 8px;
}
#wrapper #container #content #main-page #body-text .entry-form a:hover {
	background-color: #FF0000;
}

