/* CSS Document */

body {
	background:#666666 url(../img/main_back.png) repeat-y top center;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	}
	
img {
	border:none;
	}
	
a img {
	border:none;
	}
	
#blog_base {
	width:850px;
	margin:auto;
	}

#blog_content {
	width:600px;
	float:left; 
	margin:auto;
	}
	
#header {
	text-align:center;
	width:898px;
	margin:auto;
	}
	
#footer {
	width:850px;
	margin:auto;
	text-align:center;
	}
	
h3 {
	color:#006699;
	}
	
h4 {
	color:#999966;
	}
	
h6 {
	font-size:11px;
	}
	
/* Blog Contents */
	
#blog_content h4 {
	color:#000000;
	}
	
#blog_content h5 {
	color:#666666;
	}

#blog_content h5 a:link{
	color:#000000;
	text-decoration:none;
	}	

#blog_content h5 a:hover{
	color:#CCCCCC;
	text-decoration:none;
	}

#blog_content h5 a:hover:visited{
	color:#CCCCCC;
	text-decoration:none;
	}	
	
	#blog_content h5 a:visited{
	color:#666666;
	text-decoration:none;
	}	
	
/* Blog Contents End */

a:hover {
	text-decoration:none;
	}
	
#left_menu {
	width:70px; 
	float:left; 
	padding-left:10px;
	padding-right:20px; 
	text-align:center;
	}
	
.menu_look a:link {
	color:#6699FF;
	text-decoration:none;
	}
	
.menu_look a:visited {
	color:#6699FF;
	text-decoration:none;
	}
	
.menu_look a:hover {
	color:#3399CC;
	text-decoration:none;
	font-weight:bold;
	}

/* Blog month links */

#right_menu {
	font-size:14px;
	color:#999999;
	width:125px; 
	float:right;
	text-align:right;
	position:relative;
	}

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

#right_menu a:hover {
	color:#996600;
	font-weight:bold;
	text-decoration:none;
	}
	
#right_menu a:visited {
	color:#999966;
	text-decoration:none;
	}
	
/* Blog month links End */	

/* My Name Left Style */

#myNameLeft {
	font-size:14px; 
	text-align:left; 
	margin:auto; 
	padding-left:30px;
	}
	
#myNameLeft a:link {
	text-decoration:none;
	color:#999966;
	}	

#myNameLeft a:hover {
	color:#996633;
	font-weight:bold;
	text-decoration:none;
	}
	
#myNameLeft a:visited {
	color:#999966;
	text-decoration:none;
	}
	
/* My Name Left Style End */

/* My Name Right Style */

#myNameRight {
	font-size:14px; 
	text-align:left; 
	margin:auto; 
	padding-right:30px;
	float:right;
	}
	
#myNameRight a:link {
	text-decoration:none;
	color:#999966;
	}	

#myNameRight a:hover {
	color:#996633;
	font-weight:bold;
	text-decoration:none;
	}
	
#myNameRight a:visited {
	color:#999966;
	text-decoration:none;
	}
	
/* My Name Right Style End */

/* NX Text Style */
/* Blue Color */
#myNameLeft .nx_b a:link {
	color:#6699CC;
	text-decoration:none;
	}
	
#myNameLeft .nx_b a:visited {
	color:#6699CC;
	text-decoration:none;
	}

#myNameRight .nx_b a:link {
	color:#6699CC;
	text-decoration:none;
	}
	
#myNameRight .nx_b a:visited {
	color:#6699CC;
	text-decoration:none;
	}
/* Blue Color End */	

/* Green Color */	
#myNameLeft .nx_g a:link {
	color:#669933;
	text-decoration:none;
	}
	
#myNameLeft .nx_g a:visited {
	color:##669933;
	text-decoration:none;
	}

#myNameRight .nx_g a:link {
	color:#669933;
	text-decoration:none;
	}
	
#myNameRight .nx_g a:visited {
	color:#669933;
	text-decoration:none;
	}
/* Green Color End*/	

/* NX Text Style End */


.no_list_style{
	list-style:none;
	}
	
.middle {
	text-align:center;
	}
	
.img_right {
	float:right; 
	padding:10px;
	}
	
.warning {
	font-size:11px;
	color:#FF0000;
	}
	
.list_details {
	list-style:disc;
	font-size:10px;
	}
	
code {
	color:#000000;
	}
	
.container_code {
	border:#999999 1px solid;
	text-align:center;
	}

.no_list_style {
	list-style:none;
	}
	
.blue_networking {
	background:url(../img/blue_box.png) no-repeat;
	margin:auto;
	padding:5px;
	height:90px;
	width:405px;
	}
	
.blue_networking a {
	text-decoration:none;
	}
	
.green_networking {
	background:url(../img/green_box.png) no-repeat;
	margin:auto;
	padding:5px;
	height:90px;
	width:405px;
	}
	
.green_networking a {
	text-decoration:none;
	}
	
#social a {
	float:right; 
	margin-right:15px; 
	font-size:10px;
	}
	
.tags {
	text-align:center;
	font-style:italic;
	width:200px;
	}