/*
Title:      Point studios new style
Author:     Abdelrahman Osama, ao@point-studios.com
Updated:    May 30 2006
*/

body {
	font-family: "trebuchet ms",Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	background: #000;
	text-align: left;
}

#wrapper {
	margin: 15px;
	padding: 0;
	text-align: left;
	border: 3px solid #FFF;
	background-color: #FFF;
}

/* upper nav */
#mainnav {
	width: 100%;
	background: #63c;
	height: 2em;
	margin: -1px 0 3px 0;
}

#mainnav ul {
	font-size: 1.2em;
	display: inline;
}

#mainnav li {
	float: right;
	list-style-type: none;
	margin-top: 1px;
	font-size: 1.2em;
	color: #FFF;
	font-style: italic;
/*\*//*/
width: 60px;
text-align: left;
/*Readed by IE5 mac only Hack by Tantek Celik*/
	}

#mainnav li a {
	padding: 2px 10px;
	text-decoration: none;
	text-align: center;
	list-style: none;
	color: #fff;
	border-left: 2px solid #FFF;
	font-style: normal;
}

#mainnav li a:visited {
	background: none;
}

#mainnav li a:hover {
	background: #ACC414;
}

#mainnav li a:active {
	background: #FF9203;
}

.tophere {
	font-weight: bold;
}

#logo {
	margin: 0 0 4px 0;
	padding: 0;
	background: #fa0 url(../img/nw/header.gif) no-repeat 5% 50%;
	height: 75px;
	text-indent: -5000px;
}

#logo h1 {
	display: none;
}

#skip {
	display: none;
}

/* end of nav */

h2 {
 	font-size: 3em;
 	color: #FF9203;
 	margin: 10px 0 -10px 0;
 }

h3 {
 	font-size: 1.5em;
	font-weight: bold;
 	color: #ACC414;
 	margin: 5px 0 10px 0
}

h4 {
	font-size: 1.2em;
	color: #999;
	font-weight: bold;
}

blockquote {
	text-align: left;
	margin-left: 0;
	border-left: 10px solid #ACC414;
	padding-left: 5px;
}
/* create buttons */
#side {	
	margin: 0;
	width: 18%;
	float: left;
	padding: 0;
	background: #ACC414;
	overflow: hidden;
}

#wrapper > #side {
	margin: 0;
}

#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	text-align: left;
	padding: 0;
	font-size: 1.6em;
	line-height: 24px;
	color: #fff;
}

#nav li a {
	font-weight: normal;
	background: url(../img/nw/bullet.gif) no-repeat 0% 50%;
	color: #fff;
	text-decoration: none;
	margin-left: 5px;
	padding-left: 18px;
}

#nav li a:hover {
	font-size: 1.3em;
	text-decoration: none;
	line-height: 1em;
}

#nav li a:active {
	background: url(../img/nw/hbullet.gif) no-repeat 0% 50%;
}

/* end of nav */

/* about */
#side h3 {
	font-size: 2em;
	line-height: 1em;
	color: #7032CC;
	text-indent: 10px;
	margin: 15px 0;
	padding: 0;
	text-align: left;
}

#side p {
	background: #fff;
	margin: 6px;
	padding: 5px;
	font-size: 1.2em;
	border: 2px dashed #FF9203;
}

#side img {
	text-align: center;
	margin: 1px;
	text-decoration: none;
}

#side .banner img { 
	border: none;
	background: #CCC;
	padding: 2px;
}

#side .banner a:link {
	border: none;
}

#side .banner {
	text-align: center;
}

#side .banner a:hover img {
	background: #ACC414;
}

#side p a:link, h3 a:link {
	color: #7032CC;
	text-decoration: none;
	border-bottom: 1px dotted #7032CC;
}

#side p a:visited, h3 a:visited {
	color: #7032CC;
	text-decoration: none;
	border-bottom: none;
}

#side p a:hover, h3 a:hover {
	color: #ACC414;
}

#side p a:active, h3 a:active {
	background: #ACC414;
	color: #fff;
}

#side #technorati p {
	border: none;
}

#side #technorati {
	margin: 0;
}

/* about end */

div#content {	
	float: right;
	width: 79%;
	padding: 0;
	font-size: 1.3em;
	margin: 0 1% 15px 0;
	background: #FFF;
 }

#wrap > div#content {
	margin: 0 1% 15px 1%;
}

#content li {
	list-style: none;
	background: url(../img/nw/bull.gif) left top no-repeat;
	padding-left: 15px;
	margin: 0;
}

#content ol {
	list-style-type: upper-roman;
}

#content a:link {
	color: #7032CC;
	text-decoration: none;
	border-bottom: 1px dotted #7032CC;
}

#content a:visited {
	color: #7032CC;
	text-decoration: none;
	border-bottom: none;
}

#content a:hover {
	color: #ACC414;
	border-bottom-color: #ACC414;
}

#content #inner a:hover:after {
	content: attr(rel);
	color: #7032CC;
	border-top: 1px dotted #7032CC;
}

#content a:active {
	background: #ACC414;
	color: #fff;
}

#content h2 a:link {
	color: #FF9203;
	text-decoration: none;
	border-bottom: 1px dotted #FF9203;
}

#content h2 a:visited {
	color: #FF9203;
	text-decoration: none;
	border-bottom: none;
}

#content h2 a:hover {
	color: #ACC414;
	border-bottom-color: #ACC414;
}

#content h2 a:active {
	background: #ACC414;
	color: #fff;
}

#inner {
	border: 2px dashed #ACC414;
	padding: 0 15px;
}

li {
	line-height: 1.2em;
}

.item {
	margin: 20px 0;
	border-bottom: 2px dashed #ccc;
}

#content img {
	float: right;
	display: block;
	border: 4px solid #ACC414;
	background: #FFF;
	margin: 5px; 
}

#content a img {
	float: left;
	padding: 2px;
	background-color: #ACC414;
	margin: 0 5px; 
	border: none;
}

.item.p  a img {
	float: right;
}

/* Comments */
.track {
	background: #fff url(../img/nw/track.gif) top left no-repeat;
	padding: 0 18px;
	margin: 20px 0;
	border-left: 3px solid #ccc;
} 

.comment {
	background: #fff url(../img/nw/comment.gif) top left no-repeat;
	padding: 0 18px;
	margin: 20px 0;
	border-left: 3px solid #ccc;
} 

.num {
	color: #FF9203;
	font-size: 1.6em;
	font-weight: bold;
}

.posted {
	font-size: 1em;
	font-weight: lighter;
	font-style: italic;
	margin-bottom: 20px;
	padding-top: 8px;
	border-top: 2px dashed #ccc;
	}

.date {
	font-weight: normal;
	padding: 0 4px 0 18px;
	background: #fff url(../img/nw/clock.gif) top left no-repeat;
}

.ca {
	font-weight: normal;
	padding: 0 4px 0 18px;
	background: #fff url(../img/nw/cat.gif) top left no-repeat;
}

.ct {
	font-weight: normal;
	padding: 0 4px 0 18px;
	background: #fff url(../img/nw/comment.gif) top left no-repeat;
}

.tb {
	font-weight: normal;
	padding: 0 4px 0 18px;
	background: #fff url(../img/nw/track.gif) top left no-repeat;
}

#search {
	font: 1em "trebuchet ms",Verdana, Arial, Helvetica, sans-serif;
	width: 100px;
	color: #000;
}

#fresh:hover {
	background-color: #FFD;
}

#fresh:active {
	background-color: #DFF;
}

#side #fresh img {
	background: none;
}

.special {
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
}

.meg {
	padding-right: 0;
}

.meg p {
	margin-right: 20px;
	float: left;
	width: 150px;
	text-align: center;
	border-bottom: 4px dashed #ACC414;
	border-top: 4px dashed #ACC414;
	padding: 5px 0;
}

.meg img {
	border: 3px solid #ACC414;
}

.meg img:hover  {
	border: 3px solid #FF9203;
}

.meg h2 {
	margin-bottom: 5px;
}

.meg h3 {
	clear: both;
}

#footer {
	clear: both;
	background: #FF9203;
	color: #fff;
	border-top: 3px solid #fff;
	line-height: 15px;
	font-size: 0.9em;
	text-align: center;
	height: 20px;
	line-height: 20px;
}

#wrapper > #footer {
	height: auto;
	line-height: normal;
}

#footer a {
	margin: 0 5px;
}

#footer a:link {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

#footer a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

#footer a:hover {
	color: #666;
	background: #fff;
}

abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

address {
	text-align: left;
}

code {
	font-size: 1.2em;
}

dt {
	font-weight: bold;
	text-align: left;
	margin-top: 1em;
	font-size: 1.2em;
}

dd {
	text-align: left;
	margin-left: 0;
}