body 
{
    text-align:center;
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
    background:url(/skins/lmg/images/livemygoals-page-bg.jpg) repeat-x;
}

#blogStats
{
	/* the container for statistics for your blog */
}
#container
{
    width:998px;
    text-align:center;
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
    position:relative;   

}

a 
{
    color:#3788B6;
    text-decoration: underline;
    font-family: Lucida Sans Unicode;
}

.title
{
    font-size:14px;
    font-weight:normal;
    text-align:left;
    color:#74BFF8;
    margin-bottom:10px;
}

.blog-title, .blog-title a
{
    font-size:18px;
    font-weight:bold;
    text-align:left;
    color:#74BFF8;
    margin-bottom:20px;
    text-decoration:none;
}


#breadcrumps 
{
    height:24px;
    width:100%;
    padding-top:5px;
} 
 
#header
{
    width:100%;
    height:246px;
    background:url(/skins/lmg/images/livemygoals-bg-beta.jpg) no-repeat;
    position:relative;    
}
 
#header .title
{
    
}

#header .subtitle
{
	/* header subtitle */
}
#navigation
{
	/*the section that holds all the links to various parts of the site
	such as archives, categories, and blogroll */
	margin-left:10px;
	
	
}
#main 
 {
    width:100%;
    padding:0;
    margin:0;
 }
 
 #content 
 {
    background:url(/skins/lmg/images/top-bg.jpg) repeat-x;    
    margin:0px 0px 0px 0px;
    padding:5px 10px 5px 10px;   
    
}

.right-col
 {
    width:199px;
        
 }
 
 .right 
 {
    background:url(/skins/lmg/images/top-bg.jpg) repeat-x;
    padding-top:5px;
    margin:0px 0px 0px 4px;  
    padding:5px 0px 5px 0px;    
    
    height:300px;
 }
  
#news
{
	/*container for the news announcement */
}
#news .title
{
	/*title of the news announcement*/
}
#news .body
{
	/* the body of the news announcement */
}
#footer
{
	/* bottom of all pages */
}
#footer .copyright
{
	/* copyright information in the footer */
}
#gallery
{
	/* container for galleries */
}
#gallery .title
{
	/* the title of the gallery */
}
#gallery .description
{
	/* the description of the gallery */
}
#gallery .thumbnails
{
	/* contains all the thumbnails for the gallery */
}
#gallery  .thumbnail
{
	/* specific formatting for each individual thumbnail */
}
#postComment
{
	/* the container for the form where people can input comments */
}
.Inputs dt
{
    margin-bottom:5px;
}
#postComment .title
{
	/* the title of the comment form */
}
#searchBox
{
	/* container for the searchbox */
}
#searchBox .searchInput
{
	/* the text box that search terms are typed into */
}
#searchBox .seachButton
{
	/* the button pressed to initiate the search */
}
.links
{
	/* The primary container for each navigation section
	(such as Archives, Categories, etc) */
}
.links .title
{
	/* The title of each navigation section */
}
.links ul
{
	/* the styling for unorderd lists inside the links container */
}
.links ul li
{
	/* listed items in unordered lists in links */
}
#recentComments
{
	/* container for recent comments control */
}
#recentComments .title 
{
    font-weight:normal;
}
#recentComments ul 
{
    list-style:none;
    margin-left:0px;
}
#recentComments ul li 
{
    background:url(/skins/lmg/images/blog-boxes.gif) no-repeat left center;
    padding:0px 0px 0px 25px;
}
#recentPosts
{
	/* container for recent comments control */
}
#recentPosts ul 
{
    list-style:none;
    margin-left:0px;
}
#recentPosts ul li 
{
    background:url(/skins/lmg/images/blog-boxes.gif) no-repeat left center;
    padding:0px 0px 0px 25px;
}
.links
{

}
.links ul 
{
    list-style:none;
    margin-left:0px;
}
.links ul li 
{
    background:url(/skins/lmg/images/blog-boxes.gif) no-repeat left center;
    padding:0px 0px 0px 25px;
}
.comments
{
	/* container for all comments */
}
.comment
{
	/* container for individual comment */
}
.comment .title
{
    width:98%;
    border-bottom:dotted 1px #ccc;
    padding:2px 2px 10px 2px;
    margin:5px 0px 5px 0px;
    font-weight:normal;
}
.comment .author
{
	margin-bottom:5px;
	font-size:11px;
}
.comment .postedDate
{
	margin-bottom:5px;
	font-size:11px;
}
.comment .content
{
	margin:15px 0px 5px 0px;
	font-size:12px;
}
.day
{
	/* container for the view of posts by day */
}
.day .date
{
	/* the date being viewed */
}
#myLinks
{
	/* container for the MyLinks */
}
#myLinks .title
{
	/* the title of the MyLinks section */
}
#myLinks .links
{
	/* the links contained in the MyLinks section */
}
.posts
{
	/* container for a list of posts - not used on main page*/
}
.post
{
	/* the container for a single post */
}

.post .title 
{
    width:98%;
    border-bottom:dotted 1px #ccc;
    padding:2px 2px 10px 2px;
    margin:5px 0px 5px 0px;
}
.post .title a
{
	font-size:16px;
    font-weight:normal;
    text-align:left;
    color:#74BFF8;
    margin-bottom:10px;
    text-decoration:none;
    
    
}
.post a img 
{
    margin-right:10px;
}
.post .body
{
	font-size:12px;
	margin:15px 0px 5px 0px;
}
.post .info
{
	margin:5px 0px 5px 0px;
}
.post .trackback
{	
	/* the trackback / ping area of a post */
}
.post-comments 
{
    float:right;
    margin-right:10px;
    padding-bottom:10px;
}
.post-comments a 
{
    text-decoration:none;
}
.previousNext
{
	margin:10px 0px 20px 0px;
	text-align:center;
}
.Text
{
    border:solid 1px #4FADF6;
    width:230px;
}
.Required
{
	font-size:14px;
	font-weight:bold;
}
.singleImage
{
	/* container for viewing a single image in the gallery */
}
.singleImage .title
{
	/* title of single image */
}
.singleImage .image
{
	/* image being displayed */
	
}

/* -------- Share Options ------ */
div.share
{
	/* the wrapper for the ShareThisPost control */
}

div.share span
{
	/* wraps the "Share This Post" text */
}

div.share ul
{
	/* container for list of share-links */
}

div.share ul li
{
	/* each individual share-link */
}

div.share ul li a
{
}

div.share ul li:before 
{
	/* example:
	
	content: "| "; 
	
	*/
}

div.share ul li:first-child:before, #nav li:first-child:before
{
	/* example:
	
	content: ""; 
	
	*/
}

/* ------------- {search layout} -------------- */
#search
{
}

#search-box
{
}

#search input
{
}

#search-results
{
}

#search-results h5
{
}

#search-results ul
{
}

#search-results ul li
{
}

#search-results div.innerbox
{
}

#search a.close
{
}

#search-progress
{
}

/* lmg nav */
#nav
 {
    height:54px;
    width:100%;
    position:absolute;
    top:182px;
    left:0px;
    text-align:center;
 }
 
 #navRow 
 {
    height:27px;
    width:100%;
    text-align:center;
 }
 
 #navSubRow 
 {
    height: 27px;
    background-color:#4FADF6;    
 }
 
 #navRow a 
 {
    display:block;
    float:left;
    width:65px;
    
    height:21px;
    padding-top:6px;
    
    font-family:Lucida Sans Unicode;
    font-size:14px;
    color:#fff;
    text-decoration:none;
    font-weight:normal;
    margin-right:10px;
    text-align:center;
 }
 
 #navRow a.tab2 
 {
    width:106px;
 }
 #navRow a.tab3 
 {
    width:163px;
 }
 
 #navRow a.active 
 {
    background:url(/skins/lmg/images/nav-tab-1.gif) no-repeat;
    
 }
 #navRow a.active2 
 {
    background:url(/skins/lmg/images/nav-tab-2.gif) no-repeat;
    width:106px;
 }
 #navRow a.active3 
 {
    background:url(/skins/lmg/images/nav-tab-3.gif) no-repeat;
    width:163px;
 }
 #navSubRow a 
 {
    display:block;
    float:left;
    width:140px;
    height:26px;
    font-family:Lucida Sans Unicode;
    font-size:13px;
    color:#fff;
    text-decoration:none;
    padding-top:6px;
    font-weight:normal;
    margin-right:2px;
    margin-left:2px;
    text-align:center;
    
 }
 

/* bottom nav */
.bot-nav 
{
    background-color:#50ACF5;
    height:185px;
    position:relative;
}
/*.bot-nav div, .bot-nav a  
{
    border:dotted 1px #000;
}*/
.bot-nav-col 
{    
    /*float:left;*/
    
}
.bot-nav-topcell 
{
    height:15px;
    border-right:solid 1px #fff;
    margin-bottom:2px;
    
}

.bot-nav-botcell 
{
    height:105px;
    margin-top:2px;
    border-right:solid 1px #fff;
    padding-top:10px;
    
}
.bot-nav-item 
{
    height:18px;
    background-color:#fff;
    display:block;    
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    padding-left:2px;
    padding-right:20px;
    
    margin:0px;
    
}

.bot-nav-subitem 
{
    height:15px;
    display:block;    
    font-size:12px;
    text-decoration:none;
    padding-left:2px;
    color:#fff;
    
    padding-right:10px;
    
}
/* -- */  
 /* lmg styles */
 body,p,div,span,td,ul,li,a
{
    font-size:11px;
    font-family:Lucida Sans Unicode,Arial,Sans-Serif;
    text-align:left;
}


#breadcrumps 
{
    height:24px;
    width:100%;
    padding-top:5px;
}
.breadcrump 
{
    
    text-decoration:none;
    font-family:Lucida Sans Unicode;
    font-size:12px;
    font-weight:bold;
    color:#74BFF8;
}
.breadcrump a 
{
    text-decoration:none;
    color:#74BFF8;
}

.bot-logo 
{
    background-color:#50ACF5;width:100%;display:block;text-align:right;
}
.bot-logo img 
{
    padding:0px 5px 5px 0px;
}
