/*

	Theme Name: MyMagazine

	Theme URI: http://www.themeforest.net/user/Bebel

	Description: Fully integrated magazine style wordpress theme

	Version: 1.2

	Author: Bebel

    Text Domain: mymagazine

	Author URI: http://thebebel.com

*/



/* CSS Reset Script  (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/)  */

@import url(css/reset.css);

@import url(css/global.css);

@import url(css/prettyPhoto.css);

/* My Magazine Stylesheet */



/* Customized changes */

/*hide category and tags on each post*/

div.tags 

{ display:none;

}



/* Comment out the wordpress reply option. Can not turn it off with facebook comments plugin active 

div#respond {

display:none;

}

*/





/ * deleted <div class="intro marginLeft10"> <?php the_excerpt() ?> </div> from post.php remove excerpt */





/* changed the hover color in global css to a more visible color */



a:active {

   font-weight: bold; 

   color: #8B5959;

}



a:link {

   font-weight: bold; 

   color: #8B5959;

}



a:visited {

   font-weight: bold; 

   color: #8B5959;

}



a:hover {

   font-weight: bold; 

   color: #8B5959;

   text-decoration:underline;

}



/*------------------------tabale ----------------*/
td{
	padding:5px 15px 5px 15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000 !important;
	font-size:12px;
	}
	.light_color{
	background-color:#cdc0da;
	}
	.dark_color{
	background-color:#b1a1c6;
	}
	tr{
	margin:0px;
	padding:0px;
	}
	td{
	 border:0px;
	 }
	.title{
	background-color:#e6b8b8;
	text-align:center;
	font-size:16px;
	}

table tr td{
	border:1px solid #ffffff;
	}
