/*  
Theme Name: Luminosity
Theme URI: http://www.macwebguru.com/
Description: A three column fixed width theme with both sidebars widget ready.
Version: 1.0
Author: macguiguru
Author URI: http://www.macwebguru.com/
*/		

*
{
margin: 0px;
padding: 0px;
}

ul
{
list-style: none;
}

body 
{
font-size: 14px;
line-height:16px;
margin: 0px;
text-align: center;
color: #000;
font-family:  verdana, arial, helvetica ;
background: #fff;
}

#wrap
{
width:780px;
margin: 0 auto;
background: none;
padding: 0;
}


/********************** Blogtitle ****************/

#blogtitle
{
color:#fff;
width: 780px;
height:218px;
display: block;
text-align: right;
margin: 0 auto;
padding: 0;
background: url(img/bgd_header.jpg) ;
background-repeat:no-repeat;
}

h1.blogtitle
{
visibility:hidden;
}

#blogtitle a:link {
text-decoration: none;
border: none;
color:#fff;
}

#blogtitle a:visited {
text-decoration: none;
border: none;
color:#fff;
}

#blogtitle a:hover {
text-decoration: none;
color:red;
}

#blogtitle h4.pagetitle
{
	text-align:left;
	margin:55px 0 0 360px;
	font-weight:normal;
	font-size:18px;
}

.description
{
text-align: right;
color:#fff;
font-size: 18px;
margin-right: 30px;
}

/********************** Container ****************/
#container
{
clear:left;
padding:0;
margin-left:auto;
margin-right:auto;
margin-top: 0;
width: 780px;
border-top:1px solid transparent;
background: url(img/bgd_container.jpg) repeat-y;
}




/********************** Left Sidebar Container *********/
#leftnav
{
float: left;
width: 180px;
margin: 0;
padding-top: 4px;
margin-top: 0;
margin-left: 2px;
margin-bottom: 20px;
text-align: left;
}


/********************** Right Sidebar Container *********/

#rightnav
{
float: right;
width: 170px;
margin: 0;
padding: 0;
}

/********************** Content ****************/
#content
{
font-size:11px;
line-height:1.3em;
display: block;
margin: 0 180px 20px 195px;
padding: 1em;
padding-top: 10px;
margin-top:4px;
text-align: left;
}

#content h1
{
font-size: 14px;
line-height:16px;
margin:0 0 10pt 10px;
color: #165E2E; /* darker green */
border-bottom:1px solid #ccc;
padding-bottom:7px;
}

#content h1.lineone
{
font-size: 14px;
line-height:16px;
font-weight:normal;
margin:0 0 0 10px;
color: #5aa361; /* lighter green */
border:none;
padding:0;
}

#content h2
{
font-size: 12px;
line-height:1.2em;
margin:0 0 0 10px;
color: #005DAB; /* middle blue */
}

#content h3
{
font-size: 12px;
line-height:1.2em;
margin:0 0 5px 0;
color: #000;
}

#content ul
{
padding: 0 0 10px 15px;
list-style: none;
}

#content ul li{
margin-left: 15px;
background: url(img/bgd_bullet_content_ul.jpg) ;
background-repeat:no-repeat;
background-position:0 0.6ex;
padding: 0 0 8px 12px;
}

#content ul li ul li{
padding-left: 3px;
}

#content ol{
padding: 10px 0 10px 30px;
margin-bottom: 10px;
}

#content ol li{
padding: 0 0 10px 0;
}

#content ol li p{
padding:0;
margin:.5em 0 0 0;
}

#content ol li ul li{
padding:0 0 .5em 12px;
}


#content p
{
padding-left: 10px;
}

#content a, #content a:link, #content a:visited
{
  color: #005DAB;
  text-decoration:underline;
}

#content a:hover, #content a:active
{
  color: red;
  text-decoration:underline;
}

/********************** Footer ****************/

#footwrap
{
clear:both;
background: none;
height:109px;
color: #fff;
padding: 0 0 0 220px;
font-weight: normal;
background: #fff url(img/bgd_footer.jpg) bottom no-repeat;
border-top: 1px solid transparent;
}

#footwrap h3
{
	margin-top:40px;
	color:#01325C;
}

#footwrap p
{
	font-size:10px;
display: block;
margin:0 0 0 15px;
text-align:left;
}

#footwrap ul
{
	font-size:10px;
	text-align:left;
	padding-left:15px;
}

#footwrap ul li
{
	display:inline;
}

#footwrap a:link {
color: #fff;
text-decoration: none;
border: none;
}
#footwrap a:hover {
color: #fff;
text-decoration: underline;
border: none;
}

#footwrap a:visited:hover {
color: #fff;
text-decoration: underline;
border: none;
}

#footwrap a:visited {
color: #fff;
text-decoration: none;
border: none;
}

#footwrap img {
padding: 0px 5px 0px 5px;
}


/********************** Left Sidebar ****************/
#sidebarleft
{
width:180px;
color: #fff;
margin-bottom: 10px;
background: none;
padding: 0 8px 0 8px;
font-size:11px;
line-height:13px;
}

#sidebarleft ul
{
list-style:none;
}

#sidebarleft li.page_item
{
background: url(img/bgd_bullet_primary_nav.jpg) ;
background-repeat:no-repeat;
padding: 0 0 8px 12px;
}

#sidebarleft ul li
{
padding-left: 0;
margin-left: 20px;
margin-right: 4px;
padding-bottom: 2px;
list-style:none;
}

#sidebarleft ul li.page_item ul
{
margin-left:0;
}

#sidebarleft ul li.page_item ul li.page_item
{
padding: 0 0 0 10px;
margin-left:0;
list-style:none;
background: url(img/bgd_bullet_secondary_nav.jpg) ;
background-repeat:no-repeat;
background-position:0 0.6ex;
}

#sidebarleft a:link {
color: #fff;
border: none;
font-weight: bold;
}

#sidebarleft a:hover {
color: red;
text-decoration: underline;
border: none;
}

#sidebarleft a:visited:hover {
color: red;
border: none;
}

#sidebarleft a:visited {
color: #fff;
border: none;
font-weight: bold;
}

#sidebarleft ul li.page_item ul li.page_item a:link {
color: #fff;
border: none;
font-weight: normal;
}

#sidebarleft ul li.page_item ul li.page_item a:visited {
color: #fff;
border: none;
font-weight: normal;
}

#sidebarleft ul li.page_item ul li.page_item a:hover {
color: red;
border: none;
font-weight: normal;
}

#sidebarleft ul li.page_item ul li.current_page_item a
{
	text-decoration:underline;
}



#sidebarleft h2 {
color: #fff;
font-size:11px;
height: 46px;
padding:11px 0 0 0;
margin:8px 0 0 0;
background:transparent url(img/bgd_leftnav_h2.jpg) top center no-repeat;
text-align:center;
}

#sidebarleft p
{
padding: 3px;
}

/********************** Right Sidebar ****************/

#sidebarright
{
color: #000;
margin: 0;
background: none;
padding: 0;
}

#sidebarright ul
{
list-style:none;
}

#sidebarright li
{
padding-bottom: 8px;
}

#sidebarright ul li
{
padding-left: 0;
margin-left: 20px;
margin-right: 4px;
padding-bottom: 2px;
list-style-type:square;
}

#sidebarright ul li li
{
padding-left: 0;
margin-left: 8px;
margin-right: 3px;
padding: 2px 0;
list-style-type:circle;
}


#sidebarright a:link {
color: #000;
text-decoration: none;
font-weight: bold;
border: none;
}

#sidebarright a:hover {
color: #7F1717;
text-decoration: underline;
border: none;
}

#sidebarright a:visited:hover {
color: #7F1717;
text-decoration: underline;
border: none;
}

#sidebarright a:visited {
color: #000;
font-weight: bold;
text-decoration: none;
border: none;
}

#sidebarright h2 {
color: #E8CFA9;
padding: 2px 8px 2px 8px;
background:#000 url(img/h2r.png) top right no-repeat;
margin-top:8px;
border-bottom: 1px solid #E8CFA9;
}

#sidebarleft p
{
padding: 3px;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }


/********************** Paragraph ****************/

p
{
margin-bottom: 12px;
margin-top: 12px;
}

/********************** Blockquote **********************/

blockquote
{
margin: 0px 0px 0px 30px;
padding: 0px 25px 0px 0px;
font-style: italic;
color: #999;
border-left: 4px solid #000;
}


/********************** Post Metadata ******************/

.postmetadata
{
display:block;
margin: 10px auto 10px auto;
padding: 5px 8px 8px 0;
text-align: left;
color:#000;
width:98%;
}

#content .postmetadata
{
padding-left: 10px;
}

.postmetadata a:link
{
border: none;
font-weight: normal;
}

.postmetadata a:hover
{
border: none;
font-weight: normal;
text-decoration: none;
}

.postmetadata a:visited:hover
{
border: none;
font-weight: normal;
}

.postmetadata a:visited
{
border: none;
font-weight: normal;
}

/********************** Links **********************/

a:link
{
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

a:visited
{
text-decoration: none;
font-weight: normal;
}

a:visited:hover
{
text-decoration: underline;
}

a img 
{
border:none;
background:none;
padding:5px;
}

#feed, #feed img a:link, #feed img a:visited
{
border: none;
}


/********************** Comments **********************/

.commentlist
{
padding-left: 40px;
padding-right: 15px;
color: #333;
}

.commentlist li
{
margin: 8px 10px 8px 15px;
padding-left: 12px;
list-style: none;
margin-bottom: 2px;
background: #E5CFAB;
}

.commentlist li ul li
{
border: none;
}

/*li.alt
{
border-bottom: 2px solid #D8A860;
}*/

.commentlist cite
{
padding: 2px 3px 1px 3px;
}

.commentlist p
{
padding: 5px 5px 2px 3px;
margin-bottom: 5px;
}

.commentlist a:link
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #C01800;
}

.commentlist a:visited
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #C01800;
}

.commentlist a:hover
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #000;
}

.commentlist a:visited:hover
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #000;
}


.commentmetadata a:link, .commentmetadata a:hover, .commentmetadata a:visited
{
text-decoration: none;
color: #000;
}

.commentnumber {
margin-top: 2px;
float:right;
color: #000;
font-size: 28pt;
}

#comment
{
width:80%;
}

/********************** Headings****************/


h3
{
display: block;
font-size: 14px;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h3.posttitle   
{
font-size: 14px;
line-height:16px;
margin:0 0 10pt 0;
color: #165E2E;
}

.posttitle a:link
{
text-decoration: none;
color: #165E2E;
}

.posttitle a:visited
{
text-decoration: none;
color: #165E2E;
}

.posttitle a:hover
{
text-decoration: none;color: #165E2E;

}

.posttitle a:visited:hover
{
text-decoration: none;color: #165E2E;

}

h4
{
margin-top: 15px;
font-size: 13px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h5
{
margin-top: 15px;
font-size: 12px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

 /*Miscellaneous*/
.date
{
display:none;
font-size: 14px;
float: right;
text-transform: uppercase;
letter-spacing: -2px;
padding: 0 5px;
margin-top: 12px;
text-align: center;
color: #000;
border: 1px groove #D8A860;
background: #E5CFAB url(img/date.png) no-repeat;
}

.entry
{
margin-bottom: 5px;
}

/*Contained Floats Fix*/
.post
{
display: block;
overflow:hidden;
width:98%;
margin-left:auto;
margin-right: auto;
}

/*Code*/
code
{
display: block;
margin: 10px 30px 0 30px;
padding: 2px 10px 5px 10px;
border-top: 4px solid #333;
color: #165E2E;
background: #000;
}

/*#searchform {
margin-left: 5px;
	}*/

#navigation 
{
display:none;
margin-left:auto;
margin-right:auto;
width: 980px;
overflow: hidden;
height:34px;
line-height:2.7em;
background:#333 url(img/navigation.png) no-repeat;
margin-bottom: 0;
}

#navigation ul 
{
margin:0;
padding:0;
}

#navigation li {
float:left;
margin:0;
padding:0;
list-style-type:none;
white-space:nowrap;
border-color:#165E2E;
}

#navigation li a 
{
display:block;
padding:0 18px;
font-size:0.8em;
text-transform:uppercase;
letter-spacing:1px;
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#navigation form 
{
float:right;
height:100%;
width:164px;
padding:0 15px;
line-height:0;
}

#navigation form fieldset 
{
  /* centering the search form could've
  been done way more elegant but IEWin
  and Opera refused to follow the rules */
  margin-top:7px;
border:0 solid; /* Opera */
}

* html #navigation form fieldset {margin-top:7px;}

#navigation #s 
{
height:1.5em;
width:115px;
margin:0 5px 0 0;
padding:0;
border:1px solid;
font-size:0.8em;
vertical-align:middle;
}

#navigation #searchbutton 
{
height:2em;
width:auto;
padding:0 1px;
font-size:9px;
letter-spacing:1px;
text-align:center;
vertical-align:middle;
}


#navigation li 
{
border-color:#165E2E;
}

#navigation a 
{
color:white;
}

#navigation .selected,
#navigation .current_page_item,
#navigation a:hover
{
color: white;
text-decoration:underline;
}

#navigation a:visited
{
font-weight: bold;
}


#navigation #s 
{
border-color:#FFF9EA;
}

#navigation #searchbutton 
{
color:white;
 background-color:#798288;
}

.button
{
margin-bottom: -4px;
}


/******************Calendar**************/
#wp-calendar 
{
empty-cells: show;
margin: 10px auto 0;
width: 160px;
}

#wp-calendar #next a 
{
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a 
{
padding-left: 10px;
text-align: left;
}

#wp-calendar td 
{
padding: 2px 0;
text-align: center;
}

#wp-calendar th 
{
/*padding: 3px 0;*/
text-align: center;
}

#wp-calendar caption 
{
text-align: center;
width: 100%;
text-transform: uppercase;
font-weight: bold;
}

img 
{	
border:none;
}

.alignright {
text-align: right;
}

.alignleft {
text-align: left
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 0;
}

.wp-smiley
{
padding: 0;
}

.textwidget
{
margin: 2px 5px 2px 5px;
}

/****Rounded corners********/
.roundcont {
/* background-color: #E5CFAB; */
margin-top: 10px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	/* background: url(img/tl.png) no-repeat top right; */
}

.roundbottom {
	/* background: url(img/br.png) no-repeat top right; */
}

img.corner {
   width: 5px;
   height: 5px;
   border: none;
   display: block !important; }