/*   
Theme Name: atotw
Theme URI: http://xpert.com.au/
Description: a simple, clean and  elegant theme.
Version: 1.0
Author: xpertweb
Author URI: http://www.xpert.com.au
Tags: simple, two columns, widget ready
*/

/*------------------- General --------------------*/
*
{
	margin: 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0;
	padding: 0 30px;
}

body
{
	background: #7bbbc8 none repeat scroll 0 0;
	font-size: 12px;
	font-family: Tahoma,Verdana,Arial,sans-serif;
}

#page
{
	width: 950px;
	margin: 0 auto;
}

a
{
	color: #02576B;
	text-decoration: none;
}

a:hover
{
	color: #CC6600;
}

/*---------------------- Header, menu ----------------------*/
#header
{
	height: 150px;

background-color: #c7dce1;

background-image: url(images/banner-bg.gif);

background-repeat: repeat-x;

background-attachment: scroll;

background-position: 50% 0pt;

border-top-width: 1px;

border-top-style: solid;

border-top-color: #d9f3f9;

overflow-x: hidden;

overflow-y: hidden;
}
#logo{

width: 210px;

height: 150px;

background-color: transparent;

background-image: url(images/topbanner-v3.gif);

background-repeat: no-repeat;

background-attachment: scroll;

background-position: 0pt 0pt;

margin-top: 0pt;

float: left;
}

div.logowrap

{

margin-top: 0pt;

margin-right: auto;

margin-bottom: 0pt;

margin-left: auto;

width: 950px;

}
h1, h2, h3 {
font-family: Tahoma,sans-serif;
font-weight: normal;
color: #02576b;
}

h2{
font-size: 170%;

width: 100%;

line-height: 30px;

font-family: Tahoma,sans-serif;

color: #02576b;
}

#header h1 a
{
	color: #FFFFFF;
	font-size: 24px;
}

#header h2
{
	font-size: 14px;
	color: #FFFFFF;
}

#menu
{
	height: 56px;

background-color: transparent;

background-image: url(images/menu-bg.png);

background-repeat: repeat-x;

background-attachment: scroll;

background-position: 0pt 0pt;

}
#menu ul {

	list-style: none;

	margin: 0;

	padding: 0;

}



#menu li {

	display: block;

	float: left;

	margin: 0;

	padding: 0;

	background: none;

}


/*#menu ul
{
	list-style-type: none;
	margin: 0 0 0 60px;
	padding: 0;
	float: left;
}

#menu ul li
{
	float: left;
	margin: 0 10px 0 0;
}*/

#menu a
{
	white-space: nowrap;

font-family: Arial Narrow,Helvetica,sans-serif;

color: #ffffff;

display: block;

float: left;

height: 53px;

line-height: 53px;

font-weight: normal;

text-transform: uppercase;

padding-top: 0px;

padding-right: 15px;

padding-bottom: 0px;

padding-left: 15px;

background-color: transparent;

background-image: url(images/menu-divider.png);

background-repeat: no-repeat;

background-attachment: scroll;

background-position: 100% 0pt;
}

#menu  a:hover
{
	text-decoration: none;

color: #cccccc;
}
#menu li.current_page_item
{
background: url(images/active-menu-r.png) 100% 0;
}

#menu li.current_page_item a
{
	/*background: #FFFFFF none repeat scroll 0 0;
	color: #CC6600;
	font-size: 16px;
	display: block;*/
	background-color: transparent;
background-image: url(images/active-menu-l.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0pt 0pt;
color: #000000;
}

/*.page_item a
{
	color: #FFFFFF;
	display: block;
}*/



/*------------------------- Container, main, sidebar ---------------------*/
#container
{
	overflow: hidden;
	/*background-image: url(images/bg.gif);*/
	background-position: top right;
	background-repeat: repeat-y;
	/*background-color: #FFFFFF;*/
	margin: 0 0 10px 0;
}

#main
{
	width: 700px;
	padding: 15px 0;
	float: right;
	background-color:#FFFFFF;
	border:#E7F9FB 8px solid;
	margin-top:10px;
}

#sidebar
{
	width: 205px;
	float: left;
	border:#E7F9FB 8px solid;
	background-color:#FFFFFF;
	padding: 0;
	margin-top:10px;
}

/*---------------------- Content -------------------------*/
.post
{
	margin-bottom: 5px;
}

.postdate
{
	/*background: #E6E6E6 none repeat scroll 0 0;
	border: 1px solid #CCCCCC;*/
	border-bottom:#E6E6E6 1px dotted;
	
	color: #666666;
	text-align: right;
	padding: 5px 10px;
}

.month
{
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	margin: 3px 0 5px;
}

.date
{
	text-align: center;
	margin-top: 2px;
	font-size: 20px;
}

.title
{
	overflow: hidden;
	margin: 0 0 0 20px;
}

.title h2
{

	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0;
}

.title h2 a, .title h2 a:visited
{
color: #02576b;
}

.title h2 a:hover
{
	color: #CC6600;
}

.postmeta{
	color: #666666;
	padding: 5px 0 0 0;
}

.postmeta_category
{
	background: url(images/category.gif) no-repeat;
	padding: 0 5px 0 18px;
}

.postmeta_author
{
	background: url(images/author.gif) no-repeat;
	padding: 0 5px 0 18px;
}

.postmeta_category a
{
	color: #666666;
}

.postmeta_category a:hover
{
	color: #CC6600;
}

.entry
{
	margin: 20px 20px 20px 30px;
	
}

.entry h3
{
	margin: 10px 0;
	font-size: 16px;
}

.entry h4
{
	margin: 10px 0;
}

.entry p
{
	/*text-indent: 15px;*/
	margin: 5px 0;
}

.additionalinfo
{
	overflow: hidden;
	margin: 0 10px;
}

.ai_tags
{
	background: url(images/tags.gif) no-repeat;
	padding-left: 20px;
	float: left;
	width: 450px;
}

.ai_tags a
{
	color: #666666;
}

.ai_tags a:hover
{
	color: #CC6600;
}

.ai_comments
{
	float: right;
	color: #666666;
}

.ai_comments a
{
	background: #E6E6E6 none repeat scroll 0 0;
	border: 1px solid #BDBDBD;
	color: #666666;
	display: block;
	padding: 5px;
}

.ai_comments a:hover
{
	background: #FFFFFF none repeat scroll 0 0;
	color: #CC6600;
}

.navi
{
	overflow: hidden;
}

.navi .left
{
	float: left;
	padding: 8px;
}

.navi .right
{
	float: right;
	padding: 8px;
}

/*------------------------ Sidebar ------------------------*/
#sidebar ul
{
	padding: 15px;
}

#sidebar a
{
	color: #666666;
	text-decoration: none;
}

#sidebar a:hover
{
	color: #CC6600;
}

#sidebar ul h2
{
	/*font-size: 18px;
	line-height: 180%;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	color: #336666;
	border-bottom: 1px solid #CCCCCC;*/
	background-color: #daeffa;

background-image: url(images/module-h3.png);

background-repeat: repeat-x;

background-attachment: scroll;

background-position: 0pt 0pt;

padding-top: 5px;

padding-right: 0pt;

padding-bottom: 5px;

padding-left: 8px;

font-family: Tahoma,Helvetica,Arial Narrow;

font-size: 110%;

color: #02576b;

border-top-width: 1px;

border-top-style: solid;

border-top-color: #b7ecf5;

border-left-width-value: 3px;

border-left-style-value: solid;

border-left-color-value: #b7ecf5;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

border-right-width-value: 3px;

border-right-style-value: solid;

border-right-color-value: #b7ecf5;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: #b7ecf5;

margin-top: 5px;

margin-right: 0pt;

margin-bottom: 10px;

margin-left: 0pt;
}

#sidebar ul li
{
	list-style: none;
	line-height: 180%;
	font-size: 12px;
	padding-bottom: 15px;
}

#sidebar ul ul
{
	padding: 0px 10px;
}

#sidebar ul ul li
{
	border-bottom: 1px solid #eeeeee;
	padding: 2px 0;
	background: url(images/side.gif) no-repeat 0 10px;
	padding-left: 16px;
}

/*--------------------- Footer ------------------------*/
#footer
{
background-color: #003333;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

height: 40px;

color: #ffffff;
}

#bottomwidget
{
	background: #F7F8E0 none repeat scroll 0 0;
}

#bottomwidget a
{
	color: #666666;
	text-decoration: none;
}

#bottomwidget a:hover
{
	color: #CC6600;
}

#bottomwidget ul
{
	padding: 0 10px;
	margin: 0;
	overflow: hidden;
}

#bottomwidget ul h2
{
	font-size: 18px;
	line-height: 180%;
	padding: 5px 0;
	margin-bottom: 10px;
	color: #336666;
	border-bottom: 1px solid #CCCCCC;
}

#bottomwidget ul li
{
	list-style-type: none;
	float: left;
	padding: 20px;
	width: 280px;
}

#bottomwidget ul ul
{
	padding: 0px 10px;
}

#bottomwidget ul ul li
{
	border-bottom: 1px solid #eeeeee;
	padding: 2px 0;
	background: url(images/side.gif) no-repeat 0 10px;
	padding-left: 16px;
	width: 240px;
}

#footer a
{
	color: #efefef;
}

#footer a:hover
{
	color: #CC6600;
}

#footer .footer_left
{
	float: left;
	line-height: 160%;
}

#footer .footer_right
{
	float: right;
	line-height: 160%;
}

/*-------------------- Comment ------------------------*/
.commentstitle
{
	border-top: 1px solid #CCCCCC;
	margin: 0 0 0 20px;
}

.commentstitle h3
{
	padding-bottom: 10px;
	padding-top: 10px;
}

.commentsnumber
{
	color: #CC6600;
}

.trackback
{
	float: right;
	padding-top: 10px;
	padding-right: 12px;
}

.commentlist
{
	color: #666666;
	list-style-type: none;
	padding: 10px 12px;
	margin: 0 0 0 20px;
}

.commentlist li
{
	border-top: 1px solid #CCCCCC;
	padding: 0 0 20px 0;
	overflow: hidden;
}

.alt
{
	background-color: #F2F2F2;
}

.commentmeta
{
	overflow: hidden;
	padding: 10px 0 10px 5px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #F7F8E0 none repeat scroll 0 0;
	width: 200px;
	float: right;
}

.authcommentmeta
{
	overflow: hidden;
	padding: 10px 0 10px 5px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #D0F5A9 none repeat scroll 0 0;
	width: 200px;
	float: right;
}

.commentavatar
{
	float: left;
}

.commentinfo
{
	float: left;
	width: 150px;
}

.commentauthor
{
	font-size: 16px;
}

.commentauthor a
{
	color: #02576B;
}

.commentauthor a:hover
{
	color: #CC6600;
}

.commenttime
{
	font-size: 12px;
}

.commentcontent
{
	width: 400px;
	padding: 10px;
	
}

.tbinfo
{
	padding: 10px;
	overflow: hidden;
}

.tbsource
{
	float: left;
	width: 450px;
}

.tbtime
{
	float: right;
	width: 150px;
}

.tbcontent
{
	padding: 10px;
}

.avatar
{
	width: 32px;
	height: 32px;
	display: block;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin: 5px;
}

#comform
{
	margin: 0 0 0 20px;
}

#respond
{
	font-size: 18px;
	color: #336666;
	margin-bottom: 15px;
	margin-top: 10px;
}

#commentform p
{
	margin: 0 0 10px 0;
}

input#author, input#email, input#url, textarea#comment
{
	margin-left: 12px;
	border: 2px solid #CCCCCC;
	padding: 2px;
	width: 200px;
	background-color: #F9F9F9;
} 

textarea#comment
{
	width: 550px;
	height: 200px;
}

input#author:focus, input#email:focus, input#url:focus, textarea#comment:focus
{
	color: #666666;
	border: 2px solid #FF0000;
	background-color: #FFFFFF;
}

label
{
	margin-left: 5px;
	font-size: 12px;
}

input#submit
{
	margin-left: 12px;
	background-color: #f9f9f9;
	border: 2px solid #CCCCCC;
	width: 80px;
	padding: 2px 5px;
	color: #666666;
	font-size: 12px;
}

/*----------------- Blockquote, code, list -----------------*/
blockquote
{
	background-color: #EEEEEE;
	color: #666666;
	margin: 10px 30px 10px 20px;
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
	border-left: 5px solid #669900;
}

pre
{
	background: #E6E6E6 none repeat scroll 0 0;
	border: 1px solid #BDBDBD;
	color: #666666;
	overflow: auto;
	margin: 10px;
	padding: 10px;
}

code
{
	background: #E6E6E6 none repeat scroll 0 0;
	border: 1px solid #BDBDBD;
	color: #666666;
}

.post ul, .post ol
{
	margin: 10px 0 10px 0;
	padding-left: 40px;
	padding-right: 40px;
}

.post li
{
	padding: 2px 0 2px 0;
}

.edit_link
{
	float: left;
	clear: both;
}

/*------------------------ Search Form ------------------------*/

#searchform
{
	background: url(images/search.gif) no-repeat left top;
	height: 32px;
	width: 200px;
}

#searchform:hover
{
	background: url(images/search.gif) no-repeat left bottom;
}

#searchinput
{
	background: none;
	border: none;
	width: 115px;
	height: 23px;
	padding: 0 5px 0 10px;
	color: #666666;
}

#searchsubmit
{
	background: none;
	border: none;
	width: 60px;
	height: 30px;
	cursor:pointer;
}

/*------------------------ Archives Page ------------------------*/

.archivespage_tag
{
	border: 1px solid #CCCCCC;
	margin: 30px 0;
	padding: 5px;
}

.archivespage_tag a
{
	color: #666666;
	text-decoration: none;
}

.archivespage_tag a:hover
{
	color: #CC6600;
}

.archivesnumber
{
	color: #CC6600;
}

/*------------------------ wp-thread-comment plugin ------------------------*/

.thdrpy
{
	text-align: left;
	font-size: 12px;
	margin: 10px 0;
}

/*------------------------ official alignment ------------------------*/
img
{
	padding: 5px;
	margin: 10px;
}

.wp-smiley
{
	margin: 0;
	padding: 0;
}

a img
{
	color: #666666;
}

a img:hover
{
	color: #CC6600;
}

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;
}

.aligncenter, div.aligncenter
{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft
{
   float: left;
}

.alignright
{
   float: right;
}

.wp-caption
{
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img
{
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text
{
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

a.tooltip span {display:none; padding:10px; margin-left:5px; margin-top:18px; width:330px;}
a.tooltip:hover span{display:inline; position:absolute; background: url(bubble.png) no-repeat; color:#efefef;font-weight: normal;}

/*---iconize----*/
/* Iconize 0.5 */

/* websites (pictures and movies) */
a[href *="youtube.com/watch?"], a[href *="sevenload.com/videos/"], a[href *="metacafe.com/watch/"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_film.gif) no-repeat center right;
}

a[href *="flickr.com/photos/"], a[href *="zooomr.com"], a[href *="imageshack.us"], a[href *="bubbleshare.com"], a[href *="sevenload.com/bilder/"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_pic.gif) no-repeat center right;
}

/* extensions */

a[href$='.doc'], a[href$='.rtf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_doc.gif) no-repeat center right;
}

a[href$='.txt'] {
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_txt.gif) no-repeat center right;
}

a[href$='.xls'] {
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_xls.gif) no-repeat center right;
}

a[href$='.rss'], a[href$='.atom'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_feed.gif) no-repeat center right;
}

a[href$='.opml'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_opml.gif) no-repeat center right;
}

a[href$='.phps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_phps.gif) no-repeat center right;
}

a[href$='.phps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_phps.gif) no-repeat center right;
}

a[href$='.torrent'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_torrent.gif) no-repeat center right;
}

a[href$='.vcard'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_vcard.gif) no-repeat center right;
}

a[href$='.exe'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_exe.gif) no-repeat center right;
}

a[href$='.dmg'], a[href$='.app'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_dmg.gif) no-repeat center right;
}

a[href$='.pps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_pps.gif) no-repeat center right;
}

a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_pdf.gif) no-repeat center right;
}

a[href$='.xpi'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_plugin.gif) no-repeat center right;
}

a[href$='.fla'], a[href$='.swf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_flash.gif) no-repeat center right;
}

a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_archive.gif) no-repeat center right;
}

a[href$='.ical'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_ical.gif) no-repeat center right;
}

a[href$='.css'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_css.gif) no-repeat center right;
}

a[href$='.ttf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_ttf.gif) no-repeat center right;
}

a[href$='.jpg'], a[href$='.gif'], a[href$='.png'], a[href$='.bmp'], a[href$='.jpeg'], a[href$='.svg'], a[href$='.eps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_pic.gif) no-repeat center right;
}

a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_film.gif) no-repeat center right;
}

a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_music.gif) no-repeat center right;
}

/* messenger */
a[href ^="aim:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(icons/icon_aim.gif) no-repeat center right;
}

a[href ^="msnim:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(icons/icon_msn.gif) no-repeat center right;
}

a[href ^="xmpp:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(icons/icon_jabber.gif) no-repeat center right;
}

a[href *="icq.com"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_icq.gif) no-repeat center right;
}

a[href *="edit.yahoo.com/config/send_webmesg?"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_yim.gif) no-repeat center right;
}

a[href ^="callto:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(icons/icon_call.gif) no-repeat center right;
}

a[href ^="skype:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(icons/icon_skype.gif) no-repeat center right;
}

a[href ^="gg:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(icons/icon_gadugadu.gif) no-repeat center right;
}

/* email */
a[href ^="mailto:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(icons/icon_mailto.gif) no-repeat center right;
}

/* use this class to make sure that images won't get iconized */

.imageLink {
	padding-right: 0px !important;
	background: none !important;
}
