/*
Theme Name:   Osify like Facebook
Theme URI:      http: //osify.com/
Description:    Child theme of Smells like Facebook (Orig. Author: http://nazieb.com/, Ainun Nazieb) extends to include more feature on parent theme
Author:         Pongsametrey SOK
Author URI:     http: //osify.com/
Template:       smells-like-facebook
Tags: buddypress, two-column, three-column, green
Version:        0.1.0
*/

/*
Font face preparation
former font: "lucida grande",tahoma,verdana,arial,sans-serif
Andika : for title / header
Actor : for text body

@font-face {
	font-family:  'Andika', sans-serif;
	font-family: 'Actor', sans-serif;	
}
*/

body {
	padding-top:0 !important;
	font-size: 12px;
}

/** Modify width/size of the page */
#wrapper, #header {
	width:1023px;
}

#menu {
	/*min-width: 1000px;*/
	width: 1023px;
}

#menu.new #more {
	/*min-width: 800px;*/
	width: 823px;
}

#content {
	width: 823px;
}

#content .post {
	width: 98%;
}

.post-list .post .post-gravatar {
	display: none;
}
.post-text {
	width: 98% !important;
}
/** */


#header-wrapper {
	
	background-color: #66CC66;

}

#menu.new #more {
background:none repeat scroll 0 0 #008800;
border-color:#00AA00 #00AA00 -moz-use-text-color;
border-style:solid solid none;
border-width:1px 1px medium;
}

#pagemenu a:hover {
	
	background-color: #66cc66;

}


#menu.new #pagemenu a:hover {

	background-color: #66cc66;

}

#categories li {
	background:none repeat scroll 0 0 #66cc66;
}

#categories li a:hover {
	background: #99CC99;
}

#hiddenplus {
	background:url("images/plus.gif") no-repeat scroll left -25px #669966;
}

#categories #plus:hover, #categories #plus.hover {
	background: #99CC99 url(images/plus.gif) no-repeat left -25px;	
}

input[type="text"], textarea {
	border: 1px solid #1D4088;
}

input, textarea {
	border: 1px solid #1D4088;
}

td, th {vertical-align: top !important; padding: 3px;}

table.jobs-table {border: 1px solid #eee !important;}
table.jobs-table .heading {
    background-color: #5E5E5E;
    border-bottom: 1px solid #E8E1C8;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
}
table.job-table th {background: #ECEFF5 !important;}

a {
    color: #008800;
}
blockquote {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
}
/** Decorate on font */
h1 {
	font-family: 'Andika', "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 24px;    
	line-height: 26px;
	padding-top: 12px;
}
h2 {
	font-family: 'Andika', "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 20px;    
	line-height: 22px;
	padding-top: 12px;
}
h3 {
	font-family: 'Andika', "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 16px;    
	line-height: 20px;
}
h4 {
	font-family: 'Andika', "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 14px;    
	line-height: 16px;
}

.post .title {
	font-family: 'Andika', "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 20px;    
	line-height: 22px;
}

.post-text {
	font-family: 'Actor', "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 16px;
}
.post-text p {
     margin: 0 0 20px;
}

.post p {
	font-family: 'Actor', "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 16px;
    line-height: 1.5625;
}	

.post-text ul li {
	font-family: 'Andika', "lucida grande",tahoma,verdana,arial,sans-serif;    
}
.post ol, .post li {
    margin-bottom: 2px;
}

.relatedpost {	
	
}
.relatedpost .postsbycategory ul {
	margin-top: 4px;
	padding: 5px;
	background: #ddd;
}
/** */
#sidebar .widgettitle {
	font-size: 14px;
}

.syntaxhighlighter .toolbar {
	display: none !important;
}
.linkwithin_hook .linkwithin_outer{
    display: none;
}

.linkwithin_hook#lws_0.linkwithin_outer{
	display: block !important;
}
/** ====== USER Editing CSS ==== */
@import url('user.css');

