/**
 * CSS - Stylistic CSS Styles
 *
 * @package WPFramework
 * @subpackage Media
 */

/**************************************
  Default rules
**************************************/
h1, h2, h3, h4 {
	margin-bottom: 0.4em;
	padding: 0;	
	line-height: 120%;
	font-weight: bold;
	color: #333;
	background-color: transparent;
}
h1 {
	font-size: 170%;
}
h2 {
	font-size: 150%;	
}
h3 {;
	font-size: 130%;
}
h4 {
	font-size: 110%;
}
p {
	margin: 0;
	padding-bottom: 0.6em;
	font-size: 1.1em;
	line-height: 1.55em;
	color: #474747;
	background-color: transparent;	
}
a, a:link, a:visited {
	color: #1D335C;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #325AA0;
	background-color: transparent;
	text-decoration: underline;
}
a:focus, a:hover, a:active {
	outline: none;
}
ul li {
	margin: 0;
}
acronym {
	border-bottom: 1px dotted #333;
}
/**************************************
  Overall layout rules
**************************************/
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 76%;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #333;
	background-color: transparent;
	background-image: url(../images/body-bg.jpg);
	background-position: top left;
	background-repeat: repeat;
}
#inside {
	width: 100%;
	height: 414px;
	background: url(../images/body-inside-bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
.container {
	position: relative;
	top: 30px;
	margin: 0 auto;
	width: 740px;
	color: #333;
	background-color: transparent;	
	border: 1px solid #949494;
}
/*body .container {
	height: 740px;
}*/
.header {
	position: relative;
	height: 355px;
	width: 740px;
	background-image: url(../images/header-bg2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#logo-link {
	position: absolute;
	top: 20px;
	left: 20px;
	height: 60px;
	background-color: transparent;
	width: 255px;
}
#tagline {
	position: absolute;
	top: 255px;
	left: 465px;
	padding: 0.6em;
	line-height: 21px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #CED5E5;
	border: 1px solid #AEAEAE;
}
/************************************************
  Main content rules
************************************************/
#content { 
	margin: 0;
	padding: 0;
	width: 740px;	
	min-height: 390px;
	background-image: url(../images/content-bg.jpg);
	background-position: top;
	background-repeat: repeat-y;
}
.hfeed { 
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 490px;
	color: #333;
	background-color: transparent;
}
.hfeed .padding {
	padding: 0 0.5em 1em 1em;
}
.hentry { 
	margin: 12px 0 18px 0; 
}
h1.entry-title {
	margin-top: 0;
	color: #321005;
	font-size: 20px;
}
h2.entry-title {
	margin-top: 0;
	font-size: 20px;
}
.entry-title a:hover { 
	color: #53351C;
	text-decoration: underline;
}
.entry-summary p {
	font-size: 13px;
}
.entry-content ul, .entry-content ol { 
	margin-left: 0;
	list-style: disc;
}
.entry-content dl, #search-query { 
	margin-left: 20px;
}
.entry-content dl dt {
	margin-bottom: 3px;
	font-weight: bold;
}
.entry-content dl dd {
	margin-bottom: 2em;
	line-height: 1.6em;
}
.entry-content ul li, .entry-content ol li, .entry-content dl li {
	padding-bottom: 0.5em;
}
.entry-content ol li ul, .entry-content ul li ul {
	font-size: 12px;
	margin: 0.5em 0 0 0;
}
.entry-content a, .entry-content a:link, .entry-content a:visited { 
	color: #1d335c;
	text-decoration: none;
}
.entry-content a:hover, .entry-content a:active { 
	color: #325aa0;
	text-decoration: underline;
}
.entry-content pre {
	margin: 0 0 1.5em 2em;
	font-size: 11px;
}
ul.left {
   float: left;
   margin: 0.5em 1em 1.5em 2em;
   padding: 0;
	width: 180px; 
   list-style-position: inside;
   list-style-type: disc;
}
ul.right {
   float: left;
   width: 180px; 
   margin: 0.5em 1em 1.5em 0;
   padding: 0;
   list-style-position: inside;
   list-style-type: disc;
}
ul.bullet-list {
	margin: 0 1em 1.5em 3em;
	list-style: outside;
	list-style-type: disc;
}
ul.bullet-list li, ol li, ul.right li, ul.left li {
	padding: 0 0 0.5em 0;
	line-height: 1.2em;
	font-size: 110%;
	list-style-type: disc;
}
ul.bullet-list li ul {
	list-style-type: disc;	
	padding: 0.5em 0 0 0.5em;	
}
ul.bullet-list li ul li {
	padding-bottom: 0.2em;
}
/************************************************
 Sidebar rules
************************************************/
.aside {
	float: right;	
	margin: 0;
	padding: 0;
	width: 230px;
	color: #333;
	background-color: transparent;
}
.aside .padding {
	padding: 0 1em 1em 0.5em;
}
.widget, .comment, .navigation-links { 
	margin-bottom: 12px; 
}
.aside h3 {
	font-size: 15px;
	font-weight: bold;
	background-color: transparent;
}
.aside p {
	font-weight: bold;
	font-size: 13px;
	background-color: transparent;
}
.aside ul {
	margin: 0.5em 1em 1em -1em;
	list-style-type: disc;
}
.aside ul li {
	padding-bottom: 0.5em;
	line-height: 1.2em;
	font-size: 1.1em;
}
.aside a, .aside a:link, .aside a:visited {
	font-weight: bold;
	font-size: 13px;
	background-color: transparent;
	text-decoration: none;	
}
.aside a:hover, .aside a:active {
	background: transparent;
}
/**************************************
  Footer rules
**************************************/
.footer {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 740px;
}
.footer p {
	float: right;
	padding: 3px 0 20px 0;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	background-color: transparent;	
	text-align: right;
}
.footer a, #footer a:link, #footer a:visited {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
.footer a:hover, #footer a:active {
	color: #515151;
	background-color: transparent;
	text-decoration: underline;
}
/************************************************
  Navigation
************************************************/
#nav-container{  
   margin: 0 0 0 -40px;   
   width: 740px;  
   height: 28px;  
}  
ul#navbar{  
   width: 740px;  
   height: 56px;  
   margin: 0; 
   list-style: none;  
}  
ul#navbar li{  
   display: inline;  
}  
ul#navbar li a{  
   height: 28px;  
   float: left;  
   text-indent: -9999px;  
}  
ul#navbar li#navbar-home a{  
   width: 90px;  
   background: url(../images/menu-sprite.jpg) no-repeat 0px 0px;  
}  
ul#navbar li#navbar-home a:hover{  
   background-position: 0px -28px;  
}  
ul#navbar li#navbar-about a{  
   width: 120px;  
   background: url(../images/menu-sprite.jpg) no-repeat -90px 0px;
}  
ul#navbar li#navbar-about a:hover{  
   background-position: -90px -28px;  
} 
ul#navbar li#navbar-services a{  
   width: 114px;  
   background: url(../images/menu-sprite.jpg) no-repeat -210px 0px;  
}  
ul#navbar li#navbar-services a:hover{  
   background-position: -210px -28px;  
} 
ul#navbar li#navbar-downloads a{  
   width: 132px;  
   background: url(../images/menu-sprite.jpg) no-repeat -324px 0px; 
}
ul#navbar li#navbar-downloads a:hover{  
   background-position: -324px -28px;  
} 
ul#navbar li#navbar-faq a{  
   width: 88px;  
   background: url(../images/menu-sprite.jpg) no-repeat -456px 0px;
}  
ul#navbar li#navbar-faq a:hover{  
   background-position: -456px -28px;  
} 
ul#navbar li#navbar-blog a{  
   width: 77px;  
   background: url(../images/menu-sprite.jpg) no-repeat -544px 0px;
}
ul#navbar li#navbar-blog a:hover{  
   background-position: -544px -28px;  
} 
ul#navbar li#navbar-contact a{  
   width: 119px;  
   background: url(../images/menu-sprite.jpg) no-repeat -621px 0px;  
}
ul#navbar li#navbar-contact a:hover{  
   background-position: -621px -28px;  
} 
/************************************************
  Comments rules
************************************************/
.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 14px; }
.comment { margin-bottom: 20px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 14px; }
/* Comment Reply */
#comment-form .form-section input { 
	margin: 0 12px;
	font-size: 13px;
	width: 200px;
}
.form-section { 
	margin-bottom: 10px; 
}
/*.form-section label { cursor: pointer; }*/
#commenter-details input { 
	margin-right: 6px;
}
textarea#comment {
	margin-left: 12px;
	font-size: 13px;
	width: 420px;
}
label.required {
	font-weight: normal;
}
#allowed-tags { 
	margin-left: 12px;
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	padding: 5px 10px; 
	background: #fff; 
	border: 1px #ddd dotted; 
	border-top: none; 
	width: 420px; 
}
.comment-content p {
	font-size: 13px;
}
img.avatar {
	display: none;
}
/************************************************
  Images rules
************************************************/
img.alignleft { 
	float: left;
	margin: 0 15px 0 0;
}
img.alignright { 
	float: right; 
	margin: 0 0 0 15px; 
}
img.aligncenter { 
	margin: 5px auto 10px auto;
	display: block; 
	clear: both; 
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.wp-caption { 
	text-align: center;	
}
.wp-caption img { 
	margin: 0; 
	padding: 0; 
	border: 0 none; 
}
.wp-caption .wp-caption-text { 
	margin: 0; 
	padding-top: 4px 0 10px 0; 
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
}
/**************************************
  Contact form rules (Aneko Studios)
**************************************/
#formbox {
	margin: 5px 10px 0 0;
	padding: 5px 15px 0 15px;
	width: 540px;
}
div#formbox form fieldset { 
	margin: 10px 0 15px 0; 
	padding: 10px; 
	border: 1px solid #9F9F9F; 
}
div#formbox form legend { 
	padding: 0 4px;
	font-weight: bold; 
	font-size: 1.2em;
	color: #474747; 
}
p.legend { 
	margin-bottom: 1em; 
}
div#formbox form fieldset div { 
	padding: 0.25em 0; 
}
.form_field {
	padding-bottom: 5px;
	font-size: 1.1em;
}
.form_field input {
	font-size: 13px;
	height: 16px;	
}
.form_field select option {
	padding-left: 4px;
}
p.fieldname {		
	margin: 10px 0 0 0;
	padding-right: 10px;
	font-weight: bold;
	font-size: 1em;
	color: #FFF;
	background-color: transparent;
}
.fieldname {
	position: relative;
	display: block;
	float: left;
	margin-right: 6px;
	font-size: 13px;
	text-align: right;	
	width: 160px;
}
div.formbox div.controlset fieldname, 
div.formbox div.controlset input { 
	display: inline; 
	float: none; 
}	
.required {
	color: Red;
	background-color: transparent;
	font-weight: bold;
}
input.form  {	
	margin-top: -15px;
	padding: 2px 4px 0 2px;
	font-size: 1em;
}
/*input.button {			
	font-size: 12px;
	width: 60px;
	font-weight: bold;
	color: #3F3F3F;
	background-color: #C2C2C2;
}*/
.button {
	margin: 0;
	padding-top: 0;
}
div.form_checkboxes {
	margin-left: 168px;
	padding: 0 2px 4px 5px;
	font-size: 1em;
}
.checkbox {
	vertical-align: middle;
	height: 1em;
}
ul.error {			
	margin-top: 10px;
	color: #C00000;
	background-color: transparent;
	font-size: 1.1em;
}
ul.error li {			
	margin-left: 15px;
	font-size: 1em;
}
.thankyou {
	margin: 0 auto;
	padding-top: 0;
	width: 425px; 
	vertical-align: top;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/************************************************
  Miscellaneous rules
************************************************/
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bold-italic {
	font-weight: bold;
	font-style: italic;
}
.clear-both {
	clear: both;
}
.clear-left {
	clear: left;
}
.img-right {
	float: right;
	margin: 0 0 5px 10px;
}
.img-left {
	float: left;
	margin: 0 10px 0 0;
	padding-bottom: 10px;
}
.clearfix:after {
	content:".";
	display:block;
   height:0;
   clear:both;
   visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


