/*   
Theme Name: TRoque
Theme URI: http://trishroque.com
Author: Trish Roque 
Description: Trish Roque's blog & portfolio
.
*/


/* Import a basic layout 
@import url('styles/2c-r.css');*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

/* Nextgen gallery for artwork page */
@import url('styles/ngg.css');

/* ============== general layout ===================== */

body {
	 background: url(images/bodyBG.jpg) center center no-repeat #000 fixed;
/*	 color: #a8b7c8; 
   color: #aba78d; */
   	color: #b7b5a8; 
   	font-size: 14px;
   	font-family: Arial,  Tahoma, sans-serif;
  	  }

#main {
	width: 950px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

blockquote, #comments blockquote {
	background: url(images/quotes.gif) no-repeat top left;
	padding: 10px 10px 0 ;
	color: inherit;
}

#comments blockquote {
	background: url(images/quote_comment.gif) no-repeat top left;
}
p {
	margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6 {
	font-family:  Baskerville,Georgia, serif;
	margin-bottom: 10px;
}

h1 {
	font-size: 1.8em;
}

h2, h3, h4 {
	padding-top: 30px;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}
.clear {
	clear: both;
}

cite {
	padding-left: 30px;
	display: block;
}

blockquote cite {
	font-style: italic;	
}
img  {
	border: 4px solid #1c283c;/*#000;*/
	margin: 10px;
}

.entry-content img.wp-smiley {
	background: none; padding: 0; border: none;
}
.post img.aligncenter, .post img.ngg-singlepic, .post img.alignright, .post img.alignleft  {
	border: 1px solid #000;
	padding: 5px;
	background: #042d4a;
	}

.post img.ngg-singlepic, .post img.aligncenter {
	margin-bottom: 10px;
}
.post img.alignright {
	float: right;
}
.post img.alignleft {
	float: left;
		}

a:link, a:visited {
  /*	color: #ab9363; */
 	text-decoration: none;
		color: #8ec4d5; 
}

a:hover {
	background: #000;
	color: #d9bd86;
/*	color: #94a1b0;*/
}


/* =Header
-------------------------------------------------------------- */

#branding {
	margin: 0 0 1.5em 0;
}

#header {
	width: 950px;
	height: 90px;
	margin: 0 auto;
	position: relative;
}

#brandBox {
	float: left;
	margin: 0;
	padding: 0;
	height: auto;
	width: 500px;
}

#branding {
	float: left;
	margin: 13px 0 0px;
	background: url(images/logo2.gif) no-repeat;
	color: inherit;
	border: none;
	width: 321px;
/*	height: 63px; */
	height: 49px;
}

#branding b /*, #blog-description b */ {
	display:  none;
}

#blog-description {
	width: 500px; 
	display: block;
	float: left;
	margin: 2px 0 0 5px;
	color: #9fb1be;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Myriad, Verdana, sans-serif;
	}

#brandingAdBox {
	width: 465px;
	height: auto;
	float: right;
}


/* =========main menu=================*/

 .menu {
 	width: auto;
 	height: auto; 
 	float: right;
  	margin: 0;
 	text-transform: lowercase;
 		font-family:  Baskerville,Georgia, serif;
  }
 

.menu ul {

 	margin: 0;
 	list-style-type: none;
 	font-weight: bold;
	font-size: 14px; }

.menu li {
	display: inline;
}
	
.menu ul li a {
	display: block;
	width: 75px;/*this width lines up nicely on the grid */
	text-align: center;	
	padding: 55px 0 5px 0;	
	float: left;
	color: #d1e3f2;	
}


.menu ul li.page_item a {
	text-decoration:none;
	color: #d1e3f2;
}


.menu ul li a:hover, .menu ul li.page_item a:hover, .menu ul li.current_page_item a {
/*	 	color: #d0495e;	color: #000;	background: #435c69; */
	color: #5f7682;
	background: url(images/menuBG.png) center center;
	font-weight: bold;
}

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}

/* art images */
#artBanner {
	width: 100%;
	margin: 0;
	background: url(images/blacktranspBG.png);
	height: auto;
	color: inherit;
}


#artBox {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	height: auto;
}

#leftHmBox {
	width: 310px;
	height: auto; /*470px;  */
	float: left;
	margin: 5px 0;
}

.etsyImages, .etsyImagesR {
	width: 140px;
	height: 140px;
	float: left;
	margin: 0 13px 8px 0;
	border: solid 4px #000;
}

.etsyImagesR  {
	margin-right: 0;
}
	
.gstArtImg {
	width: 300px;
	height: 140px;
	margin: 5px 0 0 0;
	float: left;
}


#rightHmBox {
	float: right;
	width: 630px;
	height: auto;
	margin: 5px 0;
	color: inherit;
}

#rightHmBox img {
	margin: 0 5px;
	float: left;
	border: 2px solid #000;
}


#leftHmBox,  #rightHmBox {
	position: relative;
	z-index: 1;
}

a.recentArtBtn, a.etsyBtn, a.guestBtn, #slideshow a.caption {
	position: absolute;
	z-index: 15;
	color: #d1e3f2;
	text-decoration: none;
	right: 0;
	text-align: center;
}

.randomBanner a.recentArtBtn {
	width: 90px;
}
a.recentArtBtn {
	width: 120px;
	height: 31px;
	top: 0px;
	background: url(images/artBtnBG.png) no-repeat;
	font-size: 12px;
	padding-top: 7px;
}

/*=======slideshow home===========*/

#slideshow {
    position:relative;
    height:450px;
    width: 620px;
 }

#slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
  /*  opacity:0.0; */
    height: 450px;
  	background-color: #000;
}

#slideshow div.active {
    z-index:10;
 /*   opacity:1.0; */
}

#slideshow div.last-active {
    z-index:9;
}

#slideshow img {
    height: 450px;
    width: 620px;
    display: block;
    border: 0;
   margin-top: 5px; 

}

#slideshow a.caption {
	width: auto;
	height: auto;
	padding: 3px 0 3px 10px;
	background: url(images/captionBG.png);
	bottom: -5px;
	left: 0;
	text-align: left;
	}

/* ====end of slideshow====*/

/*====== random image rest of site banner===== */
.randomBanner {
    background: url(images/banner/rotate.php) no-repeat top left;
  }

/* =========end of random ===== */

a.etsyBtn {
	width: 60px;
	height: 22px;
	top: 0;
	right: 2px;
	font-size: 12px;
	padding-top: 1px;
	background: url(images/etsyBtnBG.png) no-repeat;
}

a.guestBtn {
	font-size: 12px;
	width: 84px;
	height: 28px;
	top: 317px;
	right: 7px;
	background: url(images/gstBtnBG.png) no-repeat;
	padding-top: 4px;
}




/* ======search form========*/
form.search {
	width: 310px;
	height: auto;
	float: right;
	margin: 0;
	padding-top: 12px;
	}
	

form.search input[type=text],
form.search input.text, form#mc-embedded-subscribe-form input { 
	width: 255px;
  background:#435c69; 
  border:1px solid #000; 
  padding: 3px ;
  color: #bbb;
}

form#mc-embedded-subscribe-form input {
	float: right; width: 210px;
}

input.btn, input.submitBtn, input#submit, form#mc-embedded-subscribe-form input.btn {
	background: #2d2d33;
	color: #bbb;
	border: none;
	margin-left: 5px;
	font-size: 12px;
	padding: 2px 4px 3px;
	}

form#mc-embedded-subscribe-form input.btn {
	width: auto;
	float: right;
	display: block;
	margin-top: 5px;
}

input.submitBtn {
	margin-left: 0px;
}

input[type=text]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
  border-color:#666; 
}

 /* subscribe form  */
 
#sidebar h3 {
	font-family: Arial,  Tahoma, sans-serif;
}
#sidebar form {
	margin: 10px 0 10px 5px;
}

#sidebar p.subscribe {
	margin-bottom: 3px;
}
input#email {
    background:#435c69; 
	color: #bbb;
	border: 1px solid #000;
	width: 205px;
	height: auto;
	padding: 3px;
	margin: 0 ;
}

a.rss {
	display: inline-block;
	padding: 3px 2px 5px 20px;
	margin: -5px 0 -15px 5px;
	background: url(images/icon_feed.png) no-repeat left center;
}

/*=========== main content area=============*/

#container {
	width: 100%;
	height: auto;
	background: url(images/blacktranspBG2.png);
	color: inherit;
	margin: 0;
	padding: 0;
}

#content {
	float: left;
	height: auto;
	width: 610px;
	margin: 5px ;
/*	margin: 0; */
}

/* ========== styles for post area; dark on light background; reverse of main body ======= */
.postBoxTop {
	background: url(images/postBGtop.jpg) no-repeat top center;
	color: inherit;
	width: 600px;
	height: 37px;
	margin: 0;
	padding: 0;	
}

.post, .artpost, .search .page {
	line-height: 1.5em;
	position: relative;
/*	background: url(images/postBG2.png) repeat;
	border: 5px solid #000;	color: #8e9baa; 	font-size: 16px;*/
	background: url(images/postPaperBG.jpg) repeat;
	color: #000;
	width: 560px;
	margin: 0px;
	height: auto;
	padding: 0 20px 20px;
/*	font-size: 16px; */
	}
	
.artpost {
	font-size: 16px;
}
.postBGbtm {
	background: url(images/postBGbtm.jpg) no-repeat;
	color: inherit;
	width: 600px;
	height: 31px;
	margin: 0 0 50px;
	padding: 0;
}

/* styles for search results on page types */
.search .page {
	margin-bottom: -20px;
}
/* overwrites nextgen gallery styles */

.post img, .postart {
	border: 1px solid #000;
	padding: 5px;
	background: #042d4a;
}

.post .ngg-right, .post .ngg-left {
	background: #042d4a;
}

.post .ngg-right {
	margin-left: 20px;
}

.post .ngg-left {
	margin-right: 20px;
}
/* end of nextgen gallery */

/* links */

.post a:link, .post a:visited {
	color: #000080;
	border-bottom: 1px dotted #000080;
}

.post a:hover {
/*	color: #ffffc0;
	background: #004080; */
	color: #d9bd86;
	background: #000;}

.post .addtoany_share_save_container li a.a2a_dd { /* add to any */
	border: none;
	color: #000080;
	margin-top: 20px;
}

.post h1.entry-title a:link, .post h1.entry-title a:visited, .post h2.entry-title a:link, .post h2.entry-title a:visited, .search .page h2.entry-title a:link, .search .page h2.entry-title a:visited  {
	color: #103157;
	border: none;
}

.post h1.entry-title a:hover, .artpost h1.entry-title a:hover, .artpost h2.entry-title a:hover, .post h2.entry-title a:hover,  .search .page h2.entry-title a:hover, .search .page h2.entry-title a:hover {
		color: #7b6611;
		background: none;
}
.post h1.entry-title, .post h2.entry-title, .search .page h2.entry-title{
	border-bottom: 1px dotted #103157; 
	color: #313942;
/*	background: url(images/h2BG2.png) no-repeat left top; */
	padding: 7px 5px 2px 0;
	margin-right: 50px;
	display: block;
	font-family:  Baskerville,Georgia, serif;
	line-height: 1.2em;
}

.entry-meta {
	font-size: 10px;
	margin: -3px 0 10px 0;	
	}


.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}

/* ================artwork template styles =================== */

.artpost {
	background: url(images/postBG2.png) repeat; 
	border: 5px solid #000;	
	/* color: #8e9baa; */
	color: #9C9B94;
	padding-bottom: 40px;
}

.artpost .addtoany_share_save_container a.a2a_dd { /* add to any */
	border: none;
	color: inherit;
}

.ngg-album-desc, .ngg-albumtitle {
	font-weight: normal;
}


.artpost h1.entry-title a, .artpost h2.entry-title a {
	border-bottom: 1px dotted #b6b4b1;
/*	color: #313942; 
	background: url(images/h2BG2.png) no-repeat left top;*/
	padding: 7px 5px 2px 0;
	margin-right: 50px;
	display: block;
	font-family:  Baskerville,Georgia, serif;
	line-height: 1.2em;
	color: #b6b4b1; 
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0px 10px 8px;
	overflow: auto;	
	display: block;
	text-align: center;
	padding: 5px 0;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

#nav-below {
	margin-top: -50px ;
}

/*==========sidebar==================*/
#sidebar {
	float: left;
	width: 300px;
	height: auto;
	margin: 10px 5px 10px 20px;
}

#sidebar h3 {
/*
	color: #000;	font-weight: bold;*/
	font-size: 17px;
	margin: 0 0 10px 0;
	padding: 5px 0 0 5px;
	color: #b6b4b1; 
}

#sidebar ol, #sidebar ul {
	margin: 0 0 20px 0px;
	padding-left: 30px;
	list-style-position: outside;
/*	font-size: 14px; */
}
#sidebar ol li, #sidebar ul li {
	margin: 0 0 2px 0;
}

#sidebar ol li {
	list-style-type: decimal;
	}

#sidebar ul li {
	list-style-type: circle;
}

.sidebarBox {
	width: 290px;
	background: url(images/sidebarBoxbg.png) repeat;
	height: auto;
	padding: 5px;
	margin: 0 0 20px -4px;
	border: 2px solid black;
}

.sidebarBox p {
	clear: both;
	margin: 0 0 8px 7px;
	font-size: 12px;
}

.sidebarBox p img {
	padding: 2px;
	margin-top: 2px;
/*	border: 1px solid #435c69; */
	border: 1px solid #3879be;
}

/* =========tabbed sidebar=============== */

#scroller-header a {
/*	color:#867863; 
	background: url(images/sidebarBoxbg.png);	font-weight: normal;color: #2477ab; */
	background: url(images/postBG2.png);
	text-decoration: none;
 	
	padding: 5px 7px;
	display: inline;
	border: 1px solid black;

	font-size: 15px;
}

#scroller-header a:hover {
	text-decoration:none; 
	color:#4b412f
}

a.selected {
/* 	text-decoration:underline !important; 
	color:#4b412f !important;*/
	color: #998460 !important;
	background: #000 !important;
}

#scroller-header {
/*	background: url(images/sidebarBoxbg.png) repeat; 
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;	font-weight: bold;*/
	width:299px;
	height:24px;
	padding:5px 0 0 1px;
	margin-top: 15px;
	margin-left: -4px;
}

#scroller-body {
/*	background:url(images/body.gif) no-repeat bottom center; */
	background: url(images/sidebarBoxbg.png) repeat;
	width:290px;
	padding:5px;
	margin: -3px 0 20px -4px;
	border: 2px solid black;
	border-top: 8px solid black;
	}

#mask {
	width:290px;
	overflow:hidden;
	margin:0 auto;
}

#panel {

}

#panel div {
float:left;

}



/* extra optional styling for each tab content */
#panel-1 {
}

#panel-2 {
}

#panel-3 {
}



/* end of tab SB */

h3.twitter {
	display: block;
	background: url(images/twitterBird2.png) right top no-repeat;
	height: 40px;
}

p.twitter {
	margin: -25px 0 0 15px;
	font-size: 10px;
}


/* sidebar subcolumns */

.subcol, .subcolRt {
	width: 140px;
	background: url(images/sidebarBoxbg.png) repeat;
	padding: 5px 2px; 
	border: 2px solid black;
	} 

.subcol {
	float: left;
	margin: 0 5px 20px -4px;
}

.subcolRt {
	float: right;
	margin-bottom: 10px;
}


.subcol ol, .subcol ul {
	padding-left: 2px;
	margin-left: 2px;
}

.subcol h3, .subcol h3 {
	font-size: 14px;
}

/* networking icons */
a#icon_fb, a#icon_linked, a#icon_flickr, a#icon_seclife, a#icon_devart, a#icon_twitter {
	padding: 1px 2px 5px 30px;
	margin: 5px 3px 5px 10px;
	display: block;
}

#footer a#icon_fb, #footer a#icon_linked, #footer a#icon_flickr, #footer a#icon_seclife, #footer a#icon_devart, #footer a#icon_twitter {
	margin-left: 0;
}

a#icon_fb {
	background: url(images/icon_fb.gif) left no-repeat;
}

a#icon_linked {
	background: url(images/icon_linkedin.gif) left no-repeat;
}

a#icon_flickr {
	background: url(images/icon_flickr.gif) left no-repeat;
}

a#icon_twitter {
	background: url(images/icon_twit.gif) left no-repeat;
}

a#icon_devart {
	background: url(images/icon_devart.gif) left no-repeat;
}


/* =Temporary styles until the
		directory can read @import
		
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
		
-------------------------------------------------------------- */


/* ===========flickr area */

#flickrBox {
	font-size: 12px;
	padding: 5px 10px;
	width: 940px;
	margin: 10px auto;
	height: auto; 
	background: url(images/postBG2.png) repeat;
	border: 2px solid black;
}

#flickrBox h3 {
	padding-top: 0;
}

#flickrBox img {
	width: auto;
	height: auto;
	margin: 5px ;
	border: 5px solid #000;
}

#flickrBox ul {
	list-style-type: none;
}

#flickrBox li {
	display: inline;
}



/* ===============footer styles====================== */


#footerBox {
	width: 100%;
	height: auto; 
	padding-top: 15px;
	margin:  0;
 	background: url(images/blacktranspBG.png) repeat; 	/*	border-top: 3px solid #000;*/
/*	color: #908e84; */
	color: #9C9B94;
	text-align: left;
}

#footer {
	width: 960px;
	height:auto;
	margin: 0 auto ;
	padding: 0px;	
	font-size: 12px;
}

#footer h4 {
	color: #c2c898;
	font-size: 14px;
}

#footer ul {
	margin-left: 13px;
     	}

#footer li {
	list-style-type: circle;
}
#footer img {
	border: 1px solid #333;
	padding: 5px;
	background: #17171e;}

#footer img.left {
	margin: 5px 10px 5px 0;
	float: left;
}

#footer img.right {
	float: right;
	margin: 5px 0 5px 10px;
}
.footerCol, .footerColLg, .footerColSm {
	float: left;
	width: 215px;
/*	width: 210px; */
	height: auto;
	padding-left: 30px;
}

.footerLeft {
	padding-left: 0;
}
.footerColLg {
	width: 465px;
}

.footerColSm {
	width: 95px;
}

#site-info {
	margin: 0;
	padding: 10px 5px 8px 0px;
	clear: both;
}

.entry-utility {
	font-size: 12px;
}
/* =============comments==============*/

/* comment form */

	
#comments {
	border: 2px solid black;
	margin: 10px;
	padding: 0px 10px 10px 10px;
	width: 570px;
	background: url(images/blacktranspBG2.png);
}


.post a.comments, .artpost a.comments {
	border: none;
	position: absolute;
	top: 10px;
	right: 5px;
	background: url(images/commentsBG.png) no-repeat;
	width: 43px;
	height: 44px;
	padding: 1px 0 0px 11px;
	font-size: 12px;
	text-decoration: none;
	color: #adb1b5;
}

.editComment, .editableComment, .textComment{
	display: inline;
}

.commentmetadata {
	font-size: 10px;
}
.comment-childs{
	border: 1px dotted #000;
	margin: 5px;
	padding: 5px;
	background: url(images/blacktranspBG2.png);
}

.chalt{
	background: url(images/sidebarBoxbg.png); 

}

#newcomment{
	border:1px dashed #777;width:90%;
}
#newcommentsubmit{
	color:red;
}
.adminreplycomment{
	border:1px dashed #777;
	width:99%;
	margin:4px;
	padding:4px;
}
.mvccls{
	color: #999;
}
			
#commentform {
	margin: 10px 0 10px 15px;
}

#commentform textarea {
	width: 80%;
	background: #d1dfe4;
	border: 1px solid #ccc;
	padding: 5px;
	color: #000;
}

#respond h3,  h3#comments {
	margin: 30px 0 10px 10px;
}


 li .avatar {
	border: 2px solid #1c283c;
	margin: 0 8px 2px 0;
	float: left;
}

img.wp-smiley {
	border: none;
}

.comment-meta {
	font-size: 10px;
} 

.comments ol {

}
.comments ol li {
	list-style-type: none;
	padding: 20px 10px 10px 0;
	border-bottom: 1px dotted #2d2d33;
	margin: 0 20px 0 -5px;
}

.comments ol li {
	list-style-type: none;
	padding: 20px 10px 10px 0;
	border-bottom: 1px dotted #2d2d33;
	margin: 0 20px 0 -5px;
}

/* ==========gallery images============*/
