/*   
Theme Name: snps-vmm2
Theme URI: http://www.synopsys.com/
Description: The VMMCentral Wordpress Theme
Author: aregh@synopsys.com
*/


/* General Element Styling */

html {
	overflow-x: hidden;
	overflow-y: auto;
}


#content a {
	color: #c30;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

#content h1.postTitle a {
	color: white;
}

#content h1 {
	background: none !important;
}

#content h1.postTitle, #content h1.pagetitle, #page h1 {
	background-color: #797979 !important;
}

#sitename h2 {
	font-size:1.6em;
}


/*** Content wrap ***/
#wrap {
	clear:both;
	font-size:0.9em;
	padding:12px 0 0 0;  /** f0f0f0 top  **/
	background: #ffffff;  
	margin-top: 0px; /*** find it ????? red text to the content area ????*******/
}

#mainmenu {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#mainmenu ul.level1 {
	border-top: 0px solid #fff; 
	border-bottom: 0px solid #fff;  
}

#mainmenu ul {
	background: #fff;
	padding: 0 0 0 0px;
	margin: 0px;
	border-bottom: 1px solid #fff; 
}

#mainmenu li {
	display: inline;
	line-height: 53px;  /** Button**/
	margin-left: -4px;
	padding: 0px;
	font-size: 0.9em;
	list-style: none;
	/* text-transform: uppercase;*/
}

#mainmenu a {
	padding: 6px 9px 6px 9px;
	text-decoration: none;
	border-right: 1px solid #000000;
}

#mainmenu li.current a {
	color: #000; 
}

#vmartialarts #container {
	background: none;
	width: 100%;
	min-width: 920px;
	padding: 0;
	position: static;
}

#vmartialarts .header {
	padding: 0;
	background: none;
	left: auto;
	top: auto;
	position: relative;
}

#vmartialarts .header_inner {
	width: 100%;
	overflow: hidden;
}

#vmartialarts .top_nav {
	position: absolute;
	right: 220px;
	top: 0;
}

#vmartialarts .shadow_bottom {
	width: 100%;
	margin-left: 0;
}

#vmartialarts p.copyright {
	margin-right: 0;
}


/*** Title Bar ***/
.blog_title {
	width: 100%;
	background-color: #3c7fc7;
	height: 40px;
	line-height: 40px;
}

.blog_title a {
	color: white;
	font-size: 20px;
	text-decoration: none;
	padding-left: 20px;
}


/*** Sidebars ***/
#leftside,#rightside {
	padding: 0 20px;
	width: 165px;
}

#leftside {
	float:left;
}

#rightside {
	float:right;
}

#rightside a, #leftside a {
	color: #c30;
	text-decoration: none;
	font-weight: bold;
}

#rightside a:hover, #leftside a:hover {
	text-decoration: underline;
}

#rightside img {
	border: 0px;
}


/*** Sidebar menu ***/
#leftside #home {
	margin-top: 0px;
	padding: 0;
	border-bottom: 1px solid #BEBFC3;
}

#leftside #home a {
	color: #666666; 
	font-size: 1.4em;
}

#leftside #home a:hover {
	color: #cc99cc; 
	font-size: 1.4em;
	text-decoration:none;
}

#leftside h2, #rightside h2 {
	color: #666666; 
	font-size: 1.4em;
	margin-top: 10px;
	padding: 10px 5px 5px 0px;
	border-bottom: 1px solid #BEBFC3;  
}

#leftside ul, #rightside ul {
	padding-left: 0px;
	margin: 0px;
}

#leftside li, #rightside li {
	list-style: none;
}

li#categories li a, li#archives li a, li.pagenav li a {
	background:#ffffff;  
	color: #c30;
	font-weight: bold;
	display:block;
	margin-top:0px;
	padding:0px 0px 0px 0px;
	position:relative;
	text-decoration: none;
	width:150px;
}

li#categories li a:hover, li#archives li a:hover, li.pagenav li a:hover {
	text-decoration:underline;
}

li#categories ul.children li a, li#archives ul.children li a, li.pagenav ul.children li a {
	font-size:0.8em;
	letter-spacing:1px;
	margin: 3px 0 0 0;
	padding:0px 2px 2px 0px;
	width:125px;
}

li#categories ul.children li li, li#archives ul.children li li, li.pagenav ul.children li li {
	padding-left: 10px;
}

li#categories ul.children li li a, li#archives ul.children li li a, li.pagenav ul.children li li a {
	width: 115px;
}

li.feed {
	background: url(images/rss.gif) no-repeat left top;
	padding: 0; /******2px 0 8px 20px;*******/
}

li.feed a{
	color:#909090;
	text-decoration:none;
}   /* add css  */

li.feed a:hover{
	text-decoration:none;
} /* add css  */

#entries a{
	color:#909090;
	text-decoration:none;
}

#entries a:hover{
	color:#cc99cc;  
	text-decoration:none;
}

li#recent-comments ul li {
	padding-bottom: 5px;
}

li#recent-posts ul li {
	padding-bottom: 5px;
	border-bottom: 1px solid #BEBFC3;
}

li#recent-posts ul li a{
	font-size: 0.9em;
	font-weight: normal;
	color: #c30; 
	text-decoration: none;
} /* add css  */

li#recent-posts ul li a:hover{
	text-decoration: underline;
} /* add css  */



/*** Content ***/
#content,#contentalt {
	background-color: #ffffff; 
}

#content {	
	margin: 0 205px;
}

#contentalt {	
	margin: 0px 180px 40px;
}


#content h2 {
	font-size:1.6em;
	color:#606060;
}

/* Archives/Links Page List styles */

.archives li, .linkspage li {
	list-style: none;
}

.archives ul.children {
	padding-left: 10px;
	margin-left: 10px;
}

/*** Footer ***/

#footer {
	background:#ffffff; 
	clear:both;
	color:#000;
	font-size:0.9em;
	font-weight:bold;
	margin:0;
	padding:20px 0;
	text-align:center;
	width:100%;
}

#footer a {
	color: #d0d0d0; 
	font-weight:bold;
}

/*** comments Form ***/

#comment {
	width: 100%;
	border:1px solid #b0b0b0;
}

#commentform {
	width: 97%;
}

#author {
	border:1px solid #b0b0b0;
}

#email {
	border:1px solid #b0b0b0;
}

#url {
	border:1px solid #b0b0b0;
}

#submit {
	background:#ffffff; /*****#f0f0f0*****/
	border:1px solid #b0b0b0;
}

#submit:hover {
	background: #e8e9ea; 
	border: 1px solid #848484;
	cursor: pointer;
}

/* Image Display */

.entry img, .entrytext img {
	border: 1px solid #ffffff;
	margin: 5px;
	padding: 6px;
}

.entry a:hover img, .entrytext a:hover img {
}

img.wp-smiley {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.thumbnail {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin:0 0 10px 10px;
	padding:5px;
}

.left {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	float:left;
	margin: 0;
	padding:5px;
}

.right {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	float:right;
	margin: 0;
	padding:5px;
}

.noalign {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin: 5px 5px 5px 5px;
	padding:5px;
}

/* Search Form */

#searchform {
	margin-top: 10px;
}

#searchbox {
	background: #ffffff;
	border: 1px solid #b0b0b0;
	margin: 0;
	width: 100%;
}

#searchbutton {
	background:#ffffff;  /****#f0f0f0*****/
	border:1px solid #b0b0b0;
}

#searchbutton:hover {
	background: #e8e9ea;
	border: 1px solid #848484;
	cursor: pointer;
}

/*** Comments Display ***/

.postmetadata {
	background:#e8e9ea;
	font-size: 0.9em;
	border: 1px solid #b0b0b0;
	padding: 10px;
	margin: 0px;
}

ol.commentlist li {
	border: 1px solid #b0b0b0;
	padding: 10px;
	margin-bottom: 10px;
}

ol.commentlist li cite {
	text-transform: capitalize;
}

ol.commentlist li p {
	padding-top: 10px;
}

.alt {
	background:#e8e9ea; 
}

/*** Text format ***/

.intro {
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
}

blockquote {
	border: 1px dashed #b0b0b0; /**/
	padding: 10px;
	margin: 30px;
}

blockquote p {
	padding: 0px;
	margin: 0px;
}

.small {
	font-size:0.8em;
}

.large {
	font-size:1.4em;
}

.center {
	text-align:center;
}

.category {
	border-bottom: 1px solid #b0b0b0;
}

.date {
	margin-top: 10px;
	padding-top: 0px;
	font-size: smaller;
}

#page {
	border-bottom: 1px solid #b0b0b0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* Previous/Next Page Navigation */

.navigation {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #b0b0b0;
}

.bottomnavigation {
	margin: 30px 0 0 0;
	padding: 5px 0 30px 0;
	border-top: 1px dashed #b0b0b0;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.post {
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

/* Fix by Andy Skelton */

.entry, .entrytext {
	overflow: hidden;
}

* html.entry, * html.entrytext {
	overflow: visible;
	height: 1px;
}

* html.entry p, * html.entrytext p {
	width: 99%;
	overflow: hidden;
}

.entrytext {
	padding-top: 0px;
}

/*** Various classes ***/

.clearingdiv {
	clear:both;
	height:30px; /*light grey color band bottom */
	width:1px;
}

.hide {
	display:none;
}


/* Widgets */
.rsswidget {
	border:0px;
	vertical-align: bottom;
}

/* Twitter box */
#twitter_div
{
	border-left: 1px solid #61A2B8;
	border-bottom: 1px solid #61A2B8;
	border-right: 1px solid #61A2B8;
	background-color: #EAF9FC;
	padding-left: 10px;
	padding-right: 10px;
}


#twitter_div li
{
	border-bottom: 1px solid #C0DDE3;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #6597B2;
}

#twitter_div li a, #twitter_div li a:hover
{
	color: orange;
	font-weight: normal;
}
/*** End of file ***/

