/* ---------- Main CSS  -----------*/
body {
	background-color: #fff;
	}


/* ---------- Header -----------*/

#header {
	background-color: #EDEDED;
	border-top: 1px solid white;
	border-bottom: 1px solid silver;
	overflow: auto;
	height: 90px;
	}

#header-logo {
	padding-top: 14px;
	float: left;
	}

#header-logo a {
	display: block;
	background: url("/media/images/axispoint_logo1.jpg") no-repeat;
	height: 60px;
	width: 300px;
	text-indent: -10000px;
	}
	
#top-bar {
	height: 22px;
	padding-top: 1px;
	overflow: auto;
	background-color: #939CA6;
	border-bottom: 1px solid #59646C;
	}

#top-bar .languages {
	float: right;
	}
	
#top-bar .languages li {
	float: left;
	margin-left: 10px;
	}
	
#top-bar .languages li a {
	color: #FEFEFE;
	}
	
#top-bar .languages li a:hover {
	color: #fff;
	}


/* ---------- Main Menu -----------*/

#menu-main {
	margin-top: 14px;
	overflow: auto;
	float: right;
	}

#menu-main .menu {
	margin-top: 14px;
	margin-bottom: 8px;
	overflow: auto;
	}

#menu-main .menu li {
	float: left;
	display: block;
	margin-left: 24px;
	}
	
#menu-main .menu li a {
	font-size: 18px;
	font-weight: bold;
	color:#999;
	}
		
#menu-main .menu li a:hover {
	color: #666;
	}
	
#menu-main .menu li a.active:hover {
	color: #009BCF;
	}
	
#menu-main .menu li a b {}
#menu-main .menu a.active  {
	color:#009BCF; 
}

	
/* ---------- Error pages -----------*/

.errorpage  {
	text-align: center;
	}
	
.errorpage img {
	margin-top: 40px;
	margin-bottom: 40px;
	}


/* ---------- Content -----------*/

#content dl {
	overflow: auto;
	margin-left: 60px;
	}

#content dt {
	font-weight: bold;
	float: left;
	width: 140px;
	padding-top: 8px;
	padding-bottom: 8px;
	
	}
	
#content dd {
	float: left;
	width: 200px;
	padding-top: 8px;
	padding-bottom: 8px;
	}


.container {
	padding: 10px;
	
	}
	
.container-left {
	padding: 20px 0px 20px 10px;

	}



.roundall {
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	}

#content {
	background-color: #fff;
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	
	}

.semi-content, .content-halfleft, .content-halfright {
	margin-top: 20px;
	margin-bottom: 20px;
	
	}
	
.sidebar {
	margin-top: 20px;
	margin-bottom: 20px;

	}


#projects .project {
	margin-bottom: 20px;
	padding-bottom: 20px;
	overflow: auto;
	border-bottom: 1px solid silver;
	}
	
#projects .last {
	border-bottom: none;
	}
	
	
#projects .project img {
	
	border: 1px solid silver;
	float: left;
	}

#projects .project .project-content {
	float: left;
	width: 698px;
	margin-left: 40px;
	}
	
#projects .project h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	}

.contact {
	border: 1px solid silver;
	margin-top: 70px;
	overflow: auto;
	margin-left: 20px;
	padding: 10px 20px 10px 20px;
	background-color: #EDEDED;
	}

.contact h2 {
	color: maroon;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	}
	

	
/* ---------- BLOG -----------*/
#posts {
	
	}
	
#posts .post {
	margin-top: 20px;
	overflow: auto;
	border-top: 1px solid silver;
	padding-top: 20px;
	}

#posts h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	}

#posts .read-more {
	display: block;
	float: right;
	margin-bottom: 6px;
	}
	
#posts .date   {
	font-size: 20px;
	font-weight: bold;
	color: #666;
	float: left;
	width: 100px;
	
	}
	
#posts .post-summary   {
	float: left;
	width: 570px;
	margin-left: 30px;
	
	}
	
#posts .summary {
	
	}	

#posts .summary img {
	float: left;
	margin-right: 10px;
	
	}
 
.post-detail {
	
	
	}
	 
.post-detail .post-content {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top:10px;
	padding-bottom:10px;
	border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
	}
	

.post-detail .date {
	color: #666;
	font-size: 20px;
	margin-top: 10px;
	}
	
.post-detail .post-category   {
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
	}

.sidebox {
	margin-left: 20px;
	margin-top: 20px;
	overflow: auto;
	}
	
.sidebox .rss-feed, .sidebox h2 {	
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	}
	
.sidebox .rss-feed img {
	vertical-align: middle;
	}	
	
.sidebox .rss-feed a, .sidebox h2 a {
	display: block;
	padding: 4px;
	border: 1px solid silver;
	}

.sidebox .rss-feed a b {
	text-align: center;
	margin-left: 20px;
	}
	
.sidebox .cats h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #666;
	}
	
.sidebox .cats li {
	margin-left: 20px;
	}
	
.sidebox .feeds li, .sidebox .posts li {
	margin-bottom: 10px;
	}
	
.sidebox .posts .date {
	color: #999;
	}
	
.sidebox .twitfeed {
	
	color: #999;
	
	}

/* ---------- Paignation -----------*/

.paignation {
	margin-top: 20px;
	}
	
.paignation ul li {
	float: left;
	display: block;

	}

.paignation ul li a, .paignation ul .active, .paignation ul .inactive{
	display: block;
	padding: 2px 6px;
	margin: 0px 2px;
	}

.paignation ul li a{
	color: #999;
	border: 1px solid #999;
	}
	
.paignation ul li a:hover{
	color: #666;
	border: 1px solid #666;
	}
	
.paignation ul .active{
	background-color: #009BCF;
	border: 1px solid #009BCF;
	color: #fff;
	}
	
.paignation ul .inactive {
	color: silver;
	border: 1px solid silver;
	}

	

/* ---------- FORMS -----------*/

.contact-form .fields label {
	float: left;
	width:160px;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	}
	
.contact-form .fields li {
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
.contact-form .fields input, .contact-form .fields .smalltextarea  {
	border: 1px solid silver;
	padding: 3px;
	width: 230px;
	}
	
.contact-form .errorlist {
	color: red;
	}
	
.contact-form .submit input {
	padding: 2px 6px 2px 6px;
	font-weight: bold;
	color: green;
	}
	
.contact-form #id_body {
	border: 1px solid silver;
	padding: 3px;
	width: 390px;
	}


.baseform fieldset {
	margin-bottom: 20px;
	}
	
.baseform  .fields .datefield {
	width:70px;
	margin-right: 10px;
	}
	
.baseform .fields .checkbox {
	width:auto;
	border: none;
	}
	
.baseform .fields li {
	margin-bottom: 10px;
	margin-top: 10px;
	
	}

.baseform .fields label {
	float: left;
	width:180px;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	}
.baseform ul {
	
	}

.baseform .help {
	margin-left: 180px;
	color: grey;
	font-style: italic;
	}

.baseform .errorlist {
	margin-left: 180px;
	}
	
.baseform .errorlist li {
	margin: 0px;
	padding: 0px;

	}
		
.baseform .fields input, .baseform .fields .smalltextarea  {
	border: 1px solid silver;
	padding: 3px;
	width: 400px;
	
	}
	
.baseform .fields .smalltextarea {
	padding: 0px;
	height: 60px;
	}
	

.baseform .submit input {
	padding: 2px 6px 2px 6px;
	font-weight: bold;
	color: green;
	float: left;
	}
	
.baseform .submit {
	
	
	}
	
.baseform .fields input.vDateField  {
	width: 100px;

	}
	
/* ---------- Footer -----------*/

#footer {
	border-top: 1px solid silver;
	overflow: auto;
	}


#menu-footer {
	text-align: center;
	padding-top: 10px;
	
	}
	
#menu-footer a {
	color: #636363;
	font-size: 12px;
	}

#menu-footer a:hover {
	color: #000;
	}
	
#menu-footer .menu {
	padding-bottom: 10px;
	}

	
#menu-footer .menu li {
	display: inline;
	margin-right: 16px;
	}
	
#menu-footer .menu b {
	font-weight: normal;
	}

.copyright {
	padding-bottom: 20px;
	color: silver;
	}



