/* @override http://salihkucukaga.com/ndxz-studio/site/sample/custom.css */

#twitter_div {
list-style-image: none;
list-style-type: none;
}
#menu {
    width: 180px;
    bottom: 0;
	left: 33px;
	position: fixed;
    height: 100%;
	background-color: #fff;
	padding-top: 00px;
	line-height: 12px;
	font-size: 10px;

}
#twitter_update_list {
line-height: 20px;
list-style-image: none;
list-style-type: none;
color: #000;
	font-size: 10px;
}
#content {
    height: 100%;
    margin: 0px 0 0 238px;
}

/* LINKS */
		
	/* colors for all links */
	a:link { 
	text-decoration: none; /* none = no underline, other options include line-through or overline */
	color: #000; /* sets hex color of every link - www.colorpicker.com or photoshop to find hex values */
	}
	
	a:active { 
	text-decoration: none;
	}
	
	/* highlights links that you have already clicked. This can be helpful for users to identify which items they have already seen*/
	a:visited { 
	text-decoration: none;
	color: #000; /* the color can also be changed */
	background: #ffffff; /* this changes the background of a visited link, you can also get rid of the the back ground an color and there will be no change if a link has been visited */ 
	}
	
	/* sets the properties for links when mouse rolls over */
	a:hover {
	color: #000;
	background: #ffffff;
	text-decoration: underline;
}

	/* any img that is a link */
	a img { 
	border: none; 
	}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font-size: 11px;
	line-height: 17px;
}



#menu ul li.section-title {
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
}

#menu li.active a {
	color: #000000;
	background: #ffffff;
	text-decoration : underline;
	background : none;
}

p {
    margin: 0 0 1px 0;
	font-size: 12px;
    
}

h1 {
	font: 32px Arial, 'Helvetica Neue', Sans-Serif;
}
h2 {
	font: 24px Arial, 'Helvetica Neue', Sans-Serif;
}
h3 {
	font: 16px Arial, 'Helvetica Neue', Sans-Serif;
}
h4 {
	font: 12px Arial, 'Helvetica Neue', Sans-Serif;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0px 0;
	font-size: 12px;
	color: #242424;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.0em
}

#once { clear: left; }

