/*  
Theme Name: Lynn-Kai
Theme URI: http://bloglkc.kaitanium.com
Description: Drop down menu in action
Version: 0.79
Author: James
Author URI:  http://jamesict.com/
*/

*{
  margin: 0;
  padding: 0;
  border: 0;
}

/*-------Structure------*/

body{
	background: #58595B url(images/blog-bkg-v3.jpg) top center repeat-y;
}
	

#page{
	width:950px;
	margin: 0 auto;
	text-align:left;
        background-color: #ffffff;
}
	
#content{
	width:900px;
	margin:0 auto;
}


#header{
	margin:0;
	width:950px;
	height:240px;
        background: #000000;
}

hr{	
        clear:both;
	display:none;
}

.fabout {
        margin-top: 50px;
        margin-bottom: 15px;
        min-height: 300px;
        border-bottom: 2px solid #808080;
}

.fabout p {
        padding-left:30px;
        padding-right: 30px;
}

.rightcol {
        float: right;
        margin-right: 140px;
}

.leftcol {
        float: left;
        margin-left: 90px;
        margin-bottom: 50px;
}

a#engagements {
        display:block;
        height: 45px; 
        width: 209px;
        background-image: url(/visual/engagements.gif); 
}
a#engagements:hover {
        background-image: url(/visual/engagementsRollOver.gif); 
}

a#events {
        display:block;
        height: 45px; 
        width: 165px;
        background-image: url(/visual/events.gif); 
}
a#events:hover {
        background-image: url(/visual/eventsRollOver.gif); 
}

a#LKCslife {
        display:block;
        height: 45px; 
        width: 209px;
        background-image: url(/visual/LKCslife.gif); 
}
a#LKCslife:hover {
        background-image: url(/visual/LKCslifeRollOver.gif); 
}

a#placesoutdoorsnature {
        display:block;
        height: 115px; 
        width: 143px;
        background-image: url(/visual/placesoutdoorsnature.gif); 
}
a#placesoutdoorsnature:hover {
        background-image: url(/visual/placesoutdoorsnatureRollOver.gif); 
}

a#portraits {
        display:block;
        height: 45px; 
        width: 157px;
        background-image: url(/visual/portraits.gif); 
}
a#portraits:hover {
        background-image: url(/visual/portraitsRollOver.gif); 
}

a#products {
        display:block;
        height: 45px; 
        width: 149px;
        background-image: url(/visual/products.gif); 
}
a#products:hover {
        background-image: url(/visual/productsRollOver.gif); 
}

a#scottrobert {
        display:block;
        height: 90px; 
        width: 214px;
        background-image: url(/visual/scottrobert.gif); 
}
a#scottrobert:hover {
        background-image: url(/visual/scottrobertRollOver.gif); 
}

a#transportation {
        display:block;
        height: 90px; 
        width: 216px;
        background-image: url(/visual/transportation.gif); 
}
a#transportation:hover {
        background-image: url(/visual/transportationRollOver.gif); 
}

a#uncategorized {
        display:block;
        height: 45px; 
        width: 240px;
        background-image: url(/visual/uncategorized.gif); 
}
a#uncategorized:hover {
        background-image: url(/visual/uncategorizedRollOver.gif); 
}

a#weddings {
        display:block;
        height: 45px; 
        width: 183px;
        background-image: url(/visual/weddings.gif); 
}
a#weddings:hover {
        background-image: url(/visual/weddingsRollOver.gif); 
}

a#outdoors {
        display:block;
        height: 45px; 
        width: 256px;
        background-image: url(/visual/outdoors.gif); 
}
a#outdoors:hover {
        background-image: url(/visual/outdoorsRollOver.gif); 
}

a#people {
        display:block;
        height: 45px; 
        width: 132px;
        background-image: url(/visual/people.gif); 
}
a#people:hover {
        background-image: url(/visual/peopleRollOver.gif); 
}

a#weddingspeopleinlove {
        display:block;
        height: 90px; 
        width: 255px;
        background-image: url(/visual/weddingspeopleinlove.gif); 
}
a#weddingspeopleinlove:hover {
        background-image: url(/visual/weddingspeopleinloveRollOver.gif); 
}

a#aboutme {
        display:block;
        height: 45px; 
        width: 326px;
        background-image: url(/visual/aboutme.gif); 
        margin:0 auto;
}
a#aboutme:hover {
        background-image: url(/visual/aboutmeRollOver.gif); 
}

a .alt { display: none; }



#content{
	clear:both;
}
	
.post{
	clear:both;
}
	
.archivemonth{
	float:left;
	width:45%;
}
       
.archivesubject{
	float:right;
	width:45%;
}

.archiverecent{
}

/*----TYPE----*/

body{
	color: #545454;
	font-family: 'Century Gothic',Sans-Serif, Georgia,'Times New Roman',Times,'Bookman Old Style','Hoefler Text',Serif;
	font-size:80%;
	line-height: 1.3em;
}

h2,h3,h4,h5{
	font-size:1.8em;
/*	text-transform: capitalize;   */
	letter-spacing: -0.03em;
	word-spacing: +0.2em;
	font-weight: normal;
	color: #48494A;
}

h2{
        font-size:2.2em;
}

.narrowcolumn h2 #sresults { 
        color: #7D7F87;
        padding: 10px;
}

h3{
        color: #48494A;
}

h4,h5{
        color: #200800;
}

#header h1{
	font-size:3em;
	text-align:left;
	text-transform: capitalize;
	line-height:1em;
	font-weight: bold;
        letter-spacing: -1px;
}

h1 a{
	color: #cc3300;
	text-decoration: none;
	font-weight: bold;
}

h1 a:hover{
	border-bottom: 1px #545454 dashed;
	color: #511400;
	background-color: #ffffff;
	text-decoration: none;
}

.description{
	margin-top:5px;
	font-size: 1.8em;
	font-variant: small-caps;
	color: #8f8f8f;
}

.todaysdate{
	font-weight: bold;
	font-size: 1.6em;
}
	
a{	
        color: #0274BD;
	font-weight: normal;
}

	
a:hover{
	color: #38252a;
	background-color: #faf7f7;
	text-decoration: underline;
}

p{	
	font-size:1em;
	text-align: left; 
	margin: 0 0 1em;
}

h2 a{
	padding-bottom: 8px;
	color: #48494A;
	font-weight: normal;
	text-align:left;
        text-decoration: none;
}

h2 a:hover{
	background-color: #faf7f7;
	color: #212223;
	text-decoration: none;
}


.entry p{
	text-indent: 0em;
}

.entry p img {
        margin: 0px;
        padding: 0px;
        border: 0px 
}

.post ol{
	padding-left: 40px; 
	list-style: decimal;
	margin-bottom: 1em;
}

.post ol li{
	padding-left: 5px; 
	background-image: none;
}

.post ul{
	padding-left: 40px; 
	list-style-type: disc;
	margin-bottom: 1em;
}

.post ul li{
	padding-left: 5px; 
	background-image: none;}
	
blockquote {
	margin: 0.25em 3em 0.25em 2em;
	padding-left: 1em;
	font-style: italic;
	font-size: 1.05em;
	font-weight: normal;
	border-left: 4px #4F5153 dotted;
	background-color: #faf7f7;
}

.no_frame p img, .no_frame p a img{
border:none;
}


a img{
	padding: 2px;
	border:none;
}

a:hover img{
	border: none;
}

.rightalign, .alignright{
	float:right;
	margin-left: 0.5em;
}

.navigation .alignright{
	float:right;
	margin-left: 0.5em;
        margin-top: 10px;
        margin-bottom: 15px;
}

.navigation .alignleft{
	float:left;
	margin-left: 0.5em;
        margin-top: 10px;
        margin-bottom: 15px;
}

.leftalign, alignleft{	
	float:left;
	margin-right: 0.5em;
}

.navigation .alignleft a, .navigation .alignright a {
        text-decoration: none;
}

.clear{
	clear:both;
}
	
.post h2{
	text-align:left;
        margin-top: 1em;
        margin-bottom: 8px;
        line-height: 31px
}

.postdate{
	clear:both;
	font-variant: small-caps;
        color: #8E9196;
	margin-bottom: .5em;
        font-weight: bold;
}
	
.postcategory a{
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #929292;
	font-size: 1em;
	border-top: 4px #545454 solid;
	display:block;
	border-bottom: 1px #ffffff solid;
	text-decoration: none;
	background: #ffffff;
	padding-left:25px;
	padding-top:2px;
        margin-bottom: 0.5em;
}

.postcategory a:hover{
	color: #020202;
	border-bottom: 1px #545454 dashed;
	background-color:#faf7f7;
        text-decoration: none;
}

.postmetadata{
	clear:both;
	font-size: 1em;
	line-height: 1.3em;
	color: #121212;
        background: #E9E7E7;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        padding-left: 0.5em;
        margin-top:4px;
        border: 1px solid #808080;
        border-top: #E9E7E7;
}

.postmetadata a, .postmetadata a:visited, .postmetadata a:hover{
        font-weight: bold;
        text-decoration: none;
}	

h3#respond{
	margin-bottom:15px;
}

.archive ul{
        line-height:1.2em;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.archive li {
	border-bottom: 1px solid #ddd;
}
					
.archive li a {
	display: block;
	padding: 2px 15px 2px 15px;
	background: #ffffff;
	color: #808080;
	text-decoration: none;
}

.children li{
	border: none;
}

.children li a {
	padding-left:40px;
}
			
.archive li a:hover {
	background: #f4f1f1;
	color: #333;
}


/* ------DROP DOWN MENU--------*/

.menu {
       width:950px; 
       height:75px;
       background: #000000;
       /*font-size:0.85em; 
       position:relative; 
       z-index:100;
       background:#000000 url(images/menubg2.gif) top right no-repeat;*/
}

.menu #menurss { 
       width: 46px;
       padding-left:10px;
}

.menu #menuhome { 
      width: 40px;
      padding-left: -70px;
}

.menu #menucat { 
      width: 110px;
padding-left: 15px;
}

.menu #menulinks { 
      width: 60px;
}

.menu #menuabout { 
      width: 80px;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
       width:951px; 
       w\idth:950px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
       padding:0;
       margin:0;
       list-style-type:none;
}

.menu ul ul {
       width:149px;
}

/* float the list to make it horizontal and a relative positon to control the dropdown menu positon */
.menu li {
       float:left;
       width:158px;
       position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
       display:block;
       font-size:12px;
       text-decoration:none; 
       color:#E8E9EB; 
       width:138px; 
       height:30px; 
       background:#BDBEC0; 
       padding-left:10px;
       line-height:38px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
       width:158px; 
       w\idth:147px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
       background:#BDBEC0;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
       background:#BDBEC0;
}

.menu ul ul :hover > a.drop {
       background:#BDBEC0;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
       background:#BDBEC0;
}

/* style the third level hover */
.menu ul ul ul a:hover {
       background:#BDBEC0;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
       visibility:hidden;
       position:absolute;
       height:0;
       top:31px;
       left:0; 
       width:158px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
       top:30px;
       t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
       left:159px; 
       top:-1px; 
       width:149px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
       left:-158px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
       position:absolute; 
       top:0; 
       left:0; 
       border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
       background:#BDBEC0; 
       color:#6D6F73; 
       height:auto; 
       line-height:1em; 
       padding:5px 10px; 
       width:80px;
       border-width:0 1px 1px 1px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
       width:159px;
       w\idth:137px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
       color:#3F4043; 
       background:#BDBEC0;
       /*height:38px;*/
}

.menu :hover > a, .menu ul ul :hover > a {
       color:#3F4043;
       background:#BDBEC0;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
       visibility:visible; 
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
       visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
       visibility:visible;
}


. navigation .alignleft a{
         color: #0274BD; 
}
/*------COMMENTS------*/

.commentdisplay {
        height: 260px;
        overflow: auto;
        border: 1px solid #808080;
        border-bottom: #E9E7E7;
        border-right: #E9E7E7;
        padding: 10px;
        float:left;
        width: 423px;
        /*margin-right: 15px;*/
        background: #E9E7E7;
        color: #202020;
}
.commentdisplay h3 {
        font-size: 16px;
}
ol.commentlist li img.avatar, ol.commentlist li.alt img.avatar, {
        float: left;
        padding: 2px;
        margin-right: 4px;
        border: 1px solid #cccccc;
}
.commentdisplay div.commentmetadata a {
        text-decoration: none;
        color: #202020;
        font-style: italic;
}
.commentdisplay li {
        margin-bottom: 5px;
        border-bottom: 1px dashed #808080;
}
.commentform {
        background: #E9E7E7;
        border: 1px solid #808080;
        border-bottom: #E9E7E7;
        border-left: #E9E7E7;
        height: 260px;
        width: 435px;
        padding: 10px;
        float:right;
}
.commentform h3#respond {
        font-size: 16px;
}
.commentform p textarea#comment {
        width: 425px;
        height: 110px;
        margin-top: -10px;
}
.commentform p input {
        width: 180px;
        margin-top: -10px;
}	

/*----FOOTER----*/

#footer {
        clear: both;
	background: #ffffff;
	padding: 10px 5px 5px 5px;
	font-size: 1em;
	text-align: center;
	margin-bottom: 0;
	line-height:1.6em;
	border-top: 1px #949494 solid;
	margin-top: 2em;
        color: #404040;
}
#footer p {
        text-align:center;
}
#footer p a, #footer p a:hover, #footer p a:visited {
        text-decoration: none;
        font-weight: bold; 
}

/*------INPUTS------*/

input, textarea{
          border: 1px #57595a solid;
          background: #faf7f7;
          padding: 2px;
          margin-bottom:5px;
          color: #333333;
}

input:focus, textarea:focus{
         background: #ffffff;
}

input[type="submit"], input[type="button"]{
        border: 1px outset;
}
	
textarea#comment{
        width:75%;
}

input#s {
	width: 150px;
	font-size: 2em;
}


#searchform #s {
        width: 240px;
        height: 25px;
        padding-top: 1px;
        margin-top: 15px;
        margin-right: 8px;
        border: 1px solid #8d8d8d;
        color: #525254;
        float: right;
}

#sbutton input {
        border: 0px;
        background: #ffffff;
        margin-top: 11px;
        padding-left: 515px;
}

#menu-search {
        padding-left: 314px;
        width:250px;
}

