/*   
Theme Name: MarcWeb
Theme URI: http://marchandler.com
Description: This is a template for Marc Handler's website.
Author: Gerson Lacdao
Author URI: http://gslacdao.com
Version: 1
*/

* { 
	margin: 0; padding: 0; 
}

body {
	background:#e6e6e4;
	font: 13px/180% Arial, Helvetica, sans-serif;
	color:#444;
	behavior:url(csshover.htc);
}

.clearfix { 
	display: inline-block; clear: both; 
}

.clearfix:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0; 
}

/* start commented backslash hack \*/ 
* html .clearfix { 
	height: 1%; 
} 
.clearfix { 
	display: block; 
} /* close commented backslash hack */

.rounded {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	behavior: url(border-radius.htc);
    border-radius: 10px;
}

#page-wrap {
	width:960px;
	margin:20px auto;
	background-color:white;
}

.title {
	border-bottom:1px solid #C4C4BF;
}

p {
	margin-bottom:10px;
}

a.button {
	padding:8px 15px;
	margin-bottom:15px;
	border:double #979793;
	text-decoration:none!important;
}

a.button:hover {
	border:3px solid #979793;
	text-decoration:none!important;	
}

/* NAVIGATION */

#navigation {
	background: -webkit-gradient(linear, top, bottom, from(#194E84), to(#072B5D));
	background: -moz-linear-gradient(top,  #194E84,  #072B5D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#194E84', endColorstr='#072B5D');
	height:58px;
	background:#0a3164;
}

ul#topnav{
	list-style-type:none;
	padding:0;
	margin:0;
}

ul#topnav li {
	display:inline;
	float:left;
	position:relative;
	padding:0;
	border-left:1px solid #1b5ea2;
	border-right:1px solid #0f4174;
}

ul#topnav li:first-child {
	border-left:none;
}

ul#topnav li a {
	color:white;
	font:15px/120% Calibri, Arial, helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	line-height:48px;
	display:block;
	padding:0 18px;
}

ul#topnav li a:hover {
	background: -webkit-gradient(linear, top, bottom, from(#072B5D), to(#194E84));
	background: -moz-linear-gradient(top,  #072B5D,  #194E84);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#072B5D', endColorstr='#194E84');	
}

ul#topnav li:first-child a:hover {
	background:url(images/navhov1bg.png) no-repeat;
}

ul#topnav li.current {
	
}

/* SUB NAVIGATION */

ul#topnav li ul {
	display:none;
	position:absolute;
	width:200px;
	top:0;
	left:0;
	margin-left:-1px;
	background:#0a3164;
	border:1px solid #1b5ea2;
	border-top:none;
}

ul#topnav li ul li {
	border-left:none;
	border-right:none;
	display:block;
}

ul#topnav li ul li a:hover {
	background:#0a3164;
	text-decoration:underline;
}

ul#topnav li ul li:first-child a:hover {
	background:#0a3164;
}

ul#topnav li>ul {
	top:auto;
	left:auto;
}

ul#topnav li:hover ul, li.over ul {
	display:block;
}

/* SLIDER */

#slider {
	margin-top:-10px;
	background-color:white;
}

/* MAIN CONTENT */

#main-content {
	width:580px;
	float:right;
	padding:24px;
}

#main-content-full {
	width:912px;
	padding:24px;
}

#main-content h1, #main-content-full h1 {
	font:24px Georgia, "Times New Roman", Times, serif ;
	color:#093264;
	padding:0 0 14px 0;
	margin:0 0 24px 0;
}

#main-content h2, #main-content-full h2 {
	font:20px Georgia, "Times New Roman", Times, serif ;
	color:#093264;
	padding:0 0 14px 0;
	margin:0 0 18px 0;
}

#main-content h1 a, #main-content-full h1 a {
	text-decoration:none;
}

#main-content h1 a:hover, #main-content-full h1 a:hover {
	text-decoration:underline;
}

#main-content  a, #main-content-full  a  {
	color:#093264;
	text-decoration:underline;
}

#main-content a:hover, #main-content-full a:hover{
	text-decoration:none;
}

.meta-info {
	font-style:italic;
	margin-top:-15px;
	font-size:12px;
}

.entry {
	margin-bottom:24px;
}

#main-content ul, ol {
	padding-left:20px;
	margin-bottom:10px;
}

#main-content ul li {
	list-style:url(images/bullet.jpg);
	margin-bottom:5px;
}

#main-content img, #main-content-full img {
	margin:5px;
}

#main-content a img, #main-content-full a img {
}

#main-content a:hover img, #main-content-full a:hover img {

}

.alignleft {
	float:left;
	display:inline;
}

.alignright {
	float:right;
	display:inline;
}

.aligncenter {
	clear:both;
	display:block;
	margin-left:auto!important;
	margin-right:auto!important;
}


.wp-caption {
	background-color: #f1f1f1;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	line-height: 18px;
	text-align: center;
	margin: 8px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 0;
}

table.stage {
	border:0;
	margin:0;
	border-collapse:collapse;
}

table.stage tr {
	margin:0;
}

table.stage tr td.st-entry {
	border-bottom:1px solid #C4C4BF;
	margin-bottom:8px;
	padding-top:10px;
	padding-bottom:10px;
}  

table.stage tr td.padded {
	padding-left:20px;
}

table.stage tr td.st-entry ul, ol {
	padding-left:20px;
	margin-bottom:10px;
}

table.stage tr td.st-entry ul li {
	list-style:url(images/bullet.jpg);
	margin-bottom:5px;
}

/* FORMS */

input.wpcf7-text {
	border:1px solid #C4C4BF;
	background-color:#E6E6E4;
	padding:8px;
}

textarea {
	border:1px solid #C4C4BF;
	background-color:#E6E6E4;
	padding:8px;
	font-family:Arial, helvetica, sans-serif;
	font-size:12px;
	min-width:380px;
	min-height:200px;
}

input.wpcf7-submit {
	padding:10px;
	border:1px solid #C4C4BF;
	background-color:#E6E6E4;
	font-weight:bold;
}

/* COMMENT AREA */
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }

/* SIDEBAR */

#sidebar {
	width:288px;
	padding:24px 0 24px 24px;
}

.widget {
	margin-bottom:15px;
}

#sidebar h2 {
	font:24px Georgia, "Times New Roman", Times, serif ;
	color:#093264;
	padding:0 0 14px 0;
	margin:0 0 24px 0;
}
#sidebar ul, ol {
	padding-left:20px;
	margin-bottom:10px;
}

#sidebar ul li {
	list-style:url(images/bullet.jpg);
	margin-bottom:5px;
}
#sidebar ul li a {
	color:#093264;
	text-decoration:underline;
}

#sidebar ul li a:hover {
	text-decoration:none;
}

#sidebar a {
	color:#093264;
	text-decoration:underline;
}

#sidebar a:hover {
	text-decoration:none;
}

/* FOOTER */

#footer {
	position:relative;
	width:960px;
	margin:0 auto 20px;
}

#footernav {
	text-align:center;
	font-size:12px;
	margin-bottom:20px;
}

#footernav ul {
	list-style:none;
}

#footernav ul li {
	display:inline;
	padding:0 8px;
	border-left:1px solid #444;
}

#footernav ul li:first-child {
	border-left:none;
}

#footernav ul li a {
	color:#444;
	text-decoration:underline;
}

#footernav ul li a:hover {
	text-decoration:none;
}

#copyright {
	text-align:left;
	font-size:12px;
}

#copyright a {
	color:#093264;
	text-decoration:none;
}

#copyright a:hover {
	color:#444;
	text-decoration:none;
}

#title {
	float:right;
}

#title h1 {
	font-size:35px;
	text-transform:uppercase;
	color:#dcdcd9;
	text-shadow:1px 1px #8C8B8B, -1px -1px white;
}

#title a {
	color:#093264;
}

#title a:hover {
	text-decoration:none;
}