.bubblewrap{
list-style-type:none;
margin:0;
padding:0;
}

.bubblewrap li{
display:inline-block;
zoom:1; /*Trigger haslayout in IE7 and less*/
*display:inline; /*For IE7 and less*/
position:relative;
width: 65px;
height:60px;
}

.bubblewrap li img{
position:absolute;
width: 55px; /*default width of each image.*/
height: 60px; /*default height of each image.*/
left:0;
top:0;
border:0;
}

.bubblewrap .tooltip{ /*CSS for image tooltip (alt attribute of image)*/
position:absolute;
font:bold 12px Arial;
padding:2px;
width:100px;
text-align:center;
background:white;
}

.style1 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 12px;
	color: #705F38;
}
.style6 {font-size: 36px}
.style7 {color: #FFFFFF}
h4 {
	font-size: 12px;
	color: #FFFFFF;
}
.style10 {font-size: 16px; color: #FFFFFF;}
.style11 {font-size: 14px; color: #FFFFFF;}
.style17 {font-size: 40px}
.style18 {color: #FF0000}
.style19 {font-size: 12px}
.style20 {color: #9D1111}
.style53 {
	color: #FF0000;
	font-size: 36px;
	font-weight: bold;
}
#topbar {BORDER-RIGHT: 0px solid;
	PADDING-RIGHT: 0px;
	BORDER-TOP: 0px solid;
	PADDING-LEFT: 0px;
	Z-INDEX:1;
	/*RIGHT: 873px;*/
    PADDING-BOTTOM: 0px;
	BORDER-LEFT: 0px solid;
	WIDTH: 240px;
	PADDING-TOP: 120px;
	BORDER-BOTTOM: 0px solid;
	POSITION: absolute;
	TOP: 430px;
	HEIGHT: 100px;
	left: 900px;
	COLOR:#8d8c8b;
	FONT:12px tahoma;
	visibility: visible;
}
.style54 {font-size: 11px}

/*CSS for 2 demos on the page*/
#orbs li{
width: 65px; /*width of image container. Should be wider than contained images (before bubbling) */
height:60px; /*height of image container. Should be taller than contained images (before bubbling) */
}

#orbs li img{
width: 55px; /*width of each image before bubbling*/
height: 60px; /*height of each image*/
}

#squares li{
width: 45px; /*width of image container. Must be wider than contained images (before bubbling) */
height:40px; /*height of image container. Must be taller than contained images (before bubbling) */
}

#squares li img{
width: 31px; /*width of each image before bubbling*/
height: 31px; /*height of each image*/
}


************************************/

body {
background-image:url(img/blackbg.jpg);
background-repeat: repeat-xy;
background-attachment: fixed;
background-color: #000C15;
color: #D3D3D3;
font-family: Arial, Verdana, Tahoma, Helvetica, Verdana, sans-serif;
font-size: 13px;
}

a {
color: #FFA500;
font-weight: bold;
outline: none;
text-decoration: none;
}

a:hover {
color: #333333;
text-decoration: underline;
}

img {
border: none;
}

h1 {
font-size: 20px;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 16px;
}

h4 {
font-size: 14px;
}

h5 {
font-size: 12px;
}

h6 {
font-size: 10px;
}

blockquote {
border-left: 5px solid #E8C66C;
margin:  0 18px 18px;
padding: 18px 18px 0;
text-align: justify;
}

/* GENERAL LAYOUT 
************************************/

#main {
border: 1px solid #1C1C1C;
background-color: transparent;
margin: 0 auto;
width: 1000px;
}

#wrapper {
width: 1000px;
margin: 0 auto;
background-image: url(img/body.jpg);
background-repeat: repeat-y;
}

#header {
background-attachment: scroll;
background-color: #d3d3d3;
background-image: url(img/header.jpg);
background-position: top left;
background-repeat: repeat-x;
height: 320px;
width: 1000px;
}

#content {
float: left;
width: 640px;
background-color: transparent;
}

#sidebar {
float: right;
width: 350px;
color: #2d2d2d;
}

#footer {
background-color: transparent;
background-image: url(img/footer.jpg);
background-repeat: no-repeat;
clear: both;
height: 105px;
}

/* HEADER ITEMS 
************************************/

#title_top {
background-image:url(img/titletop.png);
background-color: transparent;
display: block;
height: 104px;
list-style: none;
margin-top: 0px;
width: 950px;
}

#menu {
background-image: url(img/navbg.png);
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
background-color: transparent;
color: #efefef;
display: block;
height: 39px;
list-style: none;
width: 1000px;
font-family: Verdana, Tahoma, Arial;
}

#navigation_menu li {
display: inline;
padding: 5px 0;
}

#navigation_menu li a {
text-shadow: 0px 0px 5px #ffffff;
color: #333333;
font-family: Georgia, Verdana, Arial;
display: block;
float: left;
margin-right: 1px;
padding: 12px;
text-decoration: none;
}

#menu ul {margin: 0;padding: 0;list-style: none;}
#menu a {color: #efefef;display: block;margin-left: 5px;padding: 10px;}
#menu a:hover {background:#efefef;color: #010101;display:block;text-decoration: underline;} /* Design for links when the mouse is over them */
#menu li {float: left;margin: 0;padding: 0;}
#menu li li {float: left;margin: 0 0 0 5px;padding: 0;width: 130px;}
#menu li li a, #menu li li a:link, #menu li li a:visited {background:#1B2626;width: 150px;float: none;margin: 0;padding: 4px 10px 5px 10px;color:#fff;}
#menu li li a:hover, #menu li li a:active {background:#efefef;width: 150px;float: none;margin: 0;text-decoration: none;color:#010101;}
#menu li ul {position: absolute;width: 10em;left: -999em;z-index:1;}
#menu li:hover ul {left: auto;display: block;}
#menu li:hover ul, #menu li.sfhover ul {left: auto;}
#menu li.current_page_item a{text-decoration: underline; text-shadow: 0px 0px 5px #ffffff;} /* Design for the link to whatever page the user is currently on (if applicable) */
#menu li.current_page_item a:hover{background:#efefef;color:#010101;text-decoration:none;}


.navi_left {
float: right;
margin-right:50px;
margin-top:10px;
}

.navi_right {
float: right;
}

#navi_panel {
height: 40px;
}

#navi_panel ul {
display: block;
list-style: none;
}

#navi_panel ul li {
display: inline;
list-style: none;
}


#navi_panel ul li a {
float: left;
padding: 12px;
text-decoration: none;
}

#navi_panel ul li a:hover, #navi_panel ul li.current_page_item a {
color: #333333 !important;
text-decoration: none;
}

.main_title {
font-weight: bold !important;
font-family: Georgia, Verdana, Tahoma, Arial;
text-align: center;
font-size: 22px;
padding-top: 200px;
padding-left: 332px;
width: 361px;
}

.main_title a {
text-decoration: none;
font-size: 22px;
color: #efefef;
}

.main_title a:hover {
text-decoration: underline;
font-size: 22px;
color: #efefef;
}

.description {
text-align: center;
font-size: 12px;
color: #efefef;
padding-left: 332px;
width: 361px;
}

/* SEARCH ITEMS 
************************************/

#searchformcorner {
width: 325px;
margin-left: 10px;
border: 1px solid #604D01;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background-color: #947906;
margin-bottom: 10px;
}

#searchform, form.newsform {
	overflow: hidden;
	margin: 11px;
	padding: 0;
	background: transparent;
	background: #fff url(img/searchbg.png) repeat-x bottom;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 2px solid #fff;
	}
#searchform .hidden, form.newsform .hidden {
	display: none;
	}
form#searchform input#s {
	outline: 0;
        width: 246px;
	background: url(img/search.png) no-repeat 3px 3px;	
	overflow: hidden;
	margin: 0 !important;
	padding-left: 20px;
}
.searchform p, form.newsform p {

}
form.newsform p {
	background: url(img/news.png) no-repeat 3px 3px;	
}
#s, form.newsform p #newsletter_email {
	float: left;
	width: 251px;
	background: transparent;
	border: 0;
	margin: 3px 0 0 4px;
	color: #555;
}
#searchform p #s.default, form.newsform p #newsletter_email.default {
	color: #999;
}
#searchform p .submit, form.newsform .submit {
	float: right;
	margin: 0 !important;
	width: 30px;
}
.widget_search label {
	display: none;
}

.archive_title {
margin-bottom: 20px;
}

/* CONTENT ITEMS 
************************************/

#welcome-note {
background-image: url(img/welcome-note-bg.png);
background-repeat: no-repeat;
background-position: bottom-left;
height: 200px;
margin-bottom: 10px;
margin-left: 10px;
}

.welcome-left {
color: #D3D3D3;
float: left;
width: 420px;
margin: 10px 0 0 10px;
}

.welcome-right {
float: right;
margin: 35px 10px 0;
}

.post {
background-color: transparent;
padding: 10px;
width: 620px;
margin-left: 5px;
border: none;
}

.post a  {
color: #f4f4f4;
text-decoration: none;
}

.post a:hover  {
text-decoration: underline;
color: #eeeeee;
}

#feature_post {
padding: 10px;
width: 580px;
}

.feature_article {
margin-bottom: 0px;
}

.feature_title a {
background-attachment: scroll;
background-color: transparent;
background-image: url(img/trans_bg.png);
background-position: top left;
background-repeat: repeat;
color: #f4f4f4 !important;
margin: 15px 5px;
padding: 5px 10px 10px;
position: absolute;
text-decoration: none !important;
z-index: 10;
width: 570px;
}

.feature_title a:hover {
text-decoration: underline !important;
}

.feature_img {
border: 1px solid #f4f4f4;
padding: 5px;
position: relative;
z-index: 1;
}

.feature_entry {
width: 600px;
}

.feature_entry li {
list-style : decimal;
margin-left : 25px;
}

.feature_entry ol {
margin-bottom : 10px;
margin-left : 25px;
}

.feature_entry ul {
margin-top : 10px;
margin-left : 20px;
margin-bottom : 10px;
}

.post_title, .page_title {
background-image:url(img/entrytitle.png);
background-repeat: repeat-y;
font-size: 16px;
font-family: Arial, Verdana;
color: #f4f4f4;
padding : 10px 0 10px 10px;
text-transform: uppercase;
text-decoration: none;
}

.post_title a {
text-decoration: none;
font-size: 16px;
}

.metadata {
list-style: none;
float: right;
margin-left: 10px;
padding-bottom: 10px;
text-align: left;
width: 580px;
margin-top: 10px;
}

.postmeta_img {
margin-left: 5px;
margin-right: 5px;
}

.metadata a {
color: #efefef;
text-decoration: none;
}

.metadata li {
list-style: none;
margin-left: 10px;
}

.author {
background-attachment: scroll;
background-color: transparent;
background-position: center left;
background-repeat: no-repeat;
padding-left: 25px;
padding-top: 5px;
height: 20px;
}

.date {
background-attachment: scroll;
background-color: transparent;
background-position: center left;
background-repeat: no-repeat;
padding-left: 25px;
padding-top: 5px;
height: 20px;
}

.comments {
background-attachment: scroll;
background-color: transparent;
background-position: center left;
background-repeat: no-repeat;
padding-left: 25px;
padding-top: 5px;
height: 20px;
}

.tags {
background-attachment: scroll;
background-color: transparent;
background-position: center left;
background-repeat: no-repeat;
padding-left: 25px;
padding-top: 5px;
height: 20px;
}

.category {
background-attachment: scroll;
background-color: transparent;
background-position: center left;
background-repeat: no-repeat;
padding-left: 25px;
padding-top: 5px;
height: 20px;
}

.excerpt_post {
background-color: transparent;
background-image: url(img/gradient_bg.jpg);
background-position: top left;
background-repeat: repeat-x;
float: left;
margin: 5px 9px 20px 9px;
padding: 10px;
width: 280px;
border: 2px solid #f4f4f4;
}

.excerpt_post h4 {
margin-top: 1px;
}

.excerpt_post h4.except_title a, h4.archivetitle a  {
text-decoration: none;
color: #f4f4f4;
font-weight: bold;
text-transform: uppercase;
}

.excerpt-img {
float: left;
margin: 10px 5px 10px 5px;
padding: 5px;
}

.excerpt-img img {
float: left;;
background-color: #333333;
border: 1px solid #ffffff;
display: block;
padding: 10px;
height: 100px;
width: 100px;
}

.excerpt_post a:hover {
color: #eeeeee !important;
}

.excerpt_post {
padding: 10px;
}

.entry {
padding: 10px;
}

.entry p {

}

.entry li {
list-style : decimal;
margin-left : 25px;
}

.entry ol {
margin-bottom : 10px;
margin-left : 25px;
}

.entry ul {
margin-top : 10px;
margin-left : 20px;
margin-bottom : 10px;
}

.read_more {
background-attachment: scroll;
background-color: transparent;
background-image: url(img/arrow_right.png);
background-position: top right;
background-repeat: no-repeat;
padding-right: 25px;
padding-bottom: 15px;
}

.read_more a {
color: #FFA500;
}

.postmetadata {
margin-top: 5px;
text-align: left;
margin-bottom: 5px;
color: #FFA500;
font-size: 10px;
}

.postmetadata a {
color: #FFA500;
font-size: 10px;
}

img.alignleft {
border: 1px solid #9d9d9d;
float: left;
margin: 5px 10px 10px 0;
padding: 5px;
}

img.alignright {
border: 1px solid #9d9d9d;
float: right;
margin: 5px 0 10px 10px;
padding: 5px;
}

img.alignnone {
border: 1px solid #9d9d9d;
height: auto;
margin-bottom: 10px;
padding: 5px;
width: 99%;
}

.wp-pagenavi {
text-align: center;
margin-top: 10px;
margin-right: 20px;
margin-left: 20px;
margin-bottom: 20px;
}


/* COMMENTS ITEMS 
************************************/

.post_info {
border: none;
padding: 8px;
text-align: center;
}

a {
color: #FFA500;
}

a:hover {
color: #eeeeee;
}

.navi {
margin: 20px 0;
}

.navleft {
float: left;
}

.navright {
float: right;
}

.author_comment {
border: 1px solid #640536;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background-color: #5E1204;
margin-left: 15px;
width: 620px;
}

.commentlist li {
border: 1px solid #640536;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background-color: #5E1204;
clear: both;
margin-bottom: 20px;
padding-bottom: 10px;
margin-left: 15px;
}

#comments, #respond, .pagetitle {
font-weight: bold;
color: #9D9D9D;
margin-bottom: 20px;
padding-top: 20px;
text-align: center;
margin-left: 15px;
}

input#author, #email, #url {
border: 1px solid #640536;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background-color: #5E1204;
float: left;
padding: 4px;
width: 600px;
margin-lelt: 15px;
margin-bottom: 10px;
margin-left: 15px;
}

textarea#comment {
border: 1px solid #640536;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background-color: #5E1204;
float: left;
padding: 4px;
margin-bottom: 10px;
width: 600px;
margin-left: 15px;
}

.input_title {
color: #9D9D9D;
float: left;
text-align: left !important;
margin-left: 15px;
width: 600px;
padding-top 20px;
}

#submit {
border: 1px solid #640536;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background-color: #5E1204;
clear: both;
cursor: pointer;
display: block;
margin-bottom: 20px;
padding: 4px;
margin-left: 15px;
}

.avatar {
float: left;
margin: 10px 10px 5px 0;
}

.comment_entry {
padding: 0 10px;
}

.avatar_div {
padding: 10px;
}

.avatar_div span {
float: right;
}

/* SIDEBAR ITEMS 
************************************/


#sidebartitle h4 {
color: #D3D3D3;
font-weight: bold;
text-align: left;
padding-left: 30px;
width: 320px;
font-size: 14px:
}

#sidebar a {
text-decoration: none;
font-family: Arial, Verdana;
color: #DEDEDE;
font-size: 12px;
}

#sidebar a:hover {
color: #ffffff;
text-decoration: none;
}

#calendar_wrap {
background-image: url(img/sidebg.jpg);
width: 350px;
background-repeat: repeat-y;
}

#wp-calendar {
width: 315px;
margin-left: 13px;
color: #efefef;
}

#wp-calendar thead th, #wp-calendar td {
border: none;
width: 33px;
text-align: center;
color: #efefef;
}

.textwidget {
background-image: url(img/sidebg.jpg);
background-repeat: repeat-y;
padding-left: 30px;
color: #efefef;
width: 300px;
padding-right: 20px;
}

.widget {
background: transparent url(img/sidebottom.jpg) no-repeat bottom left; 
padding-bottom: 35px; 
}

.widgettitle {
color: #010101;
font-weight: bold;
height: 50px;
background-image: url(img/sidebgtitle.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

.widget ul {
background-image: url(img/sidebg.jpg);
background-repeat: repeat-y;
}

#sidebar ul li h4 {
text-align: left;
padding-left: 90px;
width: 260px;
font-weight: bold;
}

#sidebar ul li h5 {
text-align: left;
padding-left: 90px;
width: 260px;
font-weight: bold;
}

.sidebar_widget ul {
color: #efefef;
}

.sidebar_widget ul li {
border-bottom: 1px dashed #604D01;
display: block;
list-style: none;
padding: 2px 0;
margin-left: 30px;
width: 290px;
}

#sidebar h4 {
padding-top: 33px;
}

#sidebar h5 {
padding-top: 33px;
}

.widgettext {
color: #efefef;
margin-left: 30px;
width: 290px;
}

.widget_text {
background-repeat: no-repeat;
}

.ads_small {
width: 316px;
border: 1px solid #604D01;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background-color: #947906;
padding: 5px;
margin-bottom: 10px;
margin-left: 10px;
}

.ads_small img {
padding: 1px;
width: 100px;
}

.index_ads_small {
background-color: transparent;
width: 600px;
margin-left: 10px;
}

.index_ads_small img {
padding : 5px 0px 0px 20px;
}

#sidebar_left {
float: right;
width: 350px;
}

#sidebar ul {
display: block;
list-style: none;
}

/* Custom Icons
************************************/

.addthis_toolbox {
width: 320px;
margin-left: 10px;
padding-top: 10px;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 4px;
text-align: center;
border: 1px solid #604D01;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background-color: #947906;
margin-bottom: 10px;
}

.custom_images a {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
}
.addthis_toolbox .custom_images a img {
    opacity: 1.0;
}
.addthis_toolbox .custom_images a:hover img {
    opacity: 0.75;
}

/* ARCHIVES ITEMS 
************************************/

.archive ul {
display: block;
list-style: none;
padding: 10px 0 0 10px;
}

.archive li {
border-bottom: 1px dashed #DEB714;
padding: 5px 0;
}

.navigation {
border: none;
padding: 10px;
}

.navigation a {
color: #FFA500;
}

.navigation a:hover {
color: #333333;
}

.navigation .alignleft {
float: left;
}

.navigation .alignright {
float: right;
}


/* FOOTER ITEMS 
************************************/

#footer .wrapper {
color : #efefef;
}

#footerlinks {
text-align : center;
color : #efefef;
text-decoration : none;
font-weight : bold;
padding-top: 110px;
font-size: 10px;
}

#footerlinks a {
color : #efefef;
text-decoration : none;
font-size: 10px;
}


