/*
Theme Name: Blank 2-Column R-S
Theme URI: http://example.com
Description: A Blank Wordpress theme with right sidebar
Author: Your Name
Author URI: http://example.com
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background:#001c49 url(http://ameriskillstech.com/wp-content/themes/blank2R2/images/background.jpg) no-repeat top center;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin: 40px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; }
img a{border:none;}

img.left{ float: left; padding: 6px; }
img.right{ float: right; padding: 6px; }

#content img.icon{ padding:15px; border: none; }


blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#666;
	text-decoration:none;
	border: none;
	}

a:hover{color:#6A7CA0;text-decoration: underline; border: none;}



/* container */


#container {
	width: 900px;
	margin: 20px auto;
	color:#333;
        
	
	}

#content-wrapper {
        width: 900px;
        background:#ffffff url(http://ameriskillstech.com/wp-content/themes/blank2R2/images/content-back.gif) repeat-y top left;
overflow: hidden;

}
	
/* header */

#header {
        background: url(http://ameriskillstech.com/wp-content/themes/blank2R2/images/head-back.png) no-repeat top left;
    width: 900px; 
	color: #fff; 
	height: 370px;
	}

#header h1{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 16pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 120px 0 0 16px;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #404040;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;	
	}

#head-top {
       height:100px;
       margin:0;
       padding:0;
}

#head-banner {
        height:270px;
        border-top: 2px solid #000000;
       margin:0 4px;
       padding:0;
}

#head-banner img {
      margin-left:4px;
      padding: 0;
}

#header2 {
        background: url(http://ameriskillstech.com/wp-content/themes/blank2R2/images/head-back.png) no-repeat top left;
    width: 900px; 
	color: #fff; 
	height: 100px;
	}

/* main menu */




#menu, #menu ul {
	position:relative;	
	float: left;
	width:  888px;
	height: 38px;
	list-style: none;
	line-height: 38px;
	background: #000000;
	background-image: url(http://ameriskillstech.com/wp-content/themes/blank2R2/images/nav-back.gif);
	background-repeat: repeat-x;
	font: 78%/1.7 georgia, serif;
	font-size: 16pt;
	padding: 0;
	margin: 0 4px 0 4px;

}

#menu a {
	display: block;
	width: auto;
	w\idth: auto;
	color: #ffffff;
	text-decoration: none;
	padding: 0 15px;

}


#menu li {
	
	float: left;  
	padding: 0;
	height: 38px;
	width: auto;

}





#menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15em;
	w\idth: 15em;
	border-width: 0.1em;
	font-weight: normal;
	font-size: 12pt;
	background: #5d6e8b;
	background-position: top;
	margin: 0;
	border-bottom: solid 2px #000000;
}

#menu li li {
	position: relative;
	width: 15em;
	w\idth: 15em;
	height: 25px;
	line-height: 25px;
	font-size: 12pt;
}

#menu ul li {
		width: auto;
		w\idth: auto;
		}




#menu li ul a {
	width: 15em;
	w\idth: 15em;
	border-right: none;
}



#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;

}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;

}

#menu li:hover, #menu li.sfhover {
	background: #5d6e8b;
	
	

}


#menu li li:hover, #menu li li.sfhover {
	background: none;
	
	

}

#menu li a:hover, #menu li a.sfhover {
	color: #fdff7b;

}




/* content */


#content {
	float: left;
	width: 620px;
	overflow: hidden;
	}	
#content a:link {text-decoration: underline; color: #c1272d; font-size: 1em; }
#content a:visited {text-decoration: underline; color: #c1272d;  font-size: 1em; }
#content a:active {text-decoration: none; color: #011d51;  font-size: 1em; }
#content a:hover {text-decoration: none; color: #011d51;  font-size: 1em; }


#content-bottom {
       background: url(http://ameriskillstech.com/wp-content/themes/blank2R2/images/content-bottom.png) no-repeat bottom left;
       height: 39px;

}

.post {
	margin:0 10px;
	padding:10px 10px 10px 5px;
	line-height: 14pt;
	}
	
.post h3 {
font-size:15pt;
font-weight:300;
margin:20px 0 0 8px;
color:#011d51;

}

.post h2{
	color:#011d51;
font-family:verdana,tahoma,arial;
font-size:17pt;
font-weight:300;
line-height:24px;
margin:20px 0 0 5px;
	}
	
.post h2 a{
	color: #011d51;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}
	
.post p{font-size:12pt;
line-height:22px;}

.post a{text-decoration:underline;}

.post ul {margin:5px 0 0 20px; font-size:11pt;}


.post ol {margin:5px 0 0 20px; font-size:11pt;}

.post li {margin:.5em 1em 0em 2em;}

#content img {border: 2px solid #cccccc; }

.entry p{font-family:Arial;
margin:15px 20px;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin-right:10px;}
	.alignright {float:right; margin-left:10px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

/* sidebar */

#sidebar {
	font-family:tahoma,verdana;
        font-size:9pt;
	width: 270px;
	float:right;
	margin: 12px 0 24px 0;
	padding: 0;
	
	}

#sidebar h2{
background:url(http://ameriskillstech.com/wp-content/themes/blank2R2/images/sidebar-title.gif) no-repeat top left;
color:#fdff7b;
font-family:tahoma;
font-size:13pt;
font-weight:normal;
margin-top:15px;
padding:5px;
text-align:left;
height: 28px;
}

#sidebar h2 a{
color:#fdff7b;
font-family:tahoma;
font-size:13pt;
font-weight:normal;
}

#sidebar h2 a:hover{
color:#ffffff;
font-family:tahoma;
font-size:13pt;
font-weight:normal;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 4px 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	border-bottom:2px solid #FFFFFF;
list-style-position:inside;
list-style-type:none;
margin:5px 8px 5px 0;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar a {
      color: #000925;

}

#sidebar a:hover{color:#6A7CA0;text-decoration: none; border: none;}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	clear: both;
	width: 100%;
	margin-top:15px;
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}


