/*  
Theme Name: TriColumn News
Theme URI: http://nettuts.com/
Description: Multi-Columned News theme (split main content and community content with a snap!)
Version: 1.0
Author: Harley Alexander
Author URI: http://www.baffleinc.com/

*/

@import url("960/960.css");
@import url("960/reset.css");
@import url("960/text.css");

body{
	background: url(images/blog_back.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

/*----- HEADER -----*/

#dateAndTime{
	position: fixed;
	right: 15px;
	top: 15px;
	padding: 15px;
	border: 0px solid #c7c7c7;
	color: #7f7f7f;
}

h1{
	font-size: 60px;
	font-weight: normal;
	margin-bottom: -5px;
	color: #535353;
}

#header p{
	font-size: 18px;
	color: #535353;
	margin: 0;
}

#globalNav{
	padding-top: 8px;
}

#globalNav ul{
	list-style: none;
	float: left;
}

#globalNav ul li{
	display: inline;
	margin: 0;
	padding: 0 1em 0 0;
	height: 45px;
	line-height: 45px;
	text-transform: uppercase;
	font-size: 14px;
}

#globalNav ul li a{
	color: #6d6d6d;
	text-decoration: none;
}

#globalNav ul li a:hover{
	color:#e73e97;
}

#globalNav form{
	float: right;
	line-height: 45px;
}

#globalNav form input{
	background: url(images/searchBg.png) repeat-x;
	line-height: 26px;
	padding: 0 6px;
	border: 1px solid #676767;
}

#s{
	width: 200px;
	border-right: none;
}

#searchSubmit{
	border-left: none;
	margin-left: -5px;
	cursor: pointer;
	color: #6d6d6d;
}

/*----- CONTENT -----*/
#theirs, #main, #sidebar{
	margin-bottom: 5em;
}

.post{
	clear: both;
}

.post a{
	color: #e73e97;
	text-decoration: none;
}

.post a.more-link{
	text-decoration: underline;
	display: block;
}

#theirs>strong, #sidebar>strong{
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #e73e97;
}

#theirs img{
	display: none;
}

#theirs .post{
	border-bottom: 1px dotted #9e9e9e;	
}

#theirs .post h4, #sidebar h2{
	font-size: 16px;
	font-weight: normal;
	color: #6f6f6f;
	margin: 0;
	margin-top: 1em;
}

#theirs .post p{
	margin-bottom: 0.5em;
}

#featuredPost{
	border-bottom: 2px solid #8b8b8b;
}

#featuredPost h2{
	font-size: 48px;
	font-weight: normal;
	color: #5c5c5c;
	margin: 0;
}

.post .postMetaData{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: normal;
	color: #9a9a9a;
	border-bottom: 1px dotted #9a9a9a;
}

.post .postMetaData a{
	color: #9a9a9a;
	text-decoration: none;
}

#main .post h3{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
	color: #909090;
	margin: 1em 0 0 0;
}

#main .post h4{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
	color: #e73e97;
	margin: 1em 0 0 0;
}

#main .post a.more-link{
	float: right;
}

#main .post a img{
	
}

#sidebar ul{
	list-style: none;
}

#sidebar ul li a{
	color: black;
	text-decoration: none;
	line-height: 24px;
}

#sidebar ul li a:hover{
	border-bottom: 1px dotted grey;
	color: grey;
}
/*----- FOOTER -----*/
#footer{
	clear: both;
	color: #666666;
	padding: 3em 0;
	border-top: 2px dotted #989898;
}

#footer p{
	margin: 0;
}
#footer ul{
	list-style: none;
	margin-bottom: 0;
}

#footer ul li{
	margin: 0;
	display: inline;
	padding: 0 1em 0 0;
}

#footer ul li a{
	color: #666666;
	text-decoration: none;
}

#footer ul li a:hover{
color:#CCCCCC;
	border-bottom: 1px dotted #666666;
}




/*Navigation Menu*/


	ul#menu{margin:0; padding:0; list-style:none; clear:both;}
		#menu li{overflow:hidden; text-indent:-9999px; display:inline; float:left; margin-right:10px;}
			#menu li a{background:url('http://www.alteregojewelry.com/_images/menu_sprite.png') no-repeat; width:100%; height:100%; display:block;}

			/* Home Button */
			#menu li.home{width:84px; height:44px;}
				#menu li.home a{background-position:-0px -0px;}
				#menu li.home a:hover{background-position:-0px -44px;}
				#menu li.home a.selected{background-position:-0px -44px;}				

			/* Shop Button */
			#menu li.shop{width:66px; height:44px;}
				#menu li.shop a{background-position:-123px -0px;}
				#menu li.shop a:hover{background-position:-123px -44px;}
				#menu li.shop a.selected{background-position:-123px -44px;}

			/* Events Button */
			#menu li.events{width:71px; height:44px;}
				#menu li.events a{background-position:-242px -0px;}
				#menu li.events a:hover{background-position:-242px -44px;}
				#menu li.events a.selected{background-position:-242px -44px;}
				
				/* Our Story Button */
			#menu li.ourstory{width:103px; height:44px;}
				#menu li.ourstory a{background-position:-369px -0px;}
				#menu li.ourstory a:hover{background-position:-369px -44px;}
				#menu li.ourstory a.selected{background-position:-369px -44px;}
				
				/* Press Button */
			#menu li.press{width:72px; height:44px;}
				#menu li.press a{background-position:-520px -0px;}
				#menu li.press a:hover{background-position:-520px -44px;}
				#menu li.press a.selected{background-position:-520px -44px;}
				
				/* Stores Button */
			#menu li.stores{width:71px; height:44px;}
				#menu li.stores a{background-position:-637px -0px;}
				#menu li.stores a:hover{background-position:-637px -44px;}
				#menu li.stores a.selected{background-position:-637px -44px;}
				
				/* Contact Button */
			#menu li.contact{width:100px; height:44px;}
				#menu li.contact a{background-position:-760px -0px;}
				#menu li.contact a:hover{background-position:-760px -44px;}
				#menu li.contact a.selected{background-position:-760px -44px;}
			

			

/* end Navigation Menu */
