/*
Theme Name: wpthemegenjune2607
Theme URI: http://www.GadgetConcierge.com
Description: Simple website for GadgetConcierge.com http://www.GadgetConcierge.com
Version: 0000000.1
Author: W.P. Gen/Rich
*/


html>body #content {

	height: auto;
        /*width: auto;*//****moved the sidebar over,its now parallel to the right edge of the  header ***************/
        min-height: 580px;
        margin:0px auto;
        
                   }

body{
	font-family: verdana;
	font-size: 95%;
  	line-height: 115%; /* from 115 */
	background-color: #FFFFFF;

	
        background-image: url(images/back0001b.jpg);
	background-repeat: repeat-y;
	background-position: right top;

	text-align: center;
        
        /*margin: 0px;*/
	padding: 0px;

        /*margin-left: 55px;*/
        margin: 0px auto;
	/*width: 857px;*/
		
	/*border-left: 6px solid #FF00FF;/* left bar */
	*/border-right: 6px solid #000000;/* right bar */
	
	
	position:relative;


        /*border-bottom:6px solid #00FF00;/*added to create bottombar line*/
        /*border-top:6px solid #00FF00;/*added to create topbar line*/
        height: 100%;
}

body,td,th {
	color: #000000;
}

a, a:link {/* regarding links within the post*/
	padding: 1px;
	color: #FF3300;
	text-decoration: none;
}

a:hover {
	color: #FF3300;
	text-decoration: underline;
	SP_HOVERLINK;
}

h1 {
	font-family: times;
	font-weight: bold;
	font-size: 190%;
}


h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 150%;
}

h3 {
	/*font-family: times;*/
        font-family: "Hiragino Kaku Gothic Pro", "Osaka", "Lucida Grande", Arial, Helvetica, sans-serif;
        font-weight: bold;
	font-size: 155%;/**** orig. 130% changed to 155% ****/
}


h4 {
	font-size: 105%;
}

p {/*** properties for paragraphs ***/
	font-size: 80%;
	margin-bottom:1em;
        line-height: 170%;/************************test***************/
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a img {
	padding: 6px;
        border: 0pt solid #e5e5e5; 
}
/************************************************************************/
img.noborder {
	        padding: 0px;
                border: 0px;
                background-color: #000000;
                
             }


#leftedge {
           position:absolute;
           top: 0px;
           left: 0px;
           height: auto;
           width:100%;
           min-height:100%;
           background-color:transparent;
           background: url(images/back0001a.jpg) repeat-y;
           
           
           
           /*text-align:center;*/ /*centers #main in old IE*/
           
           
            
          }




/*************************************************************************/

/*
#wrap {
	margin: 0px auto;
	width: 780px;
	border-left: 5px solid #8D8D8D;
	border-right: 5px solid #8D8D8D;
	background: #FFFFFE url(images/content-bg.gif) repeat-y;
	overflow: hidden;
	position:relative;
}
    
*/

/************************************************************************/
#hd{
	text-align: center;
	/*padding-top: 24px; */
	padding-top: 0px;
	*/padding-bottom: 24px*/
        padding-bottom: 0px
        /* border: 25px solid #000000;/*******************************/
        background-color: #000000;
        border-top:6px solid #FFFFFF;/*added to create bottombar line */
        border-bottom:16px solid #FFFFFF;/*added to create bottombar line */
   } 
#hd h1{
	font-size: 290%;
	color: #4180b6;

}

h3 a:link, h3 a:hover, h3 a:visited{
	color: #4180b6;
}

.item { /* refers to posts */
	padding: 10px;/* changed from 10 */
	background-color: #FFFFFF; /*#F5F5F5 */
	background-image: url(/); 
	background-repeat: no-repeat;
	text-align:left;
	/* border: 1pt solid #4180b6; changes below */
        line-height: 150%;/************* test *********************/
  border: .5pt solid #cccccc;
  
  	margin-bottom: 1em;
	;
	
}

.item ul {
	list-style-type: disc;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}


.item ol{
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

.itemhead{
	padding-top: 5px;
	padding-bottom: 5px;
}


.chronodata {
	display: inline;
	text-align: right;
	margin-left: 2em;
	font-size: 80%;
}


.itemhead h3{
	display: inline;
}


input{
	font-size: 80%;
}

.metadata{
	line-height: 190%;
	font-size: 75%;
}

.metadata a:link, .metadata a:hover, .metadata a:visited{
	color: #FF3300;
}

.commentlist p {
	clear: both;
	font-size: 90%;
}


cite{
	font-size: 95%;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.commentmetadata {
	font-size: 80%;
	float: right;

}

.commentlist li {
	padding: 2px;
	border-top: 1px solid #4180b6;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FF3300;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #FF3300;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}


#secondary, #third{/* sidebar */
	background-color: #FFFFFF; /* F5F5F5; */
	/* background-image: url(images/bg_overlay.png); changes below */
	background-image: url(/);  
	background-repeat: repeat-x;
	text-align:left;
	padding: 1px;/* changed from 0px */
	border: .75pt solid #cccccc;
        /*border-left: .5pt solid #cccccc;*/
	SP_GRADIENT
        margin-right: 0px; /*moves sidebar over*/
        font-weight: bold;/******************* added *******************/
}

#secondary h4, #third h4{
	color: #4180b6;
	font-family: Trebuchet MS, arial, sans-serif;
	margin-top: 5px;
	padding: 3px;

}

#secondary p, #third p{
		padding: 3px;
		font-size: 70%;
}

#third {
	margin-left: 9px;/* 9 to 40 **********sidebar indent?????**********/
}

/************************* sidebar elements *********************/
#menu {padding:0; border:0px solid #fff }
#menu ul {list-style:none; margin:0; padding:0; font-size:85%; }
#menu ul li { padding:0; margin:0; border-bottom: #ddd solid 0px; }
#menu ul li a { display:block; padding:4px 4px 4px 10px; text-decoration:none; color: #000000; }
/*#menu ul li a:hover { color:#fff; background: #4180b6; }*/
#menu ul li a:hover { color:#FF3300; text-decoration: underline; }
#menu ul li em { display:none; }
#menu ul li.sect { font-weight:bold; color:#fff; background:#89d; padding:2px 0; text-indent:2px; margin-top:2px;}
#menu ul li.first {margin-top:0;}


li .categories, li .linkcat, li .pagenav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.yui-nav{
	margin-bottom: -1px;
}

.yui-navset .yui-nav a:hover {
	background-color: #4180b6;
	color: #000000;
}

.yui-navset .yui-nav li a {
    background-color: #F5F5F5;
	background-image: url(images/bg_overlay.png); 
	background-repeat: repeat;
	border-bottom: 0px;
        border-bottom: 1pt;
	color: #000000;
	padding: .3em .7em .3em .7em;
	text-decoration:none;
	font-size: 85%;
}

#sidebarSearch{
	clear: both;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 3px;
}


#wp-calendar {
	empty-cells: show;
	font-size: 90%;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}


#wp-calendar td {
	color: #000000;
	font-size: 70%;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}


#wp-calendar #today {
	background: ;
	color: #4180b6;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#ft {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #000000;
        border-top:7px solid #FFFFFF;/*added to create topbar line*/
}

#ft a:link, #ft a:hover, #ft a:visited{
	color: #000000;
}
