
/*
LINUXCORE_FR
*/

* { margin: 0;padding: 0; }

body  {
	font: 11px Arial, Helvetica, sans-serif;
	background: url(img/back.jpg) #000;
	text-align: center;
	color: #333;
}

a {
	border-bottom: 1px solid #ec008c;
	color: #333;
	text-decoration: none;
}

a:hover { color: #ec008c; }


i, em { font-family: Georgia, "Times New Roman", Times, serif; }

b, strong { color: #000; }


p {
	line-height: 1.6em;
	padding: 4px 0;
}











blockquote {
	background: #EEE;
	border-top: 6px solid #888;
	border-bottom: 3px solid #AAA;
	color: #555;
	line-height: 2em;
	font-size: 12px;
	margin: 5px 40px;
	padding: 5px 10px;
}

code {
	background: #111;
	border: 1px solid #ec008c;
	color: #ccc;
	display: block;
	line-height: 1.8em;
	margin-left: 10px;
	padding: 4px;
	width: 90%;
}




#divcontain { 
	background: url(img/big_drip.gif) no-repeat;
	margin: 0 auto;
	text-align: left;
	width: 780px;
} 



#header {
	background: url(img/little_drip.gif) top right no-repeat;
	padding: 0 10px 0 20px;
} 

#header .logo {
	color: #FFF;
	font: 64px Impact, "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 10px 0 0 220px;
	text-transform: uppercase;
}



#menuuu {
	color: #FFF;
	float: left;
	font-size: 13px;
	padding: 15px 10px 15px 20px;
	text-align: right;
	width: 200px;
}

#menuuu #headingz {
	color: #FFF;
	font: 24px Impact, "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	padding: 10px 0 2px 0;
	text-transform: uppercase;
}

#menuuu ul {
	line-height: 1.8em;
	list-style: none;
}

#menuuu a {
	border: none;
	color: #FFF;
	padding: 2px;
}

#menuuu a:hover {
	background: #ec008c;
	color: #000;
}

#mainContent {
	line-height: 1.4em;
	margin: 0 0 0 230px;
} 


#mainMenu {
	font: 14px "Arial Narrow", Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	list-style: none;
	margin: 10px 0 40px 0;
	text-transform: uppercase;
}

#mainMenu li {
	background: #003663;
	border-top: 1px solid #3675a9;
	border-left: 1px solid #3675a9;
	border-right: 1px solid #00192e;
	border-bottom: 1px solid #00192e;
	display: inline;
	line-height: 2em;
	margin-right: 6px;
	padding: 4px 4px 4px 10px;
}

#mainMenu li a {
	border: none;
	color: #FFF;
}

#mainMenu li a:hover { color: #3675a9; }

#mainMenu li.m1 { position: relative; top:0; }
#mainMenu li.m2 { position: relative; top:4px; }
#mainMenu li.m3 { position: relative; top:-2px; }
#mainMenu li.m4 { position: relative; top:1px; }
#mainMenu li.m5 { position: relative; top:-4px; }



/*

LINUXCORE


*/

#mainContent h1,
#mainContent .logo,
#mainContent .headtwo,
#mainContent #headingz,
#mainContent h2,
#mainContent h3,
#mainContent h4 { color: #333; }

#mainContT { background: url(img/body/top_body.png) no-repeat transparent; height: 37px; }
#mainContentM { background: url(img/body/main_body.jpg) repeat-y transparent; padding: 10px 50px;}
#mainContb { background: url(img/body/bottom_body.gif) no-repeat transparent; height: 39px; }

.odd {
	background: url(img/blog-splotch.gif) bottom right no-repeat;
	padding-bottom: 100px;
}

.oddalt {
	background: url(img/blog-splotch2.gif) bottom left no-repeat;
	padding-bottom: 100px;
}

.even {
	padding-bottom: 30px;
}


.blogItz h2,.blogItz h1 {
	font-size: 18px;
}

.blogItz h2 a, .blogItz .headtwo a,.blogItz h1 a { border: none; }

.blogItz h2 a:hover, .blogItz .headtwo a:hover,.blogItz h1 a:hover { color: #ec008c; }

#mainContent .blogItz h3, #mainContent .headingz {
	background: #ec008c;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	margin: 4px 0 0 0;
	padding: 2px 4px;
}

#mainContent .blogItz h3 a, #mainContent .headingz a { color: #FFF; }

/**

LINUXCORE

*/


#foozer {
	color: #FFF;
	padding: 0 10px 0 20px;
}

#foozer a { color: #FFF; border-bottom:none; }
#foozer a:hover { color: #ec008c;	border-bottom: 1px solid #ec008c;}

#foozer p {
	padding: 10px 0;
	text-align: right;
}

.blogItz ol{
	
	padding: 10px 0px 10px 30px;
	
}

.clearfloat { clear:both; }
