????

Your IP : 216.73.216.83


Current Path : /home2/morganrand/www/49/css/
Upload File :
Current File : /home2/morganrand/www/49/css/main2x.css

/*-----------------------------------------------------------------------------------------------
  Main Layout
-----------------------------------------------------------------------------------------------*/

body{
	font-family: "Times New Roman",Georgia,Serif;
	font-size:11px;
	color:#6B6B6B;
	background-color:#ffffff;
	padding-left: 0px;
    padding-right: 0px;
}

#container{
	width:888px;
	margin:0 auto;
	background-color:#ffffff;
}

#header, #footer, #top-section, #mid-section, #bottom-section, #footer-top, #footer-bottom{
	width:888px;
	margin:0 auto;
}

#content1, #content1-top, #content1-bottom{
	width:722px;
	margin:0 auto;
}

#nav-left{
	color:##8E8E8E;
	background-color:#F4F2F3;
	width:166px;
	float:left;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
}

#content1-left{
	background-color:#ffffff;
	width:462px;
	float:left;
	padding-top:3px;
	padding-left:2px;
	padding-right:2px;
}

#content1-right{
	background-color:#ffffff;
	width:260px;
	float:right;
	padding-top:3px;
	padding-left:2px;
	padding-right:2px;
}

#footer{
    font-style:italic;
	/*font-weight:bold;*/
}

#footer-top{
	color:#E03268;
    background-color:#dddbdc;
}
#footer-top a{
	color:#E03268;
	font-style:italic;
	text-decoration:underline;
	outline:none;
}
#footer-top a:hover{
	color:#e03268;
}

#footer-bottom{
    background-color:#e36888;
}

#footer-bottom a{
	color:#ffffff;
	font-style:italic;
	text-decoration:underline;
	outline:none;
}
#footer-bottom a:hover{
	color:#6B6B6B;
}

/*-----------------------------------------------------------------------------------------------
  css from index.css


body {
    padding-left: 0px;
    padding-right: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}
-----------------------------------------------------------------------------------------------*/

p {
    padding: 0px;
    margin: 0px;
}

.section {
    border-top: 1px solid #BBB;
    margin-top: 15px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 5px;
    padding-bottom: 0px;
    background-color: white;
}

.section ul {
    list-style: none;
    margin-top: 5px;
}

.section ul li {
    display: inline;
}

.section ul a {
    background-color: #ECECEC;
    border: 1px solid #999999;
    padding: 5px 5px 10px;
    display: block;
    float: left;
    margin: 5px;
}

.section ul a:hover {
    background-color: #FFFFFF;
    border: 1px solid #333333;
}

.section ul a img {
    border: 1px solid #999999;
}

.section ul a.lightbox-enabled img {
    border: 1px dotted #999999;
}

.section span.code {
    font-family: "Courier New", Courier, monospace;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 11px;
    border-left: 1px solid #000;
}

.section .link {
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    margin-left: 10px;
}

.section .important {
    text-decoration: underline;
}

.section .title {
    font-weight: bold;
    font-size: 16px;
}

.clear {
    clear: left;
}

.section.header {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    border-top: none;
}

.section.footer {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
}

/*TOP NAV*/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:500);



/* Menu CSS */ 

#cssmenu {
	width:888px;
	position:relative;
	z-index:10000000000;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a{
	padding: 0;
	margin: 0;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: white;
	text-transform:uppercase;
	line-height:25px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}

#cssmenu:before, #cssmenu:after, #cssmenu > ul:before, #cssmenu > ul:after {
	content: '';
	display: table;	
}


#cssmenu:after, #cssmenu > ul:after {
	clear: both;	
}



#cssmenu ul{	
	background: #cc3366;/*hot pink*/
	border-radius: 3px;/*round corners*/	
}

#cssmenu ul > li{	
	float: left;
	list-style: none;	
}

#cssmenu ul > li > a{	
	display: block;
	text-decoration: none;
	padding: 0px;
	width:126px;
	text-align:center;
	
}

#cssmenu ul > li > a:hover{
	background: #6d6d6d; /*GRAY*/
}

#cssmenu > ul > li > ul{	
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 200px;
}

#cssmenu > ul > li:hover > ul{	
	opacity: 1;
	visibility: visible;
	position: absolute;

}
#cssmenu > ul > li > ul > li {
	width:200px;
}
#cssmenu > ul > li > ul > li > a{
	float: none;
	position: relative;
	width:170px;
	text-align:left;
	padding:5px 15px;
	border-top:1px solid #F59AAB;
	text-transform:capitalize;
	font-weight:normal;
}

#cssmenu > ul > li > ul > li > ul{
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.has-sub a{
	text-transform:lowercase;
	color:red;
	font:times;
	
}