/* -------------------------------------------------------------- 
   
Thematic styles adjusted for the glassblower theme
  
-------------------------------------------------------------- */  


/* Un-comment the line below to set a grid with 18px line-height */
/*body { background:url(library/grids/960_grid_12_col.gif) repeat-y top center; }*/


/* =Global Elements
-------------------------------------------------------------- */

body {
    font-family:Arial, sans-serif;
	background-color:#333;
	color:#000;
}
#wrapper {
    padding-top:24px;
	width:996px;
	margin:auto;
}
a:link {
    color:#011341;
    text-decoration:none;
	padding-bottom:0;
	border-bottom:solid 1px #011341;
}
a:visited {
    color:#321341;
    text-decoration:none;
	padding-bottom:0;
	border-bottom:solid 1px #321341;
}
a:hover {
	color:#011341;
	font-weight:normal;
	border-bottom:solid 2px #011341;
    text-decoration:none;
	padding-bottom:0;
}
blockquote {
    font-style:italic;
    font-size:13px;
}
blockquote em, blockquote cite, blockquote i {
    font-style:normal;
}
input, textarea {
    font-family:Arial, sans-serif;
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}
#artRight {
	background: url(../images/side-art-bob.2.jpg) no-repeat 100% 0;
	/* color:#fff; */
}
#artLeft {
	background: url(../images/side-art-blue.jpg) no-repeat 0 0;
	background-color:#000;
}

/* =Header
-------------------------------------------------------------- */

#search {
	float:right;
	width:208px;
	height:24px;
	background: url(../images/search-box.gif) no-repeat;
}
#search #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 180px;
    background: none;
}
#search #searchsubmit {
    float: right;
    margin: 0 4px 0 0;
}
#logolink a, #logolink a:active, #logolink a:hover {
	height:60px;
	width:400px;
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	border-bottom:none;
}
#branding {
	height:42px;
	background:#333;
	color:#fff;
}
#blog-title {
	background: transparent url(../images/logotype.gif) no-repeat scroll 0 0;
	height:36px;
	margin-left:12px;
}
#blog-title span {
	margin-left:-999em;    
}
#blog-title a {
    color:#fff;
    text-decoration:none;
}
#blog-description {
    display:none;
}

/* =Menu
-------------------------------------------------------------- */

#access { 
	background: url(../images/menu-corner-tr.gif) 100% 0 no-repeat;
	border:none;
	font-size:13px;
	height:32px;
	z-index:100;
	overflow:visible;
}


#access-tr {
    color:#fff;
	background: url(../images/menu-corner-tl.gif) 0 0 no-repeat #191919;
	border:none;
}
.skip-link {
    display:none;
}
.menu {
    padding:0;
    overflow:hidden; /* clears the inner float  */
	
}
.menu ul {
padding: 10px 0;
margin: 0;
list-style-type: none;
width: 100%;
font-weight: normal;
font-size: 120%;
text-align: center;
letter-spacing:.8px;
}
.menu ul ul {
    display:none;
}
.menu li {
    display:inline;
}
.menu a {
    margin:0;
    padding:10px 12px;
    color:#fff;
    text-decoration:none;
	border:none;
}
.menu a:hover {
    color:#74B7CA;
	font-weight:normal;
}

.menu li.current_page_item {
	background: url(../images/nav-hover_tr.gif) 100% 0 no-repeat #A5A5A5;
	padding:10px 0;
}
.menu li.current_page_item a:link,.menu li.current_page_item a:visited,.menu li.current_page_item a:active,.menu li.current_page_item a:hover {
	color:#000;
}
.menu .current_page_item a {
    color:#000;
    background: url(../images/nav-hover_tl.gif) 0 0 no-repeat;
}
.menu a:focus {
    color:#74B7CA;
}

/* =Content
-------------------------------------------------------------- */

#main {
	background:url(../images/large-box-bl.2.gif) 0 100% no-repeat;
	padding:12px;
}
.outerBoxBottomRight {	
	background:url(../images/large-box-br.2.gif) 100% 100% no-repeat #A5A5A5;
	width:804px;
	margin:0 auto;
}
#content {

}   

.hentry {
    margin:9px 6px 0 0;
    padding:24px 1px;
    border-top:3px solid #a5a5a5;
}
.p1 {
    margin:0;
    padding:0 0 8px 0;
    border:none;
}
.page-title {
    font-size:130%;
    line-height:26px;
    padding:8px 12px 0px;
    font-weight:normal;
    color:#000;
}
.page-title span {
    font-size:12px;
    font-weight:normal;
    font-style:italic;
}
.entry-title {
    font-size:180%;
    line-height:26px;
    padding:8px 12px 0px;
    font-weight:normal;
    color:#000;
}
.entry-title a {
    text-decoration:none;
    color:#000;
	border-bottom:none;
}
.entry-title a:hover {
	text-decoration:underline;
	font-weight:normal;	
}
.entry-meta {
    font-size:100%;
    color:#000;
	padding-left:12px;
	padding-top:6px;
	font-style:italic;
	line-height:18px;
}
.entry-meta a {
    color:#000;
    font-style:italic;
}
.entry-meta a:active, .entry-meta a:hover {
	text-decoration:none;
    color:#000;
	font-weight:normal;
	border-bottom:#000;
}
.entry-meta .n {
	font-size:11px;
	font-style:normal;
	letter-spacing:.05em;
	text-transform:uppercase;
}
.entry-meta .author {
}
.entry-meta .meta-sep {
}
.entry-meta abbr {
	font-size:11px;
	font-style:normal;
	letter-spacing:.05em;
	text-transform:uppercase;
}
.entry-content {
    margin:8px 0 0 0;
	padding:0 24px 8px;
    overflow:hidden;
	min-height:100px;
}
.entry-content h1 {
    font-size:18px;
    font-weight:bold;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}
.entry-content h2 {
    font-size:130%;
    font-weight:normal;
    margin:0 0 8px 0;
    padding:0;
}
.entry-content h3 {
    font-size:130%;
	font-style:normal;
	font-weight:bold;
	letter-spacing:0;
	margin:0 0 2px;
	padding:0;
}
.entry-content h4 {
    font-weight:bold;
    font-size:100%;
    text-transform:none;
    letter-spacing:0;
}
.entry-content h5 {
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h6 {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content ul {
    list-style:square;
    margin:0 0 18px 1.5em;
}
.entry-content dt {
    font-weight:bold;
}
.entry-content dd {
    margin:0 0 18px 0;
}
.entry-content abbr, .entry-content acronym, .entry-content .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
.entry-content ul.xoxo {
    margin:0 0 18px 0;
    overflow:hidden;
}
.entry-content ul.xoxo ul {
    margin:0 0 0 1.5em;
}
.entry-content img {
	margin:0 16px 0 0;
}
li.content-column, .entry-content li.linkcat {
	float:left;
	list-style:none;
	margin:0 20px 0 0;
}
.entry-content li.linkcat ul.xoxo {
    overflow:visible;
}
/* .more-link {
    font-weight:bold;
    font-style:italic;
    display:block;
} */
.page-link {
    margin:0 0 18px 0;
}
.page .edit-link {
    float:left;
    clear:both;
}
.entry-utility {
    font-size:100%;
    color:#000;
	padding:0 24px 8px;
	text-align:right;
}
.entry-utility a {
    font-style:normal;
    color:#011341;
}
.entry-utility a:hover {
	color:#000;
}
.comments-link a {
    color:#011341;
}
/* =Home Page 
-------------------------------------------------------------- */
#thumbsRowTwo {
	float:right;
	padding-top:7px;
	text-align:left;
	width:352px;
}
.welcomeText {
	font-size:130%;
	clear:both;
	padding:8px 0 0 8px;
	margin-bottom:0;
}
#aboutRBG {
	clear:left;
	margin-left:22px;
	padding-top:12px;
	position:relative;
	width:400px;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
    margin:0;
    padding:8px 0;
    overflow:hidden;
}
#comments h3 {
    font-weight:bold;
    text-transform:none;
    letter-spacing:normal;
    text-align:left;
    margin:0 0 18px 0;
    padding:0;
	font-size:120%;
}
#comments .comments:first-child h3 {
    padding-top:8px;
	padding-left:12px;
}
#comments ol {
    margin:0 0 36px 0;
    list-style:none;
}
#comments li {
    background:#ececec;
    border-top:1px solid #ececec;
    margin:0 20px 18px 20px;
    padding:17px 20px 0 20px;
    position:relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#comments p#login a {
	color:#fff;
	border-bottom:#ffffff solid 1px;
}
#comments li.byuser {
    background:#777;
    border-color:#777;
}
#comments li.byuser p a {
}
#comments li.bypostauthor {
}
#comments li.bypostauthor p a {
}
#comments .avatar {
    width:48px;
    height:48px;
    position:absolute;
    top:19px;
    left:20px !important;
    left:0px;
}
#comments .fn {
    font-weight:bold;
    font-size:14px;
    padding:18px 0 0 58px;
    display:block;
}

#comments-list .comment-meta {
    margin:0 0 18px 0;
    padding:0 0 0 58px
}
#comments li p {
    margin:0;
    padding:0 0 18px 0;
}
#trackbacks-list .comment-author {
    margin:0 0 18px 0;
    font-size:11px;
}
#trackbacks-list .comment-author a {
    font-size:14px;
    font-weight:bold;
    color:#fff;
}
#respond {
    background:#555;
    /* border-top:1px solid #6DA5D6; */
    padding:17px 20px 0 20px;
    width:460px;
    margin:0 auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:#fff;
}
#respond h3 {
    padding-top:0;
}
#respond p#login {
	margin-bottom:2px;
	float:right;
}
#respond form {
    padding:0 0 36px 0;
}
#respond #form-section-comment label {
	font-size:100%;
}
#respond #form-section-author {
    width:230px;
    float:left;
}
#respond #form-section-author input {
    width:220px;
}
#respond #form-section-email {
    width:220px;
    float:right;
}
#respond #form-section-email input {
    width:100%;
}
#respond #form-section-url {
}
#respond #form-section-url input {
    width:100%;
}
#respond .form-input input {
    margin:0 0 14px 0;
}
#respond textarea {
    width:100%;
    margin:0 0 16px 0;
}
#respond .form-submit {
    float:right;
}
p.subscribe-to-comments {
    width:260px;
    float:left;
}
p.subscribe-to-comments label {
}
p.comment_license {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments:first-line {
    font-style:italic;
}
/*input#solo-subscribe-email {
    width:220px;
    margin:9px 0;
}*/
#respond .required {
    font-weight:bold;
}

/* =Author Info
-------------------------------------------------------------- */

#author-info {
    margin:18px 0 36px 0;
}
#author-info p:first-line {
    font-weight:bold;
}
#author-info .avatar {
    float:left;
    width:72px;
    height:72px;
    margin:0 10px 0 0;
    padding:5px;
    background:#B5D1EA;
    position:relative;
    top:4px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
    margin:0px 0 36px 0;
    overflow:hidden;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	display: none;
}
/*#nav-above,#nav-below {
	width: 100%;
}

#nav-above {
    margin:18px 0 36px 0;
}
.home #nav-above, .single #nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
} */

/* =Asides (widgetized areas)
-------------------------------------------------------------- */
#primary, #secondary {
	border:none;
	padding:0;
	position:relative;
}

.main-aside ul {
	padding:0 0 0 6px;
}
.main-aside ul a {
	border:none;
}
.aside ul {
    margin:0;
    list-style:none;
}
.aside h3 {
    font-size:130%;
    font-weight:normal;
	font-style:normal;
	color:#000;
	text-align:right;
	background:url(../images/sidebar-heading-bg.gif) no-repeat right;
	padding:2px 8px 1px;
	margin:2px 0;
	line-height:22px;
}
.aside ul ul {
    list-style:none;
    margin:0 0 18px 1.5em;
	
}
.aside ul ul li {
	font-size:105%;
	line-height:110%;
	padding:2px 8px;
}
.aside ul ul ul {
    margin:0 0 0 1.5em;
}
.aside a:active, .aside a:hover {
	color:#011341;
	font-weight:normal;
	background-color:#92AEB7;
}
/* Begin Calendar styles */
.aside,.aside input {
	font-size:13px;
	line-height:18px;
}
.aside table {
    border-top:1px solid #555;
    margin:0 0 8px 0;
}
.aside th {
    border-left:1px solid #e0e0e0;
}
.aside tr {
    border-bottom:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    line-height:35px;
}
.aside td {
    border-left:1px solid #e0e0e0;
    padding:0 10px
}
.aside caption { /* Make the caption match h3 styles */
    font-size:14px;
    font-weight:bold;
    text-align:left;
    margin:0 0 9px 0;
}
.aside p {
	line-height:14px;
	padding-bottom:6px;
}
.aside tfoot tr {
    border:none;
    line-height:36px;
}
.aside tfoot td {
    border:none;
    padding:0;
}
.aside #next {
    text-align:right;
}
/* End Calendar styles */
/* Begin Search styles */
.aside form {
    margin:4px 0 10px 0;
}
/* End Search styles */
#content .widgetcontainer {
    border-top:1px solid #e0e0e0;
    padding:35px 1px 18px 1px;
    margin:18px 0 36px 0;
}
#index-top .widgetcontainer,
#single-top .widgetcontainer,
#page-top .widgetcontainer {
    border-top:none;
    border-bottom:1px solid #e0e0e0;
    padding:0 1px 53px 1px;
    margin:0 0 36px 0;
}
#content .aside:first-child .widgetcontainer:first-child {
    padding-top:18px;
}
.page #content .aside:first-child .widgetcontainer:first-child {
    padding-top:0;
}
#content .aside h3 {
    font-size:24px;
    line-height:26px;
    padding:8px 0 20px 0;
    font-weight:bold;
}
#single-bottom .widgetcontainer {
    border-top:none;
}
#footer .widgetcontainer {
    padding:0 1px;
    margin:0 0 18px 0;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
    background:#000;
    color:#fff;
    padding:1px 0 12px 0;
	margin:0 auto;
	border:none;
}
#footer a {
    color:#fff;
}
#subsidiary .aside {
    margin-bottom:18px;
}
#siteinfo {
    padding:2px 0 2px 108px;
    font-size:100%;
	color:#666;
	line-height:18px;
}
#siteinfo a {
    font-style:italic;
}

/* =PageNavi
-------------------------------------------------------------- */

/* Use !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 0;
    line-height:36px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color:#2772B3 !important;
    background:#transparent !important;
    border:1px solid #e0e0e0 !important;
}
.wp-pagenavi a:hover {
    color:#000 !important;	
}
.wp-pagenavi span.pages {
    margin-left:0 !important;
    padding-left:0 !important;
}
.wp-pagenavi span.current {
    border:1px solid #e0e0e0 !important;
}
.wp-pagenavi span.extend {
    margin:0 !important;
}

/* google maps styles */
.entry-content table {
	background-color:#fff;
	margin:0 auto;
}
.ig_tbl_img table, .ig_tbl_img tr, .ig_tbl_img td, .ig_tbl_img a, .ig_tbl_img span, .ig_tbl_line table, .ig_tbl_line tr, .ig_tbl_line td, .ig_tbl_line a, .ig_tbl_line span, ig_reset {
	padding:2px !important;
}
/* slideshow styles */
.slideshow {
	margin-bottom:8px;
}
ul.search-results li {
	list-style:none;
	text-transform:capitalize;
}
.entry-content form {
	padding-bottom:8px;
}
/*eCommerce styles */
a.thickbox:link,a.thickbox:visited,a.thickbox:active,a.thickbox:hover,
div.item_image a:link,div.item_image a:visited,div.item_image a:active,div.item_image a:hover{
	border-bottom:none;
}
/* text styles */
.text-align-right {
	text-align:right;
}
ul.listNoBullet li {
	list-style:none;
}
li#category-archives ul li {
	margin-bottom:8px;
}
.recentdate {
	font-weight:bold;
}