/*body
{
	margin: 0;
	background: #191919 url(images/img01.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
}*/

body
{
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-family: Verdana, Arial, Serif;
	font-size: 13px;
	color: #787878;
	padding: 10px 5px 5px 10px;
}

h1, h2, h3
{
	margin: 0; /*text-transform: uppercase;*/
	letter-spacing: .1em;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 14px;
}

h2
{
	font-size: 12px;
}
h3
{
	font-size: 10px;
}
hr
{
	/*background-color: #3333ff; 	border-right: #ff00cc 0px solid; 	border-top: #ff00cc 0px solid; 	border-left: #ff00cc 0px solid; 	border-bottom: #ff00cc 0px solid; 	height:5px; 	*/
}
p, ul, ol
{
	margin-top: 0;
	line-height: 150%;
}

ul, ol
{
}

a
{
	background: url(images/img05.gif) repeat-x left bottom;
	text-decoration: none;
	color: #C0BFBF;
}

a:hover
{
	background: none;
	color: #C0BFBF;
}

/* Header */

#header
{
	width: 100%;
	height: 249px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

#headerleft
{
	float: left;
	width: 1%;
	background-image: url(images/left.png);
	background-repeat: no-repeat;
	height: 249px;
}
#headercenter
{
	float: left;
	width: 97%;
	background-image: url(images/center.png);
	background-repeat: repeat-x;
	height: 249px;
}
#headerright
{
	float: right;
	width: 2%;
	background-image: url(images/right.png);
	background-repeat: no-repeat;
	height: 249px;
}

/*User status*/
#login
{
	float: right;
	padding-top: 10px;
	padding-right: 4px;
}
#login a
{
	background: none;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px 1 0 1px;
}
#login span
{
	color: #FFFFFF;
	font-style: italic;
	padding: 0px 0 0 2px;
}

#login ul
{
	margin: 10px;
	padding: 2px;
	list-style: none;
}
#sidebar li ul
{
	padding: 5px;
	list-style: none;
}
/* Logo */

#logo
{
	float: left;
	padding-top: 5px;
	list-style: none;
}

#logo h1
{
	float: left;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p
{
	float: left;
	text-transform: lowercase;
	letter-spacing: .2em;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#logo a
{
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search
{
	float: right;
	width: 200px;
	padding-top: 86px;
	border: solid 1 Black;
}

#search form
{
	width: 200px;
	height: 41px;
	margin: 0;
	padding: 15px 0 0 10px;
	background: url(images/img03.gif) no-repeat;
}

#search fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

#search-text
{
	border: none;
	text-transform: lowercase;
	background: none;
	border: none;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit
{
	display: none;
}


#navleft
{
	float: left;
	width: 1%;
	background-image: url(images/MenuLeft.png);
	background-repeat: no-repeat;
	height: 55px;
}
#navcenter
{
	float: left;
	width: 97%;
	background-image: url(images/MenuCenter.png);
	background-repeat: repeat-x;
	height: 55px;
}
#navright
{
	float: right;
	width: 2%;
	background-image: url(images/MenuRight.png);
	background-repeat: no-repeat;
	height: 55px;
}
#navcenter ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navcenter li
{
	display: inline;
}

#navcenter a
{
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 8px 15px 10px 15px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
}

#navcenter a:hover
{
	margin: 0 3px 0 0;
	padding: 8px 15px 10px 15px;
	color: #FFFFFF;
}


/* Menu */

#menu
{
	width: 100%;
	height: 40px;
	background: #000000 url(images/img02.gif) repeat-x;
	border: #000000 .5px solid;
}

#menu ul
{
	margin: 0;
	padding: 5px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li
{
	float: left;
}

#menu a
{
	padding: 0 20px;
	background: none;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #B3B4B4;
}

#menu a:hover, #menu .current_page_item a
{
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover
{
	text-decoration: none;
}



/*bread crumb*/


#breadcrumb
{
	width: 99%; /*margin: 0 auto;*/
	background: #000000 url(images/img04.gif) repeat-x;
	border-top: #0D0D0D 1px solid;
}

/* Page */
#page
{
	width: 99%; /*background: #121212 url(images/img04.gif) repeat-x; 	border-right: #037489 1px solid; 	border-top: #037489 1px solid; 	border-left: #037489 1px solid; 	border-bottom: #037489 1px solid;*/
}

/* Content */

#content
{
	float: left;
	padding-left: 10px;
	width: 73%;
}

.post
{
}

.post .title
{
	padding: 5px 0;
}

.post .title a
{
	background: none;
}

.post .meta
{
	padding: 2px 10px;
	background: #0D0D0D;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
	text-align: right;
	font-size: 9px;
}

.post .entry
{
	padding: 40px;
	text-align: justify;
}

#socalCommunity
{
	width: 100%;
}
#socalCommunityLeft
{
	float: left;
	width: 70%;
}
#socalCommunityRight
{
	float: right;
	width: 30%;
}

#socalCommunityLeft a
{
	border: 10px;
	color: #d0eb55;
}

#socalCommunityRight a
{
	border: 10px;
	color: #d0eb55;
}

/* Sidebar */

#sidebar
{
	float: right;
	width: 22%;
	background: #0D0D0D;
	border: 1px solid #656565;
	padding-right: 0px;
}

#sidebar ul
{
	margin: 10px;
	padding: 2px;
	list-style: none; /*border: 1px solid #656565;*/
}

#sidebar a
{
	padding-left: 5px;
}
#sidebar h2
{
	padding: 5px 10px;
	background: #000000;
	border: 1px solid #656565;
	font-size: 1.2em;
}

#sidebar p
{
	padding: 10px 10px 10px 10px;
	color: #999999;
	font-size: 11px;
	text-align: justify;
}

#sidebar ol
{
	margin: 0;
	padding: 2px 0 0 4px;
	list-style: none;
}
/* Calendar */

#calendar
{
}

#calendar_wrap
{
	padding: 20px;
}

#calendar table
{
	width: 100%;
}

#calendar tbody td
{
	text-align: center;
}

#calendar #next
{
	text-align: right;
}

/* Footer */

#footer
{
	width: 99%;
	height: 40px;
	margin: 0 auto;
	padding: 20px 0;
	background: #35393D;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#footer p
{
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}


/* Content */

#Homecontent
{
	width: 100%; /*background: blue;*/
}

/*#right 
{
	float: right ;
	width: 20%;
	background: Red;
}
*/
#Center
{
	float: left;
	width: 98%; /*background: Green;*/
}

#TopCenter
{
	float: left;
	width: 100%;
}

#ArticalLeft
{
	float: left;
	width: 30%;
	padding-right: 3px;
}
#ArticalRight
{
	float: right;
	width: 70%;
	text-align: right;
	padding-right: 10px;
}
/*#left
{
	float: left;
	width: 60%;
	background: Yellow;
}*/

.articlebox
{
	background-color: #0D0D0D;
	color: #999999;
	font-size: 12px;
	border: #656565 1px solid;
	padding: 6px 5px 6px 5px;
}
.articletitle
{
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
}

.articleabstract
{
	padding: 6px 5px 6px 5px;
	width: 98%;
	text-align: justify;
}

.articlesummary
{
	color: #999999;
	font-size: 10px;
	border-top: #656565 1px dashed;
	padding-top: 6px;
}

.communityLink
{
	color: #dc143c;
}

.comment
{
	background-color: #0D0D0D;
	padding: 6px 5px 6px 5px;
	font-size: 10px;
	color: #999999;
}
INPUT
{
	border: #FFFFFF 1px solid;
	color: #999999;
	background-color: black;
}


textarea
{
	border: #FFFFFF 1px solid;
	background-color: black;
	color: #999999;
}

/*----------------------------
				 Tag cloud
----------------------------*/

#tagcloud {
	margin-bottom: 10px;
	white-space: normal;
	width:98%;
}

#tagcloud li {
	display: inline;
}

#tagcloud a {
	margin-right: 3px;
	display: inline;
}

#tagcloud a.biggest {
	font-size: 14px;
}

#tagcloud a.big {
	font-size: 12px;
}

#tagcloud a.medium {
	font-size: 10px;
}

#tagcloud a.small {
	font-size: 8px;
}

#tagcloud a.smallest {
	font-size: 6px;
}
