/*  
Theme Name: Citadel
Theme URI: http://numberoneblogger.com/
Description: Theme specially designed for Citadel Group.
Version: 1.0
Author: Number One Designer
Author URI: http://numberonedesigner.com/

Based on Kubrick v1.5
http://binarybonsai.com/kubrick/
*/



/* Begin Typography & Colors */
html {
	background: #FFF url(images/media.png) no-repeat bottom right;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url(images/tambourine.png) no-repeat top right;
	color: #333;
	text-align: center;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
}

#header {
	background-color: #FFF;
}

#content {
	font-size: 1.2em
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.narrowcolumn .entrytext {
	line-height: 1.45em;
}

.widecolumn {
	line-height: 1.6em;
}
	
.narrowcolumn .postmetadata {
	text-align: left;
}


#footer {
	background-color: #FFF;
}

small {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: Tahoma, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
}

.description {
	font-size: 1.2em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 1.6em;
}

#sidebar h2 {
	font-family: Tahoma, 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #000;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
	
.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font: 1em Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #616060;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
}

#page {
	margin: 0px auto;
	padding: 0;
	width: 528px;
}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 90px;
	width: 100%;
}

#headerimg {
	margin: 0;
	/* height: 90px; */
	/* display:block; */
	width: 100%;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}
	
#footer {
	padding: 0 0 0 0px;
	margin: 0 auto;
	width: 560px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
}

.description {
	text-align: center;
}

h2 {
	margin: 30px 0 0;
}

h2.pagetitle {
	margin: 30px 0 20px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 10px 0 5px 10px;
}

h3#comments {
	padding: 0;
	margin: 0 10px 20px;
}

h3#respond {
	padding: 0;
	margin: 20px 0 0 10px;
}
/* End Headers */



/* Begin Images */
.post img {
	max-width: 100%;
	padding: 1px;
	border: 1px solid #d6d6d6;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.entrytext ol {
	margin: 0;
	padding-left: 25px;
}

.entrytext ol li {
	margin: 7px 0 10px 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;

}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0; 
	text-align: left; /* margin-left:35px; */
}

.commentlist li {
	margin: 15px 0 3px -20px;
	padding: 0; list-style-type: decimal-leading-zero;

}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

#feedback {
	padding: 0 10px;
}

.avatar {
	padding: 1px;
	border: 1px solid #d6d6d6;
}
/* End Comments */



/* Begin Sidebar  */
/* End Sidebar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
}
/* End Various Tags & Classes*/



/* Begin Contact Form CSS */
.contactform {
	position: static;
	overflow: hidden;
}

.contactform textarea {
	font: 1.15em 'trebuchet ms', arial, sans-serif;
} 

.contactleft {
	width: 15%;
}

.contactright {
	margin: 0px 0px 10px;
}

.contacterror {
	border: 1px solid #ff0000;
}

#wpcf_msg {
	width: 436px;
	height: 170px;
}

#contactsubmit {
	font-size: 1.15em;
}
/* End Contact Form CSS */


/* Captions */
.wp-caption {
	border: 1px solid #d6d6d6;
	text-align: center;
	background-color: #f3f3f3;
	max-width: 486px;
	margin: 11px 0 0;
}

.wp-caption img {
	border: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 2px;
	margin: 0;
}
/* End Captions */

/* New Styles */
#header {background:#FFF url(images/logo.gif) no-repeat;}
#headerimg h1 {padding:0; margin:0; text-indent:-9999px;}
#headerimg h1 a {float:left; width:190px; height:80px; /*background:url(images/logo.gif) no-repeat; display:block;*/}
.description {display: none;}
.tagline {float: right; padding-top: 51px; font-size: 2em; color: #38657B;}


.menu {padding:10px; font-size:11px; color:#FFF; background:#A61B00;}
.menu a {color:#FFF; text-decoration:none; padding-right:15px;}
.menu a:hover {text-decoration:underline; color:#fff;}


.menu ul {list-style:none; float:left; margin:0; padding:0;}
.menu ul li {float:left; margin-right:15px;}
.menu ul li a {padding:0;}


.foto {height:177px;background:url(images/foto.jpg) no-repeat;}

.post h2 {color:#38657B; font-size:24px; text-align:left; font-family: Arial, Helvetica, sans-serif; margin:3px 0 20px; font-weight:normal; letter-spacing:-1px; padding:5px 10px; border:1px solid #A6A6A6; background:#FFF4E3;}
.post h2 a {color:#616060;}
.post h2 a:hover {color:#000;}
.post h2 a:visited {color:#616060;}
.widecolumn .post h2 {color:#616060; margin:0; font-size:24px; background:none; padding:0;  text-align:left; letter-spacing:-1px;}



.narrowcolumn .post {color:#404040;}
.narrowcolumn .entry blockquote {margin:0; padding:0 0 0 20px; color:#777; border-left: 1px solid #404040;}

.comm {text-align:right; font-size:11px; padding:10px; border-top:1px solid #E5E5E5; margin:0 10px;}
.comm a {color:#A61B00; text-decoration: none;}
.comm a:hover {color:#000; text-decoration: underline;}
.comm strong {font-size:11px;}


.entry {font-size:11px; padding:0 20px 10px;}
.entry a, .entrytext a {color:#A61B00; text-decoration:underline; font-weight:bold;}
.entry a:hover, .entrytext a:hover {color:#000; text-decoration:none;}
.entrytext {padding:0 20px 10px;}

	
#footer {height:82px;}	
#footer p {	margin: 0;	padding: 20px; color:#616060; text-align:left}
#footer p a {color:#616060; text-decoration:underline;}
#footer p a:hover {color:#000; text-decoration: none;}

#commentform {padding:0 10px;}
#commentform input {border:1px solid #DBDBDB; /*margin-left:10px;*/}
#commentform textarea {border:1px solid #DBDBDB; overflow:auto; /*margin-left:10px;*/ width:450px;}
#commentform input.btn {border:1px solid #DBDBDB;  color:#444444; font-size:10px; font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif; background:#DBDBDB;}
#commentform input.btn:hover {border:1px solid #BBB;}
#commentform input:hover {border:1px solid #BBB;}
#commentform textarea:hover {border:1px solid #BBB;}

input:focus {background-color: #FAFAFA; color:#000;}
textarea:focus {background-color: #FAFAFA; color:#000;}


.navigation {color:#404040;  font-size:12px; padding:10px 20px; height: 1em;}
.navigation a {color:#404040; text-decoration:none}
.navigation a:hover {color:#000; text-decoration: underline}

.altmeta {font-size:10px; padding:10px;}
.altmeta a {color:#767676;}
.altmeta a:hover {color:#000; text-decoration:none}



.postmetadata {color:#003B6D;}
.postmetadata a {color:#003B6D;}
.postmetadata  a:hover {color:#000; text-decoration:none}

.commentlist {margin-left:60px;}
.commentlist li {font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; color:#666; margin-right:10px;}
.commentlist li cite {font-size:12px; font-family:Tahoma, verdana, sans-serif;}
.commentmetadata {font-size:9px; font-family:Tahoma, verdana, sans-serif;}
.commenttext {font-size:11px; font-family:Tahoma, verdana, sans-serif; color:#444; margin-right:60px;}
.commentlist a {color:#444; text-decoration:none;}
.commenttext a {color:#444; text-decoration:underline;}
.commenttext a:hover {color:#000; text-decoration: none;}

#comments, #respond {padding-left:10px;}

#ed_toolbar {background: #FFF;}
#ed_toolbar .ed_button {font-size:9px; border: 1px solid #DBDBDB;background:#D7D7D7;  margin-right:1px; text-align:center; display:block; float:left; width:auto;}

.wpcf7-form input {border:1px solid #DBDBDB;}
.wpcf7-form textarea {border:1px solid #DBDBDB; overflow:auto;}
.wpcf7-form input[type=submit] {border:1px solid #DBDBDB; background-color:#FFF; font-weight:bold;}
.wpcf7-form input[type=submit]:hover {border:1px solid #BBB;}
.wpcf7-form input:hover {border:1px solid #BBB;}
.wpcf7-form textarea {width:436px; height:170px;}
.wpcf7-form textarea:hover {border:1px solid #BBB;}
.wpcf7-form input[type=text], .wpcf7-form textarea {font: 1.1em 'trebuchet ms', arial, sans-serif;}


.arch, .pagetitle {text-transform:uppercase; font:24px Arial, Helvetica, sans-serif; letter-spacing:-1px;}
.post h3 {font-size:12px; padding:5px 10px;}

a:focus {outline:0; -moz-outline:0;}

/* WP-PageNavi */
.wp-pagenavi {
	padding: 11px 18px 1px;
	/* text-align: center; */
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding: 2px 6px 2px 6px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #A61B00;
	color: #A61B00;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.pages {
	padding: 2px 6px 2px 6px; 
	margin: 2px;
	color: #404040;
	border: 1px solid #E5E5E5;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 6px 2px 6px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #E5E5E5;
	color: #404040;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 6px 2px 6px; 
	margin: 2px;	
	border: 1px solid #E5E5E5;
	color: #404040;
	background-color: #FFFFFF;
}

