/*  
Theme Name: NCET Default
Theme URI: http://wordpress.org/
Description: NCET.
Version: 1.0
Author: Twelve Horses
Author URI: http://web.twelvehorses.com/
*/

@import "/wp-content/themes/ncet/css/global.css";
@import "/wp-content/themes/ncet/css/udm-style.css";
@import "/wp-content/themes/ncet/css/blue.css";


/*  -BLOG SPECIFIC
============================================================= */

img, img a, img a:link, img a:hover {
	border: none!important;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.navigation {
	display: block;
	text-align: center;	
	clear: both;
	overflow: auto;
	}
	
	/*  -FLICKR
============================================================= */
#photos a, #photos a:hover {
	background: none!important;
	}
	
#photos img {	
	border: 3px double #999 !important;	
	margin: 0;
	width: 56px;
	}

