/*
Theme Name: Gotomobile Default
Theme URI: http://www.gotomobile.com/
Description: The first ever WordPress theme for Gotomobile.
Version: 1.5
Author: Jeffrey Chiang
*/

/* Body & Stucture Elements
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
	background: url(images/sidebar_bg.jpg) repeat-y #404040;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	}

body.subpage { background: url(images/page_bg.jpg) repeat-y #404040; }

#page {
	float: left;
	width: 800px;
	}

#header {
	background: url(images/header_graphic.jpg) no-repeat;
	float: left;
	margin-left: 20px;
	width: 610px;
	height: 140px;
	}
	
#header-3gsm { 
	background: url(images/header_graphic_3gsm.jpg) no-repeat; 
	float: left;
	margin-left: 20px;
	width: 610px;
	height: 140px;
	}	

#sidebar {
	float: left;
	margin-left: 30px !important;
	margin-left: 15px;
	width: 130px;
	}

	#sidebar a img.logo {
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding: 48px 0 52px 0;
		border: none;
		}
	
	#sidebar div.sidebar-hr, #footer div.sidebar-hr {
		background: url(images/sidebar_divider.jpg) repeat-x;
		width: 130px;
		height: 10px;
		}
	
		#sidebar div.sidebar-hr hr, #footer div.sidebar-hr hr { display: none; }

#wideheader {
	float: left;
	margin-left: 10px;
	width: 610px;
	}

#widecolumn {
	float: left;
	margin-left: 10px;
	width: 410px;
	overflow: visible; /* IE WIN <em> Problem Fix */
	}

	#widecolumn div.section-hr, #wideheader div.section-hr {
		background: url(images/section_divider.jpg) repeat-x;
		height: 5px;
		}
	
		#widecolumn div.section-hr hr, #wideheader div.section-hr hr, #widecolumn div.column-hr hr, #narrowcolumn div.section-hr hr, #narrowcolumn div.column-hr hr { display: none; }
	
	#widecolumn div.column-hr {
		background-color: #454545;
		height: 5px;
		margin: 15px;
		}
	
	#widecolumn div#special {
		font-size: 13px;
		line-height: 20px;
		color: #333333;
		background: #FFFFDD;
		border: 1px solid #FF6600;
		margin: 10px 10px 0 10px;
		padding: 10px;
		}	

#widecolumn form#commentform { padding: 15px; }

	#widecolumn form#commentform p input {
		width: 170px;
		padding: 2px;
		margin: 5px 0;
		}
	
	#widecolumn form#commentform p input#submit {
		margin: 0;
		float: right;
		}
	
	#widecolumn form#commentform p textarea {
		width: 98%;
		padding: 2px;
		}

#narrowcolumn {
	background: url(images/narrow_bg.jpg) repeat-y;
	float: left;
	margin: 0;
	width: 210px;
	}

	#narrowcolumn div.section-hr {
		background: url(images/section_divider.jpg) repeat-x;
		height: 5px;
		margin: 0 10px;
		}
	
	#narrowcolumn div.column-hr {
		background-color: #454545;
		height: 5px;
		margin: 10px;
		}
			
	#narrowcolumn div.amm { margin: 10px 0; }
		
		#narrowcolumn div.amm p img { width: 70px; }	
		
	#narrowcolumn div.flickr {
		float: left;
		margin: 10px 0 0 13px !important;
		margin: 10px 0 0 6px;
		}

		#narrowcolumn div.flickr img {
			border:  1px solid #666666;
			float: left;
			margin: 0 0 10px 10px;
			}			
		
#narrowfooter {
	background: url(images/narrow_footer.jpg) no-repeat;
	width: 210px;
	height: 17px
	}

body.subpage #narrowfooter {
	width: 200px;
	height: 17px;
	}

#copyright {
	text-indent: -9000px;
	background: url(images/footer_copyright.gif) no-repeat;
	width: 117px;
	height: 7px;
	display: block;
	clear: both;
	margin: 0 0 5px 6px;
	}

#footer {
	float: left;
	margin: 50px 0 0 30px !important;
	margin: 50px 0 0 15px;
	padding: 0;
	width: 770px;
	}
	
#gotomedia { }

	#gotomedia a {
		text-indent: -9000px;
		background: url(images/gotomedia.jpg) no-repeat;
		width: 130px;
		height: 24px;
		display: block;
		}	

div.flvPlayer {
	text-align: center;
	margin: 10px;
	}

/* Headers
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1 { /* Column Title (sIFR) */
	color: #FFFFFF;
	text-transform: uppercase; 
	}

	#widecolumn h1, #wideheader h1 {
		font-size: 24px; 
		margin: 10px 0 10px 15px;
		padding: 0;
		}
	
	#narrowcolumn h1 {
		font-size: 20px;
		margin: 5px 0 5px 20px;
		padding: 0;
		}

h2 { /* Post Title */ }

	#widecolumn h2 {
		font-size: 18px;
		margin: 10px 15px;
		padding: 0;
		}
	
	#narrowcolumn h2 {
		font-size: 14px;
		margin: 10px 20px;
		padding: 0;
		}

h3 { /* Sidebar Section Title (sIFR) */
	font-size: 12px;
	text-transform: uppercase;
	margin: 10px;
	padding: 0;
	}

h4 { /* Comment Description Title */
	font-size: 15px;
	color: #666666;
	margin: 0 15px;
	}

/* Paragraph & Text
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#widecolumn p {
	color: #EFEFEF;
	line-height: 16px;
	margin: 0 15px 8px 15px;
	}

	#widecolumn p strong { 
		background: url(images/strong.gif) bottom repeat-x;
		padding-bottom: 2px;
		}
	
	#widecolumn p img { 
		background: #EEEEEE;
		border: 1px solid #666666;
		padding: 2px; 
		}
		
		#widecolumn p img.no-border { 
			background: transparent;
			border: none;
			padding: 0; 
			}
	
	#widecolumn p.meta {
		color: #666666;
		}
	
	#widecolumn p.meta img {
		border: none;
		width: 16px;
		padding: 0;
		}	
	
	#widecolumn p acronym, abbr {
		cursor: help;
		border-bottom: 1px dotted #999;
		}

	#widecolumn p.tags a {
		line-height: 30px;
		margin: 0 10px;
		white-space: nowrap;
		}

#widecolumn blockquote {
	margin: 15px 30px;
	padding: 10px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: #454545;
	}

	#widecolumn blockquote cite {
		margin: 5px 0 0;
		display: block;
		}		

#narrowcolumn p {
	color: #999999;
	line-height: 16px;
	margin: 0 20px 8px 20px;
	}

	#narrowcolumn p img {
		border: 1px solid #666666;
		width: 170px;
		}
	
	#narrowcolumn p.meta img {
		border: none;
		width: 16px;
		}
			
/* Navigation & Lists
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

ul, li {
	margin: 0;
	padding: 0;
	}

#sidebar ul.category { 
	list-style: none;
	margin: 10px 0 10px 10px;
	padding: 0
	}

	#sidebar ul.category li {
		text-indent: -9000px;
		margin-bottom: 10px;
		width: 120px;
		height: 30px;
		}
	
		#sidebar ul.category li a {
			text-decoration: none;
			display: block;
			width: 110px;
			height: 30px;
			}
	
	#sidebar ul.category li#thoughts {
		background: url(images/sidebar_navi.gif) no-repeat;
		background-position: 0 -30px;
		}
	
		#sidebar ul.category li#thoughts a {
			background: url(images/sidebar_navi.gif) no-repeat;
			background-position: 0 0;
			}
					
			#sidebar ul.category li#thoughts a.selected, #sidebar ul.category li#thoughts a.selected:hover {
				background: url(images/sidebar_navi.gif) no-repeat;
		 		background-position: 0 -60px;
		 		width: 120px;
				}			
	
	#sidebar ul.category li#life {
		background: url(images/sidebar_navi.gif) no-repeat;
		background-position: -120px -30px;
		}
	
		#sidebar ul.category li#life a {
			background: url(images/sidebar_navi.gif) no-repeat;
			background-position: -120px 0;
			}
			
			#sidebar ul.category li#life a.selected, #sidebar ul.category li#life a.selected:hover {
				background: url(images/sidebar_navi.gif) no-repeat;
		 		background-position: -120px -60px;
		 		width: 120px;
				}				
	
	#sidebar ul.category li#links {
		background: url(images/sidebar_navi.gif) no-repeat;
		background-position: -240px -30px;
		}
	
		#sidebar ul.category li#links a {
			background: url(images/sidebar_navi.gif) no-repeat;
			background-position: -240px 0;
			}
					
			#sidebar ul.category li#links a.selected, #sidebar ul.category li#links a.selected:hover {
				background: url(images/sidebar_navi.gif) no-repeat;
		 		background-position: -240px -60px;
		 		width: 120px;
				}		
	
		#sidebar ul.category li#thoughts a:hover, #sidebar ul.category li#life a:hover, #sidebar ul.category li#links a:hover{ background: transparent; }

#sidebar ul.default {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
	#sidebar ul.default li { margin: 0 0 8px 15px; }
	
		#sidebar ul.default li a { color: #666666; }

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

	#footer ul li {
		text-indent: -9000px;
		display: inline;
		height: 12px;
		}
	
		#footer ul li a {
			float: left;
			margin: 8px 0 8px 6px;
			height: 12px;
			overflow: hidden; /* IE fix */
			}
		
		#footer ul li#xhtml a {
			width: 31px;
			background: #6699FF url(images/footer_btn.gif) no-repeat;
			background-position: 0 0;
			}
		
		#footer ul li#css a {
			width: 22px;
			background: #FF9933 url(images/footer_btn.gif) no-repeat;
			background-position: -31px 0;
			}
		
		#footer ul li#sifr a {
			width: 23px;
			background: #659899 url(images/footer_btn.gif) no-repeat;
			background-position: -53px 0;
			}
		
		#footer ul li#rss a {
			width: 22px;
			background: #FF6600 url(images/footer_btn.gif) no-repeat;
			background-position: -76px 0;
			}


#widecolumn ul.navigation {
	list-style: none;
	float: left;
	width: 100%;
	margin: 10px 0 20px 0 !important;
	margin-bottom: 10px; /* IE fix */
	}
	
	#widecolumn ul.navigation li { 
		text-indent: -9000px; 
		display: inline;
		}
					
		#widecolumn ul.navigation li a {
			height: 15px;
			width: 40px;
			margin: 0 15px;
			}
			
		#widecolumn ul.navigation li.navprev a {
			background: url(images/nav_prev.gif) no-repeat;
			float: left;
			}
		
		#widecolumn ul.navigation li.navnext a {
			background: url(images/nav_next.gif) no-repeat;
			float: right;
			}

#widecolumn ul {
	color: #EFEFEF;
	margin: 0 15px 0 30px;
	}

	#widecolumn ul li {
		margin-bottom: 10px;
		}


#widecolumn ol.commentlist {
	list-style: none;
	padding: 0;
	margin: 10px 15px;
	}

	#widecolumn ol.commentlist li.alt { background: #454545; }
	
	#widecolumn ol.commentlist li {
		background: #404040;
		padding: 5px;
		margin-bottom: 10px;
		}
	
	#widecolumn ol.commentlist li cite, #widecolumn ol.commentlist li cite a {
		font-weight: bold;
		font-style: normal;
		font-size: 10px;
		}
	
	#widecolumn ol.commentlist li p { margin: 5px 0; }
	
	#widecolumn ol.commentlist li p img { border: none; }
	
	#widecolumn ol.commentlist li small.commentmetadata {
		margin: 0;
		display: block;
		}
	
	#widecolumn ol.commentlist li small.commentmetadata a { color: #999999; }

#narrowcolumn ul { 
	list-style: none;
	margin: 10px 20px 8px 20px; 
	padding: 0;
	}

	#narrowcolumn ul li { margin-bottom: 10px; }
	
		#narrowcolumn ul li a { color: #999999; }

/* Other Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.thoughts, .thoughts a { color: #6699FF; }

.life, .life a { color: #FF9933; }

.links, .links a { color: #659899; }

a { text-decoration: none; }

a:hover { text-decoration: underline; }

.centered { display: block; margin: 0 auto; }

.alignright { float: right; }

.alignleft { float: left; }

.clear { clear: both; }

/* sIFR Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}

.sIFR-replaced {
	visibility: visible !important;
	}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}

.sIFR-hasFlash #widecolumn h1, .sIFR-hasFlash #wideheader h1 {
	visibility: hidden;
	margin: 0 0 0 15px;
	letter-spacing: -10px;
	font-size: 42px;
	}

.sIFR-hasFlash #narrowcolumn h1 {
	visibility: hidden;
	margin: 0 10px 0 20px;
	letter-spacing: -10px;
	font-size: 32px;
	}

.sIFR-hasFlash h3 {
	visibility: hidden;
	margin: 10px 10px 0 10px;
	letter-spacing: -8px;
	font-size: 24px;
	}