/*  
Theme Name: mel
Theme URI: http://www.dominic-zamprogna.org
Description: Your Source For All Things Dominic
*/


body{
margin:0;
padding:0;
font-family: Verdana, Helvetica;
font-size:10px;
background: #dedbd6 url('images/bg.jpg') repeat-x;
text-align:center;
color: #534d43;
}

#maincontainer{
width: 980px; 
margin: 0 auto;
text-align:justify;
position:relative;
}

#topsection{
height: 300px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 237px 0 237px; 
}

#leftcolumn{
float: left;
width: 232px; 
margin-left: -980px; 
}

#rightcolumn{
float: left;
width: 232px; 
margin-left: -232px; 
}

#footer{
clear: left;
width: 100%;
color: #6b655b;
text-align: center;
padding: 7px 0px 7px 0px;
}
#footer a{
color: #6b655b;
}

#welcome{
color: #6b655b;
font-family: arial;
font-size: 11px;
}


 /* Navigation Menu */

#nav {
margin: 0 auto;
padding: 0;	
width: 535px;
height: 37px;
font-family: Pea Weenie;
text-transform: Uppercase;
font-weight: normal;
font-size: 16px;
}

#nav ul {
margin: 0;
padding-top:;
}

#nav li {
float: left;
list-style: none;
line-height: 37px;
margin: 0 10px 0 0;
}

#nav li a {
color: #373737;
display: block;
float: left;
padding: 0 0 0 10px;
text-decoration: none;
}

#nav li a span {
display: block;
float: left;
height: 37px;
padding: 0 10px 0 0;
}

#nav li a:hover,
#nav li.active a, 
#nav li.current a {
background: url(images/nav1.jpg) no-repeat left;
color: #ffffff;
text-decoration: bold;
}

#nav li.active a span,
#nav li.current a span,
#nav li a:hover span {
background: url(images/nav1.jpg) no-repeat right;
}



 /* Content Structures */
.content-inside {
background: #e9e4de;
}

.content-inside-top {
background: url('images/bg-content-top.jpg') no-repeat top right;
} 

.content-title {
color: #dedbd6;
text-transform: uppercase;
text-align: center;
font-weight: bold;
font-family: tahoma;
font-size: 10px;
background: #288594;
padding: 5px 0px
}

.content-title a{
color: #262520;
}

.content-date {
color: #5b5b5b;
font-family: tahoma;
font-size: 10px;
text-transform: uppercase;
text-align: left;
padding: 7px 0px 7px 0px;
}

.content-page {
padding: 8px 3px 3px 3px;
font-family: arial;
font-size: 11px;
color: #69635d;
background: #e9e4de;
}

.content-bottom {
font-family: arial;
font-size: 10px;
padding: 10px 2px 5px 2px;
color: #807a74;
text-align: left;
}

.content-bottom a{
color: #968e84;
}

 
h1 {
color: #4a6169;
text-transform: uppercase;
text-align: left;
font-weight: bold;
letter-spacing: 1px;
font-family: Verdana, Helvetica;
font-size:10px;
margin: 0px;
} 

p { 
	margin-top:  1px;}
	
.option-archive{
background: #e9e4de;
padding: 5px;
border: 1px dotted #f1ede9;	
text-align: center;
}	


 /* Sidebar Structures */

.sidebar_title {
color: #373737;
padding: 6px 0px 6px 0px;
font-family: tahoma;
font-size: 12px;
text-align: center;
font-weight: bold;
text-transform: uppercase;
background: url(images/side1.jpg) repeat-x bottom;
}

.sidebar_content {
color: #5b5b5b;
padding: 3px;
font-family: Arial;
font-size: 11px;
text-align: justify;
background: #f1ede9;
margin-bottom: 10px;
}

/*Side Nav*/

.sidebar_content ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}

.sidebar_content ul li a{
font: 11px "Arial", Verdana, Helvetica;
color: #4c585a;
display: block;
width: auto;
padding: 5px;
text-decoration: bold;
}


* html .sidebar_content ul li a{
width: 200px;
}

.sidebar_content ul li a:visited, .sidebar_content ul li a:active{
color: #f4947e;
}

.sidebar_content ul li a:hover{
color: #59534d;
background-color: #ded9d3;
}


* html .sidebar_content ul li { height: 1%; }
* html .sidebar_content ul li a { height: 1%; }



/*Options style*/

a { 
text-decoration:  none;
font-weight: bold;
color: #000000;}

a:hover {
color: #453f37;
text-decoration: bold;}	

.image {
background-color: #dfdad4;
border: 1px dotted #c2bcb4;
padding: 2px;
margin: 1px;
-moz-border-radius: 4px;} 

.image:hover  {
background-color: #dfdad4;
border: 1px solid #475e66;
padding: 3px;
margin: 1px;
} 

strong {color: #4c4946;}
b {color: #4c4946;}
i { color: #26383c;}
italic { color: #26383c;}
em { color: #26383c;}
u {color: #4c4946; text-decoration: none; border-bottom: 1px dotted #52666d;}
img {border: 0px;}

blockquote {
font-family: Arial;
font-size: 11px;
color: #7d766d;	
padding: 10px;
background: #efeae5;
border-left: 3px double #288594;
} 

input, textarea, option, select, button {
font-family: Verdana, Helvetica;
font-size: 10px;
color: #7d766d;
background: #efeae5;
padding: 1px;
border: 1px dotted #c6c1bc;
-moz-border-radius: 4px;}	

