/*  
 
Theme Name: Showcase
Theme URI: http://wordstheater.com
Description: Gallery showcase of words / photographs.
Author: Mokokoma Mokhonoana
Author URL: http://mokokoma.co.za
Version: 1.0

*/

/* ELEMENTS DEFAULTS RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
}

img, a img, :link img, :visited img {
	border: 0;
}

/* ClEAR FIX */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


body{
	font: 14px Arial;
	color: #000;
}
/*
a:link{
	text-decoration: none;
	color: #CE2121;
}
*/

ul li{
	list-style-type: none;
}


#wrapper{
	margin:200px auto 0 auto;
	width:900px;
}


#page{
		width:910px;
		text-align:left;
		}
		
#sidebar{
	width:185px;
	border-right: 7px #EAE9E1 solid;
	padding: 0 35px 0 0;
	float: left;
	clear: both;
	
}

#identity{
	width:185px;
	padding: 50px 0 0 0;
}

#menu{
	width:185px;
	text-align:right;
	padding: 25px 0 0 0;
}

#menu ul li {
	text-align:right;
	
}

#navigation{
	width:185px;
	padding: 10px 0 0 0;
}

#navigation ul li{
	text-align:right;
	
}

#copyright{
	width:185px;
	padding: 20px 0 50px 0;
	text-align:right;
}

.copyright{
	font-size: 12px;
	color: #d4d4d4;
}

#content{
	width: 630px;
	padding: 0 0 0 40px;
 	float: left; 
	clear: right;
}



/* HEADINGS */





/* LINKS


#menu ul li a:link{
	color: #000;
	text-decoration: none;
}

#menu ul li a:visited{
	color: #000;
	text-decoration: none;
}

#menu ul li a:hover{
	color: #CE2121;
	text-decoration: none;
}

#menu ul li a:active{
	color: #000;
	text-decoration: none;
}
 */
 
a.menu:link{
	color: #000;
	text-decoration: none;
}

a.menu:visited{
	color: #000;
	text-decoration: none;
}

a.menu:hover{
	color: #CE2121;
	text-decoration: none;
}

a.menu:active{
	color: #000;
	text-decoration: none;
}
 



a:link{
	color: #000;
	text-decoration: none;
}

a:visited{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #CE2121;
	text-decoration: none;
}

a:active{
	color: #000;
	text-decoration: none;
}



.nav ul li a:link, a:visited, a:active{
	color: #000;
	text-decoration: none;
}

.nav ul li a:hover{
	color: #CE2121;
	text-decoration: none;
}

#content a:link{
	color: #CE2121;
	text-decoration: none;
	font-weight: bold;
}

#content a:visited{
	color: #CE2121;
	text-decoration: none;	
	font-weight: bold;
}

#content a:hover{
	color:#000;
	text-decoration: none;	
	font-weight: bold;
}

#content a:active{
	color: #CE2121;
	text-decoration: none;	
	font-weight: bold;
}


/* archives link */

a.archives:link{
	color: #CE2121;
	text-decoration: none;
	font-weight: bold;
}

a.archives:visited{
	color: #CE2121;
	text-decoration: none;	
	font-weight: bold;
}

a.archives:hover{
	color:#000;
	text-decoration: none;	
	font-weight: bold;
}

a.archives:active{
	color: #CE2121;
	text-decoration: none;	
	font-weight: bold;
}








/* MENU */

