/*
Theme Name: TamiJ
*/

/*BACKGROUND IMAGE************/
body {
	background: #9d9d9d url(images/bg2.gif) repeat fixed; 
	font: 14px Arial, Helvetica, sans-serif; /*ENTRY FONTS*/
	color:#9d9c9d; /*OVERALL TEXT COLOR*/
}


/*LINK STYLES****************/
a {
	text-decoration:underline;
	color:#fa92d2;
}
a:hover {text-decoration:none; color: #000;}


/*LOGO IMAGE*****************/
#logo {
	width: 100%; height: 95px; background: #ffffff url(images/logo.png) top left no-repeat; text-align:right;}
}

#tagline {height: 10px; background: #fff; text-align: right;padding: 20px;}

/*MENU COLORS****************/
#menu {
	background:#c8e2d9;
}

#menu li a, #menu li.page_item {
	font: 15px Arial, Helvetica, sans-serif; /*MENU FONT STYLES*/
        letter-spacing: 2px;
        text-transform: lowercase;
	color:#4e3d3d;	/*MENU FONT COLOR*/
        text-transform: lowercase;
}
#menu li li a{font-size: 12px;}
#menu li a:hover {
	color:#cbe38a; /*MENU FONT COLOR WHEN HOVERING*/
} 


/*BANNER COLORS*************/
#banner {
height: 350px; /*BANNER HEIGHT in case you want to change it*/
overflow: hidden;
margin:0;
}


/*TWITTER / SEARCH / RSS***/
.holder {
	background:#e9e6dd;
}
.holder .text strong {
	display:block;
	font-size:14px;
	color:#2c2c2c;
	font-weight:normal;
	line-height:17px;
	position:relative;
	margin:-4px 0 0;
}
.holder .text p {
	font-size:14px;
	color:#2c2c2c;
	line-height:17px;
	margin:0 0 5px;
}

/*POSTS*******************/
.title {
	margin-top: 20px;
        display:block;
        margin-bottom: 30px;
}
	/*POST TITLE FONT STYLE**/
.ti, .title h2 {
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:26px;
	color:#fa92d2;
        padding-left: 0px;
        padding-top: 0px;
        margin-bottom: 5px;
}
.title h2 a {text-decoration:none;}
.title h2 {clear:right;}
.title h2 a:hover {color: #cbe38a}
h2, h2 a {
	margin:0;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:24px;
	color:#fa92d2;	
        margin:0;
}
h3 {
	font-size:26px;
        margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:20px;
	color:#756153;
}
	/*DATE AND CATEGORY FONT STYLES*/
.title .postmetadata a, .title .postmetadata {

	font-size:11px;
	font-weight:normal;
	line-height:12px;
        text-transform:lowercase;
        padding:0;
}
.title .postmetadata a {color:#a7bd6a;}
.title .postmetadata {margin-left: 20px;color:#847265;}

.sticky {padding-bottom:20px; border-bottom: 2px solid #9D9D9D;}
.sticky .title .stamp, 
.sticky .postmetadata, 
.sticky .post_bottom,
.sticky .entry .sexy-bookmarks {display:none}

/* NEXT / PREVIOUS PAGE navigation*/
.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;	
	width: 100%;
	padding: 10px 0px;
	height: 15px;
}
.navigation a {text-decoration:none;}
.navigation a:hover {text-decoration:underline;}

.navbg {background: #fff;}

/*FOOTER LINKS*/
#footer {
	padding:8px 0 0;
	width:100%;
	font:12px/25px Arial, Helvetica, sans-serif;
	color:#b2b2b2;
	text-align:center;
}
#footer p {margin:0; clear:both;}
#footer a, #footer a:hover, #footer a:visited {
	text-decoration: none;
	color: #cbe38a;
}


.alignleft {float: left; margin: 15px 15px 0 0;}
.alignright {float: right;margin: 15px 0 0 15px;}

.clear {clear: both;}




body {
	margin:0;		
}
img {border-style:none;margin: 15px 0 0; }
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*main container*/
#wrapper {width: 1030px;
        background: transparent url(images/1000whiteshadow.png) repeat-y;
        margin: 0 auto;}
#main {
	margin:0 auto;
	width: 1000px;
	padding:0px 0 0px;
}
/*header*/
#header img {display:block;}
#menu {
	list-style:none;
	margin:0px auto;
	padding:0px;	
	height:35px;
        background: #9d9d9d;
        
}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}
#menu li {
        margin-top: 0px;
	padding:10px 28px;
        margin-bottom:0;
	float:left;
        border-right: 2px solid #fff;
        height: 15px;
}
#menu li.last {border:none;}
#menu li a, #menu li.page_item {
	height:15px;
	float:left;
	text-align:center;
	text-decoration:none;
}
#menu li.hover a,
#menu li:hover a,
#menu li.hover,
#menu li:hover {
	position: relative;
}
#menu li.hover ul,
#menu li:hover ul {
	display: block;
}
#menu ul {
	padding:14px 0 6px;
	margin:0;
	list-style:none;
	width:167px;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background:#e9e6dd;
}
#menu ul li, #menu ul li.page_item {
	padding:0 10px 0 17px;
        margin:0;
	width:140px;
        border:none;
        height: 100%;
        padding-bottom: 3px;
}
#menu ul li a {
	text-align:left;
	width:100%;
	background:none;
	color:#4e3d3d;
	line-height:18px;
	height:auto;
	display:block;

}
#menu ul li a:hover {color:#cbe38a;}
.holder {
	padding:20px 30px 20px;
	width:940px;
	overflow:hidden;
}
.holder ul {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.holder ul li {float:left;}
.holder .text {
	width:420px;
	padding:0 64px 0 17px;
}
.holder ul li.search {
	padding:0 67px 0 95px;
	width:187px;
}
.holder ul li.search label {
	color:#2b2b2b;
	font-size:10px;
	line-height:10px;
	display:block;
	text-transform:uppercase;
	padding:0 0 9px;
}
.holder ul li.search span {
	background:url(images/search.gif) no-repeat;
	display:block;
	width:171px;
	height:33px;
	padding:6px 8px 0;
}
.holder ul li.search span input {
	background:none;
	border:0;
	width:171px;
}
.holder ul li.rss {padding: 11px 0 0 49px;}
.holder ul li.rss a {
	display:block;
	width:43px;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/rss.png) no-repeat;
}
/*content*/
#content {
	width:940px;
	background:#fff;
	padding:23px 30px 0px 30px;
        margin: 0 auto 0;
}
.entry {	
	overflow:hidden;
        margin-top: 20px;
        margin-bottom: 30px;
        clear: both;
}
.entry p {
	line-height:25px;
	margin:0 0 22px;
}
.aligncenter {
	display: block;
	margin: 15px auto;
}
.postmetadata {
	font-size: 10px;
	padding: 10px;
	text-transform: uppercase;
}
.postmetadata a {
	color:#82817d;
	text-decoration:none;
	outline:none;
}
.postmetadata a:hover {text-decoration:underline}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

div.stamp {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:transparent url(images/date_bg.jpg) repeat-y scroll 100% 0;
color:#fa92d2;
font-size:24px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:8px;
padding-left:0px;
padding-right:15px;
text-align:center;
float: left;
border-right: 3px double #cec3b2;
margin-bottom: 0px;
margin-right: 10px;
margin-top: 3px;
height: 35px;
padding-top:4px;
}	

div.stamp span {
-x-system-font:none;
color:#4e3d3d;
display:block;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
padding-top: 2px;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-top:9px;
text-transform:uppercase;
}
.center {text-align: center;}
.center2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Century Gothic', sans-serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.commentlist {width: 900px;}
#commentform p {
	font-family:Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.comments {
	padding-bottom: 15px;
}
.breaker {height: 20px; width: 100%;}
.galleryslideshow {
        width: 900px;
        margin: 40px auto 0px;
        padding-bottom: 0px;
        height: 100%
}
.galleryslideshow .logo {width: 100%; height: 95px; background: #ffffff url(images/logo.png) top left no-repeat; text-align:right;}
.galleryslideshow p {margin:0;padding:0;}
.gallery_home {float: left; padding-left: 30px; margin: 0; padding-top: 153px;}
.gallery_close {float: right;padding-right: 30px;margin-bottom: 0; padding-top: 0px; display:inline;margin-top: -25px;}
.gallery_home a, .gallery_close a, .gallery_close a:visited{
        text-decoration: none; padding:3px 6px 7px 7px;margin:0;line-height:24px; font-size: 12px;color: #f293ce;margin:0;}
.gallery_home a:hover, .galleryslideshow .gallery_close a:hover{color: #ff293ce;margin:0;line-height:24px;}
h2.gallery {padding:20px 0 0;font-size: 24px;font-family: 'Century-Gothic',sans-serif; text-transform:lowercase; color: #cee789;margin-right:30px;}

.post_bottom {
background:transparent url(images/postbottomlinks_back.gif) repeat-y left bottom;
clear:both;
display:block;
margin:0px 0 40px 0px;
height:auto;
padding-bottom:10px;
padding-left:50px;
padding-top:5px;
width:895px;
border-top: 2px solid #fff;
        }
.post_bottom .links, .post_bottom .links a, .commentform_link{
margin:0px 60px 0 0;
padding:10px 0 7px 0px;
text-decoration:none;
font-weight:bold;
font-size: 12px
text-transform: uppercase;}


ol.commentbox {
background: url(images/comment_back.gif) no-repeat top left;
border:0 solid #CCCCCC;
color:#000;
margin-bottom:0;
margin-left:0px;
margin-top:0px;
max-height:70px;
min-height:70px;
overflow-x:hidden;
overflow-y:auto;
padding:20px 25px 20px 100px;
width:820px;

}

form p {color: #4E3D3D}
span.commentbar {padding:0px;font-size: 11px;}
#loading {
 	width: 200px;
 	height: 80px;
 	background-color: #ffffff;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
}
.footer_bottom {width: 1000px;margin-top: 0; }
div.awpcomments {display:inline;}

.musicplayer {color:#000000;
opacity: .50;
filter:alpha(opacity=50);
position:fixed;
bottom: 0px;
margin-left: 710px;
z-index:100;}

/* Enhanced Footer */



.sidebar_footer {

           clear: both;

           border-top: 1px #000000 solid;

           width: 100%;

           border-bottom: 1px #000000 solid;



           background: #A7BD6A;



           padding: 20px 30px 20px;



           margin: 20px -30px 0;



           font-size: 12px;



           display: block;



           color: #00000;



}

#sidebar_footer_left ul li h2 a {font-size:14px}

#sidebar_footer_left {width: 50%; float: left; }



#sidebar_footer_right {display: inline;}



#sidebar_footer_left ul, #sidebar_footer_right ul  {list-style:none; float: left;}







#sidebar_footer_left ul li,



#sidebar_footer_right ul li



          {list-style:none;clear: both;}







#sidebar_footer_left ul ul li



          {list-style: disc;



           padding:0;}



#sidebar_footer_left ul ul li a:link, 

#sidebar_footer_left ul li h2 a:link, 

#sidebar_footer_left ul ul li a:visited,



#sidebar_footer_right ul ul li a:link,



#sidebar_footer_right ul ul li a:visited



          {color: #000000; text-decoration: none;}







#sidebar_footer_left ul li ul li a:hover,

#sidebar_footer_right ul li ul li a:hover {color: #ffffff;}



#sidebar_footer_left ul li ul,



#sidebar_footer_right ul li ul







          {margin-bottom: 20px;

           margin-top: 10px;}







#sidebar_footer_left ul ul li,



#sidebar_footer_right ul ul li



 {list-style: none;



           margin: 0 0 0 15px;padding:0;}





#sidebar_footer_left ul li h2,

#sidebar_footer_left ul li,

#sidebar_footer_right ul li,

#sidebar_footer_right ul li h2



              {text-align:left; 

              font-weight: bold;

              text-transform: uppercase;

              font-size: 14px;

              margin-top: 20px;

              padding: 0;

              color: #000000;

}



#sidebar_footer_left ul li ul li,

#sidebar_footer_right ul li ul li

              {text-align:left; 

              list-style-type: none;

              font-weight: normal;

              font-size: 13px;

              text-transform: none;

              margin-left: 0;

              margin-bottom: 3px;

              padding: 0;

              color: #000000;

}

.myGallery, #myGallerySet, #flickrGallery {border:none !important}

.jdGallery a.carouselBtn {color: #cbe38a !important;}

.jdGallery .carousel .label, .jdExtCarousel .label {display:none !important}