/*
Theme Name: Fresh Framework
Theme URI: http://www.freshlimesoda.us/
Description: A premium wordpress theme to display your photo portfolio with style.
Version: v1.0
Author: Vishal Parikh (vishal@freshlimesoda.us)
Tags: Photo, Fresh Lime Soda, Multimedia, widget ready, Portfolio
*/
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    display:inline;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
.grid_7 img { max-width: 480px; }
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
    width:60px;
}

.container_12 .grid_2 {
    width:140px;
}

.container_12 .grid_3 {
    width:220px;
}

.container_12 .grid_4 {
    width:300px;
}

.container_12 .grid_5 {
    width:380px;
}

.container_12 .grid_6 {
    width:460px;
}

.container_12 .grid_7 {
    width:540px;
}

.container_12 .grid_8 {
    width:620px;
}

.container_12 .grid_9 {
    width:700px;
}

.container_12 .grid_10 {
    width:780px;
}

.container_12 .grid_11 {
    width:860px;
}

.container_12 .grid_12 {
    width:940px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
    padding-left:80px;
}

.container_12 .prefix_2 {
    padding-left:160px;
}

.container_12 .prefix_3 {
    padding-left:240px;
}

.container_12 .prefix_4 {
    padding-left:320px;
}

.container_12 .prefix_5 {
    padding-left:400px;
}

.container_12 .prefix_6 {
    padding-left:480px;
}

.container_12 .prefix_7 {
    padding-left:560px;
}

.container_12 .prefix_8 {
    padding-left:640px;
}

.container_12 .prefix_9 {
    padding-left:720px;
}

.container_12 .prefix_10 {
    padding-left:800px;
}

.container_12 .prefix_11 {
    padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
    padding-right:80px;
}

.container_12 .suffix_2 {
    padding-right:160px;
}

.container_12 .suffix_3 {
    padding-right:240px;
}

.container_12 .suffix_4 {
    padding-right:320px;
}

.container_12 .suffix_5 {
    padding-right:400px;
}

.container_12 .suffix_6 {
    padding-right:480px;
}

.container_12 .suffix_7 {
    padding-right:560px;
}

.container_12 .suffix_8 {
    padding-right:640px;
}

.container_12 .suffix_9 {
    padding-right:720px;
}

.container_12 .suffix_10 {
    padding-right:800px;
}

.container_12 .suffix_11 {
    padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
    left:80px;
}

.container_12 .push_2 {
    left:160px;
}

.container_12 .push_3 {
    left:240px;
}

.container_12 .push_4 {
    left:320px;
}

.container_12 .push_5 {
    left:400px;
}

.container_12 .push_6 {
    left:480px;
}

.container_12 .push_7 {
    left:560px;
}

.container_12 .push_8 {
    left:640px;
}

.container_12 .push_9 {
    left:720px;
}

.container_12 .push_10 {
    left:800px;
}

.container_12 .push_11 {
    left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
    left:-80px;
}

.container_12 .pull_2 {
    left:-160px;
}

.container_12 .pull_3 {
    left:-240px;
}

.container_12 .pull_4 {
    left:-320px;
}

.container_12 .pull_5 {
    left:-400px;
}

.container_12 .pull_6 {
    left:-480px;
}

.container_12 .pull_7 {
    left:-560px;
}

.container_12 .pull_8 {
    left:-640px;
}

.container_12 .pull_9 {
    left:-720px;
}

.container_12 .pull_10 {
    left:-800px;
}

.container_12 .pull_11 {
    left:-880px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.blue { color: #336699; }

.conv {
	float: none; clear: both; 
}
.conv .ago {
	text-align: left;
	text-transform: capitalize;
	color: #999;
    font-weight: normal;
	font-size: 0.9em;
	padding-top: 4px;
}
.conv .text {
	color: #333;
	background: #fff;
	padding: 5px;
	text-align: left; 
}
.alternate { background: #fff; }


.twitter .conv { background: transparent url('icons/twitter.png') no-repeat 5px 5px; }
.delicious .conv { background: transparent url('icons/delicious.png') no-repeat 5px 5px; }
.youtube .conv { background: transparent url('icons/youtube.png') no-repeat 5px 5px; }
.flickr .conv { background: transparent url('icons/flickr.png') no-repeat 5px 5px; }
.stumbleupon .conv { background: transparent url('icons/stumbleupon.png') no-repeat 5px 5px; }
.jaiku .conv { background: transparent url('icons/jaiku.png') no-repeat 5px 5px; }
.lastfm .conv { background: transparent url('icons/lastfm.png') no-repeat 5px 5px; }
.googlereader .conv { background: transparent url('icons/googlereader.png') no-repeat 5px 5px; }
.web .conv { background: transparent url('icons/web.png') no-repeat 5px 5px; }
.email .conv { background: transparent url('icons/email.png') no-repeat 5px 5px; }
.feed .conv { background: transparent url('icons/feed.png') no-repeat 5px 5px; }
.rss .conv { background: transparent url('icons/rss.png') no-repeat 5px 5px; }
.conv {  padding-left: 65px; min-height: 53px; display: block; }
.conv img { border: 1px solid #eee; padding: 2px; }

#sources span a { color: #999; font-weight: normal; }
#sources span a:hover { font-size: 1.5em; color: #999; font-weight: normal; }
#sources span.current a { color: #000; font-size: 1.5em; }
#sources span#all { margin-right: 10px; }
#sources span#web { background: url('icons/web_small.png') no-repeat; padding-left: 15px; margin-right: 10px; }
#sources span#email { background: url('icons/email_small.png') no-repeat; padding-left: 15px; margin-right: 10px; }
#sources span#youtube { background: url('icons/youtube_small.png') no-repeat; padding-left: 15px; margin-right: 10px; }
#sources span#twitter { background: url('icons/twitter_small.png') no-repeat; padding-left: 15px; margin-right: 10px; }
#sources span#flickr { background: url('icons/flickr_small.png') no-repeat; padding-left: 15px; margin-right: 10px; }
#sources span#delicious { background: url('icons/delicious_small.png') no-repeat; padding-left: 15px; margin-right: 10px; }
#sources span#lastfm { background: url('icons/lastfm_small.png') no-repeat; padding-left: 15px; margin-right: 10px; }
#sources span#googlereader { background: url('icons/googlereader_small.png') no-repeat; padding-left: 15px; margin-right: 10px; }
#sources span#feed { background: url('icons/feed_small.png') no-repeat; padding-left: 15px; margin-right: 10px; }
