/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic-for-wordpress/
DESCRIPTION: The ultimate in SEO-ready themes, Thematic is a highly extensible, WordPress Theme Framework featuring 13 widget-ready areas, drop-down menus, grid-based layout samples, plugin integration, shortcodes for your footer, &amp; a whole lot more. Perfect for any blog and <strong><em>the</em></strong> starting point for theme development.
VERSION: 0.9
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
Themathttp://www.chamonixmountainguides.com/cmgblog/wp-admin/themes.phpic is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

/*amendments by Lisa Auer*/

#branding{
background:url(images/cmg_logo1.png);
background-repeat: no-repeat;
background-position:-22px 50px;
}

#blog-title{ 		 /*cmgblog*/
margin-left: 70px;
}

#blog-title a:link {
color:#464646;

}

#blog-title a:visited {
    color:#464646;
}
#blog-title  a:hover {
    color:#83002c;
}
#blog-description{   /*Chamonix Mountain Guides News and Events*/
color:#464646;
}

 li.page_item page-item-2 a:link{
background-color:transparent; /*fixed page menus along bottom of header image*/
color:red;

}

.menu ul#nav .sf-menu li.page_item page-item-2 a:visited{
background-color:white;
color: blue;
}

h2.entry-title a:link{ 	/*Welcome to the CMGBlog Post titles*/
color:#83002c;
}
h2.entry-title a:visited{
color:#83002c;
}

h2.entry-title a:hover{
color:#464646;
}

#header {
background:url(images/mountain_header04.jpg);
background-color:#b7b7b7;
background-repeat: no-repeat;

}


body{
color:#555555;
background-color: #ececec;
}
a:link {
    color:#83002c;
}
a:visited {
   color:#83002c;
}

a:hover {
    color: #acacac;
}


h1, h2{
color: #252525;
}
h3{
font-family:arial, sans-serif;
color:#464646;
font-size: 120%;
font-weight: bolder;
padding-top: 0;
margin-top: -10px;
}

h3.widgettitle{
color:#83002c;

}
#primary {   /*sidebar categories and links*/
color:#464646;
}


#primary a:link{
color:#464646;
}

#primary a:visited{
color:#464646;
}

#primary a:hover{
color:#83002c;
}

.ctc a:link {       /*cloud tag styling*/
text-decoration: none;

}

.ctc a:active { 
text-decoration: none;
color: #83002c;
}
.ctc a:visited { 
text-decoration: none;
color:#83002c;
}
.ctc a:hover { 
text-decoration: none;
color: #83002c;

}
.widget_text a:link {  /*Suite101 widget styling*/
font-size: 150%;
}


#secondary h3 { /*includes sponsor links, meta and admin*/
color:#83002c;
}

#secondary img{
padding-top: 10px;
}

#secondary a:link{
color:#464646;
}

#secondary a:visited{
color:#464646;
}

#secondary a:hover{
color:#83002c;
}

.textwidget{       /*sponsor image links*/
margin-top: 10px;
margin-bottom:10px;
}

.entry-meta a:hover {  /*Start of Posts . .By . . .published . . .edit*/
color: #acacac;
}

.entry-utility.cat-links a:hover {  /*End of Posts Posted in . . .Tags*/
color: #acacac;
}
.entry-utility.tag-links {    /*End of Posts. Tags*/
color:#464646;
display: none;
}
.entry-utility.tag-links a:link{    
color:#464646;
} 

.entry-utility.tag-links a:hover{
color:#83002c;
}

/*end amendments by Lisa Auer*/


.entry-content img {
    margin: 20px 10px 18px 10px;
padding: 10px;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {

	text-align: center;
	margin-bottom:18px;
}
.wp-caption p {    /*amendments by Lisa Auer*/

	font-size: 70%;
        color: #707070;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}
