/*
File:			custom.css
Description:	Custom styles for Thesis Edited By JP Web
*/

/* Site Wide */
body {
	background-image: url(../../../../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#000;
}
#page {
	background-image: url(../../../../img/bg-page.png);
	background-repeat: repeat;
	background-color: transparent;
}
#header {
	background-image: url(../../../../img/bg-header.jpg);
	height: 175px;
	background-repeat: no-repeat;
	padding-top:0;
	padding-bottom:0;
}
#header_left {
	padding: 25px 0 0 5px;
}
h1, h2 {
	border-bottom: solid 1px #C1A054;
	text-shadow: 1px 1px 1px #000; 
}

blockquote {
    border-left: 1px solid #DDDDDD;
    color: #FFF;
	font-style:italic;
}

/* Menu */
.menu {
	background-image: url(../../../../img/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position:right;
	height:40px;
}
.menu .current > a, .menu .current-cat > a, .menu .current-menu-item > a {
    cursor: default;
}

.menu a {
    line-height: 40px;
    padding: 0;
}

.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover, .menu .current-menu-item a, .menu .current-menu-item a:hover {
    background: none repeat scroll 0 0 transparent;
    color: #FFF;
	background-attachment: scroll;
	background-color: transparent;
	text-decoration:underline;
}

.menu a, .menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a {
	color: #FFF;
	padding: 0 15px;
	font-weight:bold;
	background-attachment: scroll;
	background-color: transparent;
}
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover, .menu .current-menu-item ul a:hover, .menu .current-menu-ancestor a:hover { 
	color: #FFF; 
	background: transparent;
	background-attachment: scroll;
	background-color: transparent;

}
.menu .current-parent > a, .menu .current-cat-parent > a, .menu .current-menu-ancestor > a {
    color: #FFF; 
	background: transparent;
	background-attachment: scroll;
	text-decoration:underline;
}

.sub-menu {
	background-color: #C1A054;
}
.menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a, .menu ul .current-menu-item a {
    background-image: none;
}


/* Sidebar */

#sidebars h3, #footer_setup .footer_items h3 {
	background-image:url(../../../../img/bg-sb-head.jpg);
	background-repeat:no-repeat;
	line-height:36px;
	padding-left: 45px;
	color:#FFF;
	font-weight:bold;
}

#sidebars li.widget {
	background-image: url(../../../../img/bg-page.png);
	background-repeat: repeat;
	border-bottom: 1px #C1A054 solid;
}
li.widget {
    width: auto;
}
li.widget ul li {
	margin: 0.692em 1.9em;
	list-style:outside;
	list-style-type:disc;
	
}
li.widget ul li a {
	color:#FFF;
}
.textwidget, .search_form {
	margin: 0.692em;
}

#social_icons img {
	float:left;
	padding: 0 10px;
}

/*Footer Widgets */
#footer_setup {
 overflow: hidden;
}

#footer {
	padding-top: 0px;
	font-size: 1.3em;
    line-height: 1.385em;
}
#footer_setup .footer_items {
    display: inline-block;
    float: left;
    min-height: 190px;
    margin-right: 10px;
    text-align: left;
    width: 32.2%;
}

.footer_items {
	background-image: url(../../../../img/bg-page.png);
	background-repeat: repeat;
	border-bottom: 1px #C1A054 solid;
}

#footer_setup .footer_items h3 {
	font-size: 1em;
	font-variant: small-caps;
    letter-spacing: 2px;
}
#footer_setup .footer_items li{ 
	margin: 0.692em 1.9em;
	list-style:outside;
	list-style-type:disc;
}
#footer_setup .footer_items ul { 
	padding: 0px; 
}
#footer_setup .footer_items li a {
	text-decoration:none;
	border-bottom: none;
}

#footer_setup textarea, #footer_setup input {
	height:25px;
	width:100%;
}

dl#comment_list .bypostauthor { background-color: #666; }

#footer-bottom {
	background-image:url(../../../../img/bg-footer.jpg);
	background-repeat: repeat-x;
	padding-right: 15px;
	padding-left: 15px;
	height:40px;
	line-height:40px;
}
#footer-bottom-right {
	float:right;
	margin: 6px 0 0;
    width: 140px;
}

#footer-bottom-right #social_icons img {
	float:left;
	padding: 0 5px;
}

/* Form Styling */

input.button {
	padding: 15px;
	border:none;
	background:#C1A054;
	color:#FFF;
	font-weight:bold;
}