/*  
Theme Name: Athena

Description: Athena Theme
Version: 1
Author: 
Author URI: 

	
*/



/* Begin Typography & Colors */


#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}



#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
	} 



.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	margin-left:20px;
	}



#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}



h2.pagetitle {
	font-size: 1.6em;
	}






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, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;

	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}



a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}



#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}




/* End Structure */



/*	Begin Headers */
h1 {

	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	margin-right:20px;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;	
	margin-left:20px;
	}

.alignright {
	float: right;
	margin-right:20px;
	}

.alignleft {
	float: left;
	margin-left:20px;
	}
/* 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 ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	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: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.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;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/*/ CSS Athena /*/


/*/ =======  structure =======/*/
html{
height:100%;
margin:0;
padding:0;
}

body{
background-image:url(images/blue_top_bg.png);
background-repeat:repeat-x;
background-position:top;
background-color:#ffffff;
height:100%;
width:100%;
margin:0;
padding:0;


}


#container{
width:auto;
margin-left:0px;
margin-right:0px;
height:auto;
padding:0;
margin-top:0px;
margin-bottom:0px;

}



/*/ =======  header =======/*/

#header{
height:90px;
width:100%;
background-image:url(images/white_top_bg.png);
background-repeat:repeat-x;
background-position:top;
text-align:left;
padding-top:0px;
margin-top:38px;
clear:both;

}
#header_content{
background-image:url(images/athenalogo.png);
background-position:right;
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
height:100%;
width:776px;
}

#home_button{
float:right;
border:none;
}
/*/ ======= top menu =======/*/

#top_menu{
float:left;
width:auto;
height:auto;
margin-top:30px;
display:block;
}

#top_menu ul{
margin:0;
padding:0;
}

#top_menu li{
list-style-type:none;
width:auto;
padding:0;
float:left;
border-top:7px solid #E5E5E5;
margin-left:18px;
}

#top_menu li.first{
margin-left:0px;
}

.inputform{
background-color:#ffffff;
color:#4A4A4A;
font-size:11px;
border: 1px solid #666666; 
height:18px;
width:135px;
}
.form p{
color:#363636;
font-size:11px;
font-family:Arial, Helvetica, sans-serif; 
font-weight:normal;
margin-left:15px;
}
.input2{
background-color:#ffffff;
color: #5F7079;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
border: 1px solid #666666; 
width:135px;
}
#top_menu li.active{
border-top:7px solid #DF2626;
}
#top_menu a{
text-decoration:none;
}
#top_menu a span{
visibility:hidden;
}


#top_menu a.who{
background-image:url(images/menu_who.gif);
background-repeat:no-repeat;
height:18px;
width:77px;
float:left;
margin-top:10px;
}

#top_menu a.what{
background-image:url(images/menu_what.gif);
background-repeat:no-repeat;
height:18px;
width:77px;
float:left;
margin-top:10px;

}
#top_menu a.news{
background-image:url(images/menu_news.gif);
background-repeat:no-repeat;
height:18px;
width:38px;
float:left;
margin-top:10px;
}
#top_menu a.contact{
background-image:url(images/menu_contact.gif);
background-repeat:no-repeat;
height:18px;
width:52px;
float:left;
margin-top:10px;
}
#top_menu a.blog{
background-image:url(images/menu_blog.gif);
background-repeat:no-repeat;
height:18px;
width:33px;
float:left;
margin-top:10px;
}
#top_menu a.register{
background-image:url(images/menu_register.gif);
background-repeat:no-repeat;
height:18px;
width:51px;
float:left;
margin-top:10px;
}

#top_menu a.home{
background-image:url(images/menu_home.png);
background-repeat:no-repeat;
height:18px;
width:36px;
float:left;
margin-top:10px;
}

/*/ =======  red cross bar home page =======/*/

#red_cross_bar{
background-image:url(images/red_top_bg.png);
width:100%;
height:219px;
clear:both;
}

#red_holder{
margin-left:auto;
margin-right:auto;
height:100%;
width:864px;
margin-top:0px;
margin-bottom:0px;
padding:0;

}
#red_shadow_left{
background-image:url(images/red_shadow_left.png);
background-repeat:no-repeat;
background-position:top;
height:219px;
width:44px;
float:left;
}

#red_shadow_right{
background-image:url(images/red_shadow_right.png);
background-repeat:no-repeat;
background-position:top;
height:219px;
width:44px;
float:left;
}

#blue_panel{
width:509px;
height:219px;
float:left;
background-color:#4797CA;
border-right: 1px solid #1F77A0;
background-image:url(images/blue_bg.png);
background-repeat:repeat-y;
}

#blue_panel p{
margin-left:70px;
margin-right:40px;
color:#E9F7FE;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
}
#quotation h1{
margin-top:25px;
margin-left:28px;
background-image:url(images/outstanding_creative.png);
background-repeat:no-repeat;
height:48px;
width:453px;
padding:0;
}
#quotation h1 span{
visibility:hidden;
}
#red_bar_image{
height:219px;
width:265px;
float:left;
border-left:1px solid #ABCFE9;
}


/*/ =======  red cross bar generic - it's thinner... =======/*/

#red_cross_bar_thin{
background-image:url(images/red_top_bg.png);
width:100%;
height:30px;
clear:both;
}


#red_shadow_left_thin{
background-image:url(images/red_shadow_left.png);
background-repeat:no-repeat;
background-position:top;
height:30px;
width:44px;
float:left;
}

#red_shadow_right_thin{
background-image:url(images/red_shadow_right.png);
background-repeat:no-repeat;
background-position:top;
height:30px;
width:44px;
float:left;
}

#blue_panel_thin{
width:775px;
height:30px;
float:left;
background-color:#4797CA;
border-right: 1px solid #1F77A0;
background-image:url(images/blue_bg_thin.png);
background-repeat:repeat-y;
}



/*/ =======  main content of page  =======/*/
#main{
background-image:url(images/main_bg.png);
background-repeat:repeat-x;
background-position:top;
width:100%;
height:auto;
margin:0;
padding:0;
}

#all_columns{
margin-left:auto;
margin-right:auto;
height:100%;
width:776px;
margin-top:0px;
margin-bottom:0px;
padding:0px;
background-image:url(images/all_colun_bg.png);
background-repeat:repeat-x;
background-position:top;
border-left: 1px solid #A7B4BD;
border-right: 1px solid #A7B4BD;
background-color:#ffffff;
}



/*/ =======  news column =======/*/

#left_column{
float:left;
height:auto;
margin-top:33px;
width:203px;
background-image:url(images/news_column_border.png);
background-position:right;
background-repeat:repeat-y;
margin-left:0px;
padding:0;
margin-bottom:20px;
}

.image_panel_light_blue{
width:163px;
height:121px;
background-color:#F1F6FA;
border:1px solid #BED0E6;
margin-left:15px;
}

.newsimg{
width:87px;
height:95px;
margin-left:35px;
margin-top:12px;
padding:0;
}

#left_column h1{
font-size:0.5em;
margin-left:20px;
margin-right:20px;
color:#0E6EAA;
font-weight:normal;
font-size:1.1em;
font-family:Arial, Helvetica, sans-serif;
}



#left_column h2{
color:#3183B0;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
line-height:1.3em;
margin-left:20px;
margin-right:20px;
}
#left_column p{
font-size:0.8em;
line-height:1.23em;
font-family:Arial, Helvetica, sans-serif;
color:#7B7B7B;
margin-left:20px;
margin-right:20px;
}
#left_column li{
font-size:0.5em;
}
#left_column a{
color:#E32826;

line-height:1.9em;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
margin-left:20px;
margin-right:20px;
}

#left_column a:hover{
text-decoration:underline;
}


.left_column_logo{
margin-left:20px;
margin-top:25px;
margin-bottom:0px;
}

.caption{
font-size:0.85em;
color:#525252;
text-align:right;

}

.quote{
color:#0E6EAA;
font-size:0.8em;
margin-top:0px;
margin-left:20px;
width:140px;
float:left;
}
.quotation_img{
margin-left: 0px;
margin-bottom:0px;
}

.quotation_img_out{
margin-left:130px;

}

.author{
color:#525252;
text-align:left;
margin-left:20px;
font-size:.8em;

}

/*/ =======  left menu in the left hand column =======/*/

#left_menu{
width:166px;
height:auto;
width:163px;
background-color:#F1F6FA;
border:1px solid #BED0E6;
margin-left:20px;
}

#left_menu ul{
margin-top:15px;
padding:0px;
margin-left:15px;
}

#left_menu li{
list-style-image:url(images/listimage.png);
margin-left:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:0.7em;
color:#0E6EAA;
line-height:2.05em;

}

#left_menu li.rss{
list-style-image:url(images/rss.png);
margin-left:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:0.7em;
color:#0E6EAA;
line-height:2.05em;

}
#left_menu li a{
font-family:Arial, Helvetica, sans-serif;
color:#0E6EAA;
margin-left:0px;
}

#left_menu li a.active{
font-family:Arial, Helvetica, sans-serif;
color:#D10102;
margin-left:0px;
}

/*/ =======  our work column =======/*/

#our_work_column{
float:left;
height:auto;
margin-top:33px;
width:571px;
margin-left:0px;
padding:0;
}

#our_work_column h1{
color:#0E6EAA;
margin-left:20px;
margin-right:20px;
font-weight:normal;
font-size:1.1em;
margin-left:20px;
font-family:Arial, Helvetica, sans-serif;
}
#our_work_column h1 span{
visibility:hidden;
}


.picturelink_panel{
width:220px;
height:85px;
border:1px solid #C5C7C4;
padding:0px;
margin-left:40px;
margin-bottom:25px;
float:left;
}

.picturelink_panel2{
width:220px;
height:85px;
border:1px solid #C5C7C4;
padding:0px;
margin-left:20px;
margin-bottom:25px;
clear:both;
}
.picturelink_panel3{
width:220px;
height:85px;
border:1px solid #C5C7C4;
padding:0px;
margin-left:20px;
margin-bottom:25px;
float:left;
}
.linkimage{
margin-left:4px;
margin-top:4px;
width:210px;
height:75px;
border:none;

}


/*/ =======  wide column =======/*/

#wide_column{
float:left;
height:auto;
margin-top:33px;
width:571px;
margin-left:0px;
padding:0;
}

#wide_column h1{
color:#0E6EAA;
margin-left:20px;
margin-right:20px;
font-weight:normal;
font-size:1.1em;
margin-left:20px;
font-family:Arial, Helvetica, sans-serif;
}


#wide_column h2{
font-family:Arial, Helvetica, sans-serif;
font-size: 1em;
line-height:1.5em;
color:#0E6EAA;
margin-left:20px;
margin-right:20px;
font-weight:normal;


}
#wide_column p{
color:#525252;
font-family:Arial, Helvetica, sans-serif;
font-size:.8em;
margin-left:20px;
margin-right:20px;
}

#wide_column a{
color:#0E6EAA;
font-family:Arial, Helvetica, sans-serif;


}

#wide_column a:hover{
color:#0E6EAA;
text-decoration:underline;
}
#wide_column li{
font-size:.8em;
}
/*/ =======  clientlist =======/*/



.client{
clear:both;
float:left;
height:auto;
width:100%;
padding-bottom:10px;



}
.client_info{
width: 260px;
text-align: left;
margin-left: 5px;
float: left;
padding: 0px;
border: 1px solid #cccccc;
padding-top:4px;
padding-bottom:4px;

}
.clientleft
	{
width:220px;
height:85px;
border:1px solid #C5C7C4;
padding:0px;
margin-left:0px;
margin-bottom:25px;
float:left;
border:1px solid red;

	}
	

/*/ =======  footer  =======/*/
#footer{
	width:748px;
	height:80px;
	clear: both;
	margin-top:0px;
	text-align:center;
	background-color:#ffffff;
	padding-bottom:60px;
	padding-top:15px;
	background-image:url(images/dot_horizontal.png);
	background-position:top;
	background-repeat:repeat-x;
	margin-left:15px;
	margin-right:15px;
	
}
#footer p{
	line-height:1.4em;
	font-size:0.70em;
	font-weight:normal;
	color:#A1A1A1;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#footer a{
color:#A1A1A1;
font-weight:normal;
text-decoration:underline;

}

#footer a:hover{
text-decoration:none;
}

.rightalign{
float:right;
}

.rightalign_logo{
float:right;
border: none;
margin-top:20px;
}
.mp3{
list-style-image:url(images/mp3.gif);
background-position:left;
background-repeat:none;
}

.pdf{
list-style-image:url(images/pdf_icon.jpg);
background-position:left;
background-repeat:none;
}
.wmv{
list-style-image:url(images/wmv.gif);
background-position:left;
background-repeat:none;
}


.rss{
list-style-image:url(images/rss.png);
background-position:left;
background-repeat:none;
}